PATCH /statediffoperation/{uuid}
/statediffoperation/{uuid}
UUID of the object to fetch
object name
Avi Tenant Header
Avi Tenant Header UUID
The caller is required to set Avi Version Header to the expected version of configuration. The response from the controller will provide and accept data according to the specified version. The controller will reject POST and PUT requests where the data is not compatible with the specified version.
Avi Controller may send back CSRF token in the response cookies. The caller should update the request headers with this token else controller will reject requests.
StatediffOperation object creation
{
"_last_modified": "string",
"events": [
{
"duration": 0,
"end_time": "string",
"message": "string",
"start_time": "string",
"status": "string",
"task_name": "string"
}
],
"name": "string",
"node_uuid": "string",
"operation": "string",
"phase": "string",
"status": "string",
"tenant_ref": "string",
"url": "string",
"uuid": "string"
}
OK
"StatediffOperation Object"
UNIX time since epoch in microseconds. Units(MICROSECONDS).
Info for each Statediff event. Field introduced in 21.1.3. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.
Name of Statediff operation. Field introduced in 21.1.3. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.
Uuid of node for Statediff operation entry. Field introduced in 21.1.3. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.
Type of Statediff operation. Enum options - FB_UPGRADE, FB_ROLLBACK, FB_PATCH, FB_ROLLBACK_PATCH. Field introduced in 21.1.3. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.
Phase of Statediff operation. Enum options - FB_PRE_SNAPSHOT, FB_POST_SNAPSHOT. Field introduced in 21.1.3. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.
Status of Statediff operation. Enum options - FB_INIT, FB_IN_PROGRESS, FB_COMPLETED, FB_FAILED, FB_COMPLETED_WITH_ERRORS. Field introduced in 21.1.3. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.
Tenant that this object belongs to. It is a reference to an object of type Tenant. Field introduced in 21.1.3. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.
url
unique identifier for Statediff entry. Field introduced in 21.1.3. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.
log in failed
curl -X PATCH -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}'