跳至主要内容

List stacks in device

GET 

/api/v1/devices/{deviceId}/docker/stacks

Overview: Retrieves all deployed container stacks on a specific device.

• Filter by stackConfigId: When stackConfigId is provided, returns only the deployment matching that stack config

• All stacks: When stackConfigId is omitted or empty, returns all deployed stacks on the device

• Real-time status: Response includes container runtime status (e.g., running, stopped) reported by the device, not just the deployment record

• Sorting support: Supports sorting by CreationTime (default: descending)

• MaxResultCount: Maximum 1000 records per page

Request

Responses

OK