Product | Role Name | Role Types | Role Entity |
---|---|---|---|
Application Performance Management | APM_QCSLinkedRoleInPromInstance | Service-Related Roles | promInstance.apm.cloud.tencent.com |
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": "*"
}
]
}
Was this page helpful?