Get stack deployments in the revision
GET/platform/solutions/api/v1/orgs/{orgId}/docker-settings/stacks-configs/{stackConfigId}/revisions/{revision}/deployments
Overview: Retrieves paginated list of all active stack deployments in the system.
• System-wide view: Returns deployments across all devices and stacks
• Active only: Excludes deleted or inactive deployments
• Administrative use: Primarily for system administrators to monitor all deployments
• Sorting support: Supports sorting by any field, default is descending by creation time
• Page size limit: Maximum 1000 records per page
• Valid sorting properties are: CreationTime, DeviceId, StackInstanceId, StackName, Version
Request
Responses
- 200
- 400
- 403
- 500
OK
Bad Request
Forbidden
Internal Server Error