| Product | Role Name | Role Types | Role Entity |
|---|---|---|---|
| Application Performance Management | APM_QCSLinkedRoleInCLS | Service-Related Roles | cls.apm.cloud.tencent.com |
| Application Performance Management | APM_QCSLinkedRoleInApmMcp | Service-Related Roles | ApmMcp.apm.cloud.tencent.com |
| Application Performance Management | APM_QCSLinkedRoleInPromInstance | Service-Related Roles | promInstance.apm.cloud.tencent.com |
| Application Performance Management | APM_QCSLinkedRoleInCKafkaInstance | Service-Related Roles | ckafka.apm.cloud.tencent.com |
Use Cases: The current role is the APM service linked role, which authorizes access to CLS and other Tencent Cloud resources within the scope of the permissions of the associated policy.
Authorization Polices
{
"version": "2.0",
"statement": [
{
"effect": "allow",
"action": [
"cls:SearchLog",
"cls:DescribeIndex",
"cls:DescribeLogsets",
"cls:DescribeTopics"
],
"resource": "*"
}
]
}
Use Cases: This role is for APM services. In MCP scenarios, it accesses APM resources within policy-permitted scope.
Authorization Polices
{
"version": "2.0",
"statement": [
{
"effect": "allow",
"action": [
"cls:SearchLog",
"apm:CreateProfileTask",
"apm:DescribeApmConsumption",
"apm:DescribeTagCountValues",
"apm:DescribeApmComboInfo",
"apm:DescribeHistoryFlameGraphList",
"apm:DescribeProfileDetail",
"apm:DescribeMetricLineData",
"apm:DescribeApmInstances",
"apm:DescribeTagValues",
"apm:DescribeTopologyNew",
"apm:DescribeMetricRecords",
"apm:DescribeApmServiceMetric",
"apm:DescribeSpanTagList",
"apm:DescribeInstanceBriefs",
"apm:DescribeSpanTreeByID"
],
"resource": "*"
}
]
}
Use Cases: The current role is the APM service linked role, which will access your Managed Service for Prometheus within the scope of the permissions of the associated policy.
Authorization Polices
{
"version": "2.0",
"statement": [
{
"effect": "allow",
"action": [
"monitor:DescribePrometheusInstances",
"monitor:DescribePrometheusInstancesOverview"
],
"resource": "*"
}
]
}
Use Cases: The current role is the APM service linked role, which will access your Managed Service for CKafka within the scope of the permissions of the associated policy.
Authorization Polices
{
"version": "2.0",
"statement": [
{
"effect": "allow",
"action": [
"ckafka:DescribeInstanceAttributes",
"ckafka:DescribeInstances",
"ckafka:DescribeTopicAttributes",
"ckafka:DescribeRoute",
"ckafka:CreateRoute",
"ckafka:DeleteRoute",
"ckafka:CreateToken",
"ckafka:AuthorizeToken"
],
"resource": "*"
}
]
}
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback