SdmpConfig
A model that serves as the structure of the payload data for creating or updating vCenter Service Discovery adapter instance
{
"defaultWindowsCredentials": {
"username": "string",
"password": "string"
},
"defaultLinuxCredentials": {
"username": "string",
"password": "string"
},
"defaultSRMCredentials": {
"username": "string",
"password": "string"
},
"applicationDiscoveryEnabled": false,
"enabled": false,
"id": "string",
"alternateCredentialsId": "string"
}
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 application discovery flag, enabled by default.
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.
Alternate credentials if for Service Discovery adapter. If not set will reuse vCenter credentials instead