Retrieve a deployment log.
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. |
{- "id": "8039d54b-da6f-4d80-88d5-06220c42861f",
- "name": "Deploy - Product catalog",
- "description": "Deploy - Product catalog",
- "status": "PARTIALLY-DONE",
- "targetTenant": {
- "id": "9958",
- "name": "Test API sandbox",
- "environment": "US-API-Sandbox-Staging"
}, - "deploymentDate": "2023-08-28T11:34:18.682Z",
- "runBy": "Admin",
- "succeeded": [
- {
- "component": "Settings",
- "subComponent": "Billing",
- "key": "Currency"
}
], - "failed": [
- {
- "component": "Settings",
- "subComponent": "Finance",
- "key": "AllRevenueRecognitionModels",
- "errorInfo": "Error while updating the payload with path : /revenue-recognition-models --> You do not have permission to perform this operation."
}, - {
- "component": "Settings",
- "subComponent": "Finance",
- "key": "AccountingRules",
- "errorInfo": "Error while updating the payload with path : /accounting-rules --> You do not have Currency Conversion permission. You can request permission from your administrator."
}, - {
- "component": "Settings",
- "subComponent": "Billing",
- "key": "SubscriptionSettings",
- "errorInfo": "{\n \"errorCode\" : \"REMOTE_HTTP_CLIENT_ERROR\",\n \"remoteHttpStatus\" : 403,\n \"messages\" : [ \"{\\\"error\\\":\\\"403 Forbidden\\\",\\\"processId\\\":\\\"A5EF7EA92B3B95B0\\\",\\\"message\\\":\\\"security.error.noPermission\\\"}\" ]\n}"
}
], - "skipped": [
- {
- "component": "Settings",
- "subComponent": "Billing",
- "key": "NumberAndSku",
- "reason": "RETRY-ABLE ERROR"
}, - {
- "component": "Settings",
- "subComponent": "Administration",
- "key": "AuditTrailSettings",
- "reason": "RETRY-ABLE ERROR"
}
]
}