Skip to main content

Get stack deployments

GET 

/platform/solutions/api/v1/orgs/{orgId}/docker-settings/stacks-configs/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

OK