Get deployment procedure instances

get

https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/deploymentProcedureInstances

Returns list of Deployment Procedure Instances for a given filtering criteria.By default, it shows the 20 most recently submitted deployment procedure instances.In emcli, it is equivalent to 'emcli get_instances'.

Request

Query Parameters
  • Returns instance using executionId
  • If include=total information about total number of returned records will be included in the response
  • Minimum Value: 1
    Maximum Value: 2000
    For list pagination. The maximum number of results per page, or items to return in a paginated "List" call. The api will return no more than the number specified as limit, but might not return that exact number.
    Default Value: 20
  • Returns instance using name
  • Returns instance using owner name
  • System generated page token of a page.
  • Returns deployment procedure instances using procedure type
  • Returns sorted deployment procedure instances.Allowed field is instance name. Allowed directions are DESC and ASC

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

List of Instances returned successfully
Body ()
Root Schema : DeploymentProcedureInstanceCollection
Type: object
This is the representation of list of Instances.
Show Source
Match All
Show Source
Nested Schema : items
Type: array
The list of instances
Show Source
Nested Schema : ProcedureInstanceSummary
Type: object
This is the representation of an Instance.
Match All
Show Source
Nested Schema : DeploymentProcedureInstanceDetails
Type: object
This is the representation of an Instance.
Show Source
Nested Schema : instanceData
Type: object
Data which used while submitting deployment procedure
Match All
Show Source
Nested Schema : statusDetails
Type: object
status details of a deployment procedure instance
Match All
Show Source
Nested Schema : InstanceData
Type: object
This is the representation of instance submission data.
Match All
Show Source
Nested Schema : DeploymentProcedureTargetList
Type: array
Defining list of procedure targets
Show Source
Nested Schema : DeploymentProcedureVariableCollection
Type: object
Collections of Procedure Variable
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : DeploymentProcedureTargetCollection
Type: object
Collections of Procedure Target
Show Source
Nested Schema : items
Type: array
The list of targets
Show Source
Nested Schema : DeploymentProcedureTargetSummary
Type: object
This is the representation of Procedure Target
Match All
Show Source
Nested Schema : DeploymentProcedureTargetDetails
Type: object
Defining Target for Deployment Procedure
Show Source
Nested Schema : CredentialReference
Type: array
This is the representation of credential references.
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : items
Type: array
The list of procedure variables
Show Source
Nested Schema : DeploymentProcedureVariableSummary
Type: object
This is the representation of Procedure Variable
Match All
Show Source
Nested Schema : DeploymentProcedureVariableDetails
Type: object
Defining Variable for Deployment Procedure
Show Source
Nested Schema : DeploymentProcedureInstanceStatusDetails
Type: object
This is the representation of procedure instance status in details.
Show Source
Nested Schema : stepDetails
Type: array
Represtents step details
Show Source
Nested Schema : Phase
Type: object
Represents information of a phase and its steps
Show Source
Match All
Show Source
Nested Schema : steps
Type: array
Represents step
Show Source
Nested Schema : PhaseStepDetails
Type: object
This is the representation of Phase Step.
Show Source
Nested Schema : StepDetails
Type: object
This is the representation of Step.
Show Source
Nested Schema : StateDetails
Type: object
This is the representation of State.
Show Source
Nested Schema : JobDetails
Type: object
This is the representation of Job
Show Source
Nested Schema : PhaseDetails
Type: object
This is the representation of phase
Show Source
Nested Schema : JobStep
Type: object
This is the representation of job step
Show Source
Nested Schema : stepDetails
Type: array
Represents step details
Show Source

400 Response

Bad Request. The payload is null or missing some parameters
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source

401 Response

Unauthorized. The user does not have permissions to perform the requested operation
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source

500 Response

Internal Server Error. Exception in execution of REST API.
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source

503 Response

Service Unavailable. The server is unable to process the request.
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source
Back to Top