Akamai · Example Payload

Akamai Get Network Lists Example

CDNCloudEdge ComputingNetworksPlatformSecurity

Akamai Get Network Lists Example is an example object payload from Akamai, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "get-network-lists",
  "method": "GET",
  "path": "/network-lists",
  "summary": "Akamai List Network Lists",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "links": {
          "create": {
            "href": "/network-list/v2/network-lists/",
            "method": "POST"
          }
        },
        "networkLists": [
          {
            "accessControlGroup": "KSD\nwith ION 3-13H1234",
            "elementCount": 3011,
            "name": "General List",
            "networkListType": "networkListResponse",
            "readOnly": false,
            "shared": false,
            "syncPoint": 22,
            "type": "IP",
            "uniqueId": "25614_GENERALLIST",
            "links": {
              "activateInProduction": {
                "href": "/network-list/v2/network-lists/25614_GENERALLIST/environments/PRODUCTION/activate",
                "method": "POST"
              },
              "activateInStaging": {
                "href": "/network-list/v2/network-lists/25614_GENERALLIST/environments/STAGING/activate",
                "method": "POST"
              },
              "appendItems": {
                "href": "/network-list/v2/network-lists/25614_GENERALLIST",
                "method": "POST"
              },
              "retrieve": {
                "href": "/network-list/v2/network-lists/25614_GENERALLIST"
              },
              "statusInProduction": {
                "href": "/network-list/v2/network-lists/25614_GENERALLIST/environments/PRODUCTION/status"
              },
              "statusInStaging": {
                "href": "/network-list/v2/network-lists/25614_GENERALLIST/environments/STAGING/status"
              },
              "update": {
                "href": "/network-list/v2/network-lists/25614_GENERALLIST",
                "method": "PUT"
              }
            }
          },
          {
            "elementCount": 235,
            "name": "Ec2 Akamai Network List",
            "networkListType": "networkListResponse",
            "readOnly": true,
            "shared": true,
            "syncPoint": 65,
            "type": "IP",
            "uniqueId": "1024_AMAZONELASTICCOMPUTECLOU",
            "links": {
              "activateInProduction": {
                "href": "/network-list/v2/network-lists/1024_AMAZONELASTICCOMPUTECLOU/environments/PRODUCTION/activate",
                "method": "POST"
              },
              "activateInStaging": {
                "href": "/network-list/v2/network-lists/1024_AMAZONELASTICCOMPUTECLOU/environments/STAGING/activate",
                "method": "POST"
              },
              "appendItems": {
                "href": "/network-list/v2/network-lists/1024_AMAZONELASTICCOMPUTECLOU/append",
                "method": "POST"
              },
              "retrieve": {
                "href": "/network-list/v2/network-lists/1024_AMAZONELASTICCOMPUTECLOU"
              },
              "statusInProduction": {
                "href": "/network-list/v2/network-lists/1024_AMAZONELASTICCOMPUTECLOU/environments/PRODUCTION/status"
              },
              "statusInStaging": {
                "href": "/network-list/v2/network-lists/1024_AMAZONELASTICCOMPUTECLOU/environments/STAGING/status"
              },
              "update": {
                "href": "/network-list/v2/network-lists/1024_AMAZONELASTICCOMPUTECLOU",
                "method": "PUT"
              }
            }
          },
          {
            "accessControlGroup": "KSD\nTest - 3-13H5523",
            "elementCount": 16,
            "name": "GeoList_1913New",
            "networkListType": "networkListResponse",
            "readOnly": false,
            "shared": false,
            "syncPoint": 2,
            "type": "GEO",
            "uniqueId": "26732_GEOLIST1913",
            "links": {
              "activateInProduction": {
                "href": "/network-list/v2/network-lists/26732_GEOLIST1913/environments/PRODUCTION/activate",
                "method": "POST"
              },
              "activateInStaging": {
                "href": "/network-list/v2/network-lists/26732_GEOLIST1913/environments/STAGING/activate",
                "method": "POST"
              },
              "appendItems": {
                "href": "/network-list/v2/network-lists/26732_GEOLIST1913/append",
                "method": "POST"
              },
              "retrieve": {
                "href": "/network-list/v2/network-lists/26732_GEOLIST1913"
              },
              "statusInProduction": {
                "href": "/network-list/v2/network-lists/26732_GEOLIST1913/environments/PRODUCTION/status"
              },
              "statusInStaging": {
                "href": "/network-list/v2/network-lists/26732_GEOLIST1913/environments/STAGING/status"
              },
              "update": {
                "href": "/network-list/v2/network-lists/26732_GEOLIST1913",
                "method": "PUT"
              }
            }
          }
        ]
      }
    }
  ]
}