public/portworx/platform/tenant/application/apiv1/application.proto (version not set)
Download OpenAPI specification:Download
ListAvailableApplications API lists all the applications visible to a caller.
path Parameters
tenantId required | string tenant_id for which list of applications needs to be fetched. |
Responses
Response samples
- 200
- default
Content type
application/json
{- "applications": [
- {
- "name": "string",
- "version": "string"
}
]
}