mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
47 lines
1.2 KiB
YAML
47 lines
1.2 KiB
YAML
description: Managed Client Status
|
|
type: object
|
|
required:
|
|
- body
|
|
- status
|
|
- type
|
|
- timestamp
|
|
properties:
|
|
body:
|
|
description: ManagedClientStatus body information
|
|
type: object
|
|
example: {
|
|
"alertKey": "",
|
|
"id": "5678",
|
|
"clusterId": "1234",
|
|
"ccg_etag": "ccg_etag123xyz456",
|
|
"ccg_pin": "NONE",
|
|
"cookbook_etag": "20210420125956-20210511144538",
|
|
"hostname": "megapod-useast1-secret-hostname.sailpoint.com",
|
|
"internal_ip": "127.0.0.1",
|
|
"lastSeen": "1620843964604",
|
|
"sinceSeen": "14708",
|
|
"sinceSeenMillis": "14708",
|
|
"localDev": false,
|
|
"stacktrace": "",
|
|
"state": null,
|
|
"status": "NORMAL",
|
|
"uuid": null,
|
|
"product": "idn",
|
|
"va_version": null,
|
|
"platform_version": "2",
|
|
"os_version": "2345.3.1",
|
|
"os_type": "flatcar",
|
|
"hypervisor": "unknown"
|
|
}
|
|
status:
|
|
description: status of the Managed Client
|
|
$ref: './ManagedClientStatusEnum.yaml'
|
|
type:
|
|
description: type of the Managed Client
|
|
$ref: './ManagedClientType.yaml'
|
|
timestamp:
|
|
description: timestamp on the Client Status update
|
|
type: string
|
|
format: date-time
|
|
example: "2020-01-01T00:00:00.000000Z"
|