Retrieve a deployment log

Retrieve a deployment log.

Request
path Parameters
migrationId
required
string

The unique ID of a migration.

header Parameters
Zuora-Entity-Ids
string

An entity ID. If you have Zuora Multi-entity enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.

Responses
200
get/deployment-manager/deployments/{migrationId}
Request samples
Response samples
application/json
{
  • "id": "8039d54b-da6f-4d80-88d5-06220c42861f",
  • "name": "Deploy - Product catalog",
  • "description": "Deploy - Product catalog",
  • "status": "PARTIALLY-DONE",
  • "targetTenant": {
    },
  • "deploymentDate": "2023-08-28T11:34:18.682Z",
  • "runBy": "Admin",
  • "succeeded": [
    ],
  • "failed": [
    ],
  • "skipped": [
    ]
}