doctl compute reserved-ip-action get <reserved-ip> <action-id> [flags]
Use this command to retrieve the status of a reserved IP action. Outputs the following information:
- The unique numeric ID used to identify and reference a reserved IP action.
- The status of the reserved IP action. This will be either "in-progress", "completed", or "errored".
- A time value given in ISO8601 combined date and time format that represents when the action was initiated.
- A time value given in ISO8601 combined date and time format that represents when the action was completed.
- The resource ID, which is a unique identifier for the resource that the action is associated with.
- The type of resource that the action is associated with.
- The region where the action occurred.
- The slug for the region where the action occurred.
Option | Description |
---|---|
--format
|
Columns for output in a comma-separated list. Possible values: ```ID, Status, Type, StartedAt, CompletedAt, ResourceID, ResourceType, Region`.
|
--help
, -h
|
Help for this command |
--no-header
|
Return raw data with no headers
Default: false
|
Command | Description |
---|---|
doctl compute reserved-ip-action | Display commands to associate reserved IP addresses with Droplets |
Option | Description |
---|---|
--access-token , -t
|
API V2 access token |
--api-url , -u
|
Override default API endpoint |
--config , -c
|
Specify a custom config file
Default:
|
--context
|
Specify a custom authentication context name |
--interactive
|
Enable interactive behavior. Defaults to true if the terminal supports it (default false)
Default: false
|
--output , -o
|
Desired output format [text|json]
Default: text
|
--trace
|
Show a log of network activity while performing a command
Default: false
|
--verbose , -v
|
Enable verbose output
Default: false
|