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 |
|
- Package APIs
- List packages
- Get application package details
- Get package states
- Get package properties
- List candidate designs
- List the candidate topologies
- Get a list of active deployments
- Create a package
- Create package with properties
- Promote a package
- Reject a package
- Deploy a package
- Redeploy a package
- Delete multiple packages
- Update package name and description
- Update package component properties
- Delete a package
Delete multiple packages
Deletes multiple packages specified by the user.
Packages that are in production stage cannot be deleted. If multiple packages are selected to be deleted, and a selected package is in production stage, an error is displayed an no packages are deleted.
A user in the developer role cannot delete packages that are in the testing stage. If multiple packages are selected by a developer to be deleted, and any of the selected packages are in testing stage, an error is displayed and no packages are deleted.
At least one package must be selected. If no packages are selected to be deleted, an error message is displayed.
Packages that have deployed instances cannot be deleted. You must cancel and delete the deployments before you can delete the package.
URI | Method | Parameters | Returns |
---|---|---|---|
http://[host]:[port]/csa/api/codar/app-package/delete | POST | Path - A list of package IDs. |
200 - successful |
Example
The following URL was sent:
https://localhost:8444/csa/api/codar/app-package/delete
The following JSON was sent:
{
"members": [ {
"packageId":"2090bf73-0f8c-4c34-9737-f5f569c04a4d"},
{
"packageId":"2090bf73-0f8c-4c34-9737-f5f569c03a3f"}
]
}
The following response body was returned if the packages are successfully deleted:
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: