yc loadtesting agent create
Create a load testing agent
Command Usage
Syntax:
yc loadtesting agent create <AGENT-NAME> [Flags...] [Global Flags...]
Flags
|
Flag |
Description |
|
|
A name of the load testing agent. |
|
|
A description of the load testing agent. |
|
|
A version of load testing agent to deploy. |
|
|
A list of label KEY=VALUE pairs to add. For example, to add two labels named 'foo' and 'bar', both with the value 'baz', use '--labels foo=baz,bar=baz'. |
|
|
ID of the log group to which the agent send logs. |
|
|
Name of the log group to which the agent send logs. |
|
|
The zone of the instance to create. |
|
|
The Compute platform of virtual machine. |
|
|
Metadata to be made available to the guest operating system running on the instance. |
|
|
Same as --metadata except that the value for the entry will be read from a local file. |
|
|
Specification of a new disk that will be used as a boot disk of the instance. Possible property names:
|
|
|
Adds a network interface to the instance. Possible property names:
|
|
|
Specifies how much memory instance should have. |
|
|
Specifies how many CPU cores instance should have. |
|
|
If provided, specifies baseline performance for a core in percent. |
|
|
Display information about the operation in progress, without waiting for the operation to complete. |
|
|
Wait until an agent connects to the service |
|
|
The timeout to interrupt the command if an agent cannot connect to the service within specified period. |
|
|
Service account ID, which token can be obtained inside VM from metadata service. |
|
|
Service account name, which token can be obtained inside VM from metadata service. |
Global Flags
|
Flag |
Description |
|
|
Set the custom configuration file. |
|
|
Debug logging. |
|
|
Debug gRPC logging. Very verbose, used for debugging connection problems. |
|
|
Disable printing user intended output to stderr. |
|
|
Enable gRPC retries. By default, retries are enabled with maximum 5 attempts. |
|
|
Set the ID of the cloud to use. |
|
|
Set the ID of the folder to use. |
|
|
Set the name of the folder to use (will be resolved to id). |
|
|
Set the Cloud API endpoint (host:port). |
|
|
Set the OAuth token to use. |
|
|
Set the ID of the service account to impersonate. |
|
|
Disable opening browser for authentication. |
|
|
Set the output format: text (default), yaml, json, json-rest. |
|
|
Query to select values from the response using jq syntax |
|
|
Display help for the command. |