create-adapter-instance
A DTO that serves as the structure of the payload data for creating a new adapter instance
{
"adapterKindKey": "string",
"collectorGroupId": "string",
"collectorId": "string",
"credential": {
"adapterKindKey": "string",
"credentialKindKey": "string",
"fields": [
{
"name": "string",
"value": "string"
}
],
"id": "string",
"name": "string"
},
"description": "string",
"monitoringInterval": 0,
"monitoringIntervalSeconds": 0,
"name": "string",
"resourceIdentifiers": [
{
"name": "string",
"value": "string"
}
]
}
The Adapter Kind key
The Collector Group ID to be used for this Adapter Instance. If not specified, the system will choose an appropriate Collector group for you
The Collector instance used by this adapter instance. If not specified, the system will choose an appropriate Collector for you
Optional description of the Adapter instance
Minutes part of the monitoring Interval of the Adapter Instance, where the monitoring Interval is the frequency of data source query for stats and properties.
Seconds part of the monitoring Interval of the Adapter Instance, where the monitoring Interval is the frequency of data source query for stats and properties.
The name of the Adapter instance