SdmpConfig

SdmpConfig
SdmpConfig

A model that serves as the structure of the payload data for creating or updating vCenter Service Discovery adapter instance

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

A model that serves as the structure of credential params

defaultLinuxCredentials
Optional

A model that serves as the structure of credential params

defaultSRMCredentials
Optional

A model that serves as the structure of credential params

boolean
applicationDiscoveryEnabled
Optional

Enable application discovery flag, enabled by default.

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.

string As uuid As uuid
alternateCredentialsId
Optional

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