-
Notifications
You must be signed in to change notification settings - Fork 8
/
icp-numbers.yaml
31 lines (31 loc) · 1020 Bytes
/
icp-numbers.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
openapi: 3.0.0
info:
title: ICP numbers
version: '1'
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
servers:
- url: https://{hostname}/chinacdn/v1
x-akamai:
auth-type: EDGE_GRID
file-path: icp-numbers.yaml
paths:
/icp-numbers:
get:
operationId: get-icp-numbers
summary: List ICP numbers
tags:
- ICP numbers
description: |
Returns a list of read-only ICP numbers available under your account. Use this operation to view information about the ICP numbers and to identify the ICP holding entities for these ICP numbers.
responses:
200:
description: |
Provides information about the ICP numbers issued by the Chinese government under your account.
content:
application/vnd.akamai.chinacdn.icp-numbers.v1+json:
example:
$ref: examples/icp-numbers-get-200.json
schema:
$ref: schemas/icp-numbers-get-response.yaml