diff options
Diffstat (limited to 'data/en_us/iqs/2024-11-21')
| -rw-r--r-- | data/en_us/iqs/2024-11-21/api-docs.php | 1168 |
1 files changed, 1168 insertions, 0 deletions
diff --git a/data/en_us/iqs/2024-11-21/api-docs.php b/data/en_us/iqs/2024-11-21/api-docs.php new file mode 100644 index 0000000..67aa1e1 --- /dev/null +++ b/data/en_us/iqs/2024-11-21/api-docs.php @@ -0,0 +1,1168 @@ +<?php return [ + 'version' => '1.0', + 'info' => [ + 'style' => 'ROA', + 'product' => 'IQS', + 'version' => '2024-11-21', + ], + 'directories' => [ + [ + 'id' => 0, + 'title' => '其它', + 'type' => 'directory', + 'children' => [ + 'ExpandSearchExpiredTime', + 'ManageSearchAccountInfo', + 'ApplyFormalService', + 'GetAccountReviewRecord', + 'GetServiceConfig', + 'CheckAccountType', + 'GetAccountConfigInfo', + 'ListMeteringDailyDetail', + 'GetMeteringSummary', + 'ListApiCallDailyDetail', + 'ListSubAccountInfo', + 'DownloadMeteringDailyDetail', + 'ListApiNames', + 'DownloadApiCallDailyDetail', + ], + ], + ], + 'components' => [ + 'schemas' => [ + 'AccountInfoManageRequest' => [ + 'description' => '', + 'visibility' => 'Public', + 'type' => 'object', + 'properties' => [ + 'accountId' => [ + 'description' => '', + 'visibility' => 'Public', + 'type' => 'string', + 'example' => '1159902965389687', + 'backendName' => 'accountId', + ], + 'testQueryPerDay' => [ + 'description' => '', + 'visibility' => 'Public', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '2000', + 'backendName' => 'testQueryPerDay', + ], + 'testQps' => [ + 'description' => '', + 'visibility' => 'Public', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '3', + 'backendName' => 'testQps', + ], + 'quarkKey' => [ + 'description' => '', + 'visibility' => 'Public', + 'type' => 'string', + 'example' => '1', + 'backendName' => 'quarkKey', + ], + 'name' => [ + 'description' => '', + 'visibility' => 'Public', + 'type' => 'string', + 'example' => '', + 'backendName' => 'name', + ], + 'quarkName' => [ + 'description' => '', + 'visibility' => 'Public', + 'type' => 'string', + 'example' => '1', + 'backendName' => 'quarkName', + ], + ], + ], + 'ExpendExpiredTimeRequest' => [ + 'description' => '', + 'visibility' => 'Public', + 'type' => 'object', + 'properties' => [ + 'accountId' => [ + 'description' => '', + 'visibility' => 'Public', + 'type' => 'string', + 'example' => '280451935746041600', + 'backendName' => 'accountId', + ], + 'testStartTime' => [ + 'description' => '', + 'visibility' => 'Public', + 'type' => 'string', + 'example' => '2025:02:24 00:00:00', + 'backendName' => 'testStartTime', + ], + ], + ], + 'OperationResult' => [ + 'description' => '', + 'visibility' => 'Public', + 'type' => 'object', + 'properties' => [ + 'success' => [ + 'description' => '', + 'visibility' => 'Public', + 'type' => 'boolean', + 'example' => 'True', + 'backendName' => 'success', + ], + ], + ], + ], + ], + 'apis' => [ + 'ExpandSearchExpiredTime' => [ + 'summary' => '延长测试时间', + 'path' => '/linked-retrieval/linked-retrieval-admin/openService/v1/account/commands/expendExpiredTime', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/json', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREalibababcpG3IIA0', + ], + 'tenantRelevance' => 'tenant', + ], + 'parameters' => [ + [ + 'name' => 'body', + 'in' => 'body', + 'schema' => [ + 'description' => '', + 'required' => false, + '$ref' => '#/components/schemas/ExpendExpiredTimeRequest', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + '$ref' => '#/components/schemas/OperationResult', + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"success\\": true\\n}","type":"json"}]', + ], + 'ManageSearchAccountInfo' => [ + 'summary' => '管理智搜用户', + 'path' => '/linked-retrieval/linked-retrieval-admin/openService/v1/account/commands/manage', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/json', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREalibababcpG3IIA0', + ], + 'tenantRelevance' => 'tenant', + ], + 'parameters' => [ + [ + 'name' => 'body', + 'in' => 'body', + 'schema' => [ + 'description' => '', + 'required' => false, + '$ref' => '#/components/schemas/AccountInfoManageRequest', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + '$ref' => '#/components/schemas/OperationResult', + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"success\\": true\\n}","type":"json"}]', + ], + 'ApplyFormalService' => [ + 'summary' => '申请正式开通', + 'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/services/commands/applyFormalService', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/json', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREalibababcp7A75FP', + ], + ], + 'parameters' => [ + [ + 'name' => 'body', + 'in' => 'body', + 'style' => 'json', + 'schema' => [ + 'description' => '', + 'required' => false, + '$ref' => '#/components/schemas/ApplyFormalServiceCmd', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'requestId' => [ + 'title' => 'Id of the request', + 'description' => 'Id of the request', + 'type' => 'string', + 'example' => 'ECB2144C-E277-5434-80E6-12D26678D364', + ], + 'success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'True', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"ECB2144C-E277-5434-80E6-12D26678D364\\",\\n \\"success\\": true\\n}","type":"json"}]', + ], + 'GetAccountReviewRecord' => [ + 'summary' => '查询用户申请记录', + 'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/services/commands/reviewRecord', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREalibababcp7A75FP', + ], + ], + 'parameters' => [], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'requestId' => [ + 'title' => 'Id of the request', + 'description' => 'Id of the request', + 'type' => 'string', + 'example' => '6788a2c2-157d4ebe-ad979cd4f296', + ], + 'aliUid' => [ + 'title' => '请求id', + 'type' => 'string', + 'example' => '123123213123', + ], + 'instanceId' => [ + 'title' => '用户id', + 'type' => 'string', + 'example' => '测试商品', + ], + 'productName' => [ + 'title' => '实例id', + 'type' => 'string', + 'example' => '30', + ], + 'qps' => [ + 'title' => '商品名称', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '张三', + ], + 'contactName' => [ + 'title' => 'qps', + 'type' => 'string', + 'example' => '18987236721', + ], + 'phone' => [ + 'title' => '联系人名称', + 'type' => 'string', + 'example' => '123214889322', + ], + 'address' => [ + 'title' => '电话', + 'type' => 'string', + 'example' => '杭州', + ], + 'sceneDesc' => [ + 'title' => '地址', + 'type' => 'string', + 'example' => '测试', + ], + 'serviceType' => [ + 'title' => '场景名称', + 'type' => 'string', + 'example' => '测试', + ], + 'scopes' => [ + 'title' => '服务类型', + 'type' => 'array', + 'items' => [ + 'title' => 'quark', + 'type' => 'string', + ], + ], + 'applyType' => [ + 'title' => '服务申请', + 'type' => 'string', + 'example' => '申请服务', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"6788a2c2-157d4ebe-ad979cd4f296\\",\\n \\"aliUid\\": \\"123123213123\\",\\n \\"instanceId\\": \\"测试商品\\",\\n \\"productName\\": \\"30\\",\\n \\"qps\\": 0,\\n \\"contactName\\": \\"18987236721\\",\\n \\"phone\\": \\"123214889322\\",\\n \\"address\\": \\"杭州\\",\\n \\"sceneDesc\\": \\"测试\\",\\n \\"serviceType\\": \\"测试\\",\\n \\"scopes\\": [\\n \\"\\"\\n ],\\n \\"applyType\\": \\"申请服务\\"\\n}","type":"json"}]', + ], + 'GetServiceConfig' => [ + 'summary' => '查询服务额度信息', + 'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/services/commands/serviceConfig', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/json', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREalibababcp7A75FP', + ], + ], + 'parameters' => [], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + '$ref' => '#/components/schemas/ServiceConfigResult', + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"poiSearchTotalQuota\\": \\"\\",\\n \\"poiSearchUsedQuota\\": \\"\\",\\n \\"searchTotalQuota\\": \\"\\",\\n \\"searchUsedQuota\\": \\"\\",\\n \\"status\\": \\"\\"\\n}","type":"json"}]', + ], + 'CheckAccountType' => [ + 'summary' => '校验账号类型', + 'path' => '/linked-retrieval/linked-retrieval-admin/openService/v1/account/commands/checkAccountType', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/json', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREalibababcp7A75FP', + ], + ], + 'parameters' => [], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'requestId' => [ + 'title' => 'Id of the request', + 'description' => 'Id of the request', + 'type' => 'string', + 'example' => 'ECB2144C-E277-5434-80E6-12D26678D364', + ], + 'success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'True', + ], + 'message' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'ok', + ], + 'link' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'http://', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"ECB2144C-E277-5434-80E6-12D26678D364\\",\\n \\"success\\": true,\\n \\"message\\": \\"ok\\",\\n \\"link\\": \\"http://\\"\\n}","type":"json"}]', + ], + 'GetAccountConfigInfo' => [ + 'summary' => '获取账号配置信息', + 'path' => '/linked-retrieval/linked-retrieval-admin/openService/v1/account/command/accountConfig', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/json', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREalibababcpLY9PPK', + ], + ], + 'parameters' => [], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'requestId' => [ + 'title' => 'Id of the request', + 'description' => 'Id of the request', + 'type' => 'string', + 'example' => '6788a2c2-157d4ebe-ad979cd4f296', + ], + 'mainAccountId' => [ + 'description' => '', + 'type' => 'string', + 'example' => '12123123123', + ], + 'accountStatus' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'Normal', + ], + 'availableTime' => [ + 'description' => '', + 'type' => 'string', + 'example' => '2025-07-12 12:00:00', + ], + 'ladderType' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'FixLadder', + ], + 'billQps' => [ + 'description' => '', + 'type' => 'string', + 'example' => '30', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"6788a2c2-157d4ebe-ad979cd4f296\\",\\n \\"mainAccountId\\": \\"12123123123\\",\\n \\"accountStatus\\": \\"Normal\\",\\n \\"availableTime\\": \\"2025-07-12 12:00:00\\",\\n \\"ladderType\\": \\"FixLadder\\",\\n \\"billQps\\": \\"30\\"\\n}","type":"json"}]', + ], + 'ListMeteringDailyDetail' => [ + 'summary' => '查询计量日明细信息', + 'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/monitors/commands/metering/dailyDetail', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/json', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREalibababcpLY9PPK', + ], + ], + 'parameters' => [ + [ + 'name' => 'startTime', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '20240908', + ], + ], + [ + 'name' => 'endTime', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '20240908', + ], + ], + [ + 'name' => 'subAccountId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '23432423423434', + ], + ], + [ + 'name' => 'billPeriod', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '202506', + ], + ], + [ + 'name' => 'billingItem', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '', + ], + ], + [ + 'name' => 'pageNumber', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '10', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + '$ref' => '#/components/schemas/ListMeteringDailyDetailResult', + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"meteringDailyDetailList\\": [\\n {\\n \\"billingQps\\": 0,\\n \\"billingFunctionItem\\": \\"\\",\\n \\"failedCount\\": 0,\\n \\"subAccountId\\": \\"\\",\\n \\"billingItem\\": \\"\\",\\n \\"successCount\\": 0,\\n \\"billDate\\": \\"\\",\\n \\"billPeriod\\": \\"\\",\\n \\"ladderTypeCode\\": 0\\n }\\n ]\\n}","type":"json"}]', + ], + 'GetMeteringSummary' => [ + 'summary' => '查询计量汇总信息', + 'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/monitors/commands/metering/summary', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/json', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREalibababcpLY9PPK', + ], + ], + 'parameters' => [ + [ + 'name' => 'startTime', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '20240920', + ], + ], + [ + 'name' => 'endTime', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '20250522', + ], + ], + [ + 'name' => 'subAccountId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '2312312312312', + ], + ], + [ + 'name' => 'billPeriod', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '202505', + ], + ], + [ + 'name' => 'billingItem', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + '$ref' => '#/components/schemas/MeteringSummaryResult', + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"meteringSummaryList\\": [\\n {\\n \\"billingFunctionItem\\": \\"\\",\\n \\"billingItem\\": \\"\\",\\n \\"failCount\\": 0,\\n \\"successCount\\": 0\\n }\\n ]\\n}","type":"json"}]', + ], + 'ListApiCallDailyDetail' => [ + 'summary' => '查询Api调用量(性能)日明细', + 'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/monitors/commands/apiCall/dailyDetail', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/json', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREalibababcpLY9PPK', + ], + ], + 'parameters' => [ + [ + 'name' => 'startTime', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '20240908 ', + ], + ], + [ + 'name' => 'endTime', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '20240908 ', + ], + ], + [ + 'name' => 'apiName', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'CreateVikaApp', + ], + ], + [ + 'name' => 'engineType', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'PlaceBasic', + ], + ], + [ + 'name' => 'pageNumber', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '0', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '10', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + '$ref' => '#/components/schemas/ListApiCallDailyDetailResult', + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"details\\": [\\n {\\n \\"apiName\\": \\"\\",\\n \\"failedCount\\": 0,\\n \\"subAccountId\\": \\"\\",\\n \\"avgLatency\\": 0,\\n \\"engineType\\": \\"\\",\\n \\"successCount\\": 0,\\n \\"billDate\\": \\"\\",\\n \\"p95Latency\\": 0,\\n \\"requestMaxQps\\": 0,\\n \\"p90Latency\\": 0\\n }\\n ]\\n}","type":"json"}]', + ], + 'ListSubAccountInfo' => [ + 'summary' => '查询主账号的所有子账号信息', + 'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/monitors/commands/subAccountInfo', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/json', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREalibababcpLY9PPK', + ], + ], + 'parameters' => [], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + '$ref' => '#/components/schemas/ListSubAccountInfoResult', + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"subAccountInfos\\": [\\n {\\n \\"accountName\\": \\"\\"\\n }\\n ]\\n}","type":"json"}]', + ], + 'DownloadMeteringDailyDetail' => [ + 'summary' => '下载接口计量日明细', + 'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/monitors/commands/downloadMeteringDailyDetail', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/json', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREalibababcpLY9PPK', + ], + ], + 'parameters' => [ + [ + 'name' => 'body', + 'in' => 'body', + 'schema' => [ + 'description' => '', + 'required' => false, + '$ref' => '#/components/schemas/DownloadMeteringDailyDetailCmd', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'requestId' => [ + 'title' => 'Id of the request', + 'description' => 'Id of the request', + 'type' => 'string', + 'example' => 'ECB2144C-E277-5434-80E6-12D26678D364', + ], + 'downloadUrl' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'https://', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"ECB2144C-E277-5434-80E6-12D26678D364\\",\\n \\"downloadUrl\\": \\"https://\\"\\n}","type":"json"}]', + ], + 'ListApiNames' => [ + 'summary' => 'Api名称列表', + 'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/monitors/commands/apiNames', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/json', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREalibababcpLY9PPK', + ], + ], + 'parameters' => [], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'requestId' => [ + 'title' => 'Id of the request', + 'description' => 'Id of the request', + 'type' => 'string', + 'example' => 'ECB2144C-E277-5434-80E6-12D26678D364', + ], + 'apiNames' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'UnfileSearch', + ], + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"ECB2144C-E277-5434-80E6-12D26678D364\\",\\n \\"apiNames\\": [\\n \\"UnfileSearch\\"\\n ]\\n}","type":"json"}]', + ], + 'DownloadApiCallDailyDetail' => [ + 'summary' => '下载接口计量日明细', + 'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/monitors/commands/downloadApiCallDailyDetail', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/json', + ], + 'produces' => [ + 'application/json', + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREalibababcpLY9PPK', + ], + ], + 'parameters' => [ + [ + 'name' => 'body', + 'in' => 'body', + 'schema' => [ + 'description' => '', + 'required' => false, + '$ref' => '#/components/schemas/DownloadApiCallDailyDetailCmd', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'requestId' => [ + 'title' => 'Id of the request', + 'description' => 'Id of the request', + 'type' => 'string', + 'example' => '37A6ED15-DB44-50B5-B0DF-9449EED8FDF4', + ], + 'downloadUrl' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'https://', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"37A6ED15-DB44-50B5-B0DF-9449EED8FDF4\\",\\n \\"downloadUrl\\": \\"https://\\"\\n}","type":"json"}]', + ], + ], + 'endpoints' => [ + [ + 'regionId' => 'cn-zhangjiakou', + 'endpoint' => 'iqs.cn-zhangjiakou.aliyuncs.com', + ], + ], +]; |
