Skip to main content

Get container stacks

GET 

/platform/solutions/api/v1/orgs/{orgId}/docker-settings/stacks-configs

Overview: Retrieves a paginated list of container stacks with optional filtering and sorting.

• Flexible filtering: Supports filtering by stackName, version, and type

• Stack name filtering: When stackName is provided, filters stacks by exact name match

• Version filtering: When both stackName and version are provided, returns specific version

• Type filtering: When type is provided, filters stacks by exact type match

• Combined filtering: All filters can be combined for precise queries

• Results ordering: Results are returned in descending order by creation time by default

• 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, StackConfigId, StackName, Version

Request

Responses

OK