create-adapter-instance

create-adapter-instance
create-adapter-instance

A DTO that serves as the structure of the payload data for creating a new adapter instance

JSON Example
{
    "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"
        }
    ]
}
string
adapterKindKey
Required

The Adapter Kind key

string As uuid As uuid
collectorGroupId
Optional

The Collector Group ID to be used for this Adapter Instance. If not specified, the system will choose an appropriate Collector group for you

string
collectorId
Optional

The Collector instance used by this adapter instance. If not specified, the system will choose an appropriate Collector for you

credential
Optional

credential

string
description
Optional

Optional description of the Adapter instance

integer As int32 As int32
monitoringInterval
Optional

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.

integer As int32 As int32
monitoringIntervalSeconds
Optional

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.

string
name
Required

The name of the Adapter instance

array of name-value
resourceIdentifiers
Optional

Adapter instance specific resource identifiers