Region groups

List data policy groups

get

List all defined groups for workspace data policies.

Authorizations
Responses
200
OK
application/json
Responseall of
and
get
GET /region-groups HTTP/1.1
Host: 
Authorization: Bearer jwt
Accept: */*
200

OK

{
  "results": [
    {
      "name": "text",
      "availability": "generalAvailability",
      "regions": [
        "text"
      ]
    }
  ],
  "nextPageToken": "text"
}

Last updated

Was this helpful?