Skip to main content

LIST Device Fleet Configurations

GET 

/workspaces/:workspaceId/device-fleet-configurations

List all the existing Device Fleet Configurations.

Request

Path Parameters

    workspaceId uuidrequired

Responses

List of Device Fleet Configurations.

Schema

  • Array [

  • name string
    createdTime date-time
    lastUpdatedTime date-time
    desiredPropertyPath string

    systemMetrics

    object

    targetedCount int64nullable
    appliedCount int64nullable
    priority int32
  • ]

Loading...