Disassociate Hostconfigprofiles
Api to Disassociate Hosts from HostconfigProfiles
Request
URI
POST
https://{api_host}/tca/hostcustomization/api/v1/removehostprofilebinding
COPY
Request Body
disassociate hosts from hostconfigprofiles
disassociateHostconfigProfileRequest of type(s) application/json
Required
{
"hostProfile": "string",
"binding": [
{
"name": "string",
"address": "string"
}
],
"vcIp": "string",
"vcThumbprint": "string",
"domainType": "string"
}
string
hostProfile
Optional
hostProfile
array of object
binding
Optional
binding
string
vcIp
Optional
vcIp
string
vcThumbprint
Optional
vcThumbprint
string
domainType
Optional
domainType
Responses
201
Successfully posted for disassociating hosts from hostconfig profiles.
Returns hostconfigResponse of type(s) application/json
{
"taskId": "string"
}
string
taskId
Optional
taskId
400
Returns BadRequest of type(s) application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
500
Returns InternalServerError of type(s) application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}