All Products
Search
Document Center

Container Service for Kubernetes:GetClusterAuditProject

Last Updated:Mar 26, 2025
This topic is generated by a machine translation engine without any human intervention. ALIBABA CLOUD DOES NOT GUARANTEE THE ACCURACY OF MACHINE TRANSLATED CONTENT. To request a human-translated version of this topic or provide feedback on this translation, please include it in the feedback form.

You can call the GetClusterAuditProject operation to check whether the cluster has API Server auditing enabled and the corresponding Simple Log Service project that stores API Server audit logs.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • For mandatory resource types, indicate with a prefix of * .
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
cs:GetClusterAuditProjectget
*Cluster
acs:cs:{#regionId}:{#accountId}:cluster/{#ClusterId}
    none
none

Request syntax

GET /clusters/{clusterid}/audit HTTP/1.1

Request parameters

ParameterTypeRequiredDescriptionExample
clusteridstringYes

Cluster ID

cad1230511cbb4db4a488e58518******

Response parameters

ParameterTypeDescriptionExample
object
sls_project_namestring

The SLS project in which the audit logs of the API server are stored.

k8s-log-cad1230511cbb4db4a488e58518******
audit_enabledboolean

Indicates whether the cluster auditing feature is enabled for the cluster.

  • true: The cluster auditing feature is enabled for the cluster.
  • false: The cluster auditing feature is disabled for the cluster.
true

Examples

Sample success responses

JSONformat

{
  "sls_project_name": "k8s-log-cad1230511cbb4db4a488e58518******\n",
  "audit_enabled": true
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2025-02-10API Description UpdateView Change Details
2024-08-06The response structure of the API has changedView Change Details