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
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
On This Page
Hybridity Operations
GET
Fetch Cloud Endpoint
POST
Register Cloud Endpoint
DELETE
Unregister Cloud Endpoint