Create Adapter Instance
Pass the not-required parameters to indicate whether need to return default value or null in a result for identifiers that have no/null value in request body and continue instantiating adapter even if no connection is established.
In case of VCenter adapter instance, UI/license extension registration should be run separately.
Indicates whether need to return default value or null in a result for
identifiers that have no/null value in request body
Proceed with adapter instance creation even if connection is not established
The adapter instance creation request
Show optional properties
{
"name": "string",
"adapterKindKey": "string"
}
"{\n \"name\" : \"VC Adapter Instance\",\n \"description\" : \"A vCenter Adapter Instance\",\n \"collectorId\" : \"1\",\n \"adapterKindKey\" : \"VMWARE\",\n \"resourceIdentifiers\" : [ {\n \"name\" : \"AUTODISCOVERY\",\n \"value\" : \"true\"\n }, {\n \"name\" : \"PROCESSCHANGEEVENTS\",\n \"value\" : \"true\"\n }, {\n \"name\" : \"VCURL\",\n \"value\" : \"VC_IP_Address\"\n } ],\n \"credential\" : {\n \"name\" : \"New Principal Credential\",\n \"adapterKindKey\" : \"VMWARE\",\n \"credentialKindKey\" : \"PRINCIPALCREDENTIAL\",\n \"fields\" : [ {\n \"name\" : \"USER\",\n \"value\" : \"user_name\"\n }, {\n \"name\" : \"PASSWORD\",\n \"value\" : \"passwd\"\n } ]\n },\n \"physicalDatacenterId\" : \"39805d87-c2d9-4bb5-916a-480c37cdcd92\"\n}"
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
Adapter instance specific resource identifiers
The Credential Instance information
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
The adapter instance that was created
"{\n \"resourceKey\" : {\n \"name\" : \"VC Adapter for 10.20.88.111\",\n \"adapterKindKey\" : \"VMWARE\",\n \"resourceKindKey\" : \"Adapter\",\n \"resourceIdentifiers\" : [ ]\n },\n \"description\" : \"A vCenter Adapter Instance\",\n \"collectorId\" : 1,\n \"credentialInstanceId\" : \"f34c7366-b73b-4605-be83-ccf074dabcdd\",\n \"id\" : \"ef8fc312-efd4-4bf1-a832-9c1b9eac63f8\"\n}"
Represents a composite key for uniquely identifying a Resource.
Optional description of the Adapter instance
The ID of the Collector that manages this adapter instance. This is optional and if not specified, system will choose an appropriate collector.
The ID of the collector group. If not specified, the system will choose an appropriate Collector group for you
The Credential Instance identifier used by this adapter instance
Minutes part of the monitoring Interval of the Adapter Instance.
Seconds part of the monitoring Interval of the Adapter Instance
The number of metrics reported by this adapter instance.
The number of resources being monitored by this resource.
Last time when this adapter instance communicated with VMware Cloud Foundation Operations Server.
Last time adapter instance reported collection of resources/stats.
Any message from the adapter instance.
The set of untrusted certificates returned by the adapter source
Represents a HTTP 'link' element.
It is implicit that all the link tags support http 'GET' method.
The Physical Datacenter ID to be used for this Adapter Instance.It is Optional
The UUID of the adapter instance
If create 'adapter instance' failed. Typically the service will return extra information as to why the creation failed.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"adapterKindKey:"string","name:"string"}' https://{api_host}/suite-api/api/adapters