All Products
Search
Document Center

Application Real-Time Monitoring Service:CreateRetcodeApp

Last Updated:May 09, 2024

Creates a Browser Monitoring task for an application.

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
arms:CreateRetcodeAppWrite
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
RetcodeAppNamestringYes

The name of the application that is monitored by Browser Monitoring.

SdkTest
RetcodeAppTypestringYes

The site type.

mini_dd
RegionIdstringYes

The region ID.

cn-hangzhou
ResourceGroupIdstringNo

The ID of the resource group. You can obtain the resource group ID in the Resource Management console.

rg-acfmxyexli2****
Tagsobject []No

The list of tags.

KeystringNo

The tag key.

TestKey
ValuestringNo

The tag value.

TestValue

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

A5EC8221-08F2-4C95-9AF1-49FD998C647A
Codeinteger

The status code. The status code 200 indicates that the request was successful. If another status code is returned, the request failed.

200
Datastring

The response parameters.

cs80w0n7u3@6455f403dba2f0a
Successboolean

Indicates whether the call was successful. Valid values:

  • true: The call was successful.
  • false: The call failed.
True
Messagestring

The message returned.

message
RetcodeAppDataBeanobject

The return detail.

Pidstring

PID.

aokcdqn3ly@a195c6d6421****
AppIdlong

The application ID.

135143
ResourceGroupIdstring

The ID of the resource group.

If this parameter is left empty, the default resource group is used. You can view the resource group ID on the Resource Group page in the Resource Management console.

rg-acfmxyexli2****
Tagsobject []

The tags.

Keystring

The tag key.

TestKey
Valuestring

The tag value.

TestValue

Examples

Sample success responses

JSONformat

{
  "RequestId": "A5EC8221-08F2-4C95-9AF1-49FD998C647A",
  "Code": 200,
  "Data": "cs80w0n7u3@6455f403dba2f0a",
  "Success": true,
  "Message": "message",
  "RetcodeAppDataBean": {
    "Pid": "aokcdqn3ly@a195c6d6421****",
    "AppId": 135143,
    "ResourceGroupId": "rg-acfmxyexli2****",
    "Tags": {
      "Tags": [
        {
          "Key": "TestKey",
          "Value": "TestValue"
        }
      ]
    }
  }
}

Error codes

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

Change history

Change timeSummary of changesOperation
2023-07-27The response structure of the API has changedsee changesets
Change itemChange content
Output ParametersThe response structure of the API has changed.