Deleting status information about an API function that performs asynchronous processing

Storage Advisor Embedded Guide

Version
88-06-0x
Audience
anonymous
Part Number
MK-97HM85022-12

The following request deletes status information about an API function that performs asynchronous processing.

Execution permission

Storage Administrator (System Resource Management)

Request line

DELETE base-URL/simple/v1/objects/command-status/object-ID

Request message

Object ID

Specify the numerical value displayed at the end of the URL for statusResource that was returned when an API function for asynchronous processing was run.

The following is an example of a returned statusResource:

"statusResource": "/ConfigurationManager/simple/v1/objects/command-status/3"

Attribute

Type

Description

id

int

(Required) The ID used to obtain the execution results of the API function that performs asynchronous processing.

Query parameters
None.
Body
None.

Response message

Body

Attribute

Type

Description

affectedResources

string[]

List of URLs for referencing the deleted status information of the API

operationDetails

object[]

Details about a resource for which the status information was deleted

For details, see the description of the operationDetails attribute of the commandStatus object.

Status codes

See HTTP status codes.

Coding example

curl -v -H "Accept:application/json" -H "Content-Type:application/json" -H "Authorization:Session b74777a3f9f04ea8bd8f09847fac48d3" -X DELETE https://192.0.2.100/ConfigurationManager/simple/v1/objects/command-status/3