Sign inGet started

Region groups

GET
/region-groups
List all defined groups for workspace data policies.
Payload della risposta
results
array of object
obbligatorio
A list of region groups
Mostra attributi secondari
results.name
string
obbligatorio
The unique name for this group.
results.availability
string
obbligatorio
The availability of the region group.
Possible values: generalAvailability, earlyAccess, retired
results.regions
array of string
obbligatorio
A list of AWS regions which together make up the region group.
nextPageToken
string
The token to fetch the next page of results. If empty, there are no more results to fetch.
Esempio di codice
curl -X GET 'https://api.bird.com/region-groups' \
  -H 'Authorization: AccessKey YOUR_ACCESS_KEY'