Get Host Config Tasks
Get HostConfig tasks
Request
URI
GET
https://{api_host}/tca/hostcustomization/api/v1/hostprofilebinding/task/{taskId}
COPY
Path Parameters
string
taskId
Required
taskId
Responses
200
Get HostConfig tasks
Returns hostconfigTask of type(s) application/json
{
"taskId": "string",
"type": "string",
"status": "string",
"progress": 0,
"message": "string",
"startTime": "number",
"endTime": "number",
"steps": [
{
"title": "string",
"status": "string",
"progress": 0,
"message": "string",
"steps": [
{
"title": "string",
"status": "string",
"progress": 0,
"message": "string"
}
]
}
]
}
string
taskId
Optional
taskId
string
type
Optional
type
string
status
Optional
status
Possible values are : QUEUED, RUNNING, SUCCESS, FAILED,
integer
progress
Optional
progress
string
message
Optional
message
number
startTime
Optional
startTime
number
endTime
Optional
endTime
array of object
steps
Optional
steps
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"
}
]
}
Host Config Task Operations
GET
Get Host Config Tasks