mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
151 lines
4.6 KiB
YAML
151 lines
4.6 KiB
YAML
description: Managed Client Status
|
|
type: object
|
|
required:
|
|
- body
|
|
- status
|
|
- type
|
|
- timestamp
|
|
properties:
|
|
body:
|
|
description: ManagedClientStatus body information
|
|
type: object
|
|
example: {
|
|
"body": {
|
|
"id": "1528",
|
|
"clientId": "1528",
|
|
"clusterId": "1533",
|
|
"orgType": "test",
|
|
"vaDownloadUrl": "https://sptcbu-va-images.s3.amazonaws.com/va-latest.zip",
|
|
"clusterJobCount": 1,
|
|
"configuration": {
|
|
"clusterType": "sqsCluster",
|
|
"clusterExternalId": "2c91808876dd79120176f758af765c58",
|
|
"debug": "false",
|
|
"failureThreshold": "0",
|
|
"gmtOffset": "-6",
|
|
"scheduleUpgrade": "false",
|
|
"va_version": "va-megapod-useast1-595-1627543540",
|
|
"jobType": "VA_UPGRADE",
|
|
"cookbook": "va-megapod-useast1-595-1627543540"
|
|
},
|
|
"connectorServices": [
|
|
{
|
|
"id": "540696",
|
|
"name": "EndToEnd-ADSource",
|
|
"connector_host": "host.example.com",
|
|
"connector_port": "389",
|
|
"connector_(boolean)useSSL": false,
|
|
"connectorFileUploadHistory": null
|
|
},
|
|
{
|
|
"id": "540698",
|
|
"name": "EndToEnd-AzureADSource",
|
|
"connector_host": null,
|
|
"connector_port": null,
|
|
"connector_(boolean)useSSL": null,
|
|
"connectorFileUploadHistory": null
|
|
},
|
|
{
|
|
"id": "540710",
|
|
"name": "EndToEnd-OpenLDAP",
|
|
"connector_host": "10.0.2.64",
|
|
"connector_port": "389",
|
|
"connector_(boolean)useSSL": false,
|
|
"connectorFileUploadHistory": null
|
|
},
|
|
{
|
|
"id": "540713",
|
|
"name": "Dynamic-ADSource",
|
|
"connector_host": "host.example.com",
|
|
"connector_port": "389",
|
|
"connector_(boolean)useSSL": false,
|
|
"connectorFileUploadHistory": null
|
|
},
|
|
{
|
|
"id": "540716",
|
|
"name": "EndToEnd-JdbcADSource",
|
|
"connector_host": "10.0.5.187",
|
|
"connector_port": "389",
|
|
"connector_(boolean)useSSL": false,
|
|
"connectorFileUploadHistory": null
|
|
},
|
|
{
|
|
"id": "540717",
|
|
"name": "EndToEnd-JdbcSource",
|
|
"connector_host": null,
|
|
"connector_port": null,
|
|
"connector_(boolean)useSSL": null,
|
|
"connectorFileUploadHistory": [
|
|
{
|
|
"serviceId": "540717",
|
|
"date": "2021-02-05T22:58:15Z",
|
|
"file": "temp7081703651350031905mysql-connector-java-8.0.11.jar"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"jobs": [
|
|
{
|
|
"uuid": "872b622f-5ab5-4836-9172-e3bb77f05b2c",
|
|
"cookbook": "872b622f-5ab5-4836-9172-e3bb77f05b2c",
|
|
"state": "FINISHED",
|
|
"type": "VA_UPGRADE",
|
|
"targetId": "1528",
|
|
"managedProcessConfiguration": {
|
|
"charon": {
|
|
"version": "345",
|
|
"path": "sailpoint/charon",
|
|
"description": null,
|
|
"dependencies": null
|
|
},
|
|
"ccg": {
|
|
"version": "415_583_79.0.0",
|
|
"path": "sailpoint/ccg",
|
|
"description": null,
|
|
"dependencies": null
|
|
},
|
|
"toolbox": {
|
|
"version": "6",
|
|
"path": "sailpoint/toolbox",
|
|
"description": null,
|
|
"dependencies": null
|
|
},
|
|
"fluent": {
|
|
"version": "50",
|
|
"path": "fluent/va",
|
|
"description": null,
|
|
"dependencies": null
|
|
},
|
|
"va_agent": {
|
|
"version": "89",
|
|
"path": "sailpoint/va_agent",
|
|
"description": null,
|
|
"dependencies": null
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"queue": {
|
|
"name": "megapod-useast1-denali-lwt-cluster-1533",
|
|
"region": "us-east-1"
|
|
},
|
|
"maintenance": {
|
|
"window": "true",
|
|
"windowStartTime": "2021-07-29T00:00:00Z",
|
|
"windowClusterTime": "2021-07-29T01:35:24Z",
|
|
"windowFinishTime": "2021-07-29T04:00:00Z"
|
|
}
|
|
}
|
|
}
|
|
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"
|