diff options
| author | Zhineng Li <[email protected]> | 2026-02-14 10:08:30 +0800 |
|---|---|---|
| committer | Zhineng Li <[email protected]> | 2026-02-14 10:08:30 +0800 |
| commit | eccd5cd5a067f5659982685afdeea209b1888efb (patch) | |
| tree | 1626c903b854317be1708ce3ccd3b4f4e6e0fc97 /data/iqs/2024-11-21/api-docs.php | |
| download | acs-metadata-eccd5cd5a067f5659982685afdeea209b1888efb.tar.gz acs-metadata-eccd5cd5a067f5659982685afdeea209b1888efb.zip | |
first commitHEADv1.0.0+20260212main
Diffstat (limited to 'data/iqs/2024-11-21/api-docs.php')
| -rw-r--r-- | data/iqs/2024-11-21/api-docs.php | 1078 |
1 files changed, 1078 insertions, 0 deletions
diff --git a/data/iqs/2024-11-21/api-docs.php b/data/iqs/2024-11-21/api-docs.php new file mode 100644 index 0000000..4cf3f67 --- /dev/null +++ b/data/iqs/2024-11-21/api-docs.php @@ -0,0 +1,1078 @@ +<?php return [ + 'version' => '1.0', + 'info' => [ + 'style' => 'ROA', + 'product' => 'IQS', + 'version' => '2024-11-21', + ], + 'components' => [ + 'schemas' => [ + 'AccountCreateCmd' => [ + 'type' => 'object', + 'properties' => [ + 'accountId' => [ + 'type' => 'string', + ], + ], + ], + 'AccountCredentialDTO' => [ + 'type' => 'object', + 'properties' => [ + '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', + ], + ], + ], + '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', + ], + 'applyServiceInfos' => [ + 'type' => 'array', + 'items' => [ + 'type' => 'object', + ], + ], + ], + ], + 'BaseResponse' => [ + 'type' => 'object', + 'properties' => [ + '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', + ], + ], + ], + 'DownloadApiCallDailyDetailCmd' => [ + 'type' => 'object', + 'properties' => [ + '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', + ], + ], + ], + 'ExpendExpiredTimeRequest' => [ + 'type' => 'object', + 'properties' => [ + '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', + ], + ], + ], + 'IrAccountPageQuery' => [ + 'type' => 'object', + 'properties' => [ + 'name' => [ + 'type' => 'string', + ], + ], + ], + 'ListApiCallDailyDetailResult' => [ + 'type' => 'object', + 'properties' => [ + 'details' => [ + 'type' => 'array', + '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', + ], + ], + ], + ], + ], + ], + 'ListMeteringDailyDetailResult' => [ + 'type' => 'object', + 'properties' => [ + 'meteringDailyDetailList' => [ + 'type' => 'array', + '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', + ], + ], + ], + ], + ], + ], + 'ListServicesResult' => [ + 'type' => 'object', + 'properties' => [ + 'total' => [ + 'type' => 'integer', + 'format' => 'int32', + ], + 'maxResults' => [ + 'type' => 'integer', + 'format' => 'int32', + ], + 'nextToken' => [ + 'type' => 'string', + ], + 'services' => [ + '$ref' => '#/components/schemas/LrOrder', + ], + ], + ], + 'ListSubAccountInfoResult' => [ + 'type' => 'object', + 'properties' => [ + 'subAccountInfos' => [ + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'accountName' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + 'LrOrder' => [ + 'type' => 'object', + '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', + ], + ], + ], + 'ManageAccountResult' => [ + 'type' => 'object', + 'properties' => [ + 'success' => [ + 'type' => 'boolean', + ], + ], + ], + 'MeteringSummaryResult' => [ + 'type' => 'object', + 'properties' => [ + 'meteringSummaryList' => [ + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'billingFunctionItem' => [ + 'type' => 'string', + ], + 'billingItem' => [ + 'type' => 'string', + ], + 'failCount' => [ + 'type' => 'integer', + 'format' => 'int32', + ], + 'successCount' => [ + 'type' => 'integer', + 'format' => 'int32', + ], + ], + ], + ], + ], + ], + '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', + ], + ], + ], + 'ReviewRecordResult' => [ + 'type' => 'object', + 'properties' => [ + 'contactName' => [ + 'type' => 'string', + ], + 'phone' => [ + 'type' => 'string', + ], + 'address' => [ + 'type' => 'string', + ], + 'sceneDesc' => [ + 'type' => 'string', + ], + 'serviceType' => [ + 'type' => 'string', + ], + 'applyType' => [ + 'type' => 'string', + ], + 'scopes' => [ + 'type' => 'array', + 'items' => [ + 'type' => 'string', + ], + ], + ], + ], + 'ServiceConfigResult' => [ + 'type' => 'object', + 'properties' => [ + 'poiSearchTotalQuota' => [ + 'type' => 'string', + ], + 'poiSearchUsedQuota' => [ + 'type' => 'string', + ], + 'searchTotalQuota' => [ + 'type' => 'string', + ], + 'searchUsedQuota' => [ + 'type' => 'string', + ], + 'status' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + 'apis' => [ + 'ExpandSearchExpiredTime' => [ + 'path' => '/linked-retrieval/linked-retrieval-admin/openService/v1/account/commands/expendExpiredTime', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/json', + ], + 'produces' => [ + 'application/json', + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'body', + 'in' => 'body', + 'schema' => [ + '$ref' => '#/components/schemas/ExpendExpiredTimeRequest', + 'required' => false, + ], + ], + ], + ], + 'ManageSearchAccountInfo' => [ + 'path' => '/linked-retrieval/linked-retrieval-admin/openService/v1/account/commands/manage', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/json', + ], + 'produces' => [ + 'application/json', + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'body', + 'in' => 'body', + 'schema' => [ + '$ref' => '#/components/schemas/AccountInfoManageRequest', + 'required' => false, + ], + ], + ], + ], + 'ApplyFormalService' => [ + 'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/services/commands/applyFormalService', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/json', + ], + 'produces' => [ + 'application/json', + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'body', + 'in' => 'body', + 'style' => 'json', + 'schema' => [ + '$ref' => '#/components/schemas/ApplyFormalServiceCmd', + 'required' => false, + ], + ], + ], + ], + 'GetAccountReviewRecord' => [ + 'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/services/commands/reviewRecord', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'produces' => [ + 'application/json', + ], + 'deprecated' => false, + 'parameters' => [], + ], + 'GetServiceConfig' => [ + 'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/services/commands/serviceConfig', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + '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', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + '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', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + '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', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/json', + ], + 'produces' => [ + 'application/json', + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'startTime', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'endTime', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'subAccountId', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'billPeriod', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'billingItem', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'pageNumber', + 'in' => 'query', + 'schema' => [ + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + ], + ], + ], + ], + 'GetMeteringSummary' => [ + 'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/monitors/commands/metering/summary', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/json', + ], + 'produces' => [ + 'application/json', + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'startTime', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'endTime', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'subAccountId', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'billPeriod', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'billingItem', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + ], + ], + 'ListApiCallDailyDetail' => [ + 'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/monitors/commands/apiCall/dailyDetail', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/json', + ], + 'produces' => [ + 'application/json', + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'startTime', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'endTime', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'apiName', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'engineType', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'pageNumber', + 'in' => 'query', + 'schema' => [ + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + ], + ], + ], + ], + 'ListSubAccountInfo' => [ + 'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/monitors/commands/subAccountInfo', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + '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', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/json', + ], + 'produces' => [ + 'application/json', + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'body', + 'in' => 'body', + 'schema' => [ + '$ref' => '#/components/schemas/DownloadMeteringDailyDetailCmd', + 'required' => false, + ], + ], + ], + ], + 'ListApiNames' => [ + 'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/monitors/commands/apiNames', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/json', + ], + 'produces' => [ + 'application/json', + ], + 'deprecated' => false, + 'parameters' => [], + ], + 'DownloadApiCallDailyDetail' => [ + 'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/monitors/commands/downloadApiCallDailyDetail', + '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, + ], + ], + ], + ], + ], + 'endpoints' => [ + [ + 'regionId' => 'cn-zhangjiakou', + 'endpoint' => 'iqs.cn-zhangjiakou.aliyuncs.com', + ], + ], +]; |
