createPort
[DEPRECATED] This API is deprecated. Creates a new port for a service, container or ServiceClusterMapping.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName | String | The name for the project that must be unique among all projects. (Required) |
portName | String | Name for the port; must be unique for a container or service or ServiceClusterMapping (Required) |
serviceName | String | Name of the service which owns the port or which owns the container which owns the port |
applicationEntityRevisionId | String | Revision Id of the versioned object |
applicationName | String | Name of the application containing the service which owns the port. |
applicationServiceMappingName | String | The name of the application service mapping. |
clusterName | String | The name of the environment cluster to be used to resolve appication service mapping. |
containerName | String | Name of the container which owns the port |
containerPort | String | Container port for the container |
environmentMapName | String | The name of the service environment name. If not provided, will use service name and environment name to resolve it. |
environmentName | String | The name of the environment to which tierMap is mapped. |
environmentProjectName | String | The name of the environment project to which tierMap is mapped. |
listenerPort | String | listener port on the node |
protocol | String | protocol |
serviceClusterMappingName | String | The name of the service cluster mapping. |
serviceEntityRevisionId | String | Revisionid of the versioned object |
subcontainer | String | Name of referencing container, when defining port info for a service. |
subport | String | Name of container port for which values are being overridden at Service level. |
tierMapName | String | The name of the tier map. If not provided, will use application name and environment name to resolve tierMap. |
deletePort
[DEPRECATED] This API is deprecated. Deletes a port
Arguments
Argument Name | Type | Description |
---|---|---|
projectName | String | The name for the project that must be unique among all projects. (Required) |
portName | String | Name for the port; must be unique for a container or service or ServiceClusterMapping (Required) |
serviceName | String | Name of the service which owns the port or which owns the container which owns the port |
applicationName | String | Name of the application containing the service which owns the port. |
applicationServiceMappingName | String | The name of the application service mapping. |
clusterName | String | The name of the environment cluster to be used to resolve appication service mapping. |
containerName | String | Name of the container which owns the port |
environmentMapName | String | The name of the service environment name. If not provided, will use service name and environment name to resolve it. |
environmentName | String | The name of the environment to which tierMap is mapped. |
environmentProjectName | String | The name of the environment project to which tierMap is mapped. |
serviceClusterMappingName | String | The name of the service cluster mapping. |
tierMapName | String | The name of the tier map. If not provided, will use application name and environment name to resolve tierMap. |
getPort
[DEPRECATED] This API is deprecated. Find a port by name.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName | String | The name for the project that must be unique among all projects. (Required) |
portName | String | Name for the port; must be unique for a container or service or ServiceClusterMapping (Required) |
serviceName | String | Name of the service which owns the port or which owns the container which owns the port |
applicationEntityRevisionId | String | Revision Id of the versioned object |
applicationName | String | Name of the application containing the service which owns the port. |
applicationServiceMappingName | String | The name of the application service mapping. |
clusterName | String | The name of the environment cluster to be used to resolve appication service mapping. |
containerName | String | Name of the container which owns the port |
environmentMapName | String | The name of the service environment name. If not provided, will use service name and environment name to resolve it. |
environmentName | String | The name of the environment to which tierMap is mapped. |
environmentProjectName | String | The name of the environment project to which tierMap is mapped. |
serviceClusterMappingName | String | The name of the service cluster mapping. |
serviceEntityRevisionId | String | Revisionid of the versioned object |
tierMapName | String | The name of the tier map. If not provided, will use application name and environment name to resolve tierMap. |
getPorts
[DEPRECATED] This API is deprecated. Retrieve all ports for a container or service.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName | String | The name for the project that must be unique among all projects. (Required) |
serviceName | String | Name of the service which owns the port or which owns the container which owns the port |
applicationEntityRevisionId | String | Revision Id of the versioned object |
applicationName | String | Name of the application containing the service which owns the port. |
applicationServiceMappingName | String | The name of the application service mapping. |
clusterName | String | The name of the environment cluster to be used to resolve appication service mapping. |
containerName | String | Name of the container which owns the port |
environmentMapName | String | The name of the service environment name. If not provided, will use service name and environment name to resolve it. |
environmentName | String | The name of the environment to which tierMap is mapped. |
environmentProjectName | String | The name of the environment project to which tierMap is mapped. |
serviceClusterMappingName | String | The name of the service cluster mapping. |
serviceEntityRevisionId | String | Revisionid of the versioned object |
tierMapName | String | The name of the tier map. If not provided, will use application name and environment name to resolve tierMap. |
modifyPort
[DEPRECATED] This API is deprecated. Modifies an existing port.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName | String | The name for the project that must be unique among all projects. (Required) |
portName | String | Name for the port; must be unique for a container or service or ServiceClusterMapping (Required) |
serviceName | String | Name of the service which owns the port or which owns the container which owns the port |
applicationEntityRevisionId | String | Revision Id of the versioned object |
applicationName | String | Name of the application containing the service which owns the port. |
applicationServiceMappingName | String | The name of the application service mapping. |
clusterName | String | The name of the environment cluster to be used to resolve appication service mapping. |
containerName | String | Name of the container which owns the port |
containerPort | String | Container port for the container |
environmentMapName | String | The name of the service environment name. If not provided, will use service name and environment name to resolve it. |
environmentName | String | The name of the environment to which tierMap is mapped. |
environmentProjectName | String | The name of the environment project to which tierMap is mapped. |
listenerPort | String | listener port on the node |
newName | String | New name for an existing object that is being renamed. |
protocol | String | protocol |
serviceClusterMappingName | String | The name of the service cluster mapping. |
serviceEntityRevisionId | String | Revisionid of the versioned object |
subcontainer | String | Name of referencing container, when defining port info for a service. |
subport | String | Name of container port for which values are being overridden at Service level. |
tierMapName | String | The name of the tier map. If not provided, will use application name and environment name to resolve tierMap. |