本产品推出了新版本。
        
        
      
           简体中文版经机器翻译而成,仅供参考。如与英语版出现任何冲突,应以英语版为准。 
        
        
      Retrieve all metrics for an account
GET /accounts/{account_id}/metrics
Returns all metrics for the account
Parameters
| Name | Type | In | Required | Description | 
|---|---|---|---|---|
account_id  | 
string  | 
path  | 
True  | 
ID of the containing account resource 
  | 
Response
Status: 200, Returns a OpenMetrics text document containing all metrics for the account.
Response
Status: 403, Forbidden
| Name | Type | Required | Description | 
|---|---|---|---|
type  | 
string  | 
True  | 
|
title  | 
string  | 
True  | 
|
detail  | 
string  | 
True  | 
|
status  | 
string  | 
True  | 
|
correlationID  | 
string  | 
False  | 
Example response
{
  "type": "https://astra.netapp.io/problems/11",
  "title": "Operation not permitted",
  "detail": "The requested operation isn't permitted.",
  "status": "403"
}
Error
Status: 401, Unauthorized
| Name | Type | Required | Description | 
|---|---|---|---|
type  | 
string  | 
True  | 
|
title  | 
string  | 
True  | 
|
detail  | 
string  | 
True  | 
|
status  | 
string  | 
True  | 
|
correlationID  | 
string  | 
False  | 
Example error response
{
  "type": "https://astra.netapp.io/problems/3",
  "title": "Missing bearer token",
  "detail": "The request is missing the required bearer token.",
  "status": "401"
}