v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Application Security

Get Application Security details for a service

Retrieve Application Security details for services matching the given name. Returns Application Security activation, compatibility, and product enablement information for each matching (service, environment) pair, along with a count of services that have Application Security Management (Threats) enabled.

get/api/v2/security/asm/services/{service_filter}

Path parameters

service_filterstring required

The name of the service to retrieve Application Security details for. Returns all matching services across environments.

Response

OK

Example response

{
  "data": [
    {
      "attributes": {
        "agent_versions": [
          "7.50.0"
        ],
        "app_type": "web",
        "asm_threat_compatible": true,
        "backend_waf_event_count": 10,
        "business_logic": [
          "users.login.success"
        ],
        "env": "prod",
        "event_count": 42,
        "event_trend": [
          0
        ],
        "has_appsec_enabled": true,
        "iast_product_compatibility": "compatible",
        "iast_product_compatibility_reasons": [
          "service_not_compatible"
        ],
        "languages": [
          "go"
        ],
        "last_ingested_spans": 1610000000,
        "rc_capabilities": [
          "ASM_DD_RULES"
        ],
        "recommended_business_logic": [
          "users.login.success"
        ],
        "risk_product_compatibility": "compatible",
        "risk_product_compatibility_reasons": [
          "service_not_compatible"
        ],
        "rules_version": [
          "1.13.0"
        ],
        "service": "web-store",
        "signal_trend": [
          0
        ],
        "source": [
          "services-activity"
        ],
        "teams": [
          "security-team"
        ],
        "tracer_versions": [
          "1.60.0"
        ],
        "vm-activation": "enabled"
      },
      "id": "web-store_prod",
      "type": "service_env"
    }
  ],
  "meta": {
    "num_services_with_appsec": 1
  }
}