Syntax
RetrieveActionPlanCommand = ( OMBRETRIEVE ( ( DEPLOYMENT_ACTION_PLAN |
ANALYZE_ACTION_PLAN | CORRECTION_SCHEMA_ACTION_PLAN |
CORRECTION_MAPS_ACTION_PLAN ) ) "QUOTED_STRING" ) ( "getActionsClause"
| "retrieveActionClause" )
getActionsClause = GET ACTIONS
retrieveActionClause = ACTION "QUOTED_STRING" ( GET (
"getPropertiesClause" | "getReferenceClause" ) )
getPropertiesClause = PROPERTIES "(" "propertyNameList" ")"
getReferenceClause = ( REF | REFERENCE )
propertyNameList = "UNQUOTED_STRING" { "," "UNQUOTED_STRING" }
Parameters
RetrieveActionPlanCommand
Retrieve a profile action plan
getActionsClause
Get a list of actions from an action plan.
retrieveActionClause
Retrieve a set of properties or the associated object of an action.
QUOTED_STRING
Action name
getPropertiesClause
Retrieve a set of properties that is associated with an action.
getReferenceClause
Retrieve the object associated with an action.
propertyNameList
Comma separated list of property names. Property names are unquoted.