'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'], ], ], ], ], ], 'NormalServiceConfigResult' => [ 'type' => 'object', 'properties' => [ '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'], ], ], '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'], ], ], 'UserAPICountInfo' => [ 'type' => 'object', 'properties' => [ 'scope' => ['type' => 'string'], 'apiType' => ['type' => 'string'], 'usedCount' => ['type' => 'integer', 'format' => 'int32'], ], ], ], ], '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], ], ], ], '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'], 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [], ], 'GetNormalServiceConfig' => [ 'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/services/commands/normalServiceConfig', 'methods' => ['get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], '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' => [], ], 'OpenAutoNormalReview' => [ 'path' => '/linked-retrieval/linked-retrieval-admin/openService/v1/account/commands/openAutoNormalReview', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [], ], ], 'endpoints' => [ ['regionId' => 'cn-zhangjiakou', 'endpoint' => 'iqs.cn-zhangjiakou.aliyuncs.com'], ], ];