DeploymentResponse

Response returned when a bot deployment is successfully initiated

Properties

Name Type Description
deploymentId string Unique UUID identifier for this deployment instance. Use this ID to query automation activity and monitor execution status via the Bot Execution Orchestrator API.
View JSON Schema on GitHub

JSON Schema

automation-anywhere-deploymentresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeploymentResponse",
  "title": "DeploymentResponse",
  "type": "object",
  "description": "Response returned when a bot deployment is successfully initiated",
  "properties": {
    "deploymentId": {
      "type": "string",
      "format": "uuid",
      "description": "Unique UUID identifier for this deployment instance. Use this ID to query automation activity and monitor execution status via the Bot Execution Orchestrator API."
    }
  }
}