[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance

TaskPatchRequest

Describes the request payload to patch object.


Properties

string
action Optional

The name of the action e.g. ADD_USER, ACKNOWLEDGE or REMEDIATION.


string
details Optional

The details of performing action.


number
end_time Optional

The end time of task in epoch millis.


array of object
entities Optional

string
status Optional

The current status of task.

Possible values are: IN_PROGRESSCOMPLETEDFAILED

JSON Example

{
    "action": "ACKNOWLEDGE",
    "details": "Performing ack operation",
    "status": "IN_PROGRESS"
}
[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance
Parameter To

Patch Task

Feedback

Was this page helpful?