Get Regions
Returns a set of provisioning account regions which matches the search param.
Request
URI
GET
https://vra-interop-222-139.lvn.broadcom.net/deploymentlimit/api/policy/data/regions
COPY
Query Parameters
string
search
Optional
Search param for cloud account names
string
apiVersion
Optional
The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /approval/api/about
integer
page
Optional
Results page you want to retrieve (0..N)
integer
size
Optional
Number of records per page.
string
sort
Optional
Sorting criteria in the format: property,(asc|desc). Default sort order is ascending.
Header Parameters
string
Accept
Optional
Accept
Responses
200
success
Returns
PageDataElement
of type(s)
application/json
{
"content": [
{
"description": "string",
"error": "string",
"id": "string",
"name": "string",
"properties": {
"properties": {}
}
}
],
"empty": false,
"first": false,
"last": false,
"number": 0,
"numberOfElements": 0,
"pageable": {
"offset": 0,
"pageNumber": 0,
"pageSize": 0,
"paged": false,
"sort": [
{
"ascending": false,
"direction": "string",
"ignoreCase": false,
"nullHandling": "string",
"property": "string"
}
],
"unpaged": false
},
"size": 0,
"sort": [
{
"ascending": false,
"direction": "string",
"ignoreCase": false,
"nullHandling": "string",
"property": "string"
}
],
"totalElements": 0,
"totalPages": 0
}
array of
object
content
Optional
content
boolean
empty
Optional
empty
boolean
first
Optional
first
boolean
last
Optional
last
integer As int32
As int32
number
Optional
number
integer As int32
As int32
numberOfElements
Optional
numberOfElements
object
pageable
Optional
pageable
integer As int32
As int32
size
Optional
size
array of
object
sort
Optional
sort
integer As int64
As int64
totalElements
Optional
totalElements
integer As int32
As int32
totalPages
Optional
totalPages
401
unauthorized
Operation doesn't return any data structure
404
not found
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/deploymentlimit/api/policy/data/regions
On This Page
Deployment Limit Policy Data Operations
GET
Get Cloud Accounts
GET
Get Cloud Account
GET
Get Cloud Account Types
GET
Get Cloud Account Type
GET
Get Available Images
GET
Get Available Image
GET
Get Blueprints Data Elements
GET
Get Blueprints Data Element
GET
Get Catalog Data Elements
GET
Get Catalog Data Element
GET
Get Cloud Zones
GET
Get Cloud Zone
GET
Get Deployment Data Elements
GET
Get Deployment Data Element
GET
Get Flavors
GET
Get Flavor
GET
Get Images
GET
Get Image
GET
Get Os Types
GET
Get Os Type
GET
Get Owner Types
GET
Get Regions
GET
Get Region
GET
Get Resource Types
GET
Get Resource Type
GET
Get Tag Keys
GET
Get Tag Key
GET
Get Tag Values
GET
Get Tag Value
GET
Get Resource Criteria