SdmpConfig

SdmpConfig
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.

JSON Example
{
    "alternateCredentialsId": "string",
    "applicationDiscoveryEnabled": false,
    "defaultLinuxCredentials": {
        "password": "string",
        "username": "string"
    },
    "defaultSRMCredentials": {
        "password": "string",
        "username": "string"
    },
    "defaultWindowsCredentials": {
        "password": "string",
        "username": "string"
    },
    "enabled": false,
    "id": "string"
}
string As uuid As uuid
alternateCredentialsId
Optional

Alternate credentials if for Service Discovery adapter. If not set will reuse vCenter credentials instead

boolean
applicationDiscoveryEnabled
Optional

Enable application discovery flag, enabled by default.

defaultLinuxCredentials
Optional

A model that serves as the structure of credential params

defaultSRMCredentials
Optional

A model that serves as the structure of credential params

defaultWindowsCredentials
Optional

A model that serves as the structure of credential params

boolean
enabled
Optional

Enable service discovery flag, disabled by default.

string As uuid As uuid
id
Optional

Identifier of this Service Discovery adapter, automatically assigned by the system on create. Must be set in case of update.