This schema specifies the XML namespace:
http://lxistandard.org/schemas/LXIPendingDetails/1.0,
version: 1.0
Editorial date: September 28, 2023
The LXI PendingDetails element contains the details related to why an operation is pending and permits the client to determine when it is completed.
The LXIPendingDetails complex type has no attributes
The following must occur in this order:
Element | Type | Cardinality | Requirements |
---|---|---|---|
URL | xs:anyURI | Required |
URL provides a URL at which the client can perform a GET to determine the status of the pending operation. If the API for which this response is generated may result in a new IP address, then the URL returned from the 202 response shall be constructed with either the hostname or an absolute path with no host. RULE: URL shall be included. OBSERVATION: When querying the URL the client will either receive another operation pending response with another instance of this XML or a status of OK that indicates the operation is complete. |
UserActionRequired | xs:boolean | Required |
UserActionRequired indicates if the operation is blocked waiting for a user action. For instance, a front panel operation or a device reboot. |
EstimatedTimeToComplete | xs:integer | Optional |
EstimatedTimeToComplete indicates the amount of time in seconds to complete the operation. EstimatedTimeToComplete shall be included if @UserActionRequired is false. EstimatedTimeToComplete shall be omitted if the device is awaiting a user action and the device does not know when it will occur. |
Details | xs:string | Optional |
Details provides an explanation of the operation that is pending, or why it is pending. |