A10 Networks · Example Payload

A10 Networks Auth Example

Application DeliveryLoad BalancingDDoS ProtectionApplication Delivery ControllerNetwork SecurityWeb Application FirewallSSL DecryptionCGNATCybersecurityInfrastructureKubernetesTerraformAnsibleREST APINetworking

A10 Networks Auth Example is an example object payload from A10 Networks, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://thunder.example.com/axapi/v3/auth",
    "headers": {
      "Content-Type": "application/json"
    },
    "body": {
      "credentials": {
        "username": "admin",
        "password": "a10"
      }
    }
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/json"
    },
    "body": {
      "authresponse": {
        "signature": "ea697a2bc0eb6ec9a1ec7723a3c9b0",
        "description": "the signature should be set in Authorization header"
      }
    }
  }
}