Perfsight2.0 英文版
    • Overall invocation description
    • Common Aggregate Data
      POST
    • Conditional Search
      POST
    • Get Custom Quality
      POST
    • Network Delay Data
      POST
    • Get Single Match KV Data
      POST
    • Single Match Details
      POST
    • Device Analysis (Legacy API - For Reference Only)
      POST
    • Scene Aggregate Data (Legacy API - For Reference Only)
      POST
    • User Detail Data Query (Legacy API - For Reference Only)
      POST

      Network Delay Data

      POST
      /openapi/net/netDelayData
      Obtain the Network Delay Data in dimensions such as Country, province and city
      Example script: https://perfsight-docs-1258344700.cos.ap-nanjing.myqcloud.com/open/PS_netDelayData.py

      Request

      Body Params application/json

      Example
      {
          "projectId": 3310,
          "apmEnv": "v2",
          "start": "2025-12-10 00:00:00",
          "end": "2025-12-20 00:00:00",
          "CountrySplit": 1,
          "countryId": -1,
          "aggType": "province",
          "excludeVpn": False,
          "excludeCross": False,
          "_country": [
              "China"
          ],
          "_province": [
              "All"
          ],
          "_city": [
              "Comprehensive"
          ],
          "app_version": [
              "0.2.6.943"
          ],
          "platform": 0,
          "netLables": [],
          "_scene": [],
          "requestid": "openapi_test",
          "userName": "zephyrche"
      }

      Request Code Samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST '/openapi/net/netDelayData' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "projectId": 3310,
          "apmEnv": "v2",
          "start": "2025-12-10 00:00:00",
          "end": "2025-12-20 00:00:00",
          "CountrySplit": 1,
          "countryId": -1,
          "aggType": "province",
          "excludeVpn": False,
          "excludeCross": False,
          "_country": [
              "China"
          ],
          "_province": [
              "All"
          ],
          "_city": [
              "Comprehensive"
          ],
          "app_version": [
              "0.2.6.943"
          ],
          "platform": 0,
          "netLables": [],
          "_scene": [],
          "requestid": "openapi_test",
          "userName": "zephyrche"
      }'

      Responses

      🟢200OK
      application/json
      Success
      Body

      Example
      {
          "property1": "string",
          "property2": "string"
      }
      Modified at 2025-12-30 07:59:30
      Previous
      Get Custom Quality
      Next
      Get Single Match KV Data
      Built with