Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.
Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |
Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
- User API
- List service requests for subscription
- List active requests for user
- Get count of requests for user
- Cancel multiple service requests
- Delete multiple service requests
- List approvals for approver
- Get count of approvals for user
- Delete multiple approval requests
- List subscriptions for user
- Get count of subscriptions for user
- Get list of recent or expiring soon subscriptions for user
- Get list of all components of a specific type for a specific user
- Delete multiple subscriptions
- List instances for user
Delete Multiple Approval Requests
Details
URI | /user/multipleApprovals/delete
|
---|---|
Method | POST |
Parameters |
|
Returns | 200 - Ok (Indicates the REST call executed without error. See XML return content for whether all specified approval requests were deleted.) 401 - Not authorized 404 - Object not found 500 - Server exception |
An approval request can only be deleted if its state is APPROVED or DENIED.
Example
The following URL was sent:
https://<host>:<port>/csa/rest/user/multipleApprovals/delete
?userIdentifier=90d965c0379fd06601379fd192b30ee6
The following XML was sent in the request:
<ApprovalProcessList>
<approvalProcess>
<id>90e72e713a94e0ab013aae76618e0e39</id>
<catalogItem>
<catalog>
<id>90d965c0379fd06601379fd1936a0f05</id>
</catalog>
</catalogItem>
</approvalProcess>
<approvalProcess>
<id>90e2a4133a75430b013a7a1328560377</id>
<catalogItem>
<catalog>
<id>90d965c0379fd06601379fd1936a0f05</id>
</catalog>
</catalogItem>
</approvalProcess>
</ApprovalProcessList>
The following XML was returned in the response. The count value indicates the number of approval requests successfully deleted. An ApprovalProcess element is included for each deleted approval request.
<ApprovalProcessList>
<count>2</count>
<limit>0</limit>
<ApprovalProcess>
<id>90e72e713a94e0ab013aae76618e0e39</id>
...
</ApprovalProcess>
<ApprovalProcess>
<id>90e2a4133a75430b013a7a1328560377</id>
...
</ApprovalProcess>
</ServiceSubscriptionList>
We welcome your comments!
To open the configured email client on this computer, open an email window.
Otherwise, copy the information below to a web mail client, and send this email to clouddocs@hpe.com.
Help Topic ID:
Product:
Topic Title:
Feedback: