create-adapter-instance
A DTO that serves as the structure of the payload data for creating a new adapter instance
{
"name": "string",
"description": "string",
"collectorId": "string",
"collectorGroupId": "string",
"adapterKindKey": "string",
"resourceIdentifiers": [
{
"name": "string",
"value": "string"
}
],
"credential": {
"id": "string",
"name": "string",
"adapterKindKey": "string",
"credentialKindKey": "string",
"fields": [
{
"name": "string",
"value": "string"
}
],
"editable": false
},
"monitoringInterval": 0,
"monitoringIntervalSeconds": 0,
"physicalDatacenterId": "string"
}
The name of the Adapter instance
Optional description of the Adapter instance
The Collector instance used by this adapter instance. If not specified, the system will choose an appropriate Collector for you
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 Adapter Kind key
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 Physical Datacenter ID to be used for this Adapter Instance. It is Optional