1.0
1.0
scpcli dns record list
--hosted_zone_id <value>
[--limit <value>]
[--marker <value>]
[--sort_dir <value>]
[--sort_key <value>]
[--name <value>]
[--exact_name <value>]
[--type <value>]
[--data <value>]
[--status <value>]
[--description <value>]
[--ttl <value>]
Description
Get recordset list in a hosted zone
State ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| hosted_zone_id required | string | Id | - |
| limit optional | integer | limit | - |
| marker optional | string | marker | - |
| sort_dir optional | string | sort direction | - |
| sort_key optional | string | sort key | - |
| name optional | string | name | - |
| exact_name optional | string | name | - |
| type optional | string | Type of the record | - |
| data optional | string | Record data | - |
| status optional | string | The status | - |
| description optional | string | description | - |
| ttl optional | integer | TTL for the zone. | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | Id | |
| action | current action in progress | |
| created_at | Created Date | |
| description | description | |
| links | Links to resource | |
| name | name | |
| project_id | ProjectID | |
| records | A list of data for this record | |
| status | The status | |
| ttl | TTL for the zone. | |
| type | Type of the record | |
| updated_at | Updated Date | |
| version | Version | |
| zone_id | ID for the zone that contains this record | |
| zone_name | The name of the zone that contains this record |