Azure Resource Groups
Operations Summary
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/azure-resource-groups/ |
List Azure Resource Groups |
| GET | /api/azure-resource-groups/{uuid}/ |
Retrieve |
List Azure Resource Groups
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
- API Source:
azure_resource_groups_list
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
field |
array | |
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type |
|---|---|
url |
string (uri) |
uuid |
string (uuid) |
name |
string |
description |
string |
service_name |
string |
service_settings |
string (uri) |
service_settings_uuid |
string (uuid) |
service_settings_state |
string |
service_settings_error_message |
string |
project |
string (uri) |
project_name |
string |
project_uuid |
string (uuid) |
customer |
string (uri) |
customer_uuid |
string (uuid) |
customer_name |
string |
customer_native_name |
string |
customer_abbreviation |
string |
error_message |
string |
error_traceback |
string |
resource_type |
string |
state |
any |
created |
string (date-time) |
modified |
string (date-time) |
backend_id |
string |
access_url |
string |
location |
string (uri) |
marketplace_offering_uuid |
string |
marketplace_offering_name |
string |
marketplace_offering_plugin_options |
object (free-form) |
marketplace_category_uuid |
string |
marketplace_category_name |
string |
marketplace_resource_uuid |
string |
marketplace_plan_uuid |
string |
marketplace_resource_state |
string |
is_usage_based |
boolean |
is_limit_based |
boolean |
Retrieve
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
- API Source:
azure_resource_groups_retrieve
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
| Name | Type |
|---|---|
field |
array |
200 -
| Field | Type |
|---|---|
url |
string (uri) |
uuid |
string (uuid) |
name |
string |
description |
string |
service_name |
string |
service_settings |
string (uri) |
service_settings_uuid |
string (uuid) |
service_settings_state |
string |
service_settings_error_message |
string |
project |
string (uri) |
project_name |
string |
project_uuid |
string (uuid) |
customer |
string (uri) |
customer_uuid |
string (uuid) |
customer_name |
string |
customer_native_name |
string |
customer_abbreviation |
string |
error_message |
string |
error_traceback |
string |
resource_type |
string |
state |
any |
created |
string (date-time) |
modified |
string (date-time) |
backend_id |
string |
access_url |
string |
location |
string (uri) |
marketplace_offering_uuid |
string |
marketplace_offering_name |
string |
marketplace_offering_plugin_options |
object (free-form) |
marketplace_category_uuid |
string |
marketplace_category_name |
string |
marketplace_resource_uuid |
string |
marketplace_plan_uuid |
string |
marketplace_resource_state |
string |
is_usage_based |
boolean |
is_limit_based |
boolean |