PerfectScale · Capability
PerfectScale Public API
PerfectScale provides a public API for managing Kubernetes cost optimization, cluster monitoring, workload metrics, and automation audit logs. Available with the EXPERT package.
What You Can Do
POST
Authenticate
— Obtain access token
/auth/public_auth
GET
Listclusters
— List clusters
/clusters
GET
Getcluster
— Get cluster details
/clusters/{cluster_uid}
DELETE
Deletecluster
— Remove cluster
/clusters/{cluster_uid}
GET
Listworkloads
— List cluster workloads
/clusters/{cluster_uid}/workloads
POST
Getautomationauditlogs
— Retrieve automation audit logs
/automation/audit_logs
MCP Tools
authenticate
Obtain access token
listclusters
List clusters
read-only
idempotent
getcluster
Get cluster details
read-only
idempotent
deletecluster
Remove cluster
idempotent
listworkloads
List cluster workloads
read-only
idempotent
getautomationauditlogs
Retrieve automation audit logs