Get Core Deployment Group By Id
Get details for a specific core deployment group
organization identifier
deployment group identifier
OK
{
"id": "string",
"name": "string",
"org_id": "string",
"description": "string",
"deployment_type": {
"code": "string",
"provider_name": "string",
"provider_code": "string",
"configuration_type": "string",
"provider_internal_type": "string",
"multi_provider_internal_type": "string",
"multi_provider_internal_sub_type": "Simulation"
},
"state": {
"phase": "string",
"sub_phase": "string",
"display_name": "string",
"error_msg": "string",
"error_code": "string",
"provider": "string",
"internal_error_msg": "string",
"internal_error_code": "string"
},
"creator": {
"user_name": "string",
"user_id": "string",
"client_id": "string",
"timestamp": "string"
},
"updater": {
"user_name": "string",
"user_id": "string",
"client_id": "string",
"timestamp": "string"
},
"internal_creator": {
"user_name": "string",
"user_id": "string",
"client_id": "string",
"timestamp": "string"
},
"membership": {
"included": [
{
"deployment_id": "string"
}
],
"excluded": [
{
"deployment_id": "string"
}
]
},
"tags": {
"tags": "string"
},
"properties": {
"properties": "string"
},
"deleted": false,
"resource_version": 0
}
Identifier of the deployment group
Name of the deployment group
Identifier of the deployment group organization
Describes the deployment group
deployment_type
state
creator
updater
internal_creator
membership
Customer defined resource tags
Internal resource properties
Indicates if the current deployment group is deleted
Version of the record content to handle optimistic control verification
Unauthorized
Forbidden
Not Found
{
"timestamp": "string",
"status": 0,
"error": "string",
"message": "string",
"path": "string"
}
Time error was created
HTTP status code
Translation of status
Error message
Originating request URI
curl -H 'Authorization: <value>' https://{api_host}/api/inventory/{org_id}/core/deployment-groups/{deployment_group_id}