Syntax
retrieveDeploymentCommand =  OMBRETRIEVE DEPLOYMENT "QUOTED_STRING" ( 
          "getPropertiesClause" | "getReferencedControlCenterClause" | 
          "getReferencedAgentClause" )
     getPropertiesClause =  GET PROPERTIES "(" "propertyNameList" ")"
     getReferencedControlCenterClause =  GET ( REF | REFERENCE ) CONTROL_CENTER
     getReferencedAgentClause =  GET ( REF | REFERENCE ) AGENT
     propertyNameList =  "UNQUOTED_STRING" { "," "UNQUOTED_STRING" }
 
Parameters
retrieveDeploymentCommand
This command retrieves the details of a Deployment.
 
getPropertiesClause
Retrieve a set of properties that is associated with a Deployment.
 
getReferencedControlCenterClause
Retrieve the Control Center associated with a Deployment.
 
getReferencedAgentClause
Retrieve the Remote Agent associated with a Deployment.
 
propertyNameList
Comma separated list of property names. Property names are unquoted.