Register Cloud Endpoint

Register Cloud Endpoint

Register a remote cloud endpoint

Request
URI
POST
https://{api_host}/hybridity/api/cloudConfigs
COPY
Header Parameters
string
Content-Type
Required

application/json

Content-Type example
application/json

Request Body
{
    "remote": {
        "username": "[email protected]",
        "password": "password",
        "url": "https://HCX_TARGET_MANAGER_IP/"
    }
}
object
remote
Optional

remote

Authentication
This operation uses the following authentication methods.
Responses
200

Status 200

Returns cloudreg_1.0_successResponse of type(s) application/json
"cloudreg_1.0_successResponse Object"

401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/hybridity/api/cloudConfigs