Deployment
The Deployment entity represents a runbook worker in the runbook worker deployment in Service Management Automation. The Deployment collection includes all of the runbook workers in the local Service Management Automation environment's deployment.
Inheritance Hierarchy
Orchestrator.ResourceModel
Deployment
Supported HTTP Verbs
Create (POST) | Read (GET) | Update (PUT) | Delete (DELETE) |
---|---|---|---|
False |
True |
False |
False |
Entity Properties
For more information about how the properties of an entity interact with HTTP operations, see Service Management Automation Web Service Fundamentals.
Name | Create (PUT) | Read (GET) | Update (POST) | Delete (DELETE) | Type | Nullable | Description |
---|---|---|---|---|---|---|---|
InstanceId |
- |
Optional* |
- |
- |
Edm.Int32 |
False |
Key Property The instance identifier of the deployment. |
ComputerName |
- |
Optional |
- |
- |
Edm.String |
False |
The name of the computer that was deployed. |
CreationTime |
- |
Optional |
- |
- |
Edm.DateTime |
False |
The date and time the deployment was created. |
HighKey |
- |
Optional |
- |
- |
Edm.Int32 |
False |
The HighKey/LowKey properties define the range of values within the total partition space that is assigned to a single worker. So, for a deployment with only one worker, the high key is Max and the low key is 0. The partition space is divided evenly among all the workers so that there are no holes/overlap. |
LastModifiedTime |
- |
Optional |
- |
- |
Edm.DateTime |
False |
The date and time the deployment was last modified. |
LookupName |
- |
Optional |
- |
- |
Edm.String |
True |
The lookup name. |
LowKey |
- |
Optional |
- |
- |
Edm.Int32 |
False |
See the HighKey property description. |
Note
*Direct access to the entity requires the key property InstanceId. This property is not required to simply enumerate the Deployment collection.
Relationships
This entity does not have any relationships.
Examples
Examples of supported data operations are available in the Deployment collection topic.