Update Hosts For Cluster

Update Hosts For Cluster

This API is to be used for updating the specified hosts for specified a Cluster.

Request
URI
PUT
https://{api_host}/hybridity/api/ztp/v1/clusters/{cluster_id}/hosts
COPY
Path Parameters
string
cluster_id
Required

The ID of the cluster.


Request Body

The request payload for Update Hosts API.

Required
{
    "hosts": [
        {
            "id": "string",
            "version": 0,
            "name": "string",
            "username": "string",
            "password": "string",
            "ipmiFqdn": "string",
            "ipmiUsername": "string",
            "ipmiPassword": "string",
            "vmkVsanIp": "string",
            "vmkVmotionIp": "string"
        }
    ]
}
array of object
hosts
Required

hosts

Authentication
This operation uses the following authentication methods.
Responses
200

The submitted hosts have been updated successfully.

Returns InlineZtpV1ClustersCluster_idHosts200Response of type(s) application/json
{
    "warnings": [
        {
            "code": "string",
            "message": "string",
            "stack": "string"
        }
    ],
    "errors": [
        {
            "code": "string",
            "message": "string",
            "stack": "string"
        }
    ]
}
array of object
warnings
Optional

The list of warnings.

array of object
errors
Optional

The list of errors.


301

API endpoint has permanently moved.

Returns InlineZtpV1ClustersCluster_idHosts301Response of type(s) application/json
{
    "redirectURL": "string"
}
string
redirectURL
Optional

redirectURL

Response Headers

string
Location

URI where the client will find the new endpoint.


400

Response may include details of why the request is bad.

Returns InlineZtpV1ClustersCluster_idHosts400Response of type(s) application/json
{
    "warnings": [
        {
            "code": "string",
            "message": "string",
            "stack": "string"
        }
    ],
    "errors": [
        {
            "code": "string",
            "message": "string",
            "stack": "string"
        }
    ]
}
array of object
warnings
Optional

The list of warnings.

array of object
errors
Optional

The list of errors.


401

User is not authenticated to invoke this endpoint.

Operation doesn't return any data structure

403

User is not authorized to invoke this endpoint.

Operation doesn't return any data structure

404

The specified Cluster/host(s) were not found.

Operation doesn't return any data structure

422

The request payload couldn't be processed by the server.

Returns InlineZtpV1ClustersCluster_idHosts422Response of type(s) application/json
{
    "warnings": [
        {
            "code": "string",
            "message": "string",
            "stack": "string"
        }
    ],
    "errors": [
        {
            "code": "string",
            "message": "string",
            "stack": "string"
        }
    ]
}
array of object
warnings
Optional

The list of warnings.

array of object
errors
Optional

The list of errors.


500

An internal server error has occurred.

Returns InlineZtpV1ClustersCluster_idHosts500Response of type(s) application/json
{
    "warnings": [
        {
            "code": "string",
            "message": "string",
            "stack": "string"
        }
    ],
    "errors": [
        {
            "code": "string",
            "message": "string",
            "stack": "string"
        }
    ]
}
array of object
warnings
Optional

The list of warnings.

array of object
errors
Optional

The list of errors.