BaseSite

BaseSite
Base Site Object

The base site object contains all properties that are common across all site types

JSON Example
{
    "site_type": "string",
    "desired_state": "string",
    "site_discovery_info": {
        "discovery_hostname": "string",
        "username": "string",
        "password": "string",
        "certificate": "string"
    },
    "site_name": "string"
}
site_type
Optional

The options for the supported types of sites

Possible values are : NSX, SSP, AVI,
desired_state
Required

The desired state of the site

Possible values are : ONBOARD, OFFBOARD, RECONNECT,
site_discovery_info
Required

Details about how to connect to the site to be configured.

string
site_name
Required

The display name of the site.

Availability