SdmpConfig
A model that serves as the structure of the payload data for creating or updating vCenter Service Discovery adapter instance.
NOTE: The defaultSRMCredentials field is deprecated and should not be used. It is ignored in requests and will no longer appear in responses.
{
"alternateCredentialsId": "string",
"applicationDiscoveryEnabled": false,
"defaultLinuxCredentials": {
"password": "string",
"username": "string"
},
"defaultSRMCredentials": {
"password": "string",
"username": "string"
},
"defaultWindowsCredentials": {
"password": "string",
"username": "string"
},
"enabled": false,
"id": "string"
}
Alternate credentials if for Service Discovery adapter. If not set will reuse vCenter credentials instead
Enable application discovery flag, enabled by default.
A model that serves as the structure of credential params
A model that serves as the structure of credential params
A model that serves as the structure of credential params
Enable service discovery flag, disabled by default.
Identifier of this Service Discovery adapter, automatically assigned by the system on create. Must be set in case of update.