Sign Up

Regions

GET/shared-regions

Response Body

application/json

curl -X GET "https://example.com/shared-regions"
[  {    "id": "123456789012",    "name": "us-east-1",    "organizationId": "123e4567-e89b-12d3-a456-426614174000",    "regionType": "shared",    "createdAt": "2023-01-01T00:00:00.000Z",    "updatedAt": "2023-01-01T00:00:00.000Z",    "proxyUrl": "https://proxy.example.com",    "sshGatewayUrl": "http://ssh-gateway.example.com",    "snapshotManagerUrl": "http://snapshot-manager.example.com",    "otelEndpoint": "https://otel-collector.example.com:4318"  }]