replace-recipes¶
- subtitle
Replaces recipes for the given instance groups.
- version
0.9.126
Description¶
Replaces recipes for the given instance groups.
Synopsis¶
replace-recipes
--datahub <value>
--instance-group-recipes <value>
[--cli-input-json <value>]
[--generate-cli-skeleton]
Options¶
--datahub
(string)
The name or CRN of the datahub.
--instance-group-recipes
(array)
The list of instance group and recipe name pairs.
Shorthand Syntax:
instanceGroupName=string,recipeNames=string,string ... (separate items with spaces)
JSON Syntax:
[
{
"instanceGroupName": "string",
"recipeNames": ["string", ...]
}
...
]
--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¶
attachedRecipes -> (array)
The list of recipes, which will be attached to the cluster.
item -> (object)
Represents an instance group - recipe pair (by names) response.
instanceGroupName -> (string)
A valid instance/host group name. This name must be unique.
recipeNames -> (array)
Names of the recipes (empty is valid).
item -> (string)
detachedRecipes -> (array)
The list of recipes, which will be detached from the cluster.
item -> (object)
Represents an instance group - recipe pair (by names) response.
instanceGroupName -> (string)
A valid instance/host group name. This name must be unique.
recipeNames -> (array)
Names of the recipes (empty is valid).
item -> (string)
Form Factors¶
public