forked from akamai/akamai-apis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cidr-blocks.yaml
34 lines (34 loc) · 991 Bytes
/
cidr-blocks.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
openapi: 3.0.0
info:
title: CIDR blocks
version: '1'
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
servers:
- url: https://{hostname}/firewall-rules-manager/v1
x-akamai:
auth-type: EDGE_GRID
file-path: cidr-blocks.yaml
paths:
/cidr-blocks:
get:
operationId: get-cidr-blocks
summary: List CIDR blocks
tags:
- CIDR blocks
description: |
List all CIDR blocks for all services you are subscribed to. To see additional CIDR blocks, subscribe yourself to more services and run this operation again.
parameters:
- $ref: parameters/lastAction-query.yaml
- $ref: parameters/effectiveDateGt-query.yaml
responses:
200:
description: |
Successful response.
content:
application/json:
example:
$ref: examples/cidr-blocks-200.json
schema:
$ref: schemas/cidr-blocks-200.yaml