Describe Custom Availability Zones
GET {{aws_rds_base_url}}/?MaxRecords=30&Action=DescribeCustomAvailabilityZones&Version=2014-10-31
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
CustomAvailabilityZoneId | null | The custom AZ identifier. If this parameter is specified, information from only the specific custom AZ is returned. | |
Filters.Filter.N | null | A filter that specifies one or more custom AZs to describe. | |
Marker | null | An optional pagination token provided by a previous DescribeCustomAvailabilityZones request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords. | |
MaxRecords | number | The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results. | |
Action | string | ||
Version | string |
RESPONSES
status: OK
"\u003cDescribeCustomAvailabilityZonesResponse xmlns=\"http://rds.amazonaws.com/doc/2014-10-31/\"\u003e\n \u003cDescribeCustomAvailabilityZonesResult\u003e\n \u003cCustomAvailabilityZones\u003e\n \u003cCustomAvailabilityZone\u003e\n \u003cCustomAvailabilityZoneName\u003eZoneName\u003c/CustomAvailabilityZoneName\u003e\n \u003cCustomAvailabilityZoneId\u003erds-caz-PxI7J0nN\u003c/CustomAvailabilityZoneId\u003e\n \u003cCustomAvailabilityZoneStatus\u003eCREATING\u003c/CustomAvailabilityZoneStatus\u003e\n \u003c/CustomAvailabilityZone\u003e\n \u003c/CustomAvailabilityZones\u003e\n \u003c/DescribeCustomAvailabilityZonesResult\u003e\n \u003cResponseMetadata\u003e\n \u003cRequestId\u003ef79ded72-18bd-4eea-b315-173acb591feb\u003c/RequestId\u003e\n \u003c/ResponseMetadata\u003e\n\u003c/DescribeCustomAvailabilityZonesResponse\u003e"