Creates a new read replica set for a service. This is an asynchronous operation.
HTTP Basic Authentication using your Tiger Cloud public key and secret key.
Format: Authorization: Basic <base64(public_key:secret_key)>
Example:
curl -X GET "https://console.cloud.timescale.com/public/api/v1/projects/{project_id}/services" \
-H "Authorization: Basic $(echo -n 'your_public_key:your_secret_key' | base64)"The unique identifier of the project.
"rp1pz7uyae"
The unique identifier of the service.
"d1k5vk7hf2"
A human-readable name for the read replica.
"my-reporting-replica"
Number of nodes to create in the replica set.
2
The initial CPU allocation in milli-cores.
250
The initial memory allocation in gigabytes.
1
Read replica set creation request has been accepted.
"alb8jicdpr"
"reporting-replica-1"
creating, active, resizing, deleting, error "active"
Number of nodes in the replica set.
2
CPU allocation in milli-cores.
250
Memory allocation in gigabytes.
1
Additional metadata for the read replica set