Metadata Deployment

Retrieve a deployment log

Retrieve a deployment log.

get/deployment-manager/deployments/{migrationId}

Path parameters

migrationIdstring required

The unique ID of a migration.

Headers

Zuora-Entity-Idsstring

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.

Response

OK

idstring

ID of the migration process.

namestring

Name of the migration.

descriptionstring

Description of the migration.

statusstring

Migration status.

deploymentDatestring

Deployment timestamp.

runBystring

Name of the user who executed the migration.

Changes