All Products
Search
Document Center

:GetAvailabilityMetric

Last Updated:Aug 01, 2024

Queries the top N applications in which abnormal instances exist. The applications are sorted by the total number of abnormal instances.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

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:
    • The required resource types are displayed in bold characters.
    • 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
sae:GetAvailabilityMetricnone
  • All Resources
    *
    none
none

Request syntax

GET /pop/v1/sam/getAvailabilityMetric

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringNo

The region ID.

cn-hangzhou
LimitlongYes

The number of entries to return. Valid values: 0 to 100.

10
AppSourcestringNo

The SAE application type. Valid values:

  • micro_service
  • web
  • job
micro_service
CpuStrategystringNo

The CPU allocation policy. Valid values:

  • request: CPU cores are allocated only when a request is initiated.
  • always: Fixed CPU cores are always allocated.
always

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

Messagestring

The additional information that is returned. The following limits are imposed on the ID:

  • success: If the call is successful, success is returned.
  • An error code: If the call fails, an error code is returned.
success
RequestIdstring

The request ID.

3A92C4EA-4C53-5A1C-8AEB-F2DB11982D5F
Dataarray<object>

The data entries returned.

object

The details about the aggregation type.

AppIdstring

The application ID.

017f39b8-dfa4-4e16-a84b-1dcee4b1****
Namestring

The application name.

test
RegionIdstring

The namespace ID.

cn-hangzhou
Runningslong

The current number of instances.

1
Instanceslong

The expected number of instances.

0
ErrorInstanceslong

The number of abnormal instances.

0
EnableAutoscalelong

Indicates whether an auto scaling policy is enabled. Valid values:

  • 1: An auto scaling policy is enabled.
  • 0: No auto scaling policy is enabled.
0
Codestring

The HTTP status code. The following limits are imposed on the ID:

  • 2xx: The call was successful.
  • 3xx: The call was redirected.
  • 4xx: The call failed.
  • 5xx: A server error occurred.
200
Successboolean

Indicates whether the list of applications was obtained. The following limits are imposed on the ID:

  • true: The namespaces were obtained.
  • false: no
true

Examples

Sample success responses

JSONformat

{
  "Message": "success",
  "RequestId": "3A92C4EA-4C53-5A1C-8AEB-F2DB11982D5F",
  "Data": [
    {
      "AppId": "017f39b8-dfa4-4e16-a84b-1dcee4b1****",
      "Name": "test",
      "RegionId": "cn-hangzhou",
      "Runnings": 1,
      "Instances": 0,
      "ErrorInstances": 0,
      "EnableAutoscale": 0
    }
  ],
  "Code": "200",
  "Success": true
}

Error codes

HTTP status codeError codeError message
400InvalidParameter.NotEmptyYou must specify the parameter %s.
400InvalidParameter.ObviouslyThe specified parameter is invalid {%s}.
400InvalidParameter.WithMessageThe parameter is invalid {%s}: %s

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

Change history

Change timeSummary of changesOperation
2024-03-28The Error code has changed. The request parameters of the API has changedView Change Details