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
Submit a Request
Details
URI | /catalog/<catalog_id>/request Use List Catalogs to get the catalog ID. |
---|---|
Method | POST |
Parameters |
|
Returns | 200 - Ok 401 - Not authorized 404 - Not found 500 - Server exception |
Note To submit a request for a subscription that is owned by a group, you must send the group name in the request. You should not use the group DN.
Examples
Use the following URL:
https://<host>:<port>/csa/rest/catalog/90540a9734f502880134f502c82e0011/request
?userIdentifier=90d9667ss5f46a930135f35b327e00a0
The following XML was sent in the request:
<ServiceRequest>
<description>Request description</description>
<name>Request name</name>
<displayName>Request display name</displayName>
<artifactContext>
<id>51bceb48dc57467393170c61200242a7</id>
</artifactContext>
<requestedAction>
<name>ORDER</name>
<property>
<name>START_DATE</name>
<values>
<value>2016-07-19</value>
</values>
</property>
<property>
<name>SERVICE_NAME</name>
<values><value>Subscription 001</value></values>
</property>
<property>
<name>SERVICE_DESCRIPTION</name>
<values><value>subsDesc - Subscription 001</value></values>
</property>
<property>
<name>OWNER_GROUP</name>
<values>
<value>MyGroup</value>
</values>
</property>
<property>
<name>OPTION_MODEL</name>
<values>
<optionModel>
<name>SD2</name>
<optionSets>
<name>42FBA7E6-17EF-7B1A-C4DD-0A5CB0246E55</name>
<options><name>D914556A-6F6A-1BE0-035E-0A5CB021BE9B</name>
<property>
<name>INT</name>
<values><value>99</value></values>
</property>
<property>
<name>BOOLEAN</name>
<values><value>true</value></values>
</property>
<property>
<name>STR</name>
<values><value>test</value></values>
</property>
</options>
</optionSets>
<optionSets>
<name>D6A80E16-2977-4111-14B9-0A5E5D5B2F56</name>
<options><name>18CA9979-7C9D-F5AC-06B5-0A5E5D5B3B51</name>
</options>
</optionSets>
</optionModel>
</values>
</property>
</requestedAction>
</ServiceRequest>
The following XML was returned in the response:
<ServiceRequest>
<id>8a818185382a26cc01382abf331c037e</id>
<isCriticalSystemObject>false</isCriticalSystemObject>
<disabled>false</disabled>
</ServiceRequest>
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: