CreateAdapterInstance
A DTO that serves as the structure of the payload data for creating a new adapter instance
Properties
The Adapter Kind key
The name of the Adapter instance
The Collector instance used by this adapter instance. If not specified, the system will choose an appropriate Collector for you
Adapter instance specific Credential information. To use an existing Credential instance specify only the ‘id’ field in the CredentialInstance object,Otherwise specify all the fields except the ‘id’ field to create a new Credential instance.
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 Collector Group ID to be used for this Adapter Instance. If not specified, the system will choose an appropriate Collector group for you
JSON Example
{
"adapterKindKey": "string",
"name": "string"
}
Parameter To
Create Adapter Instance
Test Connection