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 |
|
- Catalog API
- List catalogs
- Get catalog details
- Create catalog categories
- Update catalog categories
- Delete catalog category
- List offerings in the catalog
- Get offering details
- Submit a request
- Get request details
- Cancel a request
- Retire a request
- Get approval details
- Update approval decision using an external approval system
- Update approval decision using CSA approval process
- Update catalog approval policies
- Update service offerings approval policy
- Get subscription details
- Get instance details
- Retire an approval
- Get resource subscription details
Update Catalog Approval Policies
Use this API to associate an approval policy with the specified catalog.
Details
URI | /catalog/<calalog_id>/policy/<policy_id>/setCatalogApprovalPolicy
Use Catalog API to get the catalog ID. Use List Organization's Approval Policies to get an organization's approval policy IDs. |
---|---|
Method | POST |
Parameters |
|
Response Body | The response body will be an ApprovalPolicyVO of base/full. |
Returns | 200 - Ok 401 - Not authorized 404 - Object not found 500 - Server exception |
Examples
The following URL was sent:
https://<host>:<port>/csa/rest/catalog/8a81818f3d4251ed013d46c2b7f602bc/
policy/8a81818f3d4251ed013d4259f57c0008/setCatalogApprovalPolicy?
userIdentifier=90d96588360da0c701360da0f1d5f483
The following XML was returned:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ApprovalPolicyList>
<count>2</count>
<limit>0</limit>
<approvalPolicy>
<id>8a81818f3d4251ed013d46cc859002c1</id>
...
<approvalTemplate xsi:type="namedApproverApprovalTemplateVO">
<id>8a81818f3d4251ed013d46cc31ed02be</id>
<name>EXAMPLE_APPROVAL_POLICY_March 7, 2013 9:40:19 PM UTC </name>
<automaticApproval>false</automaticApproval>
<automaticPeriodDuration>0</automaticPeriodDuration>
<minApprovalRequired>0</minApprovalRequired>
<approvalLevel>1</approvalLevel>
</approvalTemplate>
<catalog>
<id>8a81818f3d4251ed013d46c2b7f602bc</id>
<name>SOFTWARE_CATALOG</name>
</catalog>
</approvalPolicy>
<approvalPolicy>
<id>8a81818f3d4251ed013d46cc85e402c2</id>
<approvalTemplate>
<name>USER_CONTEXT_APPROVAL_TEMPLATE_QAORG</name>
<automaticApproval>false</automaticApproval>
<automaticPeriodDuration>0</automaticPeriodDuration>
<minApprovalRequired>0</minApprovalRequired>
<approvalLevel>1</approvalLevel>
</approvalTemplate>
<catalog>
<id>8a81818f3d4251ed013d46c2b7f602bc</id>
...
<name>SOFTWARE_CATALOG</name>
...
</catalog>
</approvalPolicy>
</ApprovalPolicyList>
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: