diff options
| author | Zhineng Li <im@zhineng.li> | 2026-07-12 16:56:35 +0800 |
|---|---|---|
| committer | Zhineng Li <im@zhineng.li> | 2026-07-12 16:56:35 +0800 |
| commit | 814ec806c22e2782390af5a4a05cb6281aabd5e1 (patch) | |
| tree | 29e1692a067b17e56886a7d246d2b9521b2b7777 /data/viapi/2021-09-30/api-docs.php | |
| parent | eccd5cd5a067f5659982685afdeea209b1888efb (diff) | |
| download | afterglow-metadata-814ec806c22e2782390af5a4a05cb6281aabd5e1.tar.gz afterglow-metadata-814ec806c22e2782390af5a4a05cb6281aabd5e1.zip | |
update APIs 20260712
Diffstat (limited to 'data/viapi/2021-09-30/api-docs.php')
| -rw-r--r-- | data/viapi/2021-09-30/api-docs.php | 472 |
1 files changed, 107 insertions, 365 deletions
diff --git a/data/viapi/2021-09-30/api-docs.php b/data/viapi/2021-09-30/api-docs.php index 16deaa7..26d9b5a 100644 --- a/data/viapi/2021-09-30/api-docs.php +++ b/data/viapi/2021-09-30/api-docs.php @@ -1,26 +1,16 @@ <?php return [ 'version' => '1.0', - 'info' => [ - 'style' => 'RPC', - 'product' => 'viapi', - 'version' => '2021-09-30', - ], + 'info' => ['style' => 'RPC', 'product' => 'viapi', 'version' => '2021-09-30'], 'components' => [ 'schemas' => [ 'AiStoreApiNode' => [ 'type' => 'object', 'properties' => [ - 'Product' => [ - 'type' => 'string', - ], - 'ProductDesc' => [ - 'type' => 'string', - ], + 'Product' => ['type' => 'string'], + 'ProductDesc' => ['type' => 'string'], 'Apis' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/AiStoreUserTask', - ], + 'items' => ['$ref' => '#/components/schemas/AiStoreUserTask'], ], ], ], @@ -30,154 +20,83 @@ 'EventBridge' => [ 'type' => 'object', 'properties' => [ - 'EventBus' => [ - 'type' => 'string', - ], - 'EventRule' => [ - 'type' => 'string', - ], + 'EventBus' => ['type' => 'string'], + 'EventRule' => ['type' => 'string'], ], ], 'Mns' => [ 'type' => 'object', 'properties' => [ - 'Queue' => [ - 'type' => 'string', - ], + 'Queue' => ['type' => 'string'], ], ], 'RocketMQ' => [ 'type' => 'object', 'properties' => [ - 'InstanceId' => [ - 'type' => 'string', - ], - 'TopicName' => [ - 'type' => 'string', - ], + 'InstanceId' => ['type' => 'string'], + 'TopicName' => ['type' => 'string'], ], ], 'DingTalk' => [ 'type' => 'object', 'properties' => [ - 'Address' => [ - 'type' => 'string', - ], - 'Secret' => [ - 'type' => 'string', - ], + 'Address' => ['type' => 'string'], + 'Secret' => ['type' => 'string'], ], ], 'Http' => [ 'type' => 'object', 'properties' => [ - 'Url' => [ - 'type' => 'string', - ], + 'Url' => ['type' => 'string'], ], ], 'Https' => [ 'type' => 'object', 'properties' => [ - 'Url' => [ - 'type' => 'string', - ], + 'Url' => ['type' => 'string'], ], ], - 'Custom' => [ - 'type' => 'string', - ], + 'Custom' => ['type' => 'string'], ], ], 'AiStoreTemplate' => [ 'type' => 'object', 'properties' => [ - 'TemplateVariable' => [ - 'type' => 'string', - ], - 'TemplateContext' => [ - 'type' => 'string', - ], + 'TemplateVariable' => ['type' => 'string'], + 'TemplateContext' => ['type' => 'string'], ], ], 'AiStoreUserTask' => [ 'type' => 'object', 'properties' => [ - 'Id' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'GmtCreate' => [ - 'type' => 'string', - ], - 'GmtModified' => [ - 'type' => 'string', - ], - 'Region' => [ - 'type' => 'string', - ], - 'RegionDesc' => [ - 'type' => 'string', - ], - 'Name' => [ - 'type' => 'string', - ], - 'Product' => [ - 'type' => 'string', - ], - 'ProductDesc' => [ - 'type' => 'string', - ], - 'ApiName' => [ - 'type' => 'string', - ], - 'ApiDesc' => [ - 'type' => 'string', - ], - 'Version' => [ - 'type' => 'string', - ], - 'ParamInfo' => [ - 'type' => 'string', - ], - 'BucketName' => [ - 'type' => 'string', - ], - 'BucketKeyPrefix' => [ - 'type' => 'string', - ], - 'Remark' => [ - 'type' => 'string', - ], - 'ReceiveConfig' => [ - 'type' => 'string', - ], - 'Status' => [ - 'type' => 'string', - ], - 'EnableTime' => [ - 'type' => 'string', - ], - 'DisableTime' => [ - 'type' => 'string', - ], - 'TaskVersion' => [ - 'type' => 'string', - ], + 'Id' => ['type' => 'integer', 'format' => 'int64'], + 'GmtCreate' => ['type' => 'string'], + 'GmtModified' => ['type' => 'string'], + 'Region' => ['type' => 'string'], + 'RegionDesc' => ['type' => 'string'], + 'Name' => ['type' => 'string'], + 'Product' => ['type' => 'string'], + 'ProductDesc' => ['type' => 'string'], + 'ApiName' => ['type' => 'string'], + 'ApiDesc' => ['type' => 'string'], + 'Version' => ['type' => 'string'], + 'ParamInfo' => ['type' => 'string'], + 'BucketName' => ['type' => 'string'], + 'BucketKeyPrefix' => ['type' => 'string'], + 'Remark' => ['type' => 'string'], + 'ReceiveConfig' => ['type' => 'string'], + 'Status' => ['type' => 'string'], + 'EnableTime' => ['type' => 'string'], + 'DisableTime' => ['type' => 'string'], + 'TaskVersion' => ['type' => 'string'], ], ], ], ], 'apis' => [ 'EnableAiStoreUserTask' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -188,30 +107,18 @@ [ 'name' => 'Id', 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'AistoreVersion', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['type' => 'string'], ], ], ], 'ListAiStoreBuckets' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -222,28 +129,18 @@ [ 'name' => 'Product', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['type' => 'string'], ], [ 'name' => 'ApiName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['type' => 'string'], ], ], ], 'QueryAiStoreRegions' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -253,14 +150,8 @@ 'parameters' => [], ], 'UpdateAiStoreUserTask' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -271,85 +162,58 @@ [ 'name' => 'Product', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['type' => 'string'], ], [ 'name' => 'ApiName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['type' => 'string'], ], [ 'name' => 'BucketName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['type' => 'string'], ], [ 'name' => 'BucketKeyPrefix', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['type' => 'string'], ], [ 'name' => 'Name', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['type' => 'string'], ], [ 'name' => 'ParamInfo', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['type' => 'string'], ], [ 'name' => 'Remark', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['type' => 'string'], ], [ 'name' => 'ReceiveConfig', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['type' => 'string'], ], [ 'name' => 'Status', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['type' => 'string'], ], [ 'name' => 'Id', 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - ], + 'schema' => ['type' => 'integer', 'format' => 'int64'], ], ], ], 'CreateAiStoreReceiveConfig' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -360,28 +224,18 @@ [ 'name' => 'Product', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['type' => 'string'], ], [ 'name' => 'ApiName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['type' => 'string'], ], ], ], 'CreateAiStoreBucket' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -392,21 +246,13 @@ [ 'name' => 'BucketName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['type' => 'string'], ], ], ], 'GetAiStoreUserTask' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -417,23 +263,13 @@ [ 'name' => 'Id', 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], ], ], 'CreateAiStoreUserTask' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -444,84 +280,58 @@ [ 'name' => 'Product', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['type' => 'string'], ], [ 'name' => 'ApiName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['type' => 'string'], ], [ 'name' => 'BucketName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['type' => 'string'], ], [ 'name' => 'BucketKeyPrefix', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['type' => 'string'], ], [ 'name' => 'Name', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['type' => 'string'], ], [ 'name' => 'ParamInfo', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['type' => 'string'], ], [ 'name' => 'Remark', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['type' => 'string'], ], [ 'name' => 'Status', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['type' => 'string'], ], [ 'name' => 'CreateConfig', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['type' => 'string'], ], [ 'name' => 'ReceiveConfig', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['type' => 'string'], ], ], ], 'DisableAiStoreUserTask' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -532,30 +342,18 @@ [ 'name' => 'Id', 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'AistoreVersion', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['type' => 'string'], ], ], ], 'QueryAiStoreApiTree' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -565,14 +363,8 @@ 'parameters' => [], ], 'DeleteAiStoreUserTask' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -583,30 +375,18 @@ [ 'name' => 'Id', 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'AistoreVersion', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['type' => 'string'], ], ], ], 'GetAiStoreReceiveConfig' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -617,28 +397,18 @@ [ 'name' => 'Product', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['type' => 'string'], ], [ 'name' => 'ApiName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['type' => 'string'], ], ], ], 'GetAiStoreUserTaskByName' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -649,22 +419,13 @@ [ 'name' => 'Name', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'QueryAiStoreUserTaskPage' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -675,61 +436,42 @@ [ 'name' => 'Product', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['type' => 'string'], ], [ 'name' => 'ApiName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['type' => 'string'], ], [ 'name' => 'Status', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['type' => 'string'], ], [ 'name' => 'PageNo', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32'], ], [ 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32'], ], [ 'name' => 'Name', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['type' => 'string'], ], [ 'name' => 'BucketName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['type' => 'string'], ], ], ], ], 'endpoints' => [ - [ - 'regionId' => 'cn-shanghai', - 'endpoint' => 'viapi.cn-shanghai.aliyuncs.com', - ], + ['regionId' => 'cn-shanghai', 'endpoint' => 'viapi.cn-shanghai.aliyuncs.com'], ], ]; |
