Metadata Deployment

Revert a deployment

Revert a deployment.

post/deployment-manager/deployments/{migrationId}/revert

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 Deployment Manager migration process.

namestring

Name of the Deployment Manager migration process.

descriptionstring

Description of the Deployment Manager migration process.

sourceTenantNamestring

Name of the source Tenant.

sourceTenantDescriptionstring

Description of the source Tenant.

status'DEPLOYING' | 'REVERTING' | 'PARTIALLY-REVERTED' | 'FAILED' | 'ROLLBACK-FAILED' | 'REVERTED' | 'COMPARING' | 'SUBMITTED' | 'SKIPPED' | 'IDENTICAL' | 'COMPARE-DONE' | 'COMPARE-FAILED' | 'CANCELLED'

Status of the Deployment Manager migration process.

startTimestring

start timestamp of the Deployment Manager migration process.

endTimestring

end timestamp of the Deployment Manager migration process.

migratedBystring

User who initiated the Deployment Manager migration process.

typestring

Type of the Deployment Manager migration process.

environmentstring

Environment of the Deployment Manager migration process.

emailIdsstring

emailIds notified of the Deployment Manager migration process.

productCatalogboolean

Boolean flag specifies if the migration process includes product catalog module.

errorsstring

Errors of the Deployment Manager migration process.

Changes