PingIntelligence

Verifying ABS POC mode

About this task

Use the API Behavioral Security (ABS) Admin REST API to verify whether ABS AI engine is running in the POC mode.

Steps

  • You can access the report by calling the ABS application programming interface (API) at https://<abs_ip>:<abs_port>/v5/abs/admin.

    Example:

    The following example shows where pochas been set to truein bold:

    {
        "company": "ping identity",
        "name": "api_admin",
        "description": "This report contains status information on all APIs, ABS clusters, and ASE logs",
        "license_info": {
            "tier": "Subscription",
            "expiry": "Sun Feb 21 00:00:00 UTC 2021",
            "max_transactions_per_month": 100000000,
            "current_month_transactions": 41243418,
            "max_transactions_exceeded": false,
            "expired": false
        },
        "across_api_prediction_mode": true,
         "poc": true,
        "api_discovery": {
            "subpath_length": "1",
            "status": true
        },
    
    ...truncated admin API output...
    }