Deployment histories
GET/nevisadmin/api/v1/tenants/:tenantKey/deployment-history
Required permission: VIEW_PROJECT on the project, or higher scope (If a projectKey is specified.)
Required permission: VIEW_INVENTORY on the inventory, or higher scope (If an inventoryKey is specified.)
Required permission: If neither projectKey nor inventoryKey is specified: requires any view permission on the tenant, or on a project or inventory belonging to it. Results are filtered to projects/inventories the caller can view; project or inventory keys the caller cannot view are masked.
Returns a list of the past deployments.
Request
Responses
- 200
- 400
- 403
- 404
Success
Invalid tenant key, projectKey, inventoryKey, since date, or jobStatus value
Insufficient permissions.
Tenant, project, or inventory not found