[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations
Create Adapter Instance
DescriptionPass 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
Request
URLURL
https://localhost/suite-api/api/adapters
Query Parameters
Query Parameters
boolean
extractIdentifierDefaults
Optional
Indicates whether need to return default value or null in a result for identifiers that have no/null value in request body
extractIdentifierDefaults example
false
boolean
force
Optional
Proceed with adapter instance creation even if connection is not established
Request Body
Request Body
create-adapter-instance
of type(s) application/json, application/xml
Required
The adapter instance creation request
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
201 Created
Returns
AdapterInstance
of type(s) application/json, application/xml
The adapter instance that was created
Errors
400
If create ‘adapter instance’ failed. Typically the service will return extra information as to why the creation failed.
Code Samples
cURL Command
curl -X POST -H "Content-Type: application/json" -d '{"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"}]}' https://localhost/suite-api/api/adapters
[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations
On This Page
Adapters Operations
delete
patch
patch
post