create-parameter-group¶
- subtitle
Creates a new parameter group.
- version
0.9.160
Description¶
Creates a new parameter group with the specified configuration.
Synopsis¶
create-parameter-group
--environment-crn <value>
--name <value>
[--description <value>]
[--parameters <value>]
[--project-crn <value>]
[--cli-input-json <value>]
[--generate-cli-skeleton]
Options¶
--environment-crn (string)
The CRN of an environment to execute the command.
--name (string)
The name of the parameter group.
--description (string)
The description of the parameter group.
--parameters (array)
The parameters in this group.
Shorthand Syntax:
name=string,sensitive=boolean,description=string,value=string,assetReferences=[{id=string,name=string,path=string,version=string,environmentProvided=boolean},{id=string,name=string,path=string,version=string,environmentProvided=boolean}] ... (separate items with spaces)
JSON Syntax:
[
{
"name": "string",
"sensitive": true|false,
"description": "string",
"value": "string",
"assetReferences": [
{
"id": "string",
"name": "string",
"path": "string",
"version": "string",
"environmentProvided": true|false
}
...
]
}
...
]
--project-crn (string)
Optional project CRN that parameter group is assigned to.
--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¶
parameterGroup -> (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