|
|
@ -2207,6 +2207,11 @@ class DecortController(object):
|
|
|
|
vins_id: None | int = None,
|
|
|
|
vins_id: None | int = None,
|
|
|
|
vm_id: None | int = None,
|
|
|
|
vm_id: None | int = None,
|
|
|
|
) -> list[dict]:
|
|
|
|
) -> list[dict]:
|
|
|
|
|
|
|
|
"""
|
|
|
|
|
|
|
|
Implementation of functionality of the API method
|
|
|
|
|
|
|
|
`/cloudapi/account/listRG`.
|
|
|
|
|
|
|
|
"""
|
|
|
|
|
|
|
|
|
|
|
|
if rg_status and not rg_status in self.RESOURCE_GROUP_STATUSES:
|
|
|
|
if rg_status and not rg_status in self.RESOURCE_GROUP_STATUSES:
|
|
|
|
self.result['msg'] = (
|
|
|
|
self.result['msg'] = (
|
|
|
|
f'{rg_status} is not valid RG status for filtering'
|
|
|
|
f'{rg_status} is not valid RG status for filtering'
|
|
|
|