list-parameter-groups¶
- subtitle
Lists all known parameter groups.
- version
0.9.160
Description¶
Lists all parameter groups with optional filtering by project IDs and search term.
Synopsis¶
list-parameter-groups
--environment-crn <value>
[--project-crns <value>]
[--search-term <value>]
[--cli-input-json <value>]
[--generate-cli-skeleton]
Options¶
--environment-crn (string)
The CRN of an environment to execute the command.
--project-crns (array)
The list of project CRNs by which to filter the parameter group list.
Syntax:
"string" "string" ...
--search-term (string)
The search term to filter by parameter group name.
--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¶
parameterGroups -> (array)
A list of parameter groups.
item -> (object)
Summary of a parameter group.
name -> (string)
The name of the parameter group.
id -> (string)
The parameter group ID.
source -> (string)
The source of parameter group creation.
projectId -> (string)
Optional project ID that parameter group is assigned to.
projectSummary -> (object)
Provides a summary of the project.
id -> (string)
The ID of the project.
crn -> (string)
The CRN of the project.
name -> (string)
The name of the group.
description -> (string)
The description of the group.
workloadAdministrationGroup -> (string)
The name of the workload administration group for this project.
deleting -> (boolean)
Indicates the project is in the process of being deleted.
usages -> (array)
The list of usages where this parameter group is used.
item -> (object)
Represents a resource that uses a parameter group.
resourceId -> (string)
The ID of the resource that uses the parameter group.
resourceType -> (string)
The type of the resource that uses the parameter group.
parentResourceId -> (string)
The parent-resource ID (e.g., deploymentId when resourceType is DEPLOYED_FLOW).
resourceName -> (string)
The name of the resource that uses the parameter group.
status -> (string)
The synchronization status between the parameter group and the resource.
created -> (integer)
Creation timestamp of the parameter group.
updated -> (integer)
Timestamp of the last time the parameter group was modified.
description -> (string)
The description of the parameter group.
crn -> (string)
The CRN of the Parameter Group.
createdBy -> (string)
The username of the creator of the parameter group.
version -> (integer)
The version of the parameter group.
Form Factors¶
public