All Products
Search
Document Center

Serverless App Engine:DisableArms

Last Updated:Dec 30, 2025

Disables ARMS monitoring.

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
sae:DisableArmsupdate
*All Resources
*
    none
none

Request syntax

POST /pop/v1/arms/disableArms HTTP/1.1

Request parameters

ParameterTypeRequiredDescriptionExample
AppIdstringYes

The application ID.

7171a6ca-d1cd-4928-8642-7d5cfe69a26c

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

C0616FF6-9536-47BF-8A03-FB70386DFC71
Messagestring

The returned message.

success
TraceIdstring

The trace ID.

ac1a0b2215623063975374318e6d53
Dataobject

The data returned.

Enableboolean

Indicates if enabled. Valid values:

  • true: enabled
  • false: disabled
true
ErrorCodestring

The error code. Valid values:

  • If the call is successful, the ErrorCode parameter is not returned.
  • If the call fails, the ErrorCode parameter is returned. For more information, see the Error codes section in this topic.
Null
Codestring

The HTTP status code. Valid values:

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

Indicates whether the call was successful. Valid values:

  • true
  • false
true

Examples

Sample success responses

JSONformat

{
  "RequestId": "C0616FF6-9536-47BF-8A03-FB70386DFC71",
  "Message": "success",
  "TraceId": "ac1a0b2215623063975374318e6d53",
  "Data": {
    "Enable": true
  },
  "ErrorCode": "Null",
  "Code": 200,
  "Success": true
}

Error codes

HTTP status codeError codeError message
400System.UpgradingThe system is being upgraded. Please try again later.
400InvalidApplication.NotFoundThe current application does not exist.

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

Change history

Change timeSummary of changesOperation
2025-12-04Add OperationView Change Details