adapter-instance

adapter-instance
adapter-instance

Model object containing information about the adapter instance

JSON Example
{
    "resourceKey": {
        "name": "string",
        "adapterKindKey": "string",
        "resourceKindKey": "string",
        "resourceIdentifiers": [
            {
                "identifierType": {
                    "name": "string",
                    "dataType": "string",
                    "isPartOfUniqueness": false,
                    "extension": {
                        "anyObjects": [
                            {}
                        ]
                    },
                    "links": [
                        {
                            "href": "string",
                            "rel": "string",
                            "name": "string",
                            "description": "string"
                        }
                    ]
                },
                "value": "string",
                "links": [
                    {
                        "href": "string",
                        "rel": "string",
                        "name": "string",
                        "description": "string"
                    }
                ]
            }
        ],
        "links": [
            {
                "href": "string",
                "rel": "string",
                "name": "string",
                "description": "string"
            }
        ],
        "extension": {
            "anyObjects": [
                {}
            ]
        }
    },
    "description": "string",
    "collectorId": 0,
    "collectorGroupId": "string",
    "credentialInstanceId": "string",
    "monitoringInterval": 0,
    "monitoringIntervalSeconds": 0,
    "numberOfMetricsCollected": 0,
    "numberOfResourcesCollected": 0,
    "lastHeartbeat": 0,
    "lastCollected": 0,
    "messageFromAdapterInstance": "string",
    "adapter-certificates": [
        {
            "thumbprint": "string",
            "certificateDetails": "string",
            "certificate": "string",
            "issuedTo": "string",
            "issuedBy": "string",
            "expires": "string"
        }
    ],
    "links": [
        {
            "href": "string",
            "rel": "string",
            "name": "string",
            "description": "string"
        }
    ],
    "physicalDatacenterId": "string",
    "id": "string"
}
resourceKey
Required

Represents a composite key for uniquely identifying a Resource.

string
description
Optional

Optional description of the Adapter instance

integer As int32 As int32
collectorId
Optional

The ID of the Collector that manages this adapter instance. This is optional and if not specified, system will choose an appropriate collector.

string As uuid As uuid
collectorGroupId
Optional

The ID of the collector group. If not specified, the system will choose an appropriate Collector group for you

string As uuid As uuid
credentialInstanceId
Optional

The Credential Instance identifier used by this adapter instance

integer As int32 As int32
monitoringInterval
Optional
Constraints: minimum: 0

Minutes part of the monitoring Interval of the Adapter Instance.

integer As int32 As int32
monitoringIntervalSeconds
Optional
Constraints: minimum: 0

Seconds part of the monitoring Interval of the Adapter Instance

integer As int32 As int32
numberOfMetricsCollected
Optional

The number of metrics reported by this adapter instance.

integer As int32 As int32
numberOfResourcesCollected
Optional

The number of resources being monitored by this resource.

integer As int64 As int64
lastHeartbeat
Optional

Last time when this adapter instance communicated with VMware Cloud Foundation Operations Server.

integer As int64 As int64
lastCollected
Optional

Last time adapter instance reported collection of resources/stats.

string
messageFromAdapterInstance
Optional

Any message from the adapter instance.

array of certificate
adapter-certificates
Required

The set of untrusted certificates returned by the adapter source

array of link
links
Optional

links

string As uuid As uuid
physicalDatacenterId
Optional

The Physical Datacenter ID to be used for this Adapter Instance.It is Optional

string As uuid As uuid
id
Optional

The UUID of the adapter instance