Get Products
Return a paginated list of products supported in TAC.
Filter by products that support customization
Return products that matches any part of the name
apache
Name of the field to order the products: NAME (default), KEY, CATEGORY
NAME
Order to sort by the selected field: ASC (default) or DESC
An integer that identifies the page number for a paged response
An integer that identifies the maximum page size for a paged response
Paginated list of supported products
{
"page": 1,
"page_size": 5,
"total_size": 10,
"total_pages": 2,
"items": [
{
"name": "Argo CD",
"key": "argo-cd",
"description": "Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes",
"long_display_name": "Argo CD packaged by VMware",
"disclaimer": "Trademarks: This software listing is packaged by VMware. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement",
"category": "Developer Tools",
"based_on_scratch": true
}
]
}
An error related to the request
"ConstraintsViolationsError Object"
It represents a constraints violation error
The requesting user is not authorized to get the products
"Error403 Object"
An internal server error object
"Error500 Object"
The server is temporarily unavailable
"Error503 Object"
curl -H 'Authorization: <value>' https://{api_host}/v1/products