Get all AS Steering Parameters

GET all Autonomous System steering parameters

GET https://<NSP Server>:8543/sdn/api/v3/steering/as

Response:

{
  "status": 0,
  "startRow": 0,
  "endRow": 1,
  "totalRows": 1,
  "data": [
    {
      "name": "AS Entry",
      "asNumber": 10,
      "subnetCount": 0,
      "applicationId": -500,
      "appGroupId": 10,
      "subnetsUpdating": true,
      "lastSubnetsRefreshTime": {
        "string": null
      },
      "lastSubnetsChangeTime": {
        "string": null
      }
    }
  ]
}