OMBCREATE DEPLOYMENT

Purpose

To create a Deployment.

Prerequisites

Should be in the context of CONFIGURATION.

Syntax

createDeploymentCommand =  OMBCREATE ( DEPLOYMENT "QUOTED_STRING" [ SET 
          "setPropertiesClause" ] [ "setReferenceControlCenterClause" ] [ 
          "setReferenceRemoteAgentClause" ] [ "setAsActiveClause" ] )
     setPropertiesClause =  PROPERTIES "(" "propertyNameList" ")" VALUES "(" 
          "propertyValueList" ")"
     setReferenceControlCenterClause =  SET ( REFERENCE | REF ) CONTROL_CENTER 
          "QUOTED_STRING"
     setReferenceRemoteAgentClause =  SET ( REFERENCE | REF ) AGENT 
          "QUOTED_STRING"
     setAsActiveClause =  SET AS ACTIVE
     propertyNameList =  "UNQUOTED_STRING" { "," "UNQUOTED_STRING" }
     propertyValueList =  "propertyValue" { "," "propertyValue" }
     propertyValue =  ( "QUOTED_STRING" | "INTEGER_LITERAL" | 
          "FLOATING_POINT_LITERAL" )

Parameters

createDeploymentCommand

This command creates a Deployment.

setPropertiesClause

Associate a set of properties with a Deployment.

setPropertiesClause

Basic properties for DEPLOYMENT:

Name: BUSINESS_NAME
Type: STRING(200)
Valid Values: Any valid character string in supported character set.
Default: NAME
Business name of a Deployment

Name: DESCRIPTION
Type: STRING(4000)
Valid Values: Any valid character string in supported character set.
Default: Empty string
Description of a Deployment.

setReferenceControlCenterClause

Sets the Control Center the Deployment.

setReferenceRemoteAgentClause

Sets the Remote Agent for the Deployment.

setAsActiveClause

Sets this Deployment as Active.

propertyNameList

Comma separated list of property names. Property names are unquoted.

propertyValueList

Comma separated list of property values.

propertyValue

Value of a property.