diff options
Diffstat (limited to 'data/status/2020-01-17')
| -rw-r--r-- | data/status/2020-01-17/api-docs.php | 24 |
1 files changed, 5 insertions, 19 deletions
diff --git a/data/status/2020-01-17/api-docs.php b/data/status/2020-01-17/api-docs.php index 0fa867b..aa6dac5 100644 --- a/data/status/2020-01-17/api-docs.php +++ b/data/status/2020-01-17/api-docs.php @@ -1,21 +1,13 @@ <?php return [ 'version' => '1.0', - 'info' => [ - 'style' => 'RPC', - 'product' => 'Status', - 'version' => '2020-01-17', - ], + 'info' => ['style' => 'RPC', 'product' => 'Status', 'version' => '2020-01-17'], 'components' => [ 'schemas' => [], ], 'apis' => [ 'ListEventInProgress' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -30,19 +22,13 @@ 'schema' => [ 'type' => 'array', 'required' => true, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], + 'items' => ['type' => 'string', 'required' => false], ], ], ], ], ], 'endpoints' => [ - [ - 'regionId' => 'cn-shanghai', - 'endpoint' => 'status.aliyuncs.com', - ], + ['regionId' => 'cn-shanghai', 'regionName' => '华东2(上海)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'status.aliyuncs.com', 'endpoint' => 'status.aliyuncs.com', 'vpc' => ''], ], ]; |
