Get Applications Offering
Returns a paginated list of applications offering
A string as the name of an operating system
Return objects based on status flag (ENABLED, HIDDEN, DEPRECATED)
ENABLED
Return applications that matches any part of the name
apache
The key name of the product
The branch of the product
Name of the field to order the applications: PRODUCT_NAME (default), PRODUCT_KEY, STATUS, BRANCH, PACKAGING_TYPE
PRODUCT_KEY
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 applications offering
{
"page": 1,
"page_size": 5,
"total_size": 10,
"total_pages": 2,
"items": [
{
"id": "d16c7f4d-b38a-405b-a1ca-3ac0a79418c1",
"product": {
"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,
"latest_free": false
},
"packaging_type": "HELM_CHART",
"branch": "2",
"status": "ENABLED",
"operating_systems": [
{
"id": "d16c7f4d-b38a-405b-a1ca-3ac0a79418c1",
"name": "Centos 7",
"distro": "centos",
"version": "7"
}
],
"end_of_life_at": "2023-03-03T00:00:00.000Z",
"_links": {
"operating_systems": [
{
"href": "/v1/operating-system/351c1739-ca01-4a74-8124-1b99257cd7c9"
}
]
}
}
]
}
An error related to the request
{
"type": "https://example.com/probs/validation-error",
"title": "Validation error",
"status": 400,
"detail": "There was an error validating the request",
"violations": [
{
"field": "amount",
"message": "It should be greater than zero"
}
]
}
It represents a constraints violation error
The requesting user is not authorized to get the applications offering
{
"type": "https://example.com/probs/out-of-credit",
"title": "You do not have enough credit.",
"status": 403,
"detail": "Your current balance is 30, but that costs 50",
"instance": "/account/2217eb9c-f042-11eb-9a03-0242ac130003/msgs/abc"
}
An internal server error object
{
"type": "https://example.com/probs/out-of-credit",
"title": "You do not have enough credit.",
"status": 403,
"detail": "Your current balance is 30, but that costs 50",
"instance": "/account/2217eb9c-f042-11eb-9a03-0242ac130003/msgs/abc"
}
The server is temporarily unavailable
{
"type": "https://example.com/probs/out-of-credit",
"title": "You do not have enough credit.",
"status": 403,
"detail": "Your current balance is 30, but that costs 50",
"instance": "/account/2217eb9c-f042-11eb-9a03-0242ac130003/msgs/abc"
}
curl -H 'Authorization: <value>' https://{api_host}/v1/applications-offering