[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations
Patch Test Connection
DescriptionThis is typically used to indicate vRealize operations manager that the certificates presented by
the (data source for which the adapter instance) was tested are indeed valid
certificates.
Typically the response of the POST /api/adapters
API in its entirety needs to be
sent as request body when making this PATCH /api/adapters
API invocation.
Request
URLURL
https://localhost/suite-api/api/adapters/testConnection
Request Body
Request Body
adapter-instance
of type(s) application/json, application/xml
Required
The adapter instance connection request
Authentication
This operation uses the following authentication methods.
Errors
Errors
400
If Patch ‘adapter instance connection’ failed. Typically the service will return extra information as to why update failed.
Code Samples
cURL Command
curl -X PATCH -H "Content-Type: application/json" -d '{"adapter-certificates":[{"certificateDetails":"string","expires":"string","issuedBy":"string","issuedTo":"string","thumbprint":"string"}],"collectorGroupId":"string","collectorId":0,"credentialInstanceId":"string","description":"string","id":"string","lastCollected":"string","lastHeartbeat":"string","links":[{"description":"string","href":"string","name":"string","rel":"NEXT"}],"messageFromAdapterInstance":"string","monitoringInterval":0,"monitoringIntervalMinutes":0,"monitoringIntervalSeconds":0,"numberOfMetricsCollected":0,"numberOfResourcesCollected":0,"resourceKey":{"adapterKindKey":"string","extension":{"anyObjects":{}},"links":[{"description":"string","href":"string","name":"string","rel":"NEXT"}],"name":"string","resourceIdentifiers":[{"identifierType":{"dataType":"STRING","extension":{"anyObjects":{}},"isPartOfUniqueness":false,"links":[{"description":"string","href":"string","name":"string","rel":"NEXT"}],"name":"string"},"key":"string","links":[{"description":"string","href":"string","name":"string","rel":"NEXT"}],"name":"string","uniquelyIdentifying":false,"value":"string"}],"resourceKindKey":"string"}}' https://localhost/suite-api/api/adapters/testConnection
[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations
On This Page
Adapters Operations
delete
patch
patch
post