list-applications-metadata¶
- subtitle
List of Applications Metadata
- version
0.9.139
Description¶
Provides a list of applications metadata.
list-applications-metadata
is a paginated operation. Multiple API calls may be issued in order to retrieve the entire data set of results. You can disable pagination by providing the --no-paginate
argument.
Synopsis¶
list-applications-metadata
[--max-items <value>]
[--starting-token <value>]
[--page-size <value>]
[--cli-input-json <value>]
[--generate-cli-skeleton]
Options¶
--max-items
(integer)
The total number of items to return. If the total number of items available is more than the value specified in max-items then a
nextToken
will be provided in the output that you can use to resume pagination. ThisnextToken
response element should not be used directly outside of the CDP CLI. This option cannnot be combined with theno-paginate
CLI option. If no max-items value is specified, then a default value of 20 is used.
--starting-token
(string)
A token to specify where to start paginating. This is the
nextToken
from a previously truncated response.
--page-size
(integer)
The size of each page. Generally this does not need to be set and the default page size used is appropriate.
--cli-input-json
(string)
Performs service operation based on the JSON string provided. The JSON string follows the format provided by
--generate-cli-skeleton
. If other arguments are provided on the command line, the CLI values will override the JSON-provided values.
--generate-cli-skeleton
(boolean)
Prints a sample input JSON to standard output. Note the specified operation is not run if this argument is specified. The sample input can be used as an argument for
--cli-input-json
.
Output¶
applicationsMetadata -> (array)
A detailed list of installable applications
item -> (object)
Application metadata details of an application that can be installed.
displayName -> (string)
the display name of the application.
type -> (string)
the type of the application.
shortDescription -> (string)
the short description of the application.
longDescription -> (string)
the long description of the application.
tags -> (array)
Arbitrary list of identifying tags. Can be used for search in the future.
item -> (string)
status -> (string)
Describes the overall application maturity and availability. E.g. “LIMITED_SUPPORT”, “GA_SUPPORT”, “DEPRECATED”, “IN_DEVELOPMENT”
versions -> (array)
List of app versions that can be installed.
item -> (object)
Application metadata for available versions of applications.
version -> (string)
The version of the application.
buildNum -> (string)
The build number of the application.
status -> (string)
Status describes the overall application maturity and availability for this specific release version. E.g. “LIMITED_SUPPORT”, “GA_SUPPORT”, “DEPRECATED”, “IN_DEVELOPMENT”
description -> (string)
The application description for this version.
nextPageToken -> (string)
The token to use when requesting the next set of results. If not present, there are no additional results.
Form Factors¶
public