DeploymentEvent
DeploymentEvent
Represents deployment events.
JSON Example
{
"createdAt": "string",
"deploymentId": "string",
"details": "string",
"id": "string",
"name": "string",
"parentId": "string",
"resourceName": "string",
"resourceType": "string",
"updatedAt": "string"
}
string As date-time As date-time
createdAt
Optional
Creation time (e.g. date format '2019-07-13T23:16:49.310Z').
string As uuid As uuid
deploymentId
Optional
Deployment id to which the event applies to
string
details
Optional
Longer user-friendly details of the event.
string As uuid As uuid
id
Optional
Event identifier
string
name
Optional
Short user-friendly label of the event (e.g. 'shuting down myVM')
string As uuid As uuid
parentId
Optional
Parent event/request identifier
string
resourceName
Optional
Optional resource name to which the event applies to
string
resourceType
Optional
Optional resource type to which the event applies to
string As date-time As date-time
updatedAt
Optional
Last update time (e.g. date format '2019-07-13T23:16:49.310Z').