Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 2.07 KB

File metadata and controls

23 lines (20 loc) · 2.07 KB

Operation

Properties

Name Type Description Notes
id str The UUID of the operation.
self_link str The URI of the operation, e.g., /tenants/<t>/tenant-spaces/<ts>/volumes/<v>.
request OperationRequest [optional]
request_type str Request type is a combination of action and resource kind, e.g., &quot;CreateVolume&quot;.
request_id str The request ID specified with the REST call (or system generated) used for idempotence when making API calls. Any name is valid.
request_collection str The URI of the request collection in which this operation was created. Valid values are &quot;/&quot;, &quot;/<tenants>/<t>&quot; or &quot;/<tenants>/<t>/tenant-spaces<ts>&quot;. [optional]
state OperationState [optional]
result OperationResult [optional]
status str The latest status of the operation indicates if it is waiting (Pending), active (Running, Aborting) or complete (Succeeded, Failed).
retry_in int Recommended time to wait before getting the operation again to observe status change (polling interval). Unit is milliseconds, e.g., 100.
error Error [optional]
created_at int The time that the operation was created, in milliseconds since the Unix epoch.
started_at int The time that the operation was admitted, in milliseconds since the Unix epoch.
ended_at int The time that the operation ended with status Succeeded or Failed, in milliseconds since the Unix epoch.
update_fields dict(str, str) Key/value pairs of the fields this operation is updating, if it is an Update operation. E.g. destroyed:true or size:1048576.

[Back to Model list] [Back to API list] [Back to README]