adapter-instances
adapter-instances
Model object representing a Collection of Adapter Instances
JSON Example
{
"adapterInstancesInfoDto": [
{
"resourceKey": {
"name": "string",
"adapterKindKey": "string",
"resourceKindKey": "string",
"resourceIdentifiers": [
{
"identifierType": {
"name": "string",
"dataType": "string",
"isPartOfUniqueness": false,
"extension": {
"anyObjects": [
{}
]
},
"links": [
{
"href": "string",
"rel": "string",
"name": "string",
"description": "string"
}
]
},
"value": "string",
"links": [
{
"href": "string",
"rel": "string",
"name": "string",
"description": "string"
}
]
}
],
"links": [
{
"href": "string",
"rel": "string",
"name": "string",
"description": "string"
}
],
"extension": {
"anyObjects": [
{}
]
}
},
"description": "string",
"collectorId": 0,
"collectorGroupId": "string",
"credentialInstanceId": "string",
"monitoringInterval": 0,
"monitoringIntervalSeconds": 0,
"numberOfMetricsCollected": 0,
"numberOfResourcesCollected": 0,
"lastHeartbeat": 0,
"lastCollected": 0,
"messageFromAdapterInstance": "string",
"adapter-certificates": [
{
"thumbprint": "string",
"certificateDetails": "string",
"certificate": "string",
"issuedTo": "string",
"issuedBy": "string",
"expires": "string"
}
],
"links": [
{
"href": "string",
"rel": "string",
"name": "string",
"description": "string"
}
],
"physicalDatacenterId": "string",
"id": "string"
}
]
}