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 |
|
- Artifact API
- Artifact types
- Create an artifact
- View an artifact
- Update an artifact
- Delete an artifact
- Retrieve a predefined view for an artifact
- Retrieve resolved properties for an artifact
- List active groups associated with an organization
- Add groups to an organization
- Update group display name, distinguished name
- Delete or disassociate group from an organization
- List resource providers
- Add document to service offering
- Delete document from service offering
- Update document in service offering
- Publish service offerings to catalog
- Unpublish service offerings from catalog
- Retrieve artifact state and status
- Artifact views
Retrieve Artifact State and Status
Details
URI | /artifact/state/<artifact_id>
|
---|---|
Method | GET |
Parameters |
|
Request Body | None |
Return Body | ArtifactStateInfo |
Returns | 200 - Ok 401 - Not authorized 404 - Object not found 500 - Server exception |
For all artifacts, possible values for the returned artifactState are:
- ACTIVE
- RETIRED
The following state and status information will be returned for specific artifact types.
For service instance artifacts, state will be returned and will contain one of the following values:
- ACTIVE
- CANCELLED
- CANCELLING
- CANCEL_FAILED
- DEPLOYING
- EXPIRE_FAILED
- EXPIRING
- FAILED
- MODIFYING
- MODIFY_FAILED
- IN_PROGRESS
- PUBLIC_ACTION_FAILED
- RESERVED
- UPGRADING
- UPGRADE_FAILED
For service request artifacts:
- State will be returned and will contain one of the following values:
- APPROVED
- CANCELLED
- COMPLETED
- IN_PROGRESS
- PENDING_APPROVAL
- REJECTED
- SUBMITTED
- Status will be returned. If no value was set a null value will be returned. Otherwise it will contain one of the following values:
- FAILURE
- SUCCESS
For service subscription artifacts, status will be returned and will contain one of the following values:
- ACTIVE
- CANCELLED
- EXPIRED
- PAUSED
- PENDING
- TERMINATED
Example
The following URL was sent:
https://<host>:<port>/csa/rest/artifact/state/90e72e323ad23bd6013ad23f63da0016?userIdentifier=90d96588360da0c701360da0f1d5f483
The following JSON was returned in the response body:
{
"id": "90e72e323fe4c9ae013fe4def98a0125",
"artifactType": "SERVICE_INSTANCE",
"artifactState": "ACTIVE",
"state": "FAILED",
"status":null
}
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: