summaryrefslogtreecommitdiff
path: root/data/iqs/2024-11-21
diff options
context:
space:
mode:
authorZhineng Li <im@zhineng.li>2026-07-12 16:56:35 +0800
committerZhineng Li <im@zhineng.li>2026-07-12 16:56:35 +0800
commit814ec806c22e2782390af5a4a05cb6281aabd5e1 (patch)
tree29e1692a067b17e56886a7d246d2b9521b2b7777 /data/iqs/2024-11-21
parenteccd5cd5a067f5659982685afdeea209b1888efb (diff)
downloadafterglow-metadata-814ec806c22e2782390af5a4a05cb6281aabd5e1.tar.gz
afterglow-metadata-814ec806c22e2782390af5a4a05cb6281aabd5e1.zip
update APIs 20260712
Diffstat (limited to 'data/iqs/2024-11-21')
-rw-r--r--data/iqs/2024-11-21/api-docs.php970
1 files changed, 295 insertions, 675 deletions
diff --git a/data/iqs/2024-11-21/api-docs.php b/data/iqs/2024-11-21/api-docs.php
index 4cf3f67..3df0451 100644
--- a/data/iqs/2024-11-21/api-docs.php
+++ b/data/iqs/2024-11-21/api-docs.php
@@ -1,252 +1,122 @@
<?php return [
'version' => '1.0',
- 'info' => [
- 'style' => 'ROA',
- 'product' => 'IQS',
- 'version' => '2024-11-21',
- ],
+ 'info' => ['style' => 'ROA', 'product' => 'IQS', 'version' => '2024-11-21'],
'components' => [
'schemas' => [
'AccountCreateCmd' => [
'type' => 'object',
'properties' => [
- 'accountId' => [
- 'type' => 'string',
- ],
+ 'accountId' => ['type' => 'string'],
],
],
'AccountCredentialDTO' => [
'type' => 'object',
'properties' => [
- 'accountId' => [
- 'type' => 'string',
- ],
- 'callerIdentity' => [
- 'type' => 'string',
- ],
- 'id' => [
- 'type' => 'integer',
- 'format' => 'int64',
- ],
+ 'accountId' => ['type' => 'string'],
+ 'callerIdentity' => ['type' => 'string'],
+ 'id' => ['type' => 'integer', 'format' => 'int64'],
],
],
'AccountInfoManageRequest' => [
'type' => 'object',
'properties' => [
- 'accountId' => [
- 'type' => 'string',
- ],
- 'testQueryPerDay' => [
- 'type' => 'integer',
- 'format' => 'int32',
- ],
- 'testQps' => [
- 'type' => 'integer',
- 'format' => 'int32',
- ],
- 'quarkKey' => [
- 'type' => 'string',
- ],
- 'name' => [
- 'type' => 'string',
- ],
- 'quarkName' => [
- 'type' => 'string',
- ],
+ 'accountId' => ['type' => 'string'],
+ 'testQueryPerDay' => ['type' => 'integer', 'format' => 'int32'],
+ 'testQps' => ['type' => 'integer', 'format' => 'int32'],
+ 'quarkKey' => ['type' => 'string'],
+ 'name' => ['type' => 'string'],
+ 'quarkName' => ['type' => 'string'],
],
],
'ApplyFormalServiceCmd' => [
'type' => 'object',
'properties' => [
- 'instanceId' => [
- 'type' => 'string',
- ],
- 'accountId' => [
- 'type' => 'string',
- ],
- 'accountName' => [
- 'type' => 'string',
- ],
- 'qps' => [
- 'type' => 'integer',
- 'format' => 'int32',
- ],
- 'productName' => [
- 'type' => 'string',
- ],
- 'contactName' => [
- 'type' => 'string',
- ],
- 'phone' => [
- 'type' => 'string',
- ],
- 'address' => [
- 'type' => 'string',
- ],
- 'sceneDesc' => [
- 'type' => 'string',
- ],
- 'serviceType' => [
- 'type' => 'string',
- ],
- 'applyType' => [
- 'type' => 'string',
- ],
+ 'instanceId' => ['type' => 'string'],
+ 'accountId' => ['type' => 'string'],
+ 'accountName' => ['type' => 'string'],
+ 'qps' => ['type' => 'integer', 'format' => 'int32'],
+ 'productName' => ['type' => 'string'],
+ 'contactName' => ['type' => 'string'],
+ 'phone' => ['type' => 'string'],
+ 'address' => ['type' => 'string'],
+ 'sceneDesc' => ['type' => 'string'],
+ 'serviceType' => ['type' => 'string'],
+ 'applyType' => ['type' => 'string'],
'applyServiceInfos' => [
'type' => 'array',
- 'items' => [
- 'type' => 'object',
- ],
+ 'items' => ['type' => 'object'],
],
],
],
'BaseResponse' => [
'type' => 'object',
'properties' => [
- 'data' => [
- 'type' => 'object',
- ],
- 'errorMessage' => [
- 'type' => 'string',
- ],
- 'errorCode' => [
- 'type' => 'string',
- ],
+ 'data' => ['type' => 'object'],
+ 'errorMessage' => ['type' => 'string'],
+ 'errorCode' => ['type' => 'string'],
],
],
'BillDownOrUpgradeCmd' => [
'type' => 'object',
'properties' => [
- 'accountId' => [
- 'type' => 'string',
- ],
- 'operateTypEnum' => [
- 'type' => 'string',
- ],
- 'codeType' => [
- 'type' => 'string',
- ],
- 'qps' => [
- 'type' => 'integer',
- 'format' => 'int32',
- ],
- 'activeDate' => [
- 'type' => 'string',
- ],
+ 'accountId' => ['type' => 'string'],
+ 'operateTypEnum' => ['type' => 'string'],
+ 'codeType' => ['type' => 'string'],
+ 'qps' => ['type' => 'integer', 'format' => 'int32'],
+ 'activeDate' => ['type' => 'string'],
],
],
'DownloadApiCallDailyDetailCmd' => [
'type' => 'object',
'properties' => [
- 'apiName' => [
- 'type' => 'string',
- ],
- 'engineType' => [
- 'type' => 'string',
- ],
- 'startTime' => [
- 'type' => 'string',
- ],
- 'endTime' => [
- 'type' => 'string',
- ],
+ 'apiName' => ['type' => 'string'],
+ 'engineType' => ['type' => 'string'],
+ 'startTime' => ['type' => 'string'],
+ 'endTime' => ['type' => 'string'],
],
],
'DownloadMeteringDailyDetailCmd' => [
'type' => 'object',
'properties' => [
- 'subAccountId' => [
- 'type' => 'string',
- ],
- 'billingItem' => [
- 'type' => 'string',
- ],
- 'startTime' => [
- 'type' => 'string',
- ],
- 'endTime' => [
- 'type' => 'string',
- ],
- 'billPeriod' => [
- 'type' => 'string',
- ],
+ 'subAccountId' => ['type' => 'string'],
+ 'billingItem' => ['type' => 'string'],
+ 'startTime' => ['type' => 'string'],
+ 'endTime' => ['type' => 'string'],
+ 'billPeriod' => ['type' => 'string'],
],
],
'ExpendExpiredTimeRequest' => [
'type' => 'object',
'properties' => [
- 'accountId' => [
- 'type' => 'string',
- ],
- 'testStartTime' => [
- 'type' => 'string',
- ],
+ 'accountId' => ['type' => 'string'],
+ 'testStartTime' => ['type' => 'string'],
],
],
'IrAccountEntity' => [
'type' => 'object',
'properties' => [
- 'modifiedTime' => [
- 'type' => 'string',
- ],
- 'testQueryPerDay' => [
- 'type' => 'integer',
- 'format' => 'int32',
- ],
- 'quarkOsr' => [
- 'type' => 'string',
- ],
- 'accountName' => [
- 'type' => 'string',
- ],
- 'searchType' => [
- 'type' => 'string',
- ],
- 'configuration' => [
- 'type' => 'string',
- ],
- 'quarkUsername' => [
- 'type' => 'string',
- ],
- 'accountStatus' => [
- 'type' => 'string',
- ],
- 'accountId' => [
- 'type' => 'string',
- ],
- 'isDeleted' => [
- 'type' => 'integer',
- 'format' => 'int32',
- ],
- 'testQps' => [
- 'type' => 'integer',
- 'format' => 'int32',
- ],
- 'createTime' => [
- 'type' => 'string',
- ],
- 'quarkKey' => [
- 'type' => 'string',
- ],
- 'id' => [
- 'type' => 'integer',
- 'format' => 'int64',
- ],
- 'testStartTime' => [
- 'type' => 'string',
- ],
- 'adjustedNormalQps' => [
- 'type' => 'integer',
- 'format' => 'int32',
- ],
+ 'modifiedTime' => ['type' => 'string'],
+ 'testQueryPerDay' => ['type' => 'integer', 'format' => 'int32'],
+ 'quarkOsr' => ['type' => 'string'],
+ 'accountName' => ['type' => 'string'],
+ 'searchType' => ['type' => 'string'],
+ 'configuration' => ['type' => 'string'],
+ 'quarkUsername' => ['type' => 'string'],
+ 'accountStatus' => ['type' => 'string'],
+ 'accountId' => ['type' => 'string'],
+ 'isDeleted' => ['type' => 'integer', 'format' => 'int32'],
+ 'testQps' => ['type' => 'integer', 'format' => 'int32'],
+ 'createTime' => ['type' => 'string'],
+ 'quarkKey' => ['type' => 'string'],
+ 'id' => ['type' => 'integer', 'format' => 'int64'],
+ 'testStartTime' => ['type' => 'string'],
+ 'adjustedNormalQps' => ['type' => 'integer', 'format' => 'int32'],
],
],
'IrAccountPageQuery' => [
'type' => 'object',
'properties' => [
- 'name' => [
- 'type' => 'string',
- ],
+ 'name' => ['type' => 'string'],
],
],
'ListApiCallDailyDetailResult' => [
@@ -257,42 +127,16 @@
'items' => [
'type' => 'object',
'properties' => [
- 'apiName' => [
- 'type' => 'string',
- ],
- 'failedCount' => [
- 'type' => 'integer',
- 'format' => 'int32',
- ],
- 'subAccountId' => [
- 'type' => 'string',
- ],
- 'avgLatency' => [
- 'type' => 'integer',
- 'format' => 'int32',
- ],
- 'engineType' => [
- 'type' => 'string',
- ],
- 'successCount' => [
- 'type' => 'integer',
- 'format' => 'int32',
- ],
- 'billDate' => [
- 'type' => 'string',
- ],
- 'p95Latency' => [
- 'type' => 'integer',
- 'format' => 'int32',
- ],
- 'requestMaxQps' => [
- 'type' => 'integer',
- 'format' => 'int32',
- ],
- 'p90Latency' => [
- 'type' => 'integer',
- 'format' => 'int32',
- ],
+ 'apiName' => ['type' => 'string'],
+ 'failedCount' => ['type' => 'integer', 'format' => 'int32'],
+ 'subAccountId' => ['type' => 'string'],
+ 'avgLatency' => ['type' => 'integer', 'format' => 'int32'],
+ 'engineType' => ['type' => 'string'],
+ 'successCount' => ['type' => 'integer', 'format' => 'int32'],
+ 'billDate' => ['type' => 'string'],
+ 'p95Latency' => ['type' => 'integer', 'format' => 'int32'],
+ 'requestMaxQps' => ['type' => 'integer', 'format' => 'int32'],
+ 'p90Latency' => ['type' => 'integer', 'format' => 'int32'],
],
],
],
@@ -306,37 +150,15 @@
'items' => [
'type' => 'object',
'properties' => [
- 'billingQps' => [
- 'type' => 'integer',
- 'format' => 'int32',
- ],
- 'billingFunctionItem' => [
- 'type' => 'string',
- ],
- 'failedCount' => [
- 'type' => 'integer',
- 'format' => 'int32',
- ],
- 'subAccountId' => [
- 'type' => 'string',
- ],
- 'billingItem' => [
- 'type' => 'string',
- ],
- 'successCount' => [
- 'type' => 'integer',
- 'format' => 'int32',
- ],
- 'billDate' => [
- 'type' => 'string',
- ],
- 'billPeriod' => [
- 'type' => 'string',
- ],
- 'ladderTypeCode' => [
- 'type' => 'integer',
- 'format' => 'int32',
- ],
+ 'billingQps' => ['type' => 'integer', 'format' => 'int32'],
+ 'billingFunctionItem' => ['type' => 'string'],
+ 'failedCount' => ['type' => 'integer', 'format' => 'int32'],
+ 'subAccountId' => ['type' => 'string'],
+ 'billingItem' => ['type' => 'string'],
+ 'successCount' => ['type' => 'integer', 'format' => 'int32'],
+ 'billDate' => ['type' => 'string'],
+ 'billPeriod' => ['type' => 'string'],
+ 'ladderTypeCode' => ['type' => 'integer', 'format' => 'int32'],
],
],
],
@@ -345,20 +167,10 @@
'ListServicesResult' => [
'type' => 'object',
'properties' => [
- 'total' => [
- 'type' => 'integer',
- 'format' => 'int32',
- ],
- 'maxResults' => [
- 'type' => 'integer',
- 'format' => 'int32',
- ],
- 'nextToken' => [
- 'type' => 'string',
- ],
- 'services' => [
- '$ref' => '#/components/schemas/LrOrder',
- ],
+ 'total' => ['type' => 'integer', 'format' => 'int32'],
+ 'maxResults' => ['type' => 'integer', 'format' => 'int32'],
+ 'nextToken' => ['type' => 'string'],
+ 'services' => ['$ref' => '#/components/schemas/LrOrder'],
],
],
'ListSubAccountInfoResult' => [
@@ -369,9 +181,7 @@
'items' => [
'type' => 'object',
'properties' => [
- 'accountName' => [
- 'type' => 'string',
- ],
+ 'accountName' => ['type' => 'string'],
],
],
],
@@ -382,62 +192,28 @@
'properties' => [
'accountCredentials' => [
'type' => 'array',
- 'items' => [
- '$ref' => '#/components/schemas/AccountCredentialDTO',
- ],
- ],
- 'gmtModified' => [
- 'type' => 'string',
- ],
- 'commoditySpec' => [
- 'type' => 'string',
- ],
- 'orderId' => [
- 'type' => 'integer',
- 'format' => 'int64',
- ],
- 'commodityId' => [
- 'type' => 'string',
- ],
- 'gmtCreate' => [
- 'type' => 'string',
- ],
- 'customerName' => [
- 'type' => 'string',
- ],
- 'instanceId' => [
- 'type' => 'string',
- ],
- 'qps' => [
- 'type' => 'integer',
- 'format' => 'int32',
- ],
- 'expirationTime' => [
- 'type' => 'string',
- ],
- 'commodityCode' => [
- 'type' => 'string',
- ],
- 'eventTime' => [
- 'type' => 'string',
- ],
- 'aliUid' => [
- 'type' => 'string',
- ],
- 'orderCategory' => [
- 'type' => 'string',
- ],
- 'status' => [
- 'type' => 'string',
- ],
+ 'items' => ['$ref' => '#/components/schemas/AccountCredentialDTO'],
+ ],
+ 'gmtModified' => ['type' => 'string'],
+ 'commoditySpec' => ['type' => 'string'],
+ 'orderId' => ['type' => 'integer', 'format' => 'int64'],
+ 'commodityId' => ['type' => 'string'],
+ 'gmtCreate' => ['type' => 'string'],
+ 'customerName' => ['type' => 'string'],
+ 'instanceId' => ['type' => 'string'],
+ 'qps' => ['type' => 'integer', 'format' => 'int32'],
+ 'expirationTime' => ['type' => 'string'],
+ 'commodityCode' => ['type' => 'string'],
+ 'eventTime' => ['type' => 'string'],
+ 'aliUid' => ['type' => 'string'],
+ 'orderCategory' => ['type' => 'string'],
+ 'status' => ['type' => 'string'],
],
],
'ManageAccountResult' => [
'type' => 'object',
'properties' => [
- 'success' => [
- 'type' => 'boolean',
- ],
+ 'success' => ['type' => 'boolean'],
],
],
'MeteringSummaryResult' => [
@@ -448,119 +224,79 @@
'items' => [
'type' => 'object',
'properties' => [
- 'billingFunctionItem' => [
- 'type' => 'string',
- ],
- 'billingItem' => [
- 'type' => 'string',
- ],
- 'failCount' => [
- 'type' => 'integer',
- 'format' => 'int32',
- ],
- 'successCount' => [
- 'type' => 'integer',
- 'format' => 'int32',
- ],
+ 'billingFunctionItem' => ['type' => 'string'],
+ 'billingItem' => ['type' => 'string'],
+ 'failCount' => ['type' => 'integer', 'format' => 'int32'],
+ 'successCount' => ['type' => 'integer', 'format' => 'int32'],
],
],
],
],
],
- 'OperationResult' => [
+ 'NormalServiceConfigResult' => [
'type' => 'object',
'properties' => [
- 'success' => [
- 'type' => 'boolean',
+ 'status' => ['type' => 'string'],
+ 'availableTime' => ['type' => 'string'],
+ 'gmtCreate' => ['type' => 'string'],
+ 'userAPICountInfos' => [
+ 'type' => 'array',
+ 'items' => ['$ref' => '#/components/schemas/UserAPICountInfo'],
],
],
],
+ 'OperationResult' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'success' => ['type' => 'boolean'],
+ ],
+ ],
'PrepaidRecord' => [
'type' => 'object',
'properties' => [
- 'id' => [
- 'type' => 'integer',
- 'format' => 'int64',
- ],
- 'gmtCreate' => [
- 'type' => 'string',
- ],
- 'gmtModified' => [
- 'type' => 'string',
- ],
- 'accountId' => [
- 'type' => 'string',
- ],
- 'accountName' => [
- 'type' => 'string',
- ],
- 'codeType' => [
- 'type' => 'string',
- ],
- 'status' => [
- 'type' => 'string',
- ],
- 'totalQuota' => [
- 'type' => 'integer',
- 'format' => 'int64',
- ],
- 'usedQuota' => [
- 'type' => 'integer',
- 'format' => 'int64',
- ],
- 'remainQuota' => [
- 'type' => 'integer',
- 'format' => 'int64',
- ],
+ 'id' => ['type' => 'integer', 'format' => 'int64'],
+ 'gmtCreate' => ['type' => 'string'],
+ 'gmtModified' => ['type' => 'string'],
+ 'accountId' => ['type' => 'string'],
+ 'accountName' => ['type' => 'string'],
+ 'codeType' => ['type' => 'string'],
+ 'status' => ['type' => 'string'],
+ 'totalQuota' => ['type' => 'integer', 'format' => 'int64'],
+ 'usedQuota' => ['type' => 'integer', 'format' => 'int64'],
+ 'remainQuota' => ['type' => 'integer', 'format' => 'int64'],
],
],
'ReviewRecordResult' => [
'type' => 'object',
'properties' => [
- 'contactName' => [
- 'type' => 'string',
- ],
- 'phone' => [
- 'type' => 'string',
- ],
- 'address' => [
- 'type' => 'string',
- ],
- 'sceneDesc' => [
- 'type' => 'string',
- ],
- 'serviceType' => [
- 'type' => 'string',
- ],
- 'applyType' => [
- 'type' => 'string',
- ],
+ 'contactName' => ['type' => 'string'],
+ 'phone' => ['type' => 'string'],
+ 'address' => ['type' => 'string'],
+ 'sceneDesc' => ['type' => 'string'],
+ 'serviceType' => ['type' => 'string'],
+ 'applyType' => ['type' => 'string'],
'scopes' => [
'type' => 'array',
- 'items' => [
- 'type' => 'string',
- ],
+ 'items' => ['type' => 'string'],
],
],
],
'ServiceConfigResult' => [
'type' => 'object',
'properties' => [
- 'poiSearchTotalQuota' => [
- 'type' => 'string',
- ],
- 'poiSearchUsedQuota' => [
- 'type' => 'string',
- ],
- 'searchTotalQuota' => [
- 'type' => 'string',
- ],
- 'searchUsedQuota' => [
- 'type' => 'string',
- ],
- 'status' => [
- 'type' => 'string',
- ],
+ 'poiSearchTotalQuota' => ['type' => 'string'],
+ 'poiSearchUsedQuota' => ['type' => 'string'],
+ 'searchTotalQuota' => ['type' => 'string'],
+ 'searchUsedQuota' => ['type' => 'string'],
+ 'status' => ['type' => 'string'],
+ ],
+ ],
+ 'UserAPICountInfo' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'scope' => ['type' => 'string'],
+ 'apiType' => ['type' => 'string'],
+ 'usedCount' => ['type' => 'integer', 'format' => 'int32'],
],
],
],
@@ -568,511 +304,395 @@
'apis' => [
'ExpandSearchExpiredTime' => [
'path' => '/linked-retrieval/linked-retrieval-admin/openService/v1/account/commands/expendExpiredTime',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
- 'produces' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
'name' => 'body',
'in' => 'body',
- 'schema' => [
- '$ref' => '#/components/schemas/ExpendExpiredTimeRequest',
- 'required' => false,
- ],
+ 'schema' => ['$ref' => '#/components/schemas/ExpendExpiredTimeRequest', 'required' => false],
],
],
],
'ManageSearchAccountInfo' => [
'path' => '/linked-retrieval/linked-retrieval-admin/openService/v1/account/commands/manage',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
- 'produces' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
'name' => 'body',
'in' => 'body',
- 'schema' => [
- '$ref' => '#/components/schemas/AccountInfoManageRequest',
- 'required' => false,
- ],
+ 'schema' => ['$ref' => '#/components/schemas/AccountInfoManageRequest', 'required' => false],
],
],
],
'ApplyFormalService' => [
'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/services/commands/applyFormalService',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
- 'produces' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
'name' => 'body',
'in' => 'body',
'style' => 'json',
- 'schema' => [
- '$ref' => '#/components/schemas/ApplyFormalServiceCmd',
- 'required' => false,
- ],
+ 'schema' => ['$ref' => '#/components/schemas/ApplyFormalServiceCmd', 'required' => false],
],
],
],
'GetAccountReviewRecord' => [
'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/services/commands/reviewRecord',
- 'methods' => [
- 'get',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'methods' => ['get'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'produces' => [
- 'application/json',
- ],
+ 'produces' => ['application/json'],
'deprecated' => false,
'parameters' => [],
],
'GetServiceConfig' => [
'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/services/commands/serviceConfig',
- 'methods' => [
- 'get',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'methods' => ['get'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
- 'produces' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
'deprecated' => false,
'parameters' => [],
],
'CheckAccountType' => [
'path' => '/linked-retrieval/linked-retrieval-admin/openService/v1/account/commands/checkAccountType',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
- 'produces' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
'deprecated' => false,
'parameters' => [],
],
'GetAccountConfigInfo' => [
'path' => '/linked-retrieval/linked-retrieval-admin/openService/v1/account/command/accountConfig',
- 'methods' => [
- 'get',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'methods' => ['get'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
- 'produces' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
'deprecated' => false,
'parameters' => [],
],
'ListMeteringDailyDetail' => [
'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/monitors/commands/metering/dailyDetail',
- 'methods' => [
- 'get',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'methods' => ['get'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
- 'produces' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
'name' => 'startTime',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
'name' => 'endTime',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
'name' => 'subAccountId',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
'name' => 'billPeriod',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
'name' => 'billingItem',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
'name' => 'pageNumber',
'in' => 'query',
- 'schema' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false],
],
[
'name' => 'pageSize',
'in' => 'query',
- 'schema' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false],
],
],
],
'GetMeteringSummary' => [
'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/monitors/commands/metering/summary',
- 'methods' => [
- 'get',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'methods' => ['get'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
- 'produces' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
'name' => 'startTime',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
'name' => 'endTime',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
'name' => 'subAccountId',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
'name' => 'billPeriod',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
'name' => 'billingItem',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
],
],
'ListApiCallDailyDetail' => [
'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/monitors/commands/apiCall/dailyDetail',
- 'methods' => [
- 'get',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'methods' => ['get'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
- 'produces' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
'name' => 'startTime',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
'name' => 'endTime',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
'name' => 'apiName',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
'name' => 'engineType',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
'name' => 'pageNumber',
'in' => 'query',
- 'schema' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false],
],
[
'name' => 'pageSize',
'in' => 'query',
- 'schema' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false],
],
],
],
'ListSubAccountInfo' => [
'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/monitors/commands/subAccountInfo',
- 'methods' => [
- 'get',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'methods' => ['get'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
- 'produces' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
'deprecated' => false,
'parameters' => [],
],
'DownloadMeteringDailyDetail' => [
'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/monitors/commands/downloadMeteringDailyDetail',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
- 'produces' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
'deprecated' => false,
'parameters' => [
[
'name' => 'body',
'in' => 'body',
- 'schema' => [
- '$ref' => '#/components/schemas/DownloadMeteringDailyDetailCmd',
- 'required' => false,
- ],
+ 'schema' => ['$ref' => '#/components/schemas/DownloadMeteringDailyDetailCmd', 'required' => false],
],
],
],
'ListApiNames' => [
'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/monitors/commands/apiNames',
- 'methods' => [
- 'get',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'methods' => ['get'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
- ],
- 'produces' => [
- 'application/json',
- ],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
'deprecated' => false,
'parameters' => [],
],
'DownloadApiCallDailyDetail' => [
'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/monitors/commands/downloadApiCallDailyDetail',
- 'methods' => [
- 'post',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
+ 'deprecated' => false,
+ 'parameters' => [
+ [
+ 'name' => 'body',
+ 'in' => 'body',
+ 'schema' => ['$ref' => '#/components/schemas/DownloadApiCallDailyDetailCmd', 'required' => false],
+ ],
],
- 'schemes' => [
- 'https',
+ ],
+ 'ListApiInfos' => [
+ 'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/monitors/commands/apiInfos',
+ 'methods' => ['get'],
+ 'schemes' => ['https'],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
+ 'deprecated' => false,
+ 'parameters' => [],
+ ],
+ 'ListLimitations' => [
+ 'path' => '/linked-retrieval/linked-retrieval-admin/openService/v1/console/limitation/commands/list/account',
+ 'methods' => ['get'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
- 'consumes' => [
- 'application/json',
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
+ 'deprecated' => false,
+ 'parameters' => [],
+ ],
+ 'GetNormalServiceConfig' => [
+ 'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/services/commands/normalServiceConfig',
+ 'methods' => ['get'],
+ 'schemes' => ['https'],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
],
- 'produces' => [
- 'application/json',
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
+ 'deprecated' => false,
+ 'parameters' => [],
+ ],
+ 'StopAutoNormalReview' => [
+ 'path' => '/linked-retrieval/linked-retrieval-admin/openService/v1/account/commands/stopAutoNormalReview',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
'deprecated' => false,
- 'parameters' => [
+ 'parameters' => [],
+ ],
+ 'OpenAutoNormalReview' => [
+ 'path' => '/linked-retrieval/linked-retrieval-admin/openService/v1/account/commands/openAutoNormalReview',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
+ 'security' => [
[
- 'name' => 'body',
- 'in' => 'body',
- 'schema' => [
- '$ref' => '#/components/schemas/DownloadApiCallDailyDetailCmd',
- 'required' => false,
- ],
+ 'AK' => [],
],
],
+ 'consumes' => ['application/json'],
+ 'produces' => ['application/json'],
+ 'deprecated' => false,
+ 'parameters' => [],
],
],
'endpoints' => [
- [
- 'regionId' => 'cn-zhangjiakou',
- 'endpoint' => 'iqs.cn-zhangjiakou.aliyuncs.com',
- ],
+ ['regionId' => 'cn-zhangjiakou', 'endpoint' => 'iqs.cn-zhangjiakou.aliyuncs.com'],
],
];