{"version":"2.0","statement":[{"effect":"effect","action":["action"],"resource":["resource"],"condition": {"key":{"value"}}}]}
effect
, action
, resource
, and condition
. One policy has only one statement
."effect" : "allow"
"action": ["name/apm:Describe*"]
resource
element describes one or more operation objects, such as RUM resources. All resources can use the following six-segment format:qcs:project_id:service_type:region:account:resource
Parameter | Description | Required |
qcs | Tencent Cloud service abbreviation, which indicates a service of Tencent Cloud | Yes |
project_id | Project information, which is only used to enable compatibility with legacy CAM logic and generally can be left empty | No |
service_type | Product abbreviation, which is rum here | Yes |
region | Region information | Yes |
account | Root account information of the resource owner, i.e., root account ID in the format of uin/${OwnerUin} , such as uin/100000000001 | Yes |
resource | Resource details prefixed with instance | Yes |
"resource":["qcs::rum::uin/1250000000:Instance/rum-vpasY123"]
1250000000
:{"version": "2.0","statement": [{"effect": "allow","action": ["rum:DescribeTawInstances"],"resource": ["qcs::rum::uin/1250000000:Instance/rum-vpasY123"]}]}
API | Description |
DescribeData | Gets QueryData |
DescribeError | Gets homepage error information |
DescribeLogList | Gets the list of CLS logs |
DescribeOfflineLogConfigs | Gets the configured offline log listening configuration |
DescribeOfflineLogRecords | Gets all offline logs |
DescribeOfflineLogs | Gets the specified offline log |
DescribeProjects | Gets the list of projects |
DescribePvList | Gets the list of PVs |
DescribeScores | Gets the list of homepage scores |
DescribeTawAreas | Queries area information |
DescribeTawInstances | Queries business systems |
DescribeUvList | Gets the list of UVs |
DescribeWhitelists | Gets allowlist |
CreateOfflineLogConfig | Creates offline log listening |
CreateProject | Creates project |
CreateStarProject | Creates starred project |
CreateTawInstance | Creates business system |
CreateWhitelist | Creates allowlist |
DeleteOfflineLogConfig | Deletes RUM offline log listening |
DeleteOfflineLogRecord | Deletes offline log |
Was this page helpful?