From eccd5cd5a067f5659982685afdeea209b1888efb Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Sat, 14 Feb 2026 10:08:30 +0800 Subject: first commit --- data/ccc/2020-05-27/api-docs.php | 69 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 data/ccc/2020-05-27/api-docs.php (limited to 'data/ccc/2020-05-27/api-docs.php') diff --git a/data/ccc/2020-05-27/api-docs.php b/data/ccc/2020-05-27/api-docs.php new file mode 100644 index 0000000..5c0ba14 --- /dev/null +++ b/data/ccc/2020-05-27/api-docs.php @@ -0,0 +1,69 @@ + '1.0', + 'info' => [ + 'style' => 'RPC', + 'product' => 'CCC', + 'version' => '2020-05-27', + ], + 'components' => [ + 'schemas' => [], + ], + 'apis' => [ + 'CheckServiceLinkedRoleForDeleting' => [ + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'RoleArn', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'ServiceName', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'SPIRegionId', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'DeletionTaskId', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + ], + ], + ], + 'endpoints' => [ + [ + 'regionId' => 'cn-shanghai', + 'endpoint' => 'ccc.cn-shanghai.aliyuncs.com', + ], + ], +]; -- cgit v1.2.3