Dimensional Price Group
List dimensional price groups
get/dimensional_price_groups
Query parameters
limitinteger
The number of items to fetch. Defaults to 20.
cursorstring nullable
Cursor for pagination. This can be populated by the next_cursor value returned from the initial request.
Response
OK
Example response
{
"data": [
{
"external_dimensional_price_group_id": "my_dimensional_price_group_id",
"dimensions": [
"region",
"instance_type"
]
}
]
}