doc-exports/docs/config/api-ref/rms_05_0200.html
Wei, Hongmin da6ca4fb3c Config API First Version
Reviewed-by: Ziuzko, Alevtina <alevtina.ziuzko@t-systems.com>
Co-authored-by: Wei, Hongmin <weihongmin1@huawei.com>
Co-committed-by: Wei, Hongmin <weihongmin1@huawei.com>
2024-08-22 10:49:27 +00:00

12 KiB

Resource Query

Permission

API

Action

IAM Project

Enterprise Project

Querying resources of a specific type

GET /v1/resource-manager/domains/{domain_id}/provider/{provider}/type/{type}/resources

rms:resources:list

x

Querying a resource

GET /v1/resource-manager/domains/{domain_id}/provider/{provider}/type/{type}/resources/{resource_id}

rms:resources:get

x

Listing resources recorded by the resource recorder

GET /v1/resource-manager/domains/{domain_id}/tracked-resources

rms:resources:list

x

Querying how many resources are recorded by the resource recorder

GET /v1/resource-manager/domains/{domain_id}/tracked-resources/count

rms:resources:list

x

Querying resource tags recorded by the resource recorder

GET /v1/resource-manager/domains/{domain_id}/tracked-resources/tags

rms:resources:list

x

Querying resource overview recorded by the resource recorder

GET /v1/resource-manager/domains/{domain_id}/tracked-resources/summary

rms:resources:list

x

Querying a specific resource recorded by the resource recorder

GET /v1/resource-manager/domains/{domain_id}/tracked-resources/{resource_id}

rms:resources:get

x

Querying a resource summary

GET /v1/resource-manager/domains/{domain_id}/all-resources/summary

rms:resources:list

x

Querying the number of resources

GET /v1/resource-manager/domains/{domain_id}/all-resources/count

rms:resources:list

x

Querying all resources under your account

GET /v1/resource-manager/domains/{domain_id}/all-resources

rms:resources:list

x

Listing cloud services

GET /v1/resource-manager/domains/{domain_id}/providers

Not required

x

x

Querying resource tags

GET /v1/resource-manager/domains/{domain_id}/all-resources/tags

rms:resources:list

x

Querying a resource under your account

GET /v1/resource-manager/domains/{domain_id}/all-resources/{resource_id}

rms:resources:get

x