diff options
Diffstat (limited to 'data/en_us/xtee')
| -rw-r--r-- | data/en_us/xtee/2018-03-22/api-docs.php | 135 | ||||
| -rw-r--r-- | data/en_us/xtee/2019-03-08/api-docs.php | 103 | ||||
| -rw-r--r-- | data/en_us/xtee/2021-09-10/api-docs.php | 40368 | ||||
| -rw-r--r-- | data/en_us/xtee/2022-05-13/api-docs.php | 879 |
4 files changed, 41485 insertions, 0 deletions
diff --git a/data/en_us/xtee/2018-03-22/api-docs.php b/data/en_us/xtee/2018-03-22/api-docs.php new file mode 100644 index 0000000..49cdf0b --- /dev/null +++ b/data/en_us/xtee/2018-03-22/api-docs.php @@ -0,0 +1,135 @@ +<?php return [ + 'version' => '1.0', + 'info' => [ + 'style' => 'RPC', + 'product' => 'xtee', + 'version' => '2018-03-22', + ], + 'directories' => [ + [ + 'id' => 0, + 'title' => '其它', + 'type' => 'directory', + 'children' => [ + 'DescribeInitKycFlow', + ], + ], + ], + 'components' => [ + 'schemas' => [], + ], + 'apis' => [ + 'DescribeInitKycFlow' => [ + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'actionType', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => true, + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'code' => [ + 'type' => 'string', + ], + 'RequestId' => [ + 'type' => 'string', + ], + 'message' => [ + 'type' => 'string', + ], + 'data' => [ + 'type' => 'object', + 'properties' => [ + 'phone' => [ + 'type' => 'string', + ], + 'companyRegistCountry' => [ + 'type' => 'string', + ], + 'certificationFile' => [ + 'type' => 'string', + ], + 'accountType' => [ + 'type' => 'string', + ], + 'accountBankBillFile' => [ + 'type' => 'string', + ], + 'accountBankCardNo' => [ + 'type' => 'string', + ], + 'companyRegistFile' => [ + 'type' => 'string', + ], + 'companyRegistAddress' => [ + 'type' => 'string', + ], + 'companyName' => [ + 'type' => 'string', + ], + 'accountCertificationType' => [ + 'type' => 'string', + ], + 'certificationType' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'errorCodes' => [], + ], + ], + 'endpoints' => [ + [ + 'regionId' => 'cn-shanghai', + 'endpoint' => 'riskcontrol-share.aliyuncs.com', + ], + [ + 'regionId' => 'cn-hangzhou', + 'endpoint' => 'riskcontrol-share.aliyuncs.com', + ], + [ + 'regionId' => 'ap-southeast-1', + 'endpoint' => 'riskcontrol-share.ap-southeast-1.aliyuncs.com', + ], + [ + 'regionId' => 'ap-southeast-3', + 'endpoint' => 'riskcontrol-share.ap-southeast-1.aliyuncs.com', + ], + [ + 'regionId' => 'ap-southeast-5', + 'endpoint' => 'riskcontrol-share.ap-southeast-1.aliyuncs.com', + ], + ], +]; diff --git a/data/en_us/xtee/2019-03-08/api-docs.php b/data/en_us/xtee/2019-03-08/api-docs.php new file mode 100644 index 0000000..e99e882 --- /dev/null +++ b/data/en_us/xtee/2019-03-08/api-docs.php @@ -0,0 +1,103 @@ +<?php return [ + 'version' => '1.0', + 'info' => [ + 'style' => 'RPC', + 'product' => 'xtee', + 'version' => '2019-03-08', + ], + 'directories' => [ + [ + 'id' => 0, + 'title' => '其它', + 'type' => 'directory', + 'children' => [ + 'DescribeExpressionVariableDetail', + ], + ], + ], + 'components' => [ + 'schemas' => [], + ], + 'apis' => [ + 'DescribeExpressionVariableDetail' => [ + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => true, + ], + ], + [ + 'name' => 'id', + 'in' => 'query', + 'schema' => [ + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'type' => 'object', + ], + 'RequestId' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + 'errorCodes' => [], + ], + ], + 'endpoints' => [ + [ + 'regionId' => 'cn-shanghai', + 'endpoint' => 'riskcontrol-share.aliyuncs.com', + ], + [ + 'regionId' => 'cn-hangzhou', + 'endpoint' => 'riskcontrol-share.aliyuncs.com', + ], + [ + 'regionId' => 'ap-southeast-1', + 'endpoint' => 'riskcontrol-share.ap-southeast-1.aliyuncs.com', + ], + [ + 'regionId' => 'ap-southeast-3', + 'endpoint' => 'riskcontrol-share.ap-southeast-1.aliyuncs.com', + ], + [ + 'regionId' => 'ap-southeast-5', + 'endpoint' => 'riskcontrol-share.ap-southeast-1.aliyuncs.com', + ], + ], +]; diff --git a/data/en_us/xtee/2021-09-10/api-docs.php b/data/en_us/xtee/2021-09-10/api-docs.php new file mode 100644 index 0000000..d7cfc97 --- /dev/null +++ b/data/en_us/xtee/2021-09-10/api-docs.php @@ -0,0 +1,40368 @@ +<?php return [ + 'version' => '1.0', + 'info' => [ + 'style' => 'RPC', + 'product' => 'xtee', + 'version' => '2021-09-10', + ], + 'directories' => [ + 'RecallRuleAudit', + 'DescribeAuditDetails', + 'ModifyRulePriority', + 'UpdateRule', + 'UpdateAudit', + 'DeleteRule', + 'CreateRule', + 'ModifyRuleStatus', + 'DescribeUserInfo', + 'DescribeRulePageList', + 'DescribeAuditPageList', + 'DescribeRuleVersionList', + 'DescribeAuditConfig', + 'UpdateRuleBase', + 'DescribeRuleDetailByRuleId', + 'ExpressionTest', + 'DescribeAllRootVariable', + 'DescribeDetailStart', + 'DescribeServiceAppKey', + 'DescribeBasicStart', + 'DeleteQueryVariable', + 'DescribeQueryVariableDetail', + 'DescribeAllDataSource', + 'DescribeDataSourceFields', + 'SwitchQueryVariable', + 'DescribeQueryVariablePageList', + 'UpdateQueryVariable', + 'DescribeDataSourcePageList', + 'CreateQueryVariable', + 'DescribeDataSourceDataDownloadUrl', + 'CreateDataSource', + 'UpdateDataSource', + 'DescribeOssPolicy', + 'DeleteDataSource', + 'CreateAnalysisConditionFavorite', + 'CreateAnalysisExportTask', + 'DeleteAnalysisConditionFavorite', + 'DescribeAdvanceSearchPageList', + 'DescribeAnalysisColumnFieldList', + 'DescribeAnalysisColumnFieldList', + 'DescribeAnalysisColumnList', + 'DescribeAnalysisConditionFavoriteList', + 'DescribeAnalysisExportTaskDownloadUrl', + 'DescribeBasicSearchPageList', + 'DescribeEventDetailByRequestId', + 'DescribeEventVariableList', + 'DescribeRuleListByEventCodesList', + 'SaveAnalysisColumn', + 'UpdateAnalysisConditionFavorite', + 'DescribeAdvanceSearchLeftVariableList', + 'DescribeOperatorListByType', + 'DescribeAuthRulePageList', + 'DescribeAuthSceneList', + 'DescribeAuthScenePageList', + 'QueryAuthRuleDetailByRuleId', + 'UpdateAuthRule', + 'UpdateAuthRule', + 'DescribeHitRuleTrend', + 'DescribeDecisionResultTrend', + 'DescribeHighRiskPieChart', + 'DescribeDecisionResultFluctuation', + 'DescribeHitRuleFluctuation', + 'DescribeTagsFluctuation', + 'DescribeResultCount', + 'DescribeRequestPeakReport', + 'DescribeEventTotalCountReport', + 'DescribeEventResultBarChart', + 'DescribeEventResultList', + 'DescribeRuleBarChart', + 'DescribeAvgExecuteCostReport', + 'DescribeTagsTrend', + 'DescribeRiskLineChart', + 'DescribeTagsBarChart', + 'DeleteByPassShuntEvent', + 'DescribeByPassShuntEvent', + 'DescribeHitRuleList', + 'DescribeScoreSectionNumLineChart', + 'DescribeScoreSectionPieChart', + 'DescribeScoreSectionRatioLineChart', + 'DescribeTagsNumLineChart', + 'DescribeTagsRatioLineChart', + 'SaveByPassOrShuntEvent', + 'StartOrStopByPassShuntEvent', + 'SwitchToOnline', + 'UpdateByPassShuntEvent', + 'UpdateSampleBatch', + 'CreateSample', + 'DescribeOssAuthStatus', + 'DescribeApi', + 'DescribeGroupPage', + 'DescribeSampleList', + 'ModifyAppKey', + 'DescribeRegions', + 'DescribeExcuteNum', + 'DescribeGroupConditionList', + 'DescribeApis', + 'DeleteSampleBatch', + 'DescribeSafConsole', + 'DescribeOssToken', + 'DescribeApiVariable', + 'DescribeSampleInfo', + 'DescribeSampleInfo', + 'DescribeSampleTagList', + 'DescribeMarkPage', + 'DescribeGroupTrend', + 'DescribeGroupStatisticsByToday', + 'DescribeGroupAccountPage', + 'DescribeApiGroups', + 'DescribeTemplateDownload', + 'DescribeExistScene', + 'DescribeSampleDataList', + 'ImportTemplateEvent', + 'DescribeRecommendVariablesVelocity', + 'CreateSampleData', + 'StopSimulationTask', + 'DescribeSimulationPreditInfo', + 'DescribeSampleSceneList', + 'DeleteSampleData', + 'DescribeSampleDemoDownloadUrl', + 'DescribeTaskLogList', + 'DescribeSampleDownloadUrl', + 'DescribeRecommendSceneVariables', + 'DescribeSupportRuleList', + 'StartSimulationTask', + 'DescribeSimulationTaskList', + 'DescribeEventTaskHistory', + 'CreateRecommendEventRule', + 'DescribeRecommendVelocities', + 'CreateSimulationTask', + 'DescribeRecommendTaskDetail', + 'DescribeOperationLogPageList', + 'DescribeTemplatePageList', + 'CreateRecommendTask', + 'DescribeSimulationTaskCount', + 'DescribeRecommendTaskPageList', + 'DescribeEventLogDetail', + 'DescribeMenuPermission', + 'ModifyEventStatus', + 'OpenConsoleSls', + 'DescribeLoanTaskList', + 'DescribeSelectItem', + 'DescribeSlsUrlConfig', + 'DescribeMonitorTaskLimit', + 'DescribeSDKDownloadList', + 'CheckFieldLimit', + 'DescribeLoanExecList', + 'DescribeSafTagList', + 'DescribeAppKeyPage', + 'DescribeEventUploadPolicy', + 'DescribeSafStartSteps', + 'ModifyEvent', + 'DescribeApiNameList', + 'DescribeAuthStatus', + 'DescribeSampleUploadPolicy', + 'DescribeSafOrder', + 'DescribeApiLimit', + 'DescribeEventLogPage', + 'RemoveEvent', + 'DescribeDownloadUrl', + 'DescribeRuleHit', + 'DescribeUsedService', + 'DescribeAuthEventNameList', + 'CreateAppKey', + 'DescribeRequestHit', + 'DescribeRequestHit', + 'DescribeAllEventNameAndCode', + 'CreateEvent', + 'DescribeSafDeOrder', + 'DescribeRuleSnapshot', + 'DescribeServiceList', + 'DescribePocTaskList', + 'DescribeSafStartConfig', + 'DescribeEventCount', + 'DescribeEventPageList', + 'DescribeFieldById', + 'SwitchExpressionVariable', + 'DescribeFieldPage', + 'CheckUsageVariable', + 'DeleteNameList', + 'DescribeExistName', + 'DescribeCustVariablePage', + 'BindVariable', + 'DeleteField', + 'DescribeNameListLimit', + 'OperateFavoriteVariable', + 'ModifyField', + 'DescribeEventVariableTemplateBind', + 'DeleteNameListData', + 'CreateExpressionVariable', + 'DescribeVariableList', + 'DescribeHasRuleNameByEventCode', + 'DescribeFieldList', + 'SwitchField', + 'SwitchVariable', + 'CheckCustVariableLimit', + 'CheckExpressionVariableLimit', + 'CreateCustVariable', + 'CreateField', + 'DeleteCustVariable', + 'DeleteExpressionVariable', + 'DescribeCustVariableConfigList', + 'DescribeCustVariableDetail', + 'DescribeEventBaseInfoByEventCode', + 'DescribeEventsVariableList', + 'DescribeExpressionVariableDetail', + 'DescribeExpressionVariableFunctionList', + 'DescribeExpressionVariablePage', + 'DescribeNameList', + 'DescribeOperatorList', + 'DescribeParamByEventCodes', + 'DescribeRuleCountByUserId', + 'DescribeVariableBindDetail', + 'DescribeVariableDetail', + 'DescribeVariableFee', + 'DescribeVariableMarketList', + 'DescribeVariableSceneList', + 'ImportNameList', + 'ModifyCustVariable', + 'ModifyExpressionVariable', + 'CreatePocEv', + 'DescribeListPoc', + 'DescribeTagList', + 'FileUpload', + 'PermissionCheck', + 'SampleFileDownload', + 'TaskNameByUserId', + 'DescribeNameListVariablePageList', + 'DescribeNameListPageList', + 'DescribeNameListTypeList', + 'DescribeNameListDownloadUrl', + 'DescribeNameListDownloadUrl', + 'DescribePrivateStack', + 'DescribeSceneEventPageList', + 'DescribeSceneAllEventNameCodeList', + 'DescribeSceneRulePageList', + [ + 'id' => 244866, + 'title' => null, + 'type' => 'directory', + 'children' => [ + 'CreateSampleApi', + 'DescribeOperatorListByScene', + 'DescribeEventVariableTemplateList', + 'DescribeInputFeildCountByEventCode', + ], + ], + [ + 'id' => 0, + 'title' => 'Others', + 'type' => 'directory', + 'children' => [ + 'DescribeTaskList', + 'DescribePocOssToken', + 'DescribeTagsList', + 'DescribeTagsList', + 'DescribeTemplateCount', + 'DescribeScoreList', + 'DescribeServiceCodeName', + 'PocCreateTask', + 'PocGetToken', + 'PocSendData', + 'DescribeModelDetailsById', + 'CreateModel', + 'ModelNameIsDuplication', + 'ModelNameIsDuplication', + 'ModelIsUsing', + 'ModelFileUpload', + 'ModelFileUpload', + 'ModelDelete', + 'DescribeListModel', + 'ModelSampleDownload', + 'DescribeModelOssPolicy', + 'DescribeModelOssPolicy', + 'PocGetDownloadUrl', + 'DescribeRiskTagsLineChart', + 'ImportField', + 'DescribeInitDig', + 'CompareCopyRuleVariable', + 'DeepCopyRule', + 'CheckCopyRuleVariable', + 'AddSampleDataByCsv', + 'DeleteSampleBatchMeta', + 'DescribeSampleDataByBatchUUidPage', + 'DownloadSmapleBatch', + 'DescribeSampleDataPage', + 'DescribeSamplebatchPage', + 'BatchDeleteSampleData', + 'UploadFileCheck', + 'AddSampleDataByText', + 'DescribeSampleBatchOssPolicy', + 'CreateSampleBatch', + 'DeleteSelfBindVariable', + 'ListVariableDefine', + 'DeleteEventField', + 'DescribeOperationLogMonitoring', + 'DescribeVersionPageList', + 'CompareRule', + 'DescribeExpressionVariableVersionDetail', + 'DescribeVariableVersionDetail', + ], + ], + ], + 'components' => [ + 'schemas' => [], + ], + 'apis' => [ + 'RecallRuleAudit' => [ + 'summary' => 'Recall.', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'enumValueTitles' => [], + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'id', + 'in' => 'query', + 'schema' => [ + 'description' => 'Primary key ID', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => '4C7DC1C8-557F-5483-9E96-74D77A15EEB5', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"requestId\\": \\"4C7DC1C8-557F-5483-9E96-74D77A15EEB5\\"\\n}","type":"json"}]', + 'title' => 'Recall Audit', + 'translator' => 'machine', + ], + 'DescribeAuditDetails' => [ + 'summary' => 'Approval Details', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'id', + 'in' => 'query', + 'schema' => [ + 'description' => 'Primary key ID', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '2557', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'success' => [ + 'description' => 'Whether the call was successful', + 'type' => 'boolean', + 'example' => 'true', + ], + 'code' => [ + 'description' => 'Status code.', + 'type' => 'string', + 'example' => '200', + ], + 'message' => [ + 'description' => 'Error message.', + 'type' => 'string', + 'example' => 'The input parameter data is not valid. order_storage_company_num component not found', + ], + 'httpStatusCode' => [ + 'description' => 'HTTP status code', + 'type' => 'string', + 'example' => '200', + ], + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'boolean', + 'example' => 'true', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"success\\": true,\\n \\"code\\": \\"200\\",\\n \\"message\\": \\"The input parameter data is not valid. order_storage_company_num component not found\\",\\n \\"httpStatusCode\\": \\"200\\",\\n \\"resultObject\\": true\\n}","type":"json"}]', + 'title' => 'Audit Details', + 'translator' => 'machine', + ], + 'ModifyRulePriority' => [ + 'summary' => 'Modify Policy Priority', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for requests and received messages, default value is **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'ruleId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Policy ID', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '101796', + ], + ], + [ + 'name' => 'consoleRuleId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Primary key ID of the policy', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '3581', + ], + ], + [ + 'name' => 'priority', + 'in' => 'query', + 'schema' => [ + 'description' => 'Policy priority, the higher the number, the higher the priority.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '10', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'requestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\"\\n}","type":"json"}]', + 'title' => 'Modify Rule Priority', + 'translator' => 'machine', + ], + 'UpdateRule' => [ + 'summary' => 'Update Policy', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREsafBCGX2Z', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'ruleName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Policy name', + 'type' => 'string', + 'required' => false, + 'example' => '分析中心事件测试_策略01', + ], + ], + [ + 'name' => 'ruleStatus', + 'in' => 'query', + 'schema' => [ + 'description' => 'Policy status', + 'type' => 'string', + 'required' => false, + 'example' => 'RUNNING', + ], + ], + [ + 'name' => 'memo', + 'in' => 'query', + 'schema' => [ + 'description' => 'Description', + 'type' => 'string', + 'required' => false, + 'example' => '备注', + ], + ], + [ + 'name' => 'eventCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code', + 'type' => 'string', + 'required' => false, + 'example' => 'de_agdxgz0246', + ], + ], + [ + 'name' => 'ruleExpressions', + 'in' => 'query', + 'schema' => [ + 'description' => 'Policy expression', + 'type' => 'string', + 'required' => false, + 'example' => '[{\\"expressionName\\":\\"手机号MD5命中人脸测试名单\\",\\"itemId\\":1,\\"left\\":{\\"name\\":\\"mobileMd5\\"},\\"operatorCode\\":\\"deInNameList\\",\\"operatorName\\":\\"在名单中\\",\\"right\\":{\\"fieldValue\\":\\"nl_5tolf69W138c\\"}}]', + ], + ], + [ + 'name' => 'logicExpression', + 'in' => 'query', + 'schema' => [ + 'description' => 'Execution logic', + 'type' => 'string', + 'required' => false, + 'example' => '1&2', + ], + ], + [ + 'name' => 'ruleActions', + 'in' => 'query', + 'schema' => [ + 'description' => 'Output action', + 'type' => 'string', + 'required' => false, + 'example' => '[{\\"inputs\\":[\\"rn0301\\"],\\"name\\":\\"__addDeTags__\\",\\"actionType\\":\\"TAG\\",\\"outputType\\":\\"const\\"}]', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'consoleRuleId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Primary key ID of the policy', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '6843', + ], + ], + [ + 'name' => 'ruleId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Policy ID', + 'type' => 'string', + 'required' => false, + 'example' => '102224', + ], + ], + [ + 'name' => 'ruleVersionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Primary key ID of the policy version', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '11519', + ], + ], + [ + 'name' => 'ruleBody', + 'in' => 'query', + 'schema' => [ + 'description' => 'DSL policy expression', + 'type' => 'string', + 'required' => false, + 'example' => '{'."\n" + .' "elseIfStatement": ['."\n" + .' {'."\n" + .' "condition": {'."\n" + .' "currentId": 0,'."\n" + .' "deepCount": 1,'."\n" + .' "list": ['."\n" + .' {'."\n" + .' "currentId": 0,'."\n" + .' "deepCount": 1,'."\n" + .' "left": {'."\n" + .' "code": "getLbsRegion(longitude, latitude)?.prov",'."\n" + .' "description": "根据经纬度得到省份信息,比如经度:111.878062,纬度:22.585409,则经过运算,输出”广东省“",'."\n" + .' "displayType": "SELF_BIND",'."\n" + .' "fieldType": "STRING",'."\n" + .' "functionCode": "",'."\n" + .' "functionName": "",'."\n" + .' "hasRightVariable": true,'."\n" + .' "name": "sl_S02sHLFT7818",'."\n" + .' "outputThreshold": {'."\n" + ."\n" + .' },'."\n" + .' "sourceType": "SAF",'."\n" + .' "title": "经纬度自定义系统变量",'."\n" + .' "type": "SELF_BIND"'."\n" + .' },'."\n" + .' "operatorCode": "equals",'."\n" + .' "operatorName": "等于",'."\n" + .' "parentId": 0,'."\n" + .' "right": {'."\n" + .' "name": "v",'."\n" + .' "rightVariableType": "constant"'."\n" + .' },'."\n" + .' "sequence": 2'."\n" + .' },'."\n" + .' {'."\n" + .' "currentId": 0,'."\n" + .' "deepCount": 1,'."\n" + .' "list": ['."\n" + .' {'."\n" + .' "currentId": 0,'."\n" + .' "deepCount": 1,'."\n" + .' "left": {'."\n" + .' "code": "deReadVelocity(userId,"hK1DMAp1d97",1,"H",0,true,"COUNT")",'."\n" + .' "description": "测试系统变量累计",'."\n" + .' "displayType": "SELF_BIND",'."\n" + .' "fieldType": "DOUBLE",'."\n" + .' "functionCode": "",'."\n" + .' "functionName": "",'."\n" + .' "hasRightVariable": true,'."\n" + .' "name": "hK1DMAp1d97",'."\n" + .' "outputThreshold": {'."\n" + ."\n" + .' },'."\n" + .' "sourceType": "SAF_SELF",'."\n" + .' "title": "测试系统变量累计",'."\n" + .' "type": "SELF_BIND"'."\n" + .' },'."\n" + .' "operatorCode": "equals",'."\n" + .' "operatorName": "等于",'."\n" + .' "parentId": 0,'."\n" + .' "right": {'."\n" + .' "name": "a",'."\n" + .' "rightVariableType": "constant"'."\n" + .' },'."\n" + .' "sequence": 3'."\n" + .' }'."\n" + .' ],'."\n" + .' "parentId": 0,'."\n" + .' "relationship": "and"'."\n" + .' }'."\n" + .' ],'."\n" + .' "parentId": 0,'."\n" + .' "relationship": "and"'."\n" + .' },'."\n" + .' "then": ['."\n" + .' {'."\n" + .' "inputs": ['."\n" + .' "123"'."\n" + .' ],'."\n" + .' "name": "__addDeScore__",'."\n" + .' "actionType": "SCORE",'."\n" + .' "outputType": "const",'."\n" + .' "inputTitle": "123"'."\n" + .' }'."\n" + .' ]'."\n" + .' }'."\n" + .' ],'."\n" + .' "elseStatement": {'."\n" + ."\n" + .' },'."\n" + .' "ifStatement": {'."\n" + .' "condition": {'."\n" + .' "currentId": 0,'."\n" + .' "deepCount": 1,'."\n" + .' "list": ['."\n" + .' {'."\n" + .' "currentId": 0,'."\n" + .' "deepCount": 1,'."\n" + .' "left": {'."\n" + .' "code": "deFunctionProcess(ip,"isIp")",'."\n" + .' "description": "判断是否符合IPv4标准",'."\n" + .' "displayType": "SYSTEM_BIND",'."\n" + .' "fieldType": "BOOLEAN",'."\n" + .' "functionCode": "",'."\n" + .' "functionName": "",'."\n" + .' "hasRightVariable": true,'."\n" + .' "name": "__isIpAddressV4__",'."\n" + .' "outputThreshold": {'."\n" + ."\n" + .' },'."\n" + .' "sourceType": "SAF",'."\n" + .' "title": "IP是否符合IPV4格式",'."\n" + .' "type": "SYSTEM_BIND"'."\n" + .' },'."\n" + .' "operatorCode": "equals",'."\n" + .' "operatorName": "等于",'."\n" + .' "parentId": 0,'."\n" + .' "right": {'."\n" + .' "name": "c'."\n" + .'d'."\n" + .'s",'."\n" + .' "rightVariableType": "constant"'."\n" + .' },'."\n" + .' "sequence": 1'."\n" + .' }'."\n" + .' ],'."\n" + .' "parentId": 0,'."\n" + .' "relationship": "and"'."\n" + .' },'."\n" + .' "then": ['."\n" + .' {'."\n" + .' "inputs": ['."\n" + .' "22"'."\n" + .' ],'."\n" + .' "name": "__addDeTags__",'."\n" + .' "actionType": "TAG",'."\n" + .' "outputType": "const"'."\n" + .' }'."\n" + .' ]'."\n" + .' }'."\n" + .' }', + ], + ], + [ + 'name' => 'ruleType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Policy type', + 'type' => 'string', + 'required' => false, + 'example' => 'DEFAULT', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'requestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\"\\n}","type":"json"}]', + 'title' => 'Modify Policy', + 'translator' => 'machine', + ], + 'UpdateAudit' => [ + 'summary' => 'Approval', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'id', + 'in' => 'query', + 'schema' => [ + 'description' => 'The ID of the approval to be updated.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '376773', + ], + ], + [ + 'name' => 'auditStatus', + 'in' => 'query', + 'schema' => [ + 'description' => 'Status', + 'type' => 'string', + 'required' => false, + 'example' => 'AGREE', + ], + ], + [ + 'name' => 'auditMsg', + 'in' => 'query', + 'schema' => [ + 'description' => 'Approval comments', + 'type' => 'string', + 'required' => false, + 'example' => '同意', + ], + ], + [ + 'name' => 'auditRelationType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Associated type', + 'type' => 'string', + 'required' => false, + 'example' => 'RULE', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'success' => [ + 'description' => 'Whether the call was successful', + 'type' => 'boolean', + 'example' => 'true', + ], + 'code' => [ + 'description' => 'Status code', + 'type' => 'string', + 'example' => '200', + ], + 'message' => [ + 'description' => 'Error message.', + 'type' => 'string', + 'example' => 'The input parameter data is not valid. order_storage_company_num component not found', + ], + 'httpStatusCode' => [ + 'description' => 'HTTP status code', + 'type' => 'string', + 'example' => '200', + ], + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'boolean', + 'example' => 'true', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"success\\": true,\\n \\"code\\": \\"200\\",\\n \\"message\\": \\"The input parameter data is not valid. order_storage_company_num component not found\\",\\n \\"httpStatusCode\\": \\"200\\",\\n \\"resultObject\\": true\\n}","type":"json"}]', + 'title' => 'Policy Approval', + 'translator' => 'machine', + ], + 'DeleteRule' => [ + 'summary' => 'Delete Policy Version', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'consoleRuleId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Policy primary key ID', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '7035', + ], + ], + [ + 'name' => 'ruleId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Policy ID', + 'type' => 'string', + 'required' => false, + 'example' => '102059', + ], + ], + [ + 'name' => 'ruleVersionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Policy version primary key ID', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '10203', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\"\\n}","type":"json"}]', + 'title' => 'Delete Rule', + 'translator' => 'machine', + ], + 'CreateRule' => [ + 'summary' => 'Create Policy & Version', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREsafBCGX2Z', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'ruleName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Policy name', + 'type' => 'string', + 'required' => false, + 'example' => '注册手机号是11位数字', + ], + ], + [ + 'name' => 'ruleStatus', + 'in' => 'query', + 'schema' => [ + 'description' => 'Policy status', + 'type' => 'string', + 'required' => false, + 'example' => 'DRAFT', + ], + ], + [ + 'name' => 'memo', + 'in' => 'query', + 'schema' => [ + 'description' => 'Memo', + 'type' => 'string', + 'required' => false, + 'example' => '描述信息', + ], + ], + [ + 'name' => 'eventName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event name.', + 'type' => 'string', + 'required' => false, + 'example' => '登录事件', + ], + ], + [ + 'name' => 'eventCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code', + 'type' => 'string', + 'required' => false, + 'example' => 'de_acytyt7036', + ], + ], + [ + 'name' => 'ruleExpressions', + 'in' => 'query', + 'schema' => [ + 'description' => 'Policy expression', + 'type' => 'string', + 'required' => false, + 'example' => '[{"expressionName":"cc","itemId":1,"left":{"name":"__ipLocationCityCode__"},"operatorCode":"equals","operatorName":"等于","right":{"fieldValue":"a"}}]', + ], + ], + [ + 'name' => 'logicExpression', + 'in' => 'query', + 'schema' => [ + 'description' => 'Policy expression execution logic', + 'type' => 'string', + 'required' => false, + 'example' => '1&2', + ], + ], + [ + 'name' => 'ruleActions', + 'in' => 'query', + 'schema' => [ + 'description' => 'Policy execution output action', + 'type' => 'string', + 'required' => false, + 'example' => '[{"inputs":["123"],"name":"__addDeTags__","actionType":"TAG","outputType":"const"},{"inputs":["123"],"name":"__addDeScore__","actionType":"SCORE","outputType":"const","inputTitle":"123"},{"actionType":"MIDDLE_VARIABLE","fieldValue":"123","inputs":["mid1"]},{"actionType":"VARIABLE","inputs":["gg"],"name":"mid1"}]', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'createType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Creation type', + 'type' => 'string', + 'required' => false, + 'example' => 'NORMAL', + ], + ], + [ + 'name' => 'consoleRuleId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Rule ID.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '5178', + ], + ], + [ + 'name' => 'ruleBody', + 'in' => 'query', + 'schema' => [ + 'description' => 'DSL policy execution logic', + 'type' => 'string', + 'required' => false, + 'example' => '{"elseIfStatement":[],"elseStatement":{},"ifStatement":{"condition":{"currentId":0,"deepCount":1,"list":[{"currentId":0,"deepCount":1,"left":{"code":"deFunctionProcess(ip,\\"isIp\\")","description":"判断是否符合IPv4标准","displayType":"SYSTEM_BIND","fieldType":"BOOLEAN","functionCode":"","functionName":"","hasRightVariable":false,"name":"__isIpAddressV4__","outputThreshold":{},"sourceType":"SAF","title":"IP是否符合IPV4格式","type":"SYSTEM_BIND"},"operatorCode":"boolIsFalse","operatorName":"为false","parentId":0,"sequence":1}],"parentId":0,"relationship":"and"},"then":[{"inputs":["123"],"name":"__addDeTags__","actionType":"TAG","outputType":"const"}]}}', + ], + ], + [ + 'name' => 'ruleType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Policy type', + 'type' => 'string', + 'required' => false, + 'example' => 'DRAFT', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return result.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\"\\n}","type":"json"}]', + 'title' => 'Create Rule', + 'translator' => 'machine', + ], + 'ModifyRuleStatus' => [ + 'summary' => 'Change the status of a policy version application', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'applyUserId', + 'in' => 'query', + 'schema' => [ + 'description' => 'UID of the applicant.', + 'type' => 'string', + 'required' => false, + 'example' => '1519714049632764', + ], + ], + [ + 'name' => 'applyUserName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Name of the applicant.', + 'type' => 'string', + 'required' => false, + 'example' => 'root', + ], + ], + [ + 'name' => 'auditUserId', + 'in' => 'query', + 'schema' => [ + 'description' => 'UID of the auditor.', + 'type' => 'string', + 'required' => false, + 'example' => '1519714049632764', + ], + ], + [ + 'name' => 'auditUserName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Name of the auditor.', + 'type' => 'string', + 'required' => false, + 'example' => 'root', + ], + ], + [ + 'name' => 'ruleAuditType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Audit status.', + 'type' => 'string', + 'required' => false, + 'example' => 'DRAFT_TO_RUNNING', + ], + ], + [ + 'name' => 'auditRemark', + 'in' => 'query', + 'schema' => [ + 'description' => 'Approval remarks.', + 'type' => 'string', + 'required' => false, + 'example' => '申请发布上线', + ], + ], + [ + 'name' => 'ruleId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Policy ID.', + 'type' => 'string', + 'required' => false, + 'example' => '101544', + ], + ], + [ + 'name' => 'ruleVersionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Primary key ID of the policy version.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '11519', + ], + ], + [ + 'name' => 'consoleRuleId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Primary key ID of the policy.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '6843', + ], + ], + [ + 'name' => 'eventType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event type.', + 'type' => 'string', + 'required' => false, + 'example' => 'MAIN', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\"\\n}","type":"json"}]', + 'title' => 'Modify Rule Status', + 'translator' => 'machine', + ], + 'DescribeUserInfo' => [ + 'summary' => 'Get Current Logged-in User Information', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'success' => [ + 'description' => 'Indicates whether the request was successful.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'code' => [ + 'description' => 'Status code.', + 'type' => 'string', + 'example' => '200', + ], + 'message' => [ + 'description' => 'Error message', + 'type' => 'string', + 'example' => 'The input parameter data is not valid. order_storage_company_num component not found', + ], + 'httpStatusCode' => [ + 'description' => 'HTTP status code', + 'type' => 'string', + 'example' => '200', + ], + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'userId' => [ + 'description' => 'User UID', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '15633333331111', + ], + 'subId' => [ + 'description' => 'Sub-account ID', + 'type' => 'string', + 'example' => '555666', + ], + 'userName' => [ + 'description' => 'User name', + 'type' => 'string', + 'example' => 'root', + ], + 'clientIp' => [ + 'description' => 'Client IP.', + 'type' => 'string', + 'example' => '192.168.0.1', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"success\\": true,\\n \\"code\\": \\"200\\",\\n \\"message\\": \\"The input parameter data is not valid. order_storage_company_num component not found\\",\\n \\"httpStatusCode\\": \\"200\\",\\n \\"resultObject\\": {\\n \\"userId\\": 15633333331111,\\n \\"subId\\": \\"555666\\",\\n \\"userName\\": \\"root\\",\\n \\"clientIp\\": \\"192.168.0.1\\"\\n }\\n}","type":"json"}]', + 'title' => 'Get Current Logged-in User Information', + 'translator' => 'machine', + ], + 'DescribeRulePageList' => [ + 'summary' => 'Query the list of policies', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREsafBCGX2Z', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for requests and responses, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'currentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'string', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size, default value is 10.', + 'type' => 'string', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'eventCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code.', + 'type' => 'string', + 'required' => false, + 'example' => 'de_asssce8122', + ], + ], + [ + 'name' => 'ruleStatus', + 'in' => 'query', + 'schema' => [ + 'description' => 'Policy status.', + 'type' => 'string', + 'required' => false, + 'example' => 'RUNNING', + ], + ], + [ + 'name' => 'ruleName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Policy name.', + 'type' => 'string', + 'required' => false, + 'example' => '营销风险识别评分', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'createType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Creation type.', + 'type' => 'string', + 'required' => false, + 'example' => 'NORMAL', + ], + ], + [ + 'name' => 'ruleAuthType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Policy type.', + 'type' => 'string', + 'required' => false, + 'example' => 'NOMAL', + ], + ], + [ + 'name' => 'sort', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sorting method, default value is desc.'."\n" + .'- desc: descending order'."\n" + .'- asc: ascending order', + 'type' => 'string', + 'required' => false, + 'example' => 'asc', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'totalItem' => [ + 'description' => 'Total number of items.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '28', + ], + 'pageSize' => [ + 'description' => 'Page size, default value is 10.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + 'currentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'totalPage' => [ + 'description' => 'Total number of pages.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '3', + ], + 'resultObject' => [ + 'description' => 'Returned object.', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned object.', + 'type' => 'object', + 'properties' => [ + 'eventCode' => [ + 'description' => 'Event code.', + 'type' => 'string', + 'example' => 'de_arcehq4370', + ], + 'ruleId' => [ + 'description' => 'Policy ID.', + 'type' => 'string', + 'example' => '102059', + ], + 'ruleStatus' => [ + 'description' => 'Policy status.', + 'type' => 'string', + 'example' => 'RUNNING', + ], + 'gmtModified' => [ + 'description' => 'Modification time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1565701886000', + ], + 'gmtCreate' => [ + 'description' => 'Creation time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1621578648000', + ], + 'templateId' => [ + 'description' => 'Template ID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => 'register', + ], + 'priority' => [ + 'description' => 'Policy priority, the higher the number, the higher the priority.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '10', + ], + 'ruleName' => [ + 'description' => 'Policy name.', + 'type' => 'string', + 'example' => '营销风险识别', + ], + 'ruleMemo' => [ + 'description' => 'Policy description.', + 'type' => 'string', + 'example' => '描述信息', + ], + 'eventName' => [ + 'description' => 'Event name.', + 'type' => 'string', + 'example' => '注册风险', + ], + 'id' => [ + 'description' => 'Primary key ID of the policy.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '2793', + ], + 'version' => [ + 'description' => 'Version number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'ruleVersionId' => [ + 'description' => 'Primary key ID of the rule version.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '11300', + ], + 'eventType' => [ + 'description' => 'Event type', + 'type' => 'string', + 'example' => 'MAIN', + ], + 'mainRuleId' => [ + 'description' => 'Main rule ID', + 'type' => 'string', + 'example' => '4399', + ], + 'consoleAudit' => [ + 'description' => 'Audit object', + 'type' => 'object', + 'properties' => [ + 'id' => [ + 'description' => 'Primary key ID', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1728', + ], + 'applyUserId' => [ + 'description' => 'UID of the user who passed the audit', + 'type' => 'string', + 'example' => '用户uid', + ], + 'applyUserName' => [ + 'description' => 'Name of the user who passed the audit', + 'type' => 'string', + 'example' => 'root', + ], + 'auditUserId' => [ + 'description' => 'UID of the auditor', + 'type' => 'string', + 'example' => '1234xxxx', + ], + 'auditUserName' => [ + 'description' => 'Name of the auditor', + 'type' => 'string', + 'example' => 'root', + ], + 'auditRealUserId' => [ + 'description' => 'UID of the final auditor', + 'type' => 'string', + 'example' => '1728', + ], + 'auditRealUserName' => [ + 'description' => 'Name of the final auditor', + 'type' => 'string', + 'example' => 'root', + ], + 'auditStatus' => [ + 'description' => 'Application audit status', + 'type' => 'string', + 'example' => 'AGREE', + ], + 'auditTime' => [ + 'description' => 'Approval time', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1545726028000', + ], + 'gmtCreate' => [ + 'description' => 'Creation time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1545726028000', + ], + 'relationId' => [ + 'description' => 'ID of the related transaction for the approval', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '123', + ], + 'relationType' => [ + 'description' => 'Type of the approval (e.g., `rule` represents the approval of a rule)', + 'type' => 'string', + 'example' => 'RULE', + ], + 'relationName' => [ + 'description' => 'Name of the related transaction for the approval (can be null)', + 'type' => 'string', + 'example' => '策略1'."\n", + ], + 'relationExt' => [ + 'description' => 'Information of other related parties (in JSON format)', + 'type' => 'string', + 'example' => '{}', + ], + 'auditMsg' => [ + 'description' => 'Approval comments', + 'type' => 'string', + 'example' => '同意', + ], + 'auditRemark' => [ + 'description' => 'Remarks by the approver.', + 'type' => 'string', + 'example' => '备注', + ], + ], + ], + 'externalRuleName' => [ + 'description' => 'External name of the rule', + 'type' => 'string', + 'example' => '策略1', + ], + 'ruleAuthType' => [ + 'description' => 'Rule type', + 'type' => 'string', + 'example' => 'NORMAL', + ], + 'authType' => [ + 'description' => 'Service authorization type', + 'type' => 'string', + 'example' => 'all', + ], + 'hasNewVersion' => [ + 'description' => 'Whether there is a new version', + 'type' => 'boolean', + 'example' => 'true', + ], + 'ruleType' => [ + 'description' => 'Rule type', + 'type' => 'string', + 'example' => 'NORMAL', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"totalItem\\": 28,\\n \\"pageSize\\": 10,\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\",\\n \\"currentPage\\": 1,\\n \\"totalPage\\": 3,\\n \\"resultObject\\": [\\n {\\n \\"eventCode\\": \\"de_arcehq4370\\",\\n \\"ruleId\\": \\"102059\\",\\n \\"ruleStatus\\": \\"RUNNING\\",\\n \\"gmtModified\\": 1565701886000,\\n \\"gmtCreate\\": 1621578648000,\\n \\"templateId\\": 0,\\n \\"priority\\": 10,\\n \\"ruleName\\": \\"营销风险识别\\",\\n \\"ruleMemo\\": \\"描述信息\\",\\n \\"eventName\\": \\"注册风险\\",\\n \\"id\\": 2793,\\n \\"version\\": 1,\\n \\"ruleVersionId\\": 11300,\\n \\"eventType\\": \\"MAIN\\",\\n \\"mainRuleId\\": \\"4399\\",\\n \\"consoleAudit\\": {\\n \\"id\\": 1728,\\n \\"applyUserId\\": \\"用户uid\\",\\n \\"applyUserName\\": \\"root\\",\\n \\"auditUserId\\": \\"1234xxxx\\",\\n \\"auditUserName\\": \\"root\\",\\n \\"auditRealUserId\\": \\"1728\\",\\n \\"auditRealUserName\\": \\"root\\",\\n \\"auditStatus\\": \\"AGREE\\",\\n \\"auditTime\\": 1545726028000,\\n \\"gmtCreate\\": 1545726028000,\\n \\"relationId\\": 123,\\n \\"relationType\\": \\"RULE\\",\\n \\"relationName\\": \\"策略1\\\\n\\",\\n \\"relationExt\\": \\"{}\\",\\n \\"auditMsg\\": \\"同意\\",\\n \\"auditRemark\\": \\"备注\\"\\n },\\n \\"externalRuleName\\": \\"策略1\\",\\n \\"ruleAuthType\\": \\"NORMAL\\",\\n \\"authType\\": \\"all\\",\\n \\"hasNewVersion\\": true,\\n \\"ruleType\\": \\"NORMAL\\"\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Paged List of Policies', + 'translator' => 'machine', + ], + 'DescribeAuditPageList' => [ + 'summary' => 'Display and Query of Audit List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'currentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'string', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size, default value is 10', + 'type' => 'string', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'ruleName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Policy name', + 'type' => 'string', + 'required' => false, + 'example' => '手机号MD5命中人脸测试名单', + ], + ], + [ + 'name' => 'eventCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code', + 'type' => 'string', + 'required' => false, + 'example' => 'de_awukck7117', + ], + ], + [ + 'name' => 'auditStatus', + 'in' => 'query', + 'schema' => [ + 'description' => 'Audit status', + 'type' => 'string', + 'required' => false, + 'enumValueTitles' => [ + 'WITHDRAW' => '撤回', + 'REJECT' => '拒绝', + 'AUDITING' => '审核中', + 'AGREE' => '同意', + ], + 'example' => 'SUCCESS', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + 'totalItem' => [ + 'description' => 'Total items', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '6', + ], + 'pageSize' => [ + 'description' => 'Number of records per page, default value: 10.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'currentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'totalPage' => [ + 'description' => 'Total pages', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '4', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\",\\n \\"totalItem\\": 6,\\n \\"pageSize\\": 10,\\n \\"currentPage\\": 1,\\n \\"totalPage\\": 4\\n}","type":"json"}]', + 'title' => 'Audit List', + 'translator' => 'machine', + ], + 'DescribeRuleVersionList' => [ + 'summary' => 'Query Policy Version List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREsafBCGX2Z', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for requests and received messages, default value is **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'consoleRuleId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Policy primary key ID', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '6851', + ], + ], + [ + 'name' => 'ruleId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Policy ID', + 'type' => 'string', + 'required' => false, + 'example' => '101804', + ], + ], + [ + 'name' => 'currentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size, default value is 10', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '10', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'totalItem' => [ + 'description' => 'Total number of items', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '3', + ], + 'pageSize' => [ + 'description' => 'Page size, default value is 10', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + 'currentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'totalPage' => [ + 'description' => 'Total number of pages.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '7', + ], + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'consoleAudit' => [ + 'description' => 'Audit object', + 'type' => 'object', + 'properties' => [ + 'applyUserId' => [ + 'description' => 'Initiator UID', + 'type' => 'string', + 'example' => '1519714049632764', + ], + 'applyUserName' => [ + 'description' => 'Initiator name', + 'type' => 'string', + 'example' => 'root', + ], + 'auditMsg' => [ + 'description' => 'Approval comment', + 'type' => 'string', + 'example' => '同意', + ], + 'auditRealUserId' => [ + 'description' => 'Final approver UID', + 'type' => 'string', + 'example' => '1519714049632764', + ], + 'auditRealUserName' => [ + 'description' => 'Final approver name', + 'type' => 'string', + 'example' => 'root', + ], + 'auditRemark' => [ + 'description' => 'Approver\'s remarks.', + 'type' => 'string', + 'example' => '备注', + ], + 'auditStatus' => [ + 'description' => 'Approval status', + 'type' => 'string', + 'example' => 'AGREE', + ], + 'auditTime' => [ + 'description' => 'Approval time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1545726028000', + ], + 'auditUserId' => [ + 'description' => 'Designated approver UID', + 'type' => 'string', + 'example' => '1519714049632764', + ], + 'auditUserName' => [ + 'description' => 'Designated auditor\'s name', + 'type' => 'string', + 'example' => 'root', + ], + 'gmtCreate' => [ + 'description' => 'Creation time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1545726028000', + ], + 'id' => [ + 'description' => 'Primary key ID', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1728', + ], + 'relationExt' => [ + 'description' => 'Information of related others (in JSON format)', + 'type' => 'string', + 'example' => '{}', + ], + 'relationId' => [ + 'description' => 'ID of the associated transaction', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '123', + ], + 'relationName' => [ + 'description' => 'Name of the associated item', + 'type' => 'string', + 'example' => '营销风险识别', + ], + 'relationType' => [ + 'description' => 'Type of approval (e.g., `rule` for policy approval)', + 'type' => 'string', + 'example' => 'RULE', + ], + ], + ], + 'consoleRuleId' => [ + 'description' => 'Console rule ID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '6715', + ], + 'ruleId' => [ + 'description' => 'Policy ID', + 'type' => 'string', + 'example' => '102224', + ], + 'consoleRuleName' => [ + 'description' => 'Associated policy name', + 'type' => 'string', + 'example' => '营销风险识别'."\n", + ], + 'consoleRuleMemo' => [ + 'description' => 'Associated policy remarks', + 'type' => 'string', + 'example' => '备注', + ], + 'eventCode' => [ + 'description' => 'Event code', + 'type' => 'string', + 'example' => 'de_aszbjb7236', + ], + 'gmtCreate' => [ + 'description' => 'Creation time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1621578648000', + ], + 'gmtModified' => [ + 'description' => 'Modification time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1565701886000', + ], + 'id' => [ + 'description' => 'Primary key ID of the policy', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '376773', + ], + 'priority' => [ + 'description' => 'Policy priority, the higher the number, the higher the priority.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '10', + ], + 'ruleStatus' => [ + 'description' => 'Policy status', + 'type' => 'string', + 'example' => 'RUNNING', + ], + 'version' => [ + 'description' => 'Version number', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '2', + ], + 'lastOperator' => [ + 'description' => 'The user who last operated.', + 'type' => 'string', + 'example' => '1519714049632764', + ], + 'eventType' => [ + 'description' => 'Event type', + 'type' => 'string', + 'example' => 'MAIN', + ], + 'ruleType' => [ + 'description' => 'Rule Type', + 'type' => 'string', + 'example' => 'DEFAULT', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"totalItem\\": 3,\\n \\"pageSize\\": 10,\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\",\\n \\"currentPage\\": 1,\\n \\"totalPage\\": 7,\\n \\"resultObject\\": [\\n {\\n \\"consoleAudit\\": {\\n \\"applyUserId\\": \\"1519714049632764\\",\\n \\"applyUserName\\": \\"root\\",\\n \\"auditMsg\\": \\"同意\\",\\n \\"auditRealUserId\\": \\"1519714049632764\\",\\n \\"auditRealUserName\\": \\"root\\",\\n \\"auditRemark\\": \\"备注\\",\\n \\"auditStatus\\": \\"AGREE\\",\\n \\"auditTime\\": 1545726028000,\\n \\"auditUserId\\": \\"1519714049632764\\",\\n \\"auditUserName\\": \\"root\\",\\n \\"gmtCreate\\": 1545726028000,\\n \\"id\\": 1728,\\n \\"relationExt\\": \\"{}\\",\\n \\"relationId\\": 123,\\n \\"relationName\\": \\"营销风险识别\\",\\n \\"relationType\\": \\"RULE\\"\\n },\\n \\"consoleRuleId\\": 6715,\\n \\"ruleId\\": \\"102224\\",\\n \\"consoleRuleName\\": \\"营销风险识别\\\\n\\",\\n \\"consoleRuleMemo\\": \\"备注\\",\\n \\"eventCode\\": \\"de_aszbjb7236\\",\\n \\"gmtCreate\\": 1621578648000,\\n \\"gmtModified\\": 1565701886000,\\n \\"id\\": 376773,\\n \\"priority\\": 10,\\n \\"ruleStatus\\": \\"RUNNING\\",\\n \\"version\\": 2,\\n \\"lastOperator\\": \\"1519714049632764\\",\\n \\"eventType\\": \\"MAIN\\",\\n \\"ruleType\\": \\"DEFAULT\\"\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Policy Version List', + 'translator' => 'machine', + ], + 'DescribeAuditConfig' => [ + 'summary' => 'Approval Switch', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'auditRelationType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Audit type', + 'type' => 'string', + 'required' => false, + 'example' => 'RULE', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'success' => [ + 'description' => 'Indicates whether the request was successful.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'code' => [ + 'description' => 'Status code.', + 'type' => 'string', + 'example' => '200', + ], + 'message' => [ + 'description' => 'Error message', + 'type' => 'string', + 'example' => 'The input parameter data is not valid. order_storage_company_num component not found', + ], + 'httpStatusCode' => [ + 'description' => 'HTTP status code', + 'type' => 'string', + 'example' => '200', + ], + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'boolean', + 'example' => 'true', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"success\\": true,\\n \\"code\\": \\"200\\",\\n \\"message\\": \\"The input parameter data is not valid. order_storage_company_num component not found\\",\\n \\"httpStatusCode\\": \\"200\\",\\n \\"resultObject\\": true\\n}","type":"json"}]', + 'title' => 'Audit Configuration', + 'translator' => 'machine', + ], + 'UpdateRuleBase' => [ + 'summary' => 'Update Basic Policy Information', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'consoleRuleId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Policy primary key ID', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '6843', + ], + ], + [ + 'name' => 'ruleId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Policy ID', + 'type' => 'string', + 'required' => false, + 'example' => '102224', + ], + ], + [ + 'name' => 'ruleName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Policy name', + 'type' => 'string', + 'required' => false, + 'example' => '营销风险识别', + ], + ], + [ + 'name' => 'memo', + 'in' => 'query', + 'schema' => [ + 'description' => 'Description', + 'type' => 'string', + 'required' => false, + 'example' => '备注', + ], + ], + [ + 'name' => 'eventCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code', + 'type' => 'string', + 'required' => false, + 'example' => 'de_arcehq4370', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\"\\n}","type":"json"}]', + 'title' => 'Modify Basic Policy Information', + 'translator' => 'machine', + ], + 'DescribeRuleDetailByRuleId' => [ + 'summary' => 'Query policy/version details', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREsafBCGX2Z', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'ruleId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Policy ID.', + 'type' => 'string', + 'required' => false, + 'example' => '102059', + ], + ], + [ + 'name' => 'consoleRuleId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Primary key ID of the policy.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '7110', + ], + ], + [ + 'name' => 'ruleVersionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Primary key ID of the policy version.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '10203', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'resultObject' => [ + 'description' => 'Returned object.', + 'type' => 'object', + 'properties' => [ + 'memo' => [ + 'description' => 'Memo.', + 'type' => 'string', + 'example' => '备注', + ], + 'ruleActionMap' => [ + 'description' => 'Rule action structure.', + 'type' => 'object', + 'example' => '{'."\n" + .' "SCORE": ['."\n" + .' {'."\n" + .' "actionType": "SCORE",'."\n" + .' "displayType": "ACTION",'."\n" + .' "code": "deAddScore",'."\n" + .' "sourceType": "SAF",'."\n" + .' "inputs": ['."\n" + .' "123"'."\n" + .' ],'."\n" + .' "name": "__addDeScore__",'."\n" + .' "description": "打分",'."\n" + .' "inputTitle": "123",'."\n" + .' "outputType": "const",'."\n" + .' "type": "ACTION",'."\n" + .' "title": "打分",'."\n" + .' "fieldType": "DOUBLE"'."\n" + .' }'."\n" + .' ],'."\n" + .' "VARIABLE": ['."\n" + .' {'."\n" + .' "actionType": "VARIABLE",'."\n" + .' "displayType": "MIDDLE",'."\n" + .' "code": "mid1",'."\n" + .' "inputs": ['."\n" + .' "gg"'."\n" + .' ],'."\n" + .' "name": "mid1",'."\n" + .' "description": "中间变量,mid1",'."\n" + .' "type": "MIDDLE",'."\n" + .' "title": "mid1",'."\n" + .' "fieldType": "STRING"'."\n" + .' }'."\n" + .' ],'."\n" + .' "TAG": ['."\n" + .' {'."\n" + .' "actionType": "TAG",'."\n" + .' "displayType": "ACTION",'."\n" + .' "code": "addDeTags",'."\n" + .' "sourceType": "SAF",'."\n" + .' "inputs": ['."\n" + .' "123"'."\n" + .' ],'."\n" + .' "name": "__addDeTags__",'."\n" + .' "description": "打标签",'."\n" + .' "outputType": "const",'."\n" + .' "type": "ACTION",'."\n" + .' "title": "打标签",'."\n" + .' "fieldType": "STRING"'."\n" + .' }'."\n" + .' ],'."\n" + .' "MIDDLE_VARIABLE": ['."\n" + .' {'."\n" + .' "actionType": "MIDDLE_VARIABLE",'."\n" + .' "inputs": ['."\n" + .' "mid1"'."\n" + .' ],'."\n" + .' "fieldValue": "123",'."\n" + .' "fieldType": "STRING"'."\n" + .' }'."\n" + .' ]'."\n" + .' }', + ], + 'bizVersion' => [ + 'description' => 'Version.', + 'type' => 'string', + 'example' => '1', + ], + 'gmtCreate' => [ + 'description' => 'Creation time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1621578648000', + ], + 'ruleStatus' => [ + 'description' => 'Policy status.', + 'type' => 'string', + 'example' => 'RUNNING', + ], + 'ruleExpressions' => [ + 'description' => 'Rule expressions.', + 'type' => 'string', + 'example' => '[{\\"expressionName\\":\\"营销风险识别评分\\",\\"itemId\\":1,\\"left\\":{\\"name\\":\\"sl_rjtsDXK124a5\\"},\\"operatorCode\\":\\"between\\",\\"operatorName\\":\\"数字在[a,b]之间\\",\\"right\\":{\\"fieldValue\\":\\"[65,100]\\"}}]', + ], + 'gmtModified' => [ + 'description' => 'Modification time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1565701886000', + ], + 'eventName' => [ + 'description' => 'Event name.', + 'type' => 'string', + 'example' => '注册风险', + ], + 'ruleName' => [ + 'description' => 'Policy name.', + 'type' => 'string', + 'example' => '营销风险识别', + ], + 'logicExpression' => [ + 'description' => 'Log expression.', + 'type' => 'string', + 'example' => '1&2', + ], + 'consoleRuleId' => [ + 'description' => 'Primary key ID of the policy.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '6633', + ], + 'ruleId' => [ + 'description' => 'Policy ID.', + 'type' => 'string', + 'example' => '101544', + ], + 'ruleVersionId' => [ + 'description' => 'Primary key ID of the policy version.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '3823', + ], + 'mainEventCode' => [ + 'description' => 'Main event code.', + 'type' => 'string', + 'example' => 'de_asssce8122', + ], + 'eventCode' => [ + 'description' => 'Event code.', + 'type' => 'string', + 'example' => 'de_asssce8122', + ], + 'ruleActions' => [ + 'description' => 'Rule actions.', + 'type' => 'string', + 'example' => '[{\\"actionType\\":\\"TAG\\",\\"code\\":\\"addDeTags\\",\\"description\\":\\"打标签\\",\\"displayType\\":\\"ACTION\\",\\"fieldType\\":\\"STRING\\",\\"inputs\\":[\\"123\\"],\\"name\\":\\"__addDeTags__\\",\\"outputType\\":\\"const\\",\\"sourceType\\":\\"SAF\\",\\"title\\":\\"打标签\\",\\"type\\":\\"ACTION\\"},{\\"actionType\\":\\"SCORE\\",\\"code\\":\\"deAddScore\\",\\"description\\":\\"打分\\",\\"displayType\\":\\"ACTION\\",\\"fieldType\\":\\"DOUBLE\\",\\"inputTitle\\":\\"123\\",\\"inputs\\":[\\"123\\"],\\"name\\":\\"__addDeScore__\\",\\"outputType\\":\\"const\\",\\"sourceType\\":\\"SAF\\",\\"title\\":\\"打分\\",\\"type\\":\\"ACTION\\"},{\\"actionType\\":\\"MIDDLE_VARIABLE\\",\\"fieldType\\":\\"STRING\\",\\"fieldValue\\":\\"123\\",\\"inputs\\":[\\"mid1\\"]},{\\"actionType\\":\\"VARIABLE\\",\\"code\\":\\"mid1\\",\\"description\\":\\"中间变量,mid1\\",\\"displayType\\":\\"MIDDLE\\",\\"fieldType\\":\\"STRING\\",\\"inputs\\":[\\"gg\\"],\\"name\\":\\"mid1\\",\\"title\\":\\"mid1\\",\\"type\\":\\"MIDDLE\\"}]', + ], + 'ruleBody' => [ + 'description' => 'DSL policy expression.', + 'type' => 'string', + 'example' => '{\\"elseIfStatement\\":[{\\"condition\\":{\\"currentId\\":0,\\"deepCount\\":1,\\"list\\":[{\\"currentId\\":0,\\"deepCount\\":1,\\"left\\":{\\"code\\":\\"getLbsRegion(longitude, latitude)?.prov\\",\\"description\\":\\"根据经纬度得到省份信息,比如经度:111.878062,纬度:22.585409,则经过运算,输出”广东省“\\",\\"displayType\\":\\"SELF_BIND\\",\\"fieldType\\":\\"STRING\\",\\"functionCode\\":\\"\\",\\"functionName\\":\\"\\",\\"hasRightVariable\\":true,\\"name\\":\\"sl_S02sHLFT7818\\",\\"outputThreshold\\":{},\\"sourceType\\":\\"SAF\\",\\"title\\":\\"经纬度自定义系统变量\\",\\"type\\":\\"SELF_BIND\\"},\\"operatorCode\\":\\"equals\\",\\"operatorName\\":\\"等于\\",\\"parentId\\":0,\\"right\\":{\\"name\\":\\"cc\\",\\"rightVariableType\\":\\"constant\\"},\\"sequence\\":5}],\\"parentId\\":0,\\"relationship\\":\\"and\\"},\\"then\\":[{\\"actionType\\":\\"TAG\\",\\"code\\":\\"addDeTags\\",\\"description\\":\\"打标签\\",\\"displayType\\":\\"ACTION\\",\\"fieldType\\":\\"STRING\\",\\"inputs\\":[\\"332\\"],\\"name\\":\\"__addDeTags__\\",\\"outputType\\":\\"const\\",\\"sourceType\\":\\"SAF\\",\\"title\\":\\"打标签\\",\\"type\\":\\"ACTION\\"}]}],\\"elseStatement\\":{\\"then\\":[{\\"actionType\\":\\"TAG\\",\\"code\\":\\"addDeTags\\",\\"description\\":\\"打标签\\",\\"displayType\\":\\"ACTION\\",\\"fieldType\\":\\"STRING\\",\\"inputs\\":[\\"321\\"],\\"name\\":\\"__addDeTags__\\",\\"outputType\\":\\"const\\",\\"sourceType\\":\\"SAF\\",\\"title\\":\\"打标签\\",\\"type\\":\\"ACTION\\"}]},\\"ifStatement\\":{\\"condition\\":{\\"currentId\\":0,\\"deepCount\\":1,\\"list\\":[{\\"currentId\\":0,\\"deepCount\\":1,\\"left\\":{\\"code\\":\\"queryPhoneSimulatorInfo(deviceToken)?.brand\\",\\"description\\":\\"设备信息-终端品牌\\",\\"displayType\\":\\"DEVICE\\",\\"fieldType\\":\\"STRING\\",\\"functionCode\\":\\"\\",\\"functionName\\":\\"\\",\\"hasRightVariable\\":true,\\"name\\":\\"__device_brand__\\",\\"sourceType\\":\\"SAF\\",\\"title\\":\\"设备信息-终端品牌-brand\\",\\"type\\":\\"DEVICE\\"},\\"operatorCode\\":\\"deInNameList\\",\\"operatorName\\":\\"在名单中\\",\\"parentId\\":0,\\"right\\":{\\"code\\":\\"nl_UN8otElLb490\\",\\"description\\":\\"描述11\\",\\"displayType\\":\\"NAME_LIST\\",\\"name\\":\\"nl_UN8otElLb490\\",\\"rightVariableType\\":\\"constant\\",\\"sourceType\\":\\"SAF\\",\\"title\\":\\"wtz_名单新建测试02\\",\\"type\\":\\"NAME_LIST\\"},\\"sequence\\":1},{\\"currentId\\":0,\\"deepCount\\":1,\\"left\\":{\\"code\\":\\"deFunctionProcess(ip,\\\\\\"isIp\\\\\\")\\",\\"description\\":\\"判断是否符合IPv4标准\\",\\"displayType\\":\\"SYSTEM_BIND\\",\\"fieldType\\":\\"BOOLEAN\\",\\"functionCode\\":\\"\\",\\"functionName\\":\\"\\",\\"hasRightVariable\\":false,\\"name\\":\\"__isIpAddressV4__\\",\\"outputThreshold\\":{},\\"sourceType\\":\\"SAF\\",\\"title\\":\\"IP是否符合IPV4格式\\",\\"type\\":\\"SYSTEM_BIND\\"},\\"operatorCode\\":\\"boolIsTrue\\",\\"operatorName\\":\\"为true\\",\\"parentId\\":0,\\"right\\":{\\"name\\":\\"\\",\\"rightVariableType\\":\\"constant\\"},\\"sequence\\":2},{\\"currentId\\":0,\\"deepCount\\":1,\\"list\\":[{\\"currentId\\":0,\\"deepCount\\":1,\\"left\\":{\\"code\\":\\"parseIpV2(ip)?.cityId\\",\\"description\\":\\"通过IP地址库解析IP所在的城市Code,例如,输入“42.120.74.211”,经过该变量运算,输出“330100”。\\",\\"displayType\\":\\"SYSTEM_BIND\\",\\"fieldType\\":\\"STRING\\",\\"functionCode\\":\\"\\",\\"functionName\\":\\"\\",\\"hasRightVariable\\":true,\\"name\\":\\"__ipLocationCityCode__\\",\\"outputThreshold\\":{},\\"sourceType\\":\\"SAF\\",\\"title\\":\\"IP所在地_城市Code\\",\\"type\\":\\"SYSTEM_BIND\\"},\\"operatorCode\\":\\"equals\\",\\"operatorName\\":\\"等于\\",\\"parentId\\":0,\\"right\\":{\\"code\\":\\"deFunctionProcess(ip,\\\\\\"getCountry\\\\\\")\\",\\"description\\":\\"通过IP地址库解析IP所在的城市名称,例如,输入“42.120.74.211”,经过该变量运算,输出“CN”。\\",\\"displayType\\":\\"SYSTEM_BIND\\",\\"fieldType\\":\\"STRING\\",\\"functionCode\\":\\"\\",\\"functionName\\":\\"\\",\\"name\\":\\"__ipLocationCountryId__\\",\\"outputThreshold\\":{},\\"rightVariableType\\":\\"variable\\",\\"sourceType\\":\\"SAF\\",\\"title\\":\\"IP所在地_国家Code\\",\\"type\\":\\"SYSTEM_BIND\\"},\\"sequence\\":3},{\\"currentId\\":0,\\"deepCount\\":1,\\"list\\":[{\\"currentId\\":0,\\"deepCount\\":1,\\"left\\":{\\"code\\":\\"parseIpV2(ip)?.cityId\\",\\"description\\":\\"通过IP地址库解析IP所在的城市Code,例如,输入“42.120.74.211”,经过该变量运算,输出“330100”。\\",\\"displayType\\":\\"SYSTEM_BIND\\",\\"fieldType\\":\\"STRING\\",\\"functionCode\\":\\"\\",\\"functionName\\":\\"\\",\\"hasRightVariable\\":true,\\"name\\":\\"__ipLocationCityCode__\\",\\"outputThreshold\\":{\\"$ref\\":\\"$.ifStatement.condition.list[2].list[0].left.outputThreshold\\"},\\"sourceType\\":\\"SAF\\",\\"title\\":\\"IP所在地_城市Code\\",\\"type\\":\\"SYSTEM_BIND\\"},\\"operatorCode\\":\\"deInNameList\\",\\"operatorName\\":\\"在名单中\\",\\"parentId\\":0,\\"right\\":{\\"code\\":\\"nl_NsVwBD2s11e0\\",\\"displayType\\":\\"NAME_LIST\\",\\"name\\":\\"nl_NsVwBD2s11e0\\",\\"rightVariableType\\":\\"constant\\",\\"sourceType\\":\\"SAF\\",\\"title\\":\\"device_block_list\\",\\"type\\":\\"NAME_LIST\\"},\\"sequence\\":4}],\\"parentId\\":0,\\"relationship\\":\\"and\\"}],\\"parentId\\":0,\\"relationship\\":\\"and\\"}],\\"parentId\\":0,\\"relationship\\":\\"and\\"},\\"then\\":[{\\"actionType\\":\\"TAG\\",\\"code\\":\\"addDeTags\\",\\"description\\":\\"打标签\\",\\"displayType\\":\\"ACTION\\",\\"fieldType\\":\\"STRING\\",\\"inputs\\":[\\"123\\"],\\"name\\":\\"__addDeTags__\\",\\"outputType\\":\\"const\\",\\"sourceType\\":\\"SAF\\",\\"title\\":\\"打标签\\",\\"type\\":\\"ACTION\\"}]}}', + ], + 'ruleType' => [ + 'description' => 'Rule type.', + 'type' => 'string', + 'enumValueTitles' => [ + 'DSL' => 'DSL策略', + 'DEFAULT' => '默认策略', + ], + 'example' => 'DSL', + ], + 'ruleAuthType' => [ + 'description' => 'Rule authorization type.', + 'type' => 'string', + 'example' => 'NOMAL', + ], + 'createType' => [ + 'description' => 'Creation type.', + 'type' => 'string', + 'example' => 'MORMAL', + ], + 'authType' => [ + 'description' => 'Service authorization type.', + 'type' => 'string', + 'example' => 'all', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"resultObject\\": {\\n \\"memo\\": \\"备注\\",\\n \\"ruleActionMap\\": {\\n \\"SCORE\\": [\\n {\\n \\"actionType\\": \\"SCORE\\",\\n \\"displayType\\": \\"ACTION\\",\\n \\"code\\": \\"deAddScore\\",\\n \\"sourceType\\": \\"SAF\\",\\n \\"inputs\\": [\\n \\"123\\"\\n ],\\n \\"name\\": \\"__addDeScore__\\",\\n \\"description\\": \\"打分\\",\\n \\"inputTitle\\": \\"123\\",\\n \\"outputType\\": \\"const\\",\\n \\"type\\": \\"ACTION\\",\\n \\"title\\": \\"打分\\",\\n \\"fieldType\\": \\"DOUBLE\\"\\n }\\n ],\\n \\"VARIABLE\\": [\\n {\\n \\"actionType\\": \\"VARIABLE\\",\\n \\"displayType\\": \\"MIDDLE\\",\\n \\"code\\": \\"mid1\\",\\n \\"inputs\\": [\\n \\"gg\\"\\n ],\\n \\"name\\": \\"mid1\\",\\n \\"description\\": \\"中间变量,mid1\\",\\n \\"type\\": \\"MIDDLE\\",\\n \\"title\\": \\"mid1\\",\\n \\"fieldType\\": \\"STRING\\"\\n }\\n ],\\n \\"TAG\\": [\\n {\\n \\"actionType\\": \\"TAG\\",\\n \\"displayType\\": \\"ACTION\\",\\n \\"code\\": \\"addDeTags\\",\\n \\"sourceType\\": \\"SAF\\",\\n \\"inputs\\": [\\n \\"123\\"\\n ],\\n \\"name\\": \\"__addDeTags__\\",\\n \\"description\\": \\"打标签\\",\\n \\"outputType\\": \\"const\\",\\n \\"type\\": \\"ACTION\\",\\n \\"title\\": \\"打标签\\",\\n \\"fieldType\\": \\"STRING\\"\\n }\\n ],\\n \\"MIDDLE_VARIABLE\\": [\\n {\\n \\"actionType\\": \\"MIDDLE_VARIABLE\\",\\n \\"inputs\\": [\\n \\"mid1\\"\\n ],\\n \\"fieldValue\\": \\"123\\",\\n \\"fieldType\\": \\"STRING\\"\\n }\\n ]\\n },\\n \\"bizVersion\\": \\"1\\",\\n \\"gmtCreate\\": 1621578648000,\\n \\"ruleStatus\\": \\"RUNNING\\",\\n \\"ruleExpressions\\": \\"[{\\\\\\\\\\\\\\"expressionName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"营销风险识别评分\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"itemId\\\\\\\\\\\\\\":1,\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"sl_rjtsDXK124a5\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"operatorCode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"between\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operatorName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"数字在[a,b]之间\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"right\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"fieldValue\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"[65,100]\\\\\\\\\\\\\\"}}]\\",\\n \\"gmtModified\\": 1565701886000,\\n \\"eventName\\": \\"注册风险\\",\\n \\"ruleName\\": \\"营销风险识别\\",\\n \\"logicExpression\\": \\"1&2\\",\\n \\"consoleRuleId\\": 6633,\\n \\"ruleId\\": \\"101544\\",\\n \\"ruleVersionId\\": 3823,\\n \\"mainEventCode\\": \\"de_asssce8122\\",\\n \\"eventCode\\": \\"de_asssce8122\\",\\n \\"ruleActions\\": \\"[{\\\\\\\\\\\\\\"actionType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"TAG\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"code\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"addDeTags\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"description\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"打标签\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"displayType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ACTION\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"fieldType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"STRING\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"inputs\\\\\\\\\\\\\\":[\\\\\\\\\\\\\\"123\\\\\\\\\\\\\\"],\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"__addDeTags__\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"outputType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"const\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"sourceType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SAF\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"title\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"打标签\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ACTION\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\"actionType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SCORE\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"code\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"deAddScore\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"description\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"打分\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"displayType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ACTION\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"fieldType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"DOUBLE\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"inputTitle\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"123\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"inputs\\\\\\\\\\\\\\":[\\\\\\\\\\\\\\"123\\\\\\\\\\\\\\"],\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"__addDeScore__\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"outputType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"const\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"sourceType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SAF\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"title\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"打分\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ACTION\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\"actionType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"MIDDLE_VARIABLE\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"fieldType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"STRING\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"fieldValue\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"123\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"inputs\\\\\\\\\\\\\\":[\\\\\\\\\\\\\\"mid1\\\\\\\\\\\\\\"]},{\\\\\\\\\\\\\\"actionType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"VARIABLE\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"code\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"mid1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"description\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"中间变量,mid1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"displayType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"MIDDLE\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"fieldType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"STRING\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"inputs\\\\\\\\\\\\\\":[\\\\\\\\\\\\\\"gg\\\\\\\\\\\\\\"],\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"mid1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"title\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"mid1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"MIDDLE\\\\\\\\\\\\\\"}]\\",\\n \\"ruleBody\\": \\"{\\\\\\\\\\\\\\"elseIfStatement\\\\\\\\\\\\\\":[{\\\\\\\\\\\\\\"condition\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"currentId\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\"deepCount\\\\\\\\\\\\\\":1,\\\\\\\\\\\\\\"list\\\\\\\\\\\\\\":[{\\\\\\\\\\\\\\"currentId\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\"deepCount\\\\\\\\\\\\\\":1,\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"code\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"getLbsRegion(longitude, latitude)?.prov\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"description\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"根据经纬度得到省份信息,比如经度:111.878062,纬度:22.585409,则经过运算,输出”广东省“\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"displayType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SELF_BIND\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"fieldType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"STRING\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"functionCode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"functionName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"hasRightVariable\\\\\\\\\\\\\\":true,\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"sl_S02sHLFT7818\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"outputThreshold\\\\\\\\\\\\\\":{},\\\\\\\\\\\\\\"sourceType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SAF\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"title\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"经纬度自定义系统变量\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SELF_BIND\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"operatorCode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"equals\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operatorName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"等于\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"parentId\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\"right\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"cc\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"rightVariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"constant\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"sequence\\\\\\\\\\\\\\":5}],\\\\\\\\\\\\\\"parentId\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\"relationship\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"and\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"then\\\\\\\\\\\\\\":[{\\\\\\\\\\\\\\"actionType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"TAG\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"code\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"addDeTags\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"description\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"打标签\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"displayType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ACTION\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"fieldType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"STRING\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"inputs\\\\\\\\\\\\\\":[\\\\\\\\\\\\\\"332\\\\\\\\\\\\\\"],\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"__addDeTags__\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"outputType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"const\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"sourceType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SAF\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"title\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"打标签\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ACTION\\\\\\\\\\\\\\"}]}],\\\\\\\\\\\\\\"elseStatement\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"then\\\\\\\\\\\\\\":[{\\\\\\\\\\\\\\"actionType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"TAG\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"code\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"addDeTags\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"description\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"打标签\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"displayType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ACTION\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"fieldType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"STRING\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"inputs\\\\\\\\\\\\\\":[\\\\\\\\\\\\\\"321\\\\\\\\\\\\\\"],\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"__addDeTags__\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"outputType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"const\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"sourceType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SAF\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"title\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"打标签\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ACTION\\\\\\\\\\\\\\"}]},\\\\\\\\\\\\\\"ifStatement\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"condition\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"currentId\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\"deepCount\\\\\\\\\\\\\\":1,\\\\\\\\\\\\\\"list\\\\\\\\\\\\\\":[{\\\\\\\\\\\\\\"currentId\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\"deepCount\\\\\\\\\\\\\\":1,\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"code\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"queryPhoneSimulatorInfo(deviceToken)?.brand\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"description\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"设备信息-终端品牌\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"displayType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"DEVICE\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"fieldType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"STRING\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"functionCode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"functionName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"hasRightVariable\\\\\\\\\\\\\\":true,\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"__device_brand__\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"sourceType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SAF\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"title\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"设备信息-终端品牌-brand\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"DEVICE\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"operatorCode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"deInNameList\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operatorName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"在名单中\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"parentId\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\"right\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"code\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"nl_UN8otElLb490\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"description\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"描述11\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"displayType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"NAME_LIST\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"nl_UN8otElLb490\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"rightVariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"constant\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"sourceType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SAF\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"title\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"wtz_名单新建测试02\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"NAME_LIST\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"sequence\\\\\\\\\\\\\\":1},{\\\\\\\\\\\\\\"currentId\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\"deepCount\\\\\\\\\\\\\\":1,\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"code\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"deFunctionProcess(ip,\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"isIp\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"description\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"判断是否符合IPv4标准\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"displayType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SYSTEM_BIND\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"fieldType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"BOOLEAN\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"functionCode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"functionName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"hasRightVariable\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"__isIpAddressV4__\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"outputThreshold\\\\\\\\\\\\\\":{},\\\\\\\\\\\\\\"sourceType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SAF\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"title\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"IP是否符合IPV4格式\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SYSTEM_BIND\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"operatorCode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"boolIsTrue\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operatorName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"为true\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"parentId\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\"right\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"rightVariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"constant\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"sequence\\\\\\\\\\\\\\":2},{\\\\\\\\\\\\\\"currentId\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\"deepCount\\\\\\\\\\\\\\":1,\\\\\\\\\\\\\\"list\\\\\\\\\\\\\\":[{\\\\\\\\\\\\\\"currentId\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\"deepCount\\\\\\\\\\\\\\":1,\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"code\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"parseIpV2(ip)?.cityId\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"description\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"通过IP地址库解析IP所在的城市Code,例如,输入“42.120.74.211”,经过该变量运算,输出“330100”。\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"displayType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SYSTEM_BIND\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"fieldType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"STRING\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"functionCode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"functionName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"hasRightVariable\\\\\\\\\\\\\\":true,\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"__ipLocationCityCode__\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"outputThreshold\\\\\\\\\\\\\\":{},\\\\\\\\\\\\\\"sourceType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SAF\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"title\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"IP所在地_城市Code\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SYSTEM_BIND\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"operatorCode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"equals\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operatorName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"等于\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"parentId\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\"right\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"code\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"deFunctionProcess(ip,\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"getCountry\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"description\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"通过IP地址库解析IP所在的城市名称,例如,输入“42.120.74.211”,经过该变量运算,输出“CN”。\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"displayType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SYSTEM_BIND\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"fieldType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"STRING\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"functionCode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"functionName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"__ipLocationCountryId__\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"outputThreshold\\\\\\\\\\\\\\":{},\\\\\\\\\\\\\\"rightVariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"variable\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"sourceType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SAF\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"title\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"IP所在地_国家Code\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SYSTEM_BIND\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"sequence\\\\\\\\\\\\\\":3},{\\\\\\\\\\\\\\"currentId\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\"deepCount\\\\\\\\\\\\\\":1,\\\\\\\\\\\\\\"list\\\\\\\\\\\\\\":[{\\\\\\\\\\\\\\"currentId\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\"deepCount\\\\\\\\\\\\\\":1,\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"code\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"parseIpV2(ip)?.cityId\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"description\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"通过IP地址库解析IP所在的城市Code,例如,输入“42.120.74.211”,经过该变量运算,输出“330100”。\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"displayType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SYSTEM_BIND\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"fieldType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"STRING\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"functionCode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"functionName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"hasRightVariable\\\\\\\\\\\\\\":true,\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"__ipLocationCityCode__\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"outputThreshold\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"$ref\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"$.ifStatement.condition.list[2].list[0].left.outputThreshold\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"sourceType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SAF\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"title\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"IP所在地_城市Code\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SYSTEM_BIND\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"operatorCode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"deInNameList\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operatorName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"在名单中\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"parentId\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\"right\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"code\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"nl_NsVwBD2s11e0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"displayType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"NAME_LIST\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"nl_NsVwBD2s11e0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"rightVariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"constant\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"sourceType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SAF\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"title\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"device_block_list\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"NAME_LIST\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"sequence\\\\\\\\\\\\\\":4}],\\\\\\\\\\\\\\"parentId\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\"relationship\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"and\\\\\\\\\\\\\\"}],\\\\\\\\\\\\\\"parentId\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\"relationship\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"and\\\\\\\\\\\\\\"}],\\\\\\\\\\\\\\"parentId\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\"relationship\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"and\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"then\\\\\\\\\\\\\\":[{\\\\\\\\\\\\\\"actionType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"TAG\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"code\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"addDeTags\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"description\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"打标签\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"displayType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ACTION\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"fieldType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"STRING\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"inputs\\\\\\\\\\\\\\":[\\\\\\\\\\\\\\"123\\\\\\\\\\\\\\"],\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"__addDeTags__\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"outputType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"const\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"sourceType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SAF\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"title\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"打标签\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ACTION\\\\\\\\\\\\\\"}]}}\\",\\n \\"ruleType\\": \\"DSL\\",\\n \\"ruleAuthType\\": \\"NOMAL\\",\\n \\"createType\\": \\"MORMAL\\",\\n \\"authType\\": \\"all\\"\\n }\\n}","type":"json"}]', + 'title' => 'Query Policy Details', + 'translator' => 'machine', + ], + 'ExpressionTest' => [ + 'summary' => 'Custom Variable Test', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'id', + 'in' => 'query', + 'schema' => [ + 'description' => 'Variable ID', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '3144', + ], + ], + [ + 'name' => 'expressionVariableIds', + 'in' => 'query', + 'schema' => [ + 'description' => 'Associated variable ID', + 'type' => 'string', + 'required' => false, + 'example' => '[44659]', + ], + ], + [ + 'name' => 'scene', + 'in' => 'query', + 'schema' => [ + 'description' => 'Scene', + 'type' => 'string', + 'required' => true, + 'example' => 'EXPRESSION', + ], + ], + [ + 'name' => 'expression', + 'in' => 'query', + 'schema' => [ + 'description' => 'Test expression.', + 'type' => 'string', + 'required' => true, + 'example' => '@ex_GX9rrlTq4b67 + 1001', + ], + ], + [ + 'name' => 'expressionVariable', + 'in' => 'query', + 'schema' => [ + 'description' => 'Calculation expression variable', + 'type' => 'string', + 'required' => true, + 'example' => '[{\\"name\\":\\"age\\",\\"code\\":\\"age\\",\\"fieldType\\":\\"INT\\",\\"id\\":44809,\\"value\\":\\"1\\"}]', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Custom Variable Test', + 'translator' => 'machine', + ], + 'DescribeAllRootVariable' => [ + 'summary' => 'Display all root variables when testing custom expressions', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'SourceIp', + 'in' => 'query', + 'schema' => [ + 'description' => 'Request source IP. No need to fill in, the system will automatically obtain it.', + 'type' => 'string', + 'required' => false, + 'example' => '61.169.104.202', + ], + ], + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for requests and received messages, default value is **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'id', + 'in' => 'query', + 'schema' => [ + 'description' => 'Variable ID.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '2557', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'eventCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code', + 'type' => 'string', + 'required' => false, + 'example' => 'de_arqbuy7206', + ], + ], + [ + 'name' => 'nativeVariableIds', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event field list', + 'type' => 'string', + 'required' => false, + 'example' => '[106780]', + 'maxItems' => 201, + ], + ], + [ + 'name' => 'deviceVariableIds', + 'in' => 'query', + 'schema' => [ + 'description' => 'Device variable list', + 'type' => 'string', + 'required' => false, + 'example' => '[180]', + 'maxItems' => 201, + ], + ], + [ + 'name' => 'expressionVariableIds', + 'in' => 'query', + 'schema' => [ + 'description' => 'Custom variable list', + 'type' => 'string', + 'required' => false, + 'example' => '[6780]', + 'maxItems' => 201, + ], + ], + [ + 'name' => 'velocityVariableIds', + 'in' => 'query', + 'schema' => [ + 'description' => 'Custom cumulative variable', + 'type' => 'string', + 'required' => false, + 'example' => '[780]', + 'maxItems' => 201, + ], + ], + [ + 'name' => 'queryVariableIds', + 'in' => 'query', + 'schema' => [ + 'description' => 'Custom query variable', + 'type' => 'string', + 'required' => false, + 'example' => '[2678]', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'array', + 'items' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'id' => [ + 'description' => 'Variable ID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '497', + ], + 'title' => [ + 'description' => 'Title.', + 'type' => 'string', + 'example' => '年龄', + ], + 'name' => [ + 'description' => 'Variable name.', + 'type' => 'string', + 'example' => 'age', + ], + 'description' => [ + 'description' => 'Variable description.', + 'type' => 'string', + 'example' => '年龄', + ], + 'type' => [ + 'description' => 'Variable type.', + 'type' => 'string', + 'example' => 'NATIVE', + ], + 'inputs' => [ + 'description' => 'Variable input.', + 'type' => 'string', + 'example' => 'age', + ], + 'fieldType' => [ + 'description' => 'Field type.', + 'type' => 'string', + 'example' => 'STRING', + ], + 'code' => [ + 'description' => 'Variable code', + 'type' => 'string', + 'example' => 'age', + ], + 'displayType' => [ + 'description' => 'Display type and group label', + 'type' => 'string', + 'example' => 'NATIVE', + ], + 'favoriteFlag' => [ + 'description' => 'Favorite flag', + 'type' => 'boolean', + 'example' => 'true', + ], + 'fieldRank' => [ + 'description' => 'Field ranking', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1', + ], + 'inputFieldType' => [ + 'description' => 'Input field type.', + 'type' => 'string', + 'example' => 'STRING', + ], + 'outputThreshold' => [ + 'description' => 'Maximum cross-sectional area of the checkbox.', + 'type' => 'object', + 'properties' => [ + 'minValue' => [ + 'description' => 'Minimum value.', + 'type' => 'number', + 'format' => 'double', + 'example' => '10', + ], + 'maxValue' => [ + 'description' => 'Maximum value', + 'type' => 'number', + 'format' => 'double', + 'example' => '1000', + ], + ], + ], + 'sourceType' => [ + 'description' => 'Data source', + 'type' => 'string', + 'example' => 'SAF', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"resultObject\\": [\\n {\\n \\"id\\": 497,\\n \\"title\\": \\"年龄\\",\\n \\"name\\": \\"age\\",\\n \\"description\\": \\"年龄\\",\\n \\"type\\": \\"NATIVE\\",\\n \\"inputs\\": \\"age\\",\\n \\"fieldType\\": \\"STRING\\",\\n \\"code\\": \\"age\\",\\n \\"displayType\\": \\"NATIVE\\",\\n \\"favoriteFlag\\": true,\\n \\"fieldRank\\": 1,\\n \\"inputFieldType\\": \\"STRING\\",\\n \\"outputThreshold\\": {\\n \\"minValue\\": 10,\\n \\"maxValue\\": 1000\\n },\\n \\"sourceType\\": \\"SAF\\"\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Display all root variables when testing custom expressions', + 'translator' => 'machine', + ], + 'DescribeDetailStart' => [ + 'summary' => 'Detailed Statistics', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'appKey', + 'in' => 'query', + 'schema' => [ + 'description' => 'Application appkey.', + 'type' => 'string', + 'required' => false, + 'example' => '***', + ], + ], + [ + 'name' => 'service', + 'in' => 'query', + 'schema' => [ + 'description' => 'Called service', + 'type' => 'string', + 'required' => false, + 'example' => 'service_tender_cee', + ], + ], + [ + 'name' => 'startDs', + 'in' => 'query', + 'schema' => [ + 'description' => 'Start time'."\n" + .' '."\n" + .' Format yyyymmdd', + 'type' => 'string', + 'required' => false, + 'example' => '20250310', + ], + ], + [ + 'name' => 'endDs', + 'in' => 'query', + 'schema' => [ + 'description' => 'End time'."\n" + .' '."\n" + .'Format yyyymmdd', + 'type' => 'string', + 'required' => false, + 'example' => '20250320', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'success' => [ + 'description' => 'Indicates whether the operation was successful, with true representing success.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'code' => [ + 'description' => 'Status code.', + 'type' => 'string', + 'example' => '200', + ], + 'message' => [ + 'description' => 'Error details'."\n", + 'type' => 'string', + 'example' => 'The input parameter data is not valid. order_storage_company_num component not found', + ], + 'httpStatusCode' => [ + 'description' => 'HTTP status code', + 'type' => 'string', + 'example' => '200', + ], + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"success\\": true,\\n \\"code\\": \\"200\\",\\n \\"message\\": \\"The input parameter data is not valid. order_storage_company_num component not found\\",\\n \\"httpStatusCode\\": \\"200\\",\\n \\"resultObject\\": true,\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\"\\n}","type":"json"}]', + 'title' => 'Detailed Statistics', + 'translator' => 'machine', + ], + 'DescribeServiceAppKey' => [ + 'summary' => 'ServiceAppkey dropdown', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'uccess' => [ + 'description' => 'Whether the request was successful.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'code' => [ + 'description' => 'Status code.', + 'type' => 'string', + 'example' => '200', + ], + 'message' => [ + 'description' => 'Error message.', + 'type' => 'string', + 'example' => 'The input parameter data is not valid. order_storage_company_num component not found', + ], + 'httpStatusCode' => [ + 'description' => 'HTTP status code', + 'type' => 'string', + 'example' => '200', + ], + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"uccess\\": true,\\n \\"code\\": \\"200\\",\\n \\"message\\": \\"The input parameter data is not valid. order_storage_company_num component not found\\",\\n \\"httpStatusCode\\": \\"200\\",\\n \\"resultObject\\": true,\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\"\\n}","type":"json"}]', + 'title' => 'Dropdown values for service and AppKey', + 'translator' => 'machine', + ], + 'DescribeBasicStart' => [ + 'summary' => 'Basic Statistics', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'appKey', + 'in' => 'query', + 'schema' => [ + 'description' => 'Application appkey.', + 'type' => 'string', + 'required' => false, + 'example' => '***', + ], + ], + [ + 'name' => 'service', + 'in' => 'query', + 'schema' => [ + 'description' => 'Service to call', + 'type' => 'string', + 'required' => false, + 'example' => 'service_tender_cee', + ], + ], + [ + 'name' => 'startDs', + 'in' => 'query', + 'schema' => [ + 'description' => 'Start time, accurate to milliseconds (ms).', + 'type' => 'string', + 'required' => false, + 'example' => '20250310', + ], + ], + [ + 'name' => 'endDs', + 'in' => 'query', + 'schema' => [ + 'description' => 'End time, accurate to milliseconds (ms).', + 'type' => 'string', + 'required' => false, + 'example' => '20250320', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'success' => [ + 'description' => 'Whether the request was successful.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'code' => [ + 'description' => 'Status code.', + 'type' => 'string', + 'example' => '200', + ], + 'message' => [ + 'description' => 'Return message', + 'type' => 'string', + 'example' => 'The input parameter data is not valid. order_storage_company_num component not found', + ], + 'httpStatusCode' => [ + 'description' => 'HTTP status code', + 'type' => 'string', + 'example' => '200', + ], + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'requestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"success\\": true,\\n \\"code\\": \\"200\\",\\n \\"message\\": \\"The input parameter data is not valid. order_storage_company_num component not found\\",\\n \\"httpStatusCode\\": \\"200\\",\\n \\"resultObject\\": true,\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\"\\n}","type":"json"}]', + 'title' => 'Basic Statistics', + 'translator' => 'machine', + ], + 'DeleteQueryVariable' => [ + 'summary' => 'Delete Query Variable', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English', + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'id', + 'in' => 'query', + 'schema' => [ + 'description' => 'Variable ID.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '3144', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Delete Custom Query Variable', + 'translator' => 'machine', + ], + 'DescribeQueryVariableDetail' => [ + 'summary' => 'Query Variable Detail Query', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'id', + 'in' => 'query', + 'schema' => [ + 'description' => 'Variable ID', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '355', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'id' => [ + 'description' => 'Variable ID', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '355', + ], + 'dataSourceCode' => [ + 'description' => 'Data source code.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => 'ds_vcaoii1697', + ], + 'dataSourceName' => [ + 'description' => 'Data source name', + 'type' => 'string', + 'example' => '名称数据源', + ], + 'eventCode' => [ + 'description' => 'Event code', + 'type' => 'string', + 'example' => 'de_aszbjb7236', + ], + 'title' => [ + 'description' => 'Title.', + 'type' => 'string', + 'example' => '自定义查询变量标题', + ], + 'description' => [ + 'description' => 'Description.', + 'type' => 'string', + 'example' => '变量描述', + ], + 'outputs' => [ + 'description' => 'Output results.', + 'type' => 'string', + 'example' => 'DOUBLE', + ], + 'outlier' => [ + 'description' => 'Outlier', + 'type' => 'string', + 'example' => '-1', + ], + 'expressionTitle' => [ + 'description' => 'Expression title.', + 'type' => 'string', + 'example' => 'SELECT AVG( $source )\\nFROM testCase\\nWHERE $age > 0', + ], + 'expression' => [ + 'description' => 'Expression.', + 'type' => 'string', + 'example' => 'SELECT AVG( $source )\\nFROM ds_vcaoii1697 \\nWHERE $age > 0', + ], + 'expressionVariable' => [ + 'description' => 'Expression variable.', + 'type' => 'string', + 'example' => '[96426]', + ], + ], + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": {\\n \\"id\\": 355,\\n \\"dataSourceCode\\": 0,\\n \\"dataSourceName\\": \\"名称数据源\\",\\n \\"eventCode\\": \\"de_aszbjb7236\\",\\n \\"title\\": \\"自定义查询变量标题\\",\\n \\"description\\": \\"变量描述\\",\\n \\"outputs\\": \\"DOUBLE\\",\\n \\"outlier\\": \\"-1\\",\\n \\"expressionTitle\\": \\"SELECT AVG( $source )\\\\\\\\nFROM testCase\\\\\\\\nWHERE $age > 0\\",\\n \\"expression\\": \\"SELECT AVG( $source )\\\\\\\\nFROM ds_vcaoii1697 \\\\\\\\nWHERE $age > 0\\",\\n \\"expressionVariable\\": \\"[96426]\\"\\n },\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Custom Query Variable Detail Query', + 'translator' => 'machine', + ], + 'DescribeAllDataSource' => [ + 'summary' => 'Data Source List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'array', + 'items' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'id' => [ + 'description' => 'Policy primary key ID', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '497', + ], + 'eventCode' => [ + 'description' => 'Event code', + 'type' => 'string', + 'example' => 'de_aszbjb7236', + ], + 'eventName' => [ + 'description' => 'Event name.', + 'type' => 'string', + 'example' => '注册风险', + ], + ], + ], + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": [\\n {\\n \\"id\\": 497,\\n \\"eventCode\\": \\"de_aszbjb7236\\",\\n \\"eventName\\": \\"注册风险\\"\\n }\\n ],\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Data Source List Query', + 'translator' => 'machine', + ], + 'DescribeDataSourceFields' => [ + 'summary' => 'Retrieve all fields of a data source', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'dataSourceCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Data source code', + 'type' => 'string', + 'required' => true, + 'example' => 'date_source', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Get DataSource Fields by DataSource Code', + 'translator' => 'machine', + ], + 'SwitchQueryVariable' => [ + 'summary' => 'Query Variable Enable/Disable', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English', + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'id', + 'in' => 'query', + 'schema' => [ + 'description' => 'Primary key ID', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '3144', + ], + ], + [ + 'name' => 'status', + 'in' => 'query', + 'schema' => [ + 'description' => 'Status.', + 'type' => 'string', + 'required' => false, + 'example' => 'ENABLE', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Query Variable Enable/Disable', + 'translator' => 'machine', + ], + 'DescribeQueryVariablePageList' => [ + 'summary' => 'Query Variable List Query', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'list', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'dataSourceCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Data source code', + 'type' => 'string', + 'required' => false, + 'example' => 'ds_vcaoii1697', + ], + ], + [ + 'name' => 'name', + 'in' => 'query', + 'schema' => [ + 'description' => 'Query variable name', + 'type' => 'string', + 'required' => false, + 'example' => '名称', + ], + ], + [ + 'name' => 'eventCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code', + 'type' => 'string', + 'required' => false, + 'example' => 'de_ahpayh4121', + ], + ], + [ + 'name' => 'currentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size, default value is 10', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '10', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'array', + 'items' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'id' => [ + 'description' => 'Query variable primary key ID', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '497', + ], + 'version' => [ + 'description' => 'Version number.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1', + ], + 'name' => [ + 'description' => 'Query variable name', + 'type' => 'string', + 'example' => '查询变量名称', + ], + 'description' => [ + 'description' => 'Description information.', + 'type' => 'string', + 'example' => '变量描述', + ], + 'gmtCreate' => [ + 'description' => 'Creation time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1621578648000', + ], + 'gmtModified' => [ + 'description' => 'Modification time', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1565701886000', + ], + 'fieldType' => [ + 'description' => 'Return value type', + 'type' => 'string', + 'example' => 'STRING', + ], + 'dataSourceName' => [ + 'description' => 'Data source name.', + 'type' => 'string', + 'example' => '姓名数据源', + ], + 'dataSourceCode' => [ + 'description' => 'Data source code.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => 'ds_vcaoii1697', + ], + 'eventName' => [ + 'description' => 'Event name.', + 'type' => 'string', + 'example' => '注册风险', + ], + 'total' => [ + 'description' => 'Total count', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '24', + ], + 'status' => [ + 'description' => 'Status.', + 'type' => 'string', + 'example' => 'ENABLE', + ], + ], + ], + ], + 'totalItem' => [ + 'description' => 'Total items', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '6', + ], + 'totalPage' => [ + 'description' => 'Total pages', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1', + ], + 'currentPage' => [ + 'description' => 'Pagination parameter, current page.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1', + ], + 'pageSize' => [ + 'description' => 'Page size, default value is 10', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '10', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": [\\n {\\n \\"id\\": 497,\\n \\"version\\": 1,\\n \\"name\\": \\"查询变量名称\\",\\n \\"description\\": \\"变量描述\\",\\n \\"gmtCreate\\": 1621578648000,\\n \\"gmtModified\\": 1565701886000,\\n \\"fieldType\\": \\"STRING\\",\\n \\"dataSourceName\\": \\"姓名数据源\\",\\n \\"dataSourceCode\\": 0,\\n \\"eventName\\": \\"注册风险\\",\\n \\"total\\": 24,\\n \\"status\\": \\"ENABLE\\"\\n }\\n ],\\n \\"totalItem\\": 6,\\n \\"totalPage\\": 1,\\n \\"currentPage\\": 1,\\n \\"pageSize\\": 10,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Custom Query Variable Pagination List Query', + 'translator' => 'machine', + ], + 'UpdateQueryVariable' => [ + 'summary' => 'Modify Custom Query Variable', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English', + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'id', + 'in' => 'query', + 'schema' => [ + 'description' => 'Primary key ID', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '3144', + ], + ], + [ + 'name' => 'dataSourceCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Data source code', + 'type' => 'string', + 'required' => true, + 'example' => 'ds_vcaoii1697', + ], + ], + [ + 'name' => 'eventCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code', + 'type' => 'string', + 'required' => true, + 'example' => 'de_ajnoqe2016', + ], + ], + [ + 'name' => 'title', + 'in' => 'query', + 'schema' => [ + 'description' => 'Title.', + 'type' => 'string', + 'required' => true, + 'example' => '获取年龄大于30的数据', + ], + ], + [ + 'name' => 'description', + 'in' => 'query', + 'schema' => [ + 'description' => 'Description.', + 'type' => 'string', + 'required' => false, + 'example' => '描述', + ], + ], + [ + 'name' => 'outputs', + 'in' => 'query', + 'schema' => [ + 'description' => 'Variable return type', + 'type' => 'string', + 'required' => true, + 'example' => 'STRING', + ], + ], + [ + 'name' => 'outlier', + 'in' => 'query', + 'schema' => [ + 'description' => 'Outlier', + 'type' => 'string', + 'required' => true, + 'example' => '-1', + ], + ], + [ + 'name' => 'expression', + 'in' => 'query', + 'schema' => [ + 'description' => 'Expression.', + 'type' => 'string', + 'required' => true, + 'example' => 'SELECT AVG( $source )\\nFROM ds_vcaoii1697 \\nWHERE $age > 0', + ], + ], + [ + 'name' => 'expressionTitle', + 'in' => 'query', + 'schema' => [ + 'description' => 'Display expression', + 'type' => 'string', + 'required' => true, + 'example' => 'SELECT AVG( $source )\\nFROM testCase\\nWHERE $age > 0', + ], + ], + [ + 'name' => 'expressionVariable', + 'in' => 'query', + 'schema' => [ + 'description' => 'Expression associated variable', + 'type' => 'string', + 'required' => true, + 'example' => 'age', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Edit Custom Query Variable', + 'translator' => 'machine', + ], + 'DescribeDataSourcePageList' => [ + 'summary' => 'Data Source List Interface', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'SourceIp', + 'in' => 'query', + 'schema' => [ + 'description' => 'Request source IP.', + 'type' => 'string', + 'required' => false, + 'example' => '220.250.21.83', + ], + ], + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for request and response, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'name', + 'in' => 'query', + 'schema' => [ + 'description' => 'Variable name', + 'type' => 'string', + 'required' => false, + 'example' => 'data_source', + ], + ], + [ + 'name' => 'type', + 'in' => 'query', + 'schema' => [ + 'description' => 'Type', + 'type' => 'string', + 'required' => false, + 'example' => 'FILE', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size, default value is 10', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'currentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '1', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'totalItem' => [ + 'description' => 'Total items', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '3', + ], + 'totalPage' => [ + 'description' => 'Total pages', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '9', + ], + 'currentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'pageSize' => [ + 'description' => 'Page size, default value is 10', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'array', + 'items' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'id' => [ + 'description' => 'Data source ID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '497', + ], + 'name' => [ + 'description' => 'Data source name.', + 'type' => 'string', + 'example' => 'data_source', + ], + 'type' => [ + 'description' => 'Data source type.', + 'type' => 'string', + 'example' => 'FILE', + ], + 'total' => [ + 'description' => 'Total pages.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '4', + ], + 'description' => [ + 'description' => 'Data source description.', + 'type' => 'string', + 'example' => '描述', + ], + 'gmtCreate' => [ + 'description' => 'Time when the data source was created.', + 'type' => 'string', + 'example' => '1621578648000', + ], + 'gmtModified' => [ + 'description' => 'Time when the data source was last modified.', + 'type' => 'string', + 'example' => '1565701886000', + ], + 'creator' => [ + 'description' => 'Creator of the data source.', + 'type' => 'string', + 'example' => 'xxxx', + ], + 'modifier' => [ + 'description' => 'Last modifier.', + 'type' => 'string', + 'example' => 'xxxxx', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"totalItem\\": 3,\\n \\"totalPage\\": 9,\\n \\"currentPage\\": 1,\\n \\"pageSize\\": 10,\\n \\"resultObject\\": [\\n {\\n \\"id\\": 497,\\n \\"name\\": \\"data_source\\",\\n \\"type\\": \\"FILE\\",\\n \\"total\\": 4,\\n \\"description\\": \\"描述\\",\\n \\"gmtCreate\\": \\"1621578648000\\",\\n \\"gmtModified\\": \\"1565701886000\\",\\n \\"creator\\": \\"xxxx\\",\\n \\"modifier\\": \\"xxxxx\\"\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'External Data Source List Query', + 'translator' => 'machine', + ], + 'CreateQueryVariable' => [ + 'summary' => 'Add New Custom Query Variable', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'dataSourceCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Data source ID.', + 'type' => 'string', + 'required' => true, + 'example' => '3527', + ], + ], + [ + 'name' => 'eventCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code', + 'type' => 'string', + 'required' => true, + 'example' => 'de_arqbuy7206', + ], + ], + [ + 'name' => 'title', + 'in' => 'query', + 'schema' => [ + 'description' => 'Title.', + 'type' => 'string', + 'required' => true, + 'example' => '获取手机号前7位', + ], + ], + [ + 'name' => 'description', + 'in' => 'query', + 'schema' => [ + 'description' => 'Description.', + 'type' => 'string', + 'required' => false, + 'example' => '查询变量描述信息', + ], + ], + [ + 'name' => 'outputs', + 'in' => 'query', + 'schema' => [ + 'description' => 'Variable return type', + 'type' => 'string', + 'required' => true, + 'example' => 'STRING', + ], + ], + [ + 'name' => 'outlier', + 'in' => 'query', + 'schema' => [ + 'description' => 'Outlier', + 'type' => 'string', + 'required' => true, + 'example' => '-1', + ], + ], + [ + 'name' => 'expression', + 'in' => 'query', + 'schema' => [ + 'description' => 'Calculation expression', + 'type' => 'string', + 'required' => true, + 'example' => 'SELECT AVG( $source )'."\n" + .'FROM testCase'."\n" + .'WHERE $age > 0', + ], + ], + [ + 'name' => 'expressionTitle', + 'in' => 'query', + 'schema' => [ + 'description' => 'Display value of calculation expression', + 'type' => 'string', + 'required' => true, + 'example' => 'SELECT AVG( $source )'."\n" + .'FROM testCase'."\n" + .'WHERE $age > 0', + ], + ], + [ + 'name' => 'expressionVariable', + 'in' => 'query', + 'schema' => [ + 'description' => 'Calculation expression variable', + 'type' => 'string', + 'required' => true, + 'example' => 'age', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Create Custom Query Variable', + 'translator' => 'machine', + ], + 'DescribeDataSourceDataDownloadUrl' => [ + 'summary' => 'Get Data Source Data Download Link', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'dataSourceId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Data source ID.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '69', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'downloadFileUrl' => [ + 'description' => 'Download URL.', + 'type' => 'string', + 'example' => 'https:/xxxxx.oss-cn-xxxxxx.aliyuncs.com/xxxx/xxx/xxxxxx/xxx/xxxxxxxxxx?Expires=1753421064&OSSAccessKeyId=xxxxxxx&Signature=xxxxxxx%3D', + ], + ], + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": {\\n \\"downloadFileUrl\\": \\"https:/xxxxx.oss-cn-xxxxxx.aliyuncs.com/xxxx/xxx/xxxxxx/xxx/xxxxxxxxxx?Expires=1753421064&OSSAccessKeyId=xxxxxxx&Signature=xxxxxxx%3D\\"\\n },\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Download File by Filename', + 'translator' => 'machine', + ], + 'CreateDataSource' => [ + 'summary' => 'Add Data Source', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'name', + 'in' => 'query', + 'schema' => [ + 'description' => 'Data source name.', + 'type' => 'string', + 'required' => true, + 'example' => 'testDispatch', + ], + ], + [ + 'name' => 'type', + 'in' => 'query', + 'schema' => [ + 'description' => 'Data source type', + 'type' => 'string', + 'required' => true, + 'example' => 'FILE', + ], + ], + [ + 'name' => 'description', + 'in' => 'query', + 'schema' => [ + 'description' => 'Data source description.', + 'type' => 'string', + 'required' => false, + 'example' => '数据源描述', + ], + ], + [ + 'name' => 'ossKey', + 'in' => 'query', + 'schema' => [ + 'description' => 'OSS file key.', + 'type' => 'string', + 'required' => true, + 'example' => 'oss上传key', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Create Query Variable Data Source', + 'translator' => 'machine', + ], + 'UpdateDataSource' => [ + 'summary' => 'Modify Data Source', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'id', + 'in' => 'query', + 'schema' => [ + 'description' => 'Primary key ID', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '30', + ], + ], + [ + 'name' => 'name', + 'in' => 'query', + 'schema' => [ + 'description' => 'Data source name.', + 'type' => 'string', + 'required' => false, + 'example' => '年龄数据源', + ], + ], + [ + 'name' => 'type', + 'in' => 'query', + 'schema' => [ + 'description' => 'Data source type', + 'type' => 'string', + 'required' => false, + 'example' => 'FILE', + ], + ], + [ + 'name' => 'description', + 'in' => 'query', + 'schema' => [ + 'description' => 'Description information.', + 'type' => 'string', + 'required' => false, + 'example' => '描述', + ], + ], + [ + 'name' => 'ossKey', + 'in' => 'query', + 'schema' => [ + 'description' => 'OSS file key.', + 'type' => 'string', + 'required' => false, + 'example' => 'saf/path/xxx', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'External Data Source Modification', + 'translator' => 'machine', + ], + 'DescribeOssPolicy' => [ + 'summary' => 'Get OSS Policy', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'scene', + 'in' => 'query', + 'schema' => [ + 'description' => 'Scene', + 'type' => 'string', + 'required' => true, + 'enumValueTitles' => [ + 'NAME_LIST' => '名单', + 'IMPORT_VARIABLE' => '变量', + ], + 'example' => 'NAME_LIST', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + 'Host' => [ + 'description' => 'OSS host ID.', + 'type' => 'string', + 'example' => 'testvm.biubiubiuu.com', + ], + 'Key' => [ + 'description' => 'Key required for file upload.', + 'type' => 'string', + 'example' => 'saf/a/uid/ccc', + ], + 'Signature' => [ + 'description' => 'Signature data.', + 'type' => 'string', + 'example' => 'tzl1wL4q8rR/xxxxxx', + ], + 'Policy' => [ + 'description' => 'OSS security policy', + 'type' => 'string', + 'example' => 'eyJleHBpxxxxxx', + ], + 'AccessId' => [ + 'description' => 'accessId, a parameter used in OSS SDK uploads, corresponding to OSSAccessKeyId', + 'type' => 'string', + 'example' => 'LTAxxxxxxxxxxxx', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\",\\n \\"Host\\": \\"testvm.biubiubiuu.com\\",\\n \\"Key\\": \\"saf/a/uid/ccc\\",\\n \\"Signature\\": \\"tzl1wL4q8rR/xxxxxx\\",\\n \\"Policy\\": \\"eyJleHBpxxxxxx\\",\\n \\"AccessId\\": \\"LTAIpeYTKEbC0v10\\"\\n}","type":"json"}]', + 'title' => 'Query OSS Upload Credentials', + 'translator' => 'machine', + ], + 'DeleteDataSource' => [ + 'summary' => 'Delete Data Source', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'id', + 'in' => 'query', + 'schema' => [ + 'description' => 'Primary key ID', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '30', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Delete Data Source', + 'translator' => 'machine', + ], + 'CreateAnalysisConditionFavorite' => [ + 'summary' => 'Add Query Conditions', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'name', + 'in' => 'query', + 'schema' => [ + 'description' => 'Condition favorite name', + 'type' => 'string', + 'required' => true, + 'example' => '条件一', + ], + ], + [ + 'name' => 'eventCodes', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event codes, separated by commas', + 'type' => 'string', + 'required' => true, + 'example' => '["de_ahqhsw7665","de_agbzfi5134"]', + ], + ], + [ + 'name' => 'eventBeginTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'Start time, accurate to milliseconds (ms).', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1751299200000', + ], + ], + [ + 'name' => 'eventEndTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'End time, accurate to milliseconds (ms).', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1753372799000', + ], + ], + [ + 'name' => 'condition', + 'in' => 'query', + 'schema' => [ + 'description' => 'Condition value.', + 'type' => 'string', + 'required' => true, + 'example' => '{"relationship":"and","list":[{"deepCount":1,"left":{"hasRightVariable":true,"fieldType":"INT","functionName":"","leftVariableType":"NATIVE","name":"DEtest222","operatorCode":"equals"},"right":{"rightVariableType":"constant","name":"11","functionName":""},"operatorCode":"equals"}]}', + ], + ], + [ + 'name' => 'type', + 'in' => 'query', + 'schema' => [ + 'description' => 'Query type', + 'type' => 'string', + 'required' => true, + 'example' => 'BASIC', + ], + ], + [ + 'name' => 'fieldName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Field name', + 'type' => 'string', + 'required' => false, + 'example' => 'age', + ], + ], + [ + 'name' => 'fieldValue', + 'in' => 'query', + 'schema' => [ + 'description' => 'Field value', + 'type' => 'string', + 'required' => false, + 'example' => '10', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Save Query Conditions', + 'translator' => 'machine', + ], + 'CreateAnalysisExportTask' => [ + 'summary' => 'Create Export Task', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for the request and response messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English', + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'eventCodes', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code.', + 'type' => 'string', + 'required' => true, + 'example' => 'de_afghcf6411', + ], + ], + [ + 'name' => 'scope', + 'in' => 'query', + 'schema' => [ + 'description' => 'Export scope: ALL: All, SELECT: Selected rows', + 'type' => 'string', + 'required' => true, + 'example' => 'ALL', + ], + ], + [ + 'name' => 'fileFormat', + 'in' => 'query', + 'schema' => [ + 'description' => 'File format, Excel, CSV', + 'type' => 'string', + 'required' => true, + 'example' => 'CSV', + ], + ], + [ + 'name' => 'columns', + 'in' => 'query', + 'schema' => [ + 'description' => 'Custom columns', + 'type' => 'string', + 'required' => false, + 'example' => '['."\n" + .' {'."\n" + .' "fieldName": "requestId",'."\n" + .' "fieldTitle": "RequestId"'."\n" + .' },'."\n" + .' {'."\n" + .' "fieldName": "eventTime",'."\n" + .' "fieldTitle": "事件时间"'."\n" + .' },'."\n" + .' {'."\n" + .' "fieldName": "accountId",'."\n" + .' "fieldTitle": "账号"'."\n" + .' },'."\n" + .' {'."\n" + .' "fieldName": "deviceId",'."\n" + .' "fieldTitle": "设备ID"'."\n" + .' },'."\n" + .' {'."\n" + .' "fieldName": "eventCode",'."\n" + .' "fieldTitle": "事件编码"'."\n" + .' },'."\n" + .' {'."\n" + .' "fieldName": "ip",'."\n" + .' "fieldTitle": "IP"'."\n" + .' },'."\n" + .' {'."\n" + .' "fieldName": "score",'."\n" + .' "fieldTitle": "分值"'."\n" + .' },'."\n" + .' {'."\n" + .' "fieldName": "tags",'."\n" + .' "fieldTitle": "标签"'."\n" + .' },'."\n" + .' {'."\n" + .' "fieldName": "DEtest222",'."\n" + .' "fieldTitle": "测试222"'."\n" + .' }'."\n" + .' ]', + ], + ], + [ + 'name' => 'eventBeginTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'Start time, accurate to milliseconds (ms).', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1752076800000', + ], + ], + [ + 'name' => 'eventEndTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'End time, accurate to milliseconds (ms).', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1753891199000', + ], + ], + [ + 'name' => 'type', + 'in' => 'query', + 'schema' => [ + 'description' => 'Type, BASIC: Basic query, ADVANCE: Advanced query, BATCH: Batch query', + 'type' => 'string', + 'required' => true, + 'example' => 'BASIC', + ], + ], + [ + 'name' => 'conditions', + 'in' => 'query', + 'schema' => [ + 'description' => 'Query expression', + 'type' => 'string', + 'required' => false, + 'example' => '{'."\n" + .' "fieldName": null, '."\n" + .' "fieldValue": null '."\n" + .' }', + ], + ], + [ + 'name' => 'fieldName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Field name', + 'type' => 'string', + 'required' => false, + 'example' => 'age', + ], + ], + [ + 'name' => 'fieldValue', + 'in' => 'query', + 'schema' => [ + 'description' => 'Field value', + 'type' => 'string', + 'required' => false, + 'example' => '20', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'eventCodes' => [ + 'description' => 'Event code.', + 'type' => 'string', + 'example' => 'de_ahespg8137', + ], + 'eventBeginTime' => [ + 'description' => 'Event start time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1752076800000', + ], + 'eventEndTime' => [ + 'description' => 'End time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1753891199000', + ], + 'type' => [ + 'description' => 'Export task type.', + 'type' => 'string', + 'example' => 'BASIC', + ], + 'scope' => [ + 'description' => 'Export task scope.', + 'type' => 'string', + 'example' => 'ALL', + ], + 'fileFormat' => [ + 'description' => 'File format.', + 'type' => 'string', + 'example' => 'CSV', + ], + 'conditions' => [ + 'description' => 'Export task conditions.', + 'type' => 'string', + 'example' => '{'."\n" + .' "fieldName": null, '."\n" + .' "fieldValue": null '."\n" + .' }', + ], + 'columns' => [ + 'description' => 'Export list.', + 'type' => 'string', + 'example' => '['."\n" + .' {'."\n" + .' "fieldName": "requestId",'."\n" + .' "fieldTitle": "RequestId"'."\n" + .' },'."\n" + .' {'."\n" + .' "fieldName": "eventTime",'."\n" + .' "fieldTitle": "事件时间"'."\n" + .' },'."\n" + .' {'."\n" + .' "fieldName": "accountId",'."\n" + .' "fieldTitle": "账号"'."\n" + .' },'."\n" + .' {'."\n" + .' "fieldName": "deviceId",'."\n" + .' "fieldTitle": "设备ID"'."\n" + .' },'."\n" + .' {'."\n" + .' "fieldName": "eventCode",'."\n" + .' "fieldTitle": "事件编码"'."\n" + .' },'."\n" + .' {'."\n" + .' "fieldName": "ip",'."\n" + .' "fieldTitle": "IP"'."\n" + .' },'."\n" + .' {'."\n" + .' "fieldName": "score",'."\n" + .' "fieldTitle": "分值"'."\n" + .' },'."\n" + .' {'."\n" + .' "fieldName": "tags",'."\n" + .' "fieldTitle": "标签"'."\n" + .' },'."\n" + .' {'."\n" + .' "fieldName": "DEtest222",'."\n" + .' "fieldTitle": "测试222"'."\n" + .' }'."\n" + .' ]', + ], + 'status' => [ + 'description' => 'Task status.', + 'type' => 'string', + 'example' => 'RUNNING', + ], + 'ossKey' => [ + 'description' => 'OSS-generated key.', + 'type' => 'string', + 'example' => 'xxxxx', + ], + 'userId' => [ + 'description' => 'User UID', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1519714049632764', + ], + ], + ], + 'RequestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": {\\n \\"eventCodes\\": \\"de_ahespg8137\\",\\n \\"eventBeginTime\\": 1752076800000,\\n \\"eventEndTime\\": 1753891199000,\\n \\"type\\": \\"BASIC\\",\\n \\"scope\\": \\"ALL\\",\\n \\"fileFormat\\": \\"CSV\\",\\n \\"conditions\\": \\"{\\\\n \\\\\\"fieldName\\\\\\": null, \\\\n \\\\\\"fieldValue\\\\\\": null \\\\n }\\",\\n \\"columns\\": \\"[\\\\n {\\\\n \\\\\\"fieldName\\\\\\": \\\\\\"requestId\\\\\\",\\\\n \\\\\\"fieldTitle\\\\\\": \\\\\\"RequestId\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\"fieldName\\\\\\": \\\\\\"eventTime\\\\\\",\\\\n \\\\\\"fieldTitle\\\\\\": \\\\\\"事件时间\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\"fieldName\\\\\\": \\\\\\"accountId\\\\\\",\\\\n \\\\\\"fieldTitle\\\\\\": \\\\\\"账号\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\"fieldName\\\\\\": \\\\\\"deviceId\\\\\\",\\\\n \\\\\\"fieldTitle\\\\\\": \\\\\\"设备ID\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\"fieldName\\\\\\": \\\\\\"eventCode\\\\\\",\\\\n \\\\\\"fieldTitle\\\\\\": \\\\\\"事件编码\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\"fieldName\\\\\\": \\\\\\"ip\\\\\\",\\\\n \\\\\\"fieldTitle\\\\\\": \\\\\\"IP\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\"fieldName\\\\\\": \\\\\\"score\\\\\\",\\\\n \\\\\\"fieldTitle\\\\\\": \\\\\\"分值\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\"fieldName\\\\\\": \\\\\\"tags\\\\\\",\\\\n \\\\\\"fieldTitle\\\\\\": \\\\\\"标签\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\"fieldName\\\\\\": \\\\\\"DEtest222\\\\\\",\\\\n \\\\\\"fieldTitle\\\\\\": \\\\\\"测试222\\\\\\"\\\\n }\\\\n ]\\",\\n \\"status\\": \\"RUNNING\\",\\n \\"ossKey\\": \\"xxxxx\\",\\n \\"userId\\": 1519714049632764\\n },\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Create Export Task', + 'translator' => 'machine', + ], + 'DeleteAnalysisConditionFavorite' => [ + 'summary' => 'Delete Query Condition', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English', + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'id', + 'in' => 'query', + 'schema' => [ + 'description' => 'Primary key ID', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '30', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Delete Favorite Query Condition', + 'translator' => 'machine', + ], + 'DescribeAdvanceSearchPageList' => [ + 'summary' => 'Advanced Query', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'eventBeginTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'Query start time, accurate to milliseconds (ms).', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1753372800000', + ], + ], + [ + 'name' => 'eventEndTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'End time, accurate to milliseconds (ms).', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1753459199059', + ], + ], + [ + 'name' => 'eventCodes', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code.', + 'type' => 'string', + 'required' => true, + 'example' => '["de_ahqhsw7665"]', + ], + ], + [ + 'name' => 'condition', + 'in' => 'query', + 'schema' => [ + 'description' => 'Condition value.', + 'type' => 'string', + 'required' => false, + 'example' => '{'."\n" + .' "relationship": "and",'."\n" + .' "list": ['."\n" + .' {'."\n" + .' "deepCount": 1,'."\n" + .' "left": {'."\n" + .' "hasRightVariable": true,'."\n" + .' "fieldType": "STRING",'."\n" + .' "functionName": "",'."\n" + .' "leftVariableType": "NATIVE",'."\n" + .' "name": "accountId",'."\n" + .' "operatorCode": "equals"'."\n" + .' },'."\n" + .' "right": {'."\n" + .' "rightVariableType": "constant",'."\n" + .' "name": "10000",'."\n" + .' "functionName": ""'."\n" + .' },'."\n" + .' "operatorCode": "equals"'."\n" + .' }'."\n" + .' ]'."\n" + .'}', + ], + ], + [ + 'name' => 'fieldName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Field name', + 'type' => 'string', + 'required' => false, + 'example' => 'age', + ], + ], + [ + 'name' => 'fieldValue', + 'in' => 'query', + 'schema' => [ + 'description' => 'Field value', + 'type' => 'string', + 'required' => false, + 'example' => '20', + ], + ], + [ + 'name' => 'currentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size, default value is 10', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '10', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'header' => [ + 'description' => 'Table header', + 'type' => 'array', + 'items' => [ + 'description' => 'Application header information.', + 'type' => 'object', + 'properties' => [ + 'fieldName' => [ + 'description' => 'Field name', + 'type' => 'string', + 'example' => 'age', + ], + 'fieldTitle' => [ + 'description' => 'Field title.', + 'type' => 'string', + 'example' => '年龄', + ], + 'isDefault' => [ + 'description' => 'Whether it is a default display field (displayed in the response, not used as a parameter)'."\n" + .'- true: Yes'."\n" + .'- false: No', + 'type' => 'boolean', + 'example' => 'true', + ], + ], + ], + ], + 'data' => [ + 'description' => 'Returned data object', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned data.', + 'type' => 'object', + 'example' => '{}', + ], + ], + 'totalItem' => [ + 'description' => 'Total number of items', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '37', + ], + 'totalPage' => [ + 'description' => 'Total number of pages', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '4', + ], + 'currentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1', + ], + 'pageSize' => [ + 'description' => 'Number of items per page. Default value: 20, minimum value: 1, maximum value: 50.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '10', + ], + ], + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": {\\n \\"header\\": [\\n {\\n \\"fieldName\\": \\"age\\",\\n \\"fieldTitle\\": \\"年龄\\",\\n \\"isDefault\\": true\\n }\\n ],\\n \\"data\\": [\\n {}\\n ],\\n \\"totalItem\\": 37,\\n \\"totalPage\\": 4,\\n \\"currentPage\\": 1,\\n \\"pageSize\\": 10\\n },\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Advanced Event Analysis Query', + 'translator' => 'machine', + ], + 'DescribeAnalysisColumnFieldList' => [ + 'summary' => 'Display All Fields', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for requests and received messages, default value is **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Query All Fields for Event Analysis', + 'translator' => 'machine', + ], + 'DescribeAnalysisColumnList' => [ + 'summary' => 'Query Custom Columns', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'variableType' => [ + 'description' => 'Variable type.', + 'type' => 'string', + 'example' => 'NATIVE', + ], + 'variableName' => [ + 'description' => 'Variable name.', + 'type' => 'string', + 'example' => 'age', + ], + 'variableTitle' => [ + 'description' => 'Variable title.', + 'type' => 'string', + 'example' => '年龄', + ], + 'eventCode' => [ + 'description' => 'Event code', + 'type' => 'string', + 'example' => 'de_aszbjb7236', + ], + 'eventName' => [ + 'description' => 'Event name.', + 'type' => 'string', + 'example' => '注册风险', + ], + 'isDefault' => [ + 'description' => 'Whether it is a default column.', + 'type' => 'boolean', + 'example' => 'true', + ], + ], + ], + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": [\\n {\\n \\"variableType\\": \\"NATIVE\\",\\n \\"variableName\\": \\"age\\",\\n \\"variableTitle\\": \\"年龄\\",\\n \\"eventCode\\": \\"de_aszbjb7236\\",\\n \\"eventName\\": \\"注册风险\\",\\n \\"isDefault\\": true\\n }\\n ],\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Custom Column Query for Event Analysis', + 'translator' => 'machine', + ], + 'DescribeAnalysisConditionFavoriteList' => [ + 'summary' => 'Query Condition List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'id' => [ + 'description' => 'Primary key ID', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '497', + ], + 'name' => [ + 'description' => 'Condition name', + 'type' => 'string', + 'example' => '查询条件1', + ], + 'eventCodes' => [ + 'description' => 'Event codes.', + 'type' => 'string', + 'example' => 'de_ahespg8137', + ], + 'eventBeginTime' => [ + 'description' => 'Event start timestamp.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1752076800000', + ], + 'eventEndTime' => [ + 'description' => 'Event end time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1753891199000', + ], + 'condition' => [ + 'description' => 'Condition value.', + 'type' => 'string', + 'example' => '{"currentId":1,"deepCount":0,"list":[{"currentId":2,"deepCount":1,"left":{"code":"accountId","fieldType":"STRING","functionName":"","hasRightVariable":false,"name":"accountId"},"operatorCode":"isNotEmptyWrapper","parentId":1,"right":{"code":"\'A\\nB\\nC\'","functionName":"","name":"","rightVariableType":"constant"}}],"parentId":0,"relationship":"and"}', + ], + 'type' => [ + 'description' => 'Type, BASIC: Basic query, ADVANCE: Advanced query, BATCH: Batch query', + 'type' => 'string', + 'example' => 'BASIC', + ], + 'fieldName' => [ + 'description' => 'Field name.', + 'type' => 'string', + 'example' => 'age', + ], + 'fieldValue' => [ + 'description' => 'Field value.', + 'type' => 'string', + 'example' => '20', + ], + ], + ], + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": [\\n {\\n \\"id\\": 497,\\n \\"name\\": \\"查询条件1\\",\\n \\"eventCodes\\": \\"de_ahespg8137\\",\\n \\"eventBeginTime\\": 1752076800000,\\n \\"eventEndTime\\": 1753891199000,\\n \\"condition\\": \\"{\\\\\\"currentId\\\\\\":1,\\\\\\"deepCount\\\\\\":0,\\\\\\"list\\\\\\":[{\\\\\\"currentId\\\\\\":2,\\\\\\"deepCount\\\\\\":1,\\\\\\"left\\\\\\":{\\\\\\"code\\\\\\":\\\\\\"accountId\\\\\\",\\\\\\"fieldType\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"functionName\\\\\\":\\\\\\"\\\\\\",\\\\\\"hasRightVariable\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"accountId\\\\\\"},\\\\\\"operatorCode\\\\\\":\\\\\\"isNotEmptyWrapper\\\\\\",\\\\\\"parentId\\\\\\":1,\\\\\\"right\\\\\\":{\\\\\\"code\\\\\\":\\\\\\"\'A\\\\\\\\nB\\\\\\\\nC\'\\\\\\",\\\\\\"functionName\\\\\\":\\\\\\"\\\\\\",\\\\\\"name\\\\\\":\\\\\\"\\\\\\",\\\\\\"rightVariableType\\\\\\":\\\\\\"constant\\\\\\"}}],\\\\\\"parentId\\\\\\":0,\\\\\\"relationship\\\\\\":\\\\\\"and\\\\\\"}\\",\\n \\"type\\": \\"BASIC\\",\\n \\"fieldName\\": \\"age\\",\\n \\"fieldValue\\": \\"20\\"\\n }\\n ],\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Conditional Query List', + 'translator' => 'machine', + ], + 'DescribeAnalysisExportTaskDownloadUrl' => [ + 'summary' => 'Download Query Results', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'downloadFileUrl' => [ + 'description' => 'Download URL.', + 'type' => 'string', + 'example' => 'https://xxxxx-oss-xxxxx.xxxxxx.aliyuncs.com/xx/xx/xxx/xxxxxx.csv?Expires=1753433384&OSSAccessKeyId=xxxxxxxxx&Signature=%2F%xxxxxxxxxxxx%3D', + ], + 'status' => [ + 'description' => 'Task status.', + 'type' => 'string', + 'example' => 'SUCCESS', + ], + 'executeTime' => [ + 'description' => 'Download execution time', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1753891199000', + ], + ], + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": {\\n \\"downloadFileUrl\\": \\"https://xxxxx-oss-xxxxx.xxxxxx.aliyuncs.com/xx/xx/xxx/xxxxxx.csv?Expires=1753433384&OSSAccessKeyId=xxxxxxxxx&Signature=%2F%xxxxxxxxxxxx%3D\\",\\n \\"status\\": \\"SUCCESS\\",\\n \\"executeTime\\": 1753891199000\\n },\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Download Query Results', + 'translator' => 'machine', + ], + 'DescribeBasicSearchPageList' => [ + 'summary' => 'Basic Query', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'eventBeginTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'Query start time, accurate to milliseconds (ms).', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1753372800000', + ], + ], + [ + 'name' => 'eventEndTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'End time, accurate to milliseconds (ms).', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1753459199059', + ], + ], + [ + 'name' => 'eventCodes', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code.', + 'type' => 'string', + 'required' => true, + 'example' => '["de_ahqhsw7665"]', + ], + ], + [ + 'name' => 'fieldName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Field name', + 'type' => 'string', + 'required' => false, + 'example' => 'age', + ], + ], + [ + 'name' => 'fieldValue', + 'in' => 'query', + 'schema' => [ + 'description' => 'Field value', + 'type' => 'string', + 'required' => false, + 'example' => '20', + ], + ], + [ + 'name' => 'currentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size, with a default value of 10', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '10', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'header' => [ + 'description' => 'Table header', + 'type' => 'array', + 'items' => [ + 'description' => 'Header information returned.', + 'type' => 'object', + 'properties' => [ + 'fieldName' => [ + 'description' => 'Field name', + 'type' => 'string', + 'example' => 'age', + ], + 'fieldTitle' => [ + 'description' => 'Field title.', + 'type' => 'string', + 'example' => '年龄', + ], + 'isDefault' => [ + 'description' => 'Whether it is a default display field (displayed in the response, not used as a parameter)'."\n" + .'- true: Yes'."\n" + .'- false: No', + 'type' => 'boolean', + 'example' => 'true', + ], + ], + ], + ], + 'data' => [ + 'description' => 'Returned data object', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned data results.', + 'type' => 'object', + 'example' => '{}', + ], + ], + 'totalItem' => [ + 'description' => 'Total number of items', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '6', + ], + 'totalPage' => [ + 'description' => 'Total number of pages', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1', + ], + 'currentPage' => [ + 'description' => 'Current page number in pagination queries.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1', + ], + 'pageSize' => [ + 'description' => 'Page size, with a default value of 10', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '10', + ], + ], + ], + 'RequestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": {\\n \\"header\\": [\\n {\\n \\"fieldName\\": \\"age\\",\\n \\"fieldTitle\\": \\"年龄\\",\\n \\"isDefault\\": true\\n }\\n ],\\n \\"data\\": [\\n {}\\n ],\\n \\"totalItem\\": 6,\\n \\"totalPage\\": 1,\\n \\"currentPage\\": 1,\\n \\"pageSize\\": 10\\n },\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Basic Event Analysis Query', + 'translator' => 'machine', + ], + 'DescribeEventDetailByRequestId' => [ + 'summary' => 'Query event details based on the request ID', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'sRequestId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'required' => true, + 'example' => 'BD6B08EC-1B44-5378-8838-C76A36415C55', + ], + ], + [ + 'name' => 'eventTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event execution time', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '1752571330000', + ], + ], + [ + 'name' => 'eventCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code', + 'type' => 'string', + 'required' => false, + 'example' => 'de_azywkh7523', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Query Event Details by Request ID', + 'translator' => 'machine', + ], + 'DescribeEventVariableList' => [ + 'summary' => 'Query event variables', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. The values are: - **zh**: Chinese - **en**: English ', + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'refObjType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Association Type.', + 'type' => 'string', + 'required' => true, + 'example' => 'EVENT', + ], + ], + [ + 'name' => 'refObjId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Associated event eventCode.', + 'type' => 'string', + 'required' => true, + 'example' => 'de_awkhwh0314', + ], + ], + [ + 'name' => 'type', + 'in' => 'query', + 'schema' => [ + 'description' => 'type.', + 'type' => 'string', + 'required' => false, + 'example' => 'NATIVE', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region Code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'createType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Create Type.', + 'type' => 'string', + 'required' => false, + 'example' => 'NORMAL', + ], + ], + [ + 'name' => 'filterDTO', + 'in' => 'query', + 'schema' => [ + 'description' => 'Filter object.', + 'type' => 'string', + 'required' => false, + 'example' => '{'."\n" + .' "type": "EXPRESSION",'."\n" + .' "name": "ex_NgR6nDVD821c"'."\n" + .'}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object.', + 'type' => 'object', + 'properties' => [ + 'nativeVariables' => [ + 'description' => 'List of event fields.', + 'type' => 'array', + 'items' => [ + 'description' => 'Return object.', + 'type' => 'object', + 'properties' => [ + 'id' => [ + 'description' => 'Variable ID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '223', + ], + 'title' => [ + 'description' => 'Variable name.', + 'type' => 'string', + 'example' => '年龄', + ], + 'name' => [ + 'description' => 'variable name.', + 'type' => 'string', + 'example' => 'age', + ], + 'description' => [ + 'description' => 'Variable description.', + 'type' => 'string', + 'example' => '描述', + ], + 'type' => [ + 'description' => 'Variable type.', + 'type' => 'string', + 'example' => 'NATIVE', + ], + 'inputs' => [ + 'description' => 'Input of the variable. Event field is not present.', + 'type' => 'string', + 'example' => '无', + ], + 'fieldType' => [ + 'description' => 'Field type.', + 'type' => 'string', + 'example' => 'STRING', + ], + 'code' => [ + 'description' => 'variable code.', + 'type' => 'string', + 'example' => 'age', + ], + 'defineId' => [ + 'description' => 'Associated variable definition ID.', + 'type' => 'string', + 'example' => 'register', + ], + 'parentName' => [ + 'description' => 'Parent name.', + 'type' => 'string', + 'example' => 'parentName', + ], + 'dataDisplay' => [ + 'description' => 'Data distribution display, in JSON format.', + 'type' => 'string', + 'example' => '{}', + ], + 'sourceType' => [ + 'description' => 'Variable source type.', + 'type' => 'string', + 'example' => 'SAF', + ], + 'displayType' => [ + 'description' => 'Display type and group label.', + 'type' => 'string', + 'example' => 'NATIVE', + ], + 'xLabel' => [ + 'description' => 'x label.', + 'type' => 'string', + 'example' => 'x', + ], + 'yLabel' => [ + 'description' => 'y label.', + 'type' => 'string', + 'example' => 'y', + ], + 'favoriteFlag' => [ + 'description' => 'Favorite Identifier.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'fieldRank' => [ + 'description' => 'Field Sorting.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'fieldSource' => [ + 'description' => 'Variable source.', + 'type' => 'string', + 'example' => 'DEFINE', + ], + 'fieldDetail' => [ + 'description' => 'Field pool field details.', + 'type' => 'string', + 'example' => '无', + ], + 'inputFieldType' => [ + 'description' => 'Input field type, indicating the type of input parameters, mainly used for function categorization.', + 'type' => 'string', + 'example' => 'STRING', + ], + 'inputRequired' => [ + 'description' => 'Required parameters.', + 'type' => 'string', + 'example' => '无', + ], + 'expressionTitle' => [ + 'description' => 'Calculate expression display value.', + 'type' => 'string', + 'example' => '无', + ], + 'outlier' => [ + 'description' => 'outlier.', + 'type' => 'string', + 'example' => '无', + ], + 'outputThreshold' => [ + 'description' => 'Output score threshold.', + 'type' => 'object', + 'properties' => [ + 'minValue' => [ + 'description' => 'Minimum value.', + 'type' => 'number', + 'format' => 'double', + 'example' => '1', + ], + 'maxValue' => [ + 'description' => 'Maximum value.', + 'type' => 'number', + 'format' => 'double', + 'example' => '10', + ], + ], + ], + 'variableVelocity' => [ + 'description' => 'Variable indicator information.', + 'type' => 'object', + 'properties' => [ + 'iv' => [ + 'description' => 'iv value.', + 'type' => 'string', + 'example' => '无', + ], + ], + ], + ], + ], + ], + 'middleVariables' => [ + 'description' => 'Intermediate variable return object.', + 'type' => 'array', + 'items' => [ + 'description' => 'Variables of the event.', + 'type' => 'object', + 'properties' => [ + 'id' => [ + 'description' => 'Primary key ID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '49', + ], + 'title' => [ + 'description' => 'Title.', + 'type' => 'string', + 'example' => 'midVaribale', + ], + 'name' => [ + 'description' => 'Variable name.', + 'type' => 'string', + 'example' => 'mid', + ], + 'description' => [ + 'description' => 'Variable description.', + 'type' => 'string', + 'example' => 'description', + ], + 'type' => [ + 'description' => 'Variable type.', + 'type' => 'string', + 'example' => 'MIDDLE', + ], + 'inputs' => [ + 'description' => 'Input of the variable.', + 'type' => 'string', + 'example' => 'This type does not have this field', + ], + 'fieldType' => [ + 'description' => 'Field type.', + 'type' => 'string', + 'example' => 'STRING', + ], + 'code' => [ + 'description' => 'Variable code.', + 'type' => 'string', + 'example' => 'mid', + ], + 'defineId' => [ + 'description' => 'Variable definition ID.', + 'type' => 'string', + 'example' => 'register', + ], + 'parentName' => [ + 'description' => 'Parent node. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'dataDisplay' => [ + 'description' => 'Data distribution display in JSON format. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'sourceType' => [ + 'description' => 'Source type.', + 'type' => 'string', + 'example' => 'SAF', + ], + 'displayType' => [ + 'description' => 'Display type and group label.', + 'type' => 'string', + 'example' => 'MIDDLE', + ], + 'xLabel' => [ + 'description' => 'x label. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'yLabel' => [ + 'description' => 'y label. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'favoriteFlag' => [ + 'description' => 'Favorite identifier.', + 'type' => 'boolean', + 'example' => 'false', + ], + 'fieldRank' => [ + 'description' => 'Field sorting.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'fieldSource' => [ + 'description' => 'Variable source.', + 'type' => 'string', + 'example' => 'DEFAULT', + ], + 'fieldDetail' => [ + 'description' => 'Details of the field pool. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'inputFieldType' => [ + 'description' => 'Input field type, indicating the type of input parameters, mainly used for function classification. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'inputRequired' => [ + 'description' => 'Required parameter. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'expressionTitle' => [ + 'description' => 'Calculate the display value of the expression. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'outlier' => [ + 'description' => 'Outlier value. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'outputThreshold' => [ + 'description' => 'Output value threshold.', + 'type' => 'object', + 'properties' => [ + 'minValue' => [ + 'description' => 'Minimum value.', + 'type' => 'number', + 'format' => 'double', + 'example' => '0', + ], + 'maxValue' => [ + 'description' => 'Maximum value.', + 'type' => 'number', + 'format' => 'double', + 'example' => '10', + ], + ], + ], + 'variableVelocity' => [ + 'description' => 'Variable metric information. This type of variable does not return this field.', + 'type' => 'object', + 'properties' => [ + 'iv' => [ + 'description' => 'id value. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + ], + ], + ], + ], + ], + 'nativeVariableFunctions' => [ + 'description' => 'List of available functions for the original variable.', + 'type' => 'array', + 'items' => [ + 'description' => 'Variable type.', + 'type' => 'object', + 'properties' => [ + 'id' => [ + 'description' => 'Primary key ID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '93', + ], + 'title' => [ + 'description' => 'Variable title.', + 'type' => 'string', + 'example' => '根据时间戳获取小时', + ], + 'name' => [ + 'description' => 'Variable name.', + 'type' => 'string', + 'example' => '__getHourOfTimestamp__', + ], + 'description' => [ + 'description' => 'Description information.', + 'type' => 'string', + 'example' => '时间戳,可以是秒或者毫秒', + ], + 'type' => [ + 'description' => 'Variable type.', + 'type' => 'string', + 'example' => 'FUNC', + ], + 'inputs' => [ + 'description' => 'Input field. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'fieldType' => [ + 'description' => 'Variable return type.', + 'type' => 'string', + 'example' => 'LONG', + ], + 'code' => [ + 'description' => 'Variable code.', + 'type' => 'string', + 'example' => 'getHourOfTimestamp({data})', + ], + 'defineId' => [ + 'description' => 'Variable definition ID. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'parentName' => [ + 'description' => 'Parent node. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'dataDisplay' => [ + 'description' => 'Data distribution display in JSON format. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'sourceType' => [ + 'description' => 'Source type.', + 'type' => 'string', + 'example' => 'SAF', + ], + 'displayType' => [ + 'description' => 'Display type and group label.', + 'type' => 'string', + 'example' => 'FUNC', + ], + 'xLabel' => [ + 'description' => 'x label. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'yLabel' => [ + 'description' => 'y label. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'favoriteFlag' => [ + 'description' => 'Favorite identifier.', + 'type' => 'boolean', + 'example' => 'false', + ], + 'fieldRank' => [ + 'description' => 'Field sorting.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'fieldSource' => [ + 'description' => 'Source of the field. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'fieldDetail' => [ + 'description' => 'Details of the field pool. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'inputFieldType' => [ + 'description' => 'The input type of the parameter.', + 'type' => 'string', + 'example' => 'DATE', + ], + 'inputRequired' => [ + 'description' => 'Required parameter. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'outlier' => [ + 'description' => 'Exception value. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'outputThreshold' => [ + 'description' => 'Output value threshold.', + 'type' => 'object', + 'properties' => [ + 'minValue' => [ + 'description' => 'Minimum value.', + 'type' => 'number', + 'format' => 'double', + 'example' => '0', + ], + 'maxValue' => [ + 'description' => 'Maximum value.', + 'type' => 'number', + 'format' => 'double', + 'example' => '10', + ], + ], + ], + 'variableVelocity' => [ + 'description' => 'Variable metric information. This type of variable does not return this field.', + 'type' => 'object', + 'properties' => [ + 'iv' => [ + 'description' => 'iv value. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + ], + ], + 'expressionTitle' => [ + 'description' => 'Calculate the expression display value. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + ], + ], + ], + 'sysVariables' => [ + 'description' => 'System variables.', + 'type' => 'array', + 'items' => [ + 'description' => 'System variables.', + 'type' => 'object', + 'properties' => [ + 'id' => [ + 'description' => 'Variable ID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '3151', + ], + 'title' => [ + 'description' => 'Title.', + 'type' => 'string', + 'example' => 'IP所在地_城市Code'."\n", + ], + 'name' => [ + 'description' => 'Variable name.', + 'type' => 'string', + 'example' => '__ipLocationCityCode__', + ], + 'description' => [ + 'description' => 'Description of the variable.', + 'type' => 'string', + 'example' => '通过IP地址库解析IP所在的城市Code,例如,输入“42.120.74.211”,经过该变量运算,输出“330100”。', + ], + 'type' => [ + 'description' => 'Variable type.', + 'type' => 'string', + 'example' => 'SYSTEM_BIND', + ], + 'inputs' => [ + 'description' => 'Variable value input.', + 'type' => 'string', + 'example' => 'ip', + ], + 'fieldType' => [ + 'description' => 'Field type.', + 'type' => 'string', + 'example' => 'STRING', + ], + 'code' => [ + 'description' => 'Variable code.', + 'type' => 'string', + 'example' => 'parseIpV2(ip)?.cityId', + ], + 'defineId' => [ + 'description' => 'ID of the bound variable definition.', + 'type' => 'string', + 'example' => '2488', + ], + 'parentName' => [ + 'description' => 'Parent name.', + 'type' => 'string', + 'example' => '无', + ], + 'dataDisplay' => [ + 'description' => 'Data distribution display, in JSON format. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'sourceType' => [ + 'description' => 'Source type.', + 'type' => 'string', + 'example' => 'SAF', + ], + 'displayType' => [ + 'description' => 'Display type and group label.', + 'type' => 'string', + 'example' => 'SYSTEM_BIND', + ], + 'xLabel' => [ + 'description' => 'x label. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'yLabel' => [ + 'description' => 'y label. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'favoriteFlag' => [ + 'description' => 'Favorite identifier.', + 'type' => 'boolean', + 'example' => 'false', + ], + 'fieldRank' => [ + 'description' => 'Field sorting.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'fieldSource' => [ + 'description' => 'Source of the field. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'fieldDetail' => [ + 'description' => 'Details of the field pool. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'inputFieldType' => [ + 'description' => 'Input type of the parameter. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'inputRequired' => [ + 'description' => 'Required parameter. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'outlier' => [ + 'description' => 'Outlier value. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'outputThreshold' => [ + 'description' => 'Output value threshold.', + 'type' => 'object', + 'properties' => [ + 'minValue' => [ + 'description' => 'Minimum value.', + 'type' => 'number', + 'format' => 'double', + 'example' => '1', + ], + 'maxValue' => [ + 'description' => 'Maximum value.', + 'type' => 'number', + 'format' => 'double', + 'example' => '10', + ], + ], + ], + 'variableVelocity' => [ + 'description' => 'Variable metric information. This field is not returned for this type of variable.', + 'type' => 'object', + 'properties' => [ + 'iv' => [ + 'description' => 'iv value. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + ], + ], + 'expressionTitle' => [ + 'description' => 'Calculate the expression display value. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + ], + ], + ], + 'selfVariables' => [ + 'description' => 'Custom variables (custom variables, cumulative variables, custom system variables).', + 'type' => 'array', + 'items' => [ + 'description' => 'Custom variables (custom variables, cumulative variables, custom system variables).', + 'type' => 'object', + 'properties' => [ + 'id' => [ + 'description' => 'Variable ID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '3174', + ], + 'title' => [ + 'description' => 'Title.', + 'type' => 'string', + 'example' => '获取手机号前七位', + ], + 'name' => [ + 'description' => 'Variable name.', + 'type' => 'string', + 'example' => 'ex_isvspbF2c7ac', + ], + 'description' => [ + 'description' => 'Description of the variable.', + 'type' => 'string', + 'example' => '变量的描述信息', + ], + 'type' => [ + 'description' => 'Variable type.', + 'type' => 'string', + 'example' => 'EXPRESSION', + ], + 'inputs' => [ + 'description' => 'Input parameters. Only returned when custom system variables are defined.', + 'type' => 'string', + 'example' => 'ip', + ], + 'fieldType' => [ + 'description' => 'Field type.', + 'type' => 'string', + 'example' => 'STRING', + ], + 'code' => [ + 'description' => 'Variable code.', + 'type' => 'string', + 'example' => 'deReadVelocity(hitRules,\\"dUd5ioJ8014\\",1,\\"MO\\",0,true,\\"SUM\\")', + ], + 'defineId' => [ + 'description' => 'Variable definition ID. Only returned for custom system variables.', + 'type' => 'string', + 'example' => '49', + ], + 'parentName' => [ + 'description' => 'Parent node. This field is not returned currently.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'dataDisplay' => [ + 'description' => 'Data distribution display, in JSON format. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'sourceType' => [ + 'description' => 'Source type.', + 'type' => 'string', + 'example' => 'SAF', + ], + 'displayType' => [ + 'description' => 'Display type and group label.', + 'type' => 'string', + 'example' => 'SELF_BIND', + ], + 'xLabel' => [ + 'description' => 'x label. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'yLabel' => [ + 'description' => 'y label. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'favoriteFlag' => [ + 'description' => 'Favorite identifier.', + 'type' => 'boolean', + 'example' => 'false', + ], + 'fieldRank' => [ + 'description' => 'Field sorting.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'fieldSource' => [ + 'description' => 'Source of the field. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'fieldDetail' => [ + 'description' => 'Details of the field pool. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'inputFieldType' => [ + 'description' => 'The input type of the parameter. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'inputRequired' => [ + 'description' => 'Required parameter. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field', + ], + 'outlier' => [ + 'description' => 'Anomaly value. Returned when the variable is a custom variable (type= EXPRESSION).', + 'type' => 'string', + 'example' => '-1', + ], + 'outputThreshold' => [ + 'description' => 'Output value threshold.', + 'type' => 'object', + 'properties' => [ + 'minValue' => [ + 'description' => 'Minimum value.', + 'type' => 'number', + 'format' => 'double', + 'example' => '1', + ], + 'maxValue' => [ + 'description' => 'Maximum value.', + 'type' => 'number', + 'format' => 'double', + 'example' => '10', + ], + ], + ], + 'variableVelocity' => [ + 'description' => 'Variable metric information. This field is not returned for this type of variable.', + 'type' => 'object', + 'properties' => [ + 'iv' => [ + 'description' => 'iv value. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + ], + ], + 'expressionTitle' => [ + 'description' => 'Expression name.', + 'type' => 'string', + 'example' => ' @IP地址 ', + ], + ], + ], + ], + 'nameList' => [ + 'description' => 'List of name variables.', + 'type' => 'array', + 'items' => [ + 'description' => 'List of name variables.', + 'type' => 'object', + 'properties' => [ + 'id' => [ + 'description' => 'Primary key ID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '34', + ], + 'title' => [ + 'description' => 'Title.', + 'type' => 'string', + 'example' => '白名单', + ], + 'name' => [ + 'description' => 'Variable name.', + 'type' => 'string', + 'example' => 'nl_UN8otElLb490', + ], + 'description' => [ + 'description' => 'Description information.', + 'type' => 'string', + 'example' => '描述', + ], + 'type' => [ + 'description' => 'Variable type.', + 'type' => 'string', + 'example' => 'NAME_LIST', + ], + 'inputs' => [ + 'description' => 'Input parameters. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'fieldType' => [ + 'description' => 'Field type. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'code' => [ + 'description' => 'Variable code.', + 'type' => 'string', + 'example' => 'nl_UN8otElLb490', + ], + 'defineId' => [ + 'description' => 'Variable definition ID. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'parentName' => [ + 'description' => 'Parent node. This field is not returned currently.', + 'type' => 'string', + 'example' => 'This type does not have this field', + ], + 'dataDisplay' => [ + 'description' => 'Data distribution display in JSON format. This field is not currently returned.', + 'type' => 'string', + 'example' => 'This type does not have this field', + ], + 'sourceType' => [ + 'description' => 'Source type.', + 'type' => 'string', + 'example' => 'SAF', + ], + 'displayType' => [ + 'description' => 'Display type and group label.', + 'type' => 'string', + 'example' => 'NAME_LIST', + ], + 'xLabel' => [ + 'description' => 'x label. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'yLabel' => [ + 'description' => 'y label. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'favoriteFlag' => [ + 'description' => 'Favorite identifier.', + 'type' => 'boolean', + 'example' => 'false', + ], + 'fieldRank' => [ + 'description' => 'Field sorting.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'fieldSource' => [ + 'description' => 'Source of the field. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field', + ], + 'fieldDetail' => [ + 'description' => 'Details of the field pool. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field', + ], + 'inputFieldType' => [ + 'description' => 'Input type of the parameter. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field', + ], + 'inputRequired' => [ + 'description' => 'Required parameter. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field', + ], + 'outlier' => [ + 'description' => 'Outlier value. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'outputThreshold' => [ + 'description' => 'Output value threshold.', + 'type' => 'object', + 'properties' => [ + 'minValue' => [ + 'description' => 'Minimum value.', + 'type' => 'number', + 'format' => 'double', + 'example' => '1', + ], + 'maxValue' => [ + 'description' => 'Maximum value.', + 'type' => 'number', + 'format' => 'double', + 'example' => '10', + ], + ], + ], + 'variableVelocity' => [ + 'description' => 'Variable metric information. This field is not returned for this type of variable.', + 'type' => 'object', + 'properties' => [ + 'iv' => [ + 'description' => 'iv value. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + ], + ], + 'expressionTitle' => [ + 'description' => 'Calculate the expression display value. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + ], + ], + ], + 'actions' => [ + 'description' => 'Action variable.', + 'type' => 'array', + 'items' => [ + 'description' => 'Action variable.', + 'type' => 'object', + 'properties' => [ + 'id' => [ + 'description' => 'Primary key ID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '3144', + ], + 'title' => [ + 'description' => 'Title.', + 'type' => 'string', + 'example' => '决策结果', + ], + 'name' => [ + 'description' => 'Variable name.', + 'type' => 'string', + 'example' => '__addDeResult__', + ], + 'description' => [ + 'description' => 'Description information.', + 'type' => 'string', + 'example' => '决策结果'."\n", + ], + 'type' => [ + 'description' => 'Variable type.', + 'type' => 'string', + 'example' => 'ACTION', + ], + 'inputs' => [ + 'description' => 'Input parameters. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'fieldType' => [ + 'description' => 'Field type. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'code' => [ + 'description' => 'Variable code.', + 'type' => 'string', + 'example' => 'deAddResult', + ], + 'defineId' => [ + 'description' => 'Variable definition ID. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'parentName' => [ + 'description' => 'Parent node. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'dataDisplay' => [ + 'description' => 'Data distribution display in JSON format. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'sourceType' => [ + 'description' => 'Source type.', + 'type' => 'string', + 'example' => 'SAF', + ], + 'displayType' => [ + 'description' => 'Display type and group label.', + 'type' => 'string', + 'example' => 'ACTION', + ], + 'xLabel' => [ + 'description' => 'x label. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'yLabel' => [ + 'description' => 'y label. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'favoriteFlag' => [ + 'description' => 'Favorite identifier.', + 'type' => 'boolean', + 'example' => 'false', + ], + 'fieldRank' => [ + 'description' => 'Field sorting.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'fieldSource' => [ + 'description' => 'Source of the field. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'fieldDetail' => [ + 'description' => 'Details of the field pool. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'inputFieldType' => [ + 'description' => 'Input type of the parameter.', + 'type' => 'string', + 'example' => 'STRING', + ], + 'inputRequired' => [ + 'description' => 'Required parameter. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'outlier' => [ + 'description' => 'Anomaly value. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'outputThreshold' => [ + 'description' => 'Output value threshold.', + 'type' => 'object', + 'properties' => [ + 'minValue' => [ + 'description' => 'Minimum value.', + 'type' => 'number', + 'format' => 'double', + 'example' => '1', + ], + 'maxValue' => [ + 'description' => 'Maximum value.', + 'type' => 'number', + 'format' => 'double', + 'example' => '10', + ], + ], + ], + 'variableVelocity' => [ + 'description' => 'Variable metric information. This field is not returned for this type of variable.', + 'type' => 'object', + 'properties' => [ + 'iv' => [ + 'description' => 'iv value. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + ], + ], + 'expressionTitle' => [ + 'description' => 'Expression display. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + ], + ], + ], + 'favoriteVariables' => [ + 'description' => 'Favorite variables.', + 'type' => 'array', + 'items' => [ + 'description' => 'Favorite variables.', + 'type' => 'object', + 'properties' => [ + 'id' => [ + 'description' => 'Primary key ID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '34', + ], + 'title' => [ + 'description' => 'Title.', + 'type' => 'string', + 'example' => 'IP是否符合IPV4格式', + ], + 'name' => [ + 'description' => 'Variable name.', + 'type' => 'string', + 'example' => '__isIpAddressV4__', + ], + 'description' => [ + 'description' => 'Description of the variable.', + 'type' => 'string', + 'example' => '判断是否符合IPv4标准', + ], + 'type' => [ + 'description' => 'Variable type.', + 'type' => 'string', + 'example' => 'SYSTEM_BIND', + ], + 'inputs' => [ + 'description' => 'Input parameters should be separated by commas. Some variables may not have this field.', + 'type' => 'string', + 'example' => 'ip', + ], + 'fieldType' => [ + 'description' => 'Field type.', + 'type' => 'string', + 'example' => 'BOOLEAN', + ], + 'code' => [ + 'description' => 'Variable code.', + 'type' => 'string', + 'example' => 'deFunctionProcess(ip,\\"isIp\\")', + ], + 'defineId' => [ + 'description' => 'Variable definition ID.', + 'type' => 'string', + 'example' => '16', + ], + 'parentName' => [ + 'description' => 'Parent node. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'dataDisplay' => [ + 'description' => 'Data distribution display in JSON format. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'sourceType' => [ + 'description' => 'Source type.', + 'type' => 'string', + 'example' => 'SAF', + ], + 'displayType' => [ + 'description' => 'Display type and group label.', + 'type' => 'string', + 'example' => 'SYSTEM_BIND', + ], + 'xLabel' => [ + 'description' => 'x label. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'yLabel' => [ + 'description' => 'y label. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'favoriteFlag' => [ + 'description' => 'Favorite identifier.', + 'type' => 'boolean', + 'example' => 'false', + ], + 'fieldRank' => [ + 'description' => 'Field sorting.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'fieldSource' => [ + 'description' => 'Source of the field. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'fieldDetail' => [ + 'description' => 'Details of the field pool. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'inputFieldType' => [ + 'description' => 'Input type of the parameter. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'inputRequired' => [ + 'description' => 'Required parameter. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'outlier' => [ + 'description' => 'Anomaly value. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'outputThreshold' => [ + 'description' => 'Output value threshold.', + 'type' => 'object', + 'properties' => [ + 'minValue' => [ + 'description' => 'Minimum value.', + 'type' => 'number', + 'format' => 'double', + 'example' => '1', + ], + 'maxValue' => [ + 'description' => 'Maximum value.', + 'type' => 'number', + 'format' => 'double', + 'example' => '10', + ], + ], + ], + 'variableVelocity' => [ + 'description' => 'Variable metric information. This field is not returned for this type of variable.', + 'type' => 'object', + 'properties' => [ + 'iv' => [ + 'description' => 'iv value. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + ], + ], + 'expressionTitle' => [ + 'description' => 'Expression display value. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + ], + ], + ], + 'deviceVariables' => [ + 'description' => 'Device variable.', + 'type' => 'array', + 'items' => [ + 'description' => 'Device variable.', + 'type' => 'object', + 'properties' => [ + 'id' => [ + 'description' => 'Primary key ID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '41', + ], + 'title' => [ + 'description' => 'Title.', + 'type' => 'string', + 'example' => '设备信息-设备名称-deviceName', + ], + 'name' => [ + 'description' => 'Variable name.', + 'type' => 'string', + 'example' => '__device_name__', + ], + 'description' => [ + 'description' => 'Description information.', + 'type' => 'string', + 'example' => '设备信息-设备名称', + ], + 'type' => [ + 'description' => 'Variable type.', + 'type' => 'string', + 'example' => 'DEVICE', + ], + 'inputs' => [ + 'description' => 'Input for the variable. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'fieldType' => [ + 'description' => 'Field type.', + 'type' => 'string', + 'example' => 'STRING', + ], + 'code' => [ + 'description' => 'Variable code.', + 'type' => 'string', + 'example' => 'queryPhoneSimulatorInfo(deviceToken)?.deviceName', + ], + 'defineId' => [ + 'description' => 'Variable definition ID. This type of variable does not return this field.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'parentName' => [ + 'description' => 'Parent node. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'dataDisplay' => [ + 'description' => 'Data distribution display in JSON format. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'sourceType' => [ + 'description' => 'The source type.', + 'type' => 'string', + 'example' => 'SAF', + ], + 'displayType' => [ + 'description' => 'The display type and grouping label.', + 'type' => 'string', + 'example' => 'DEVICE', + ], + 'xLabel' => [ + 'description' => 'The X label. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'yLabel' => [ + 'description' => 'The Y label. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'favoriteFlag' => [ + 'description' => 'The favorite flag.', + 'type' => 'boolean', + 'example' => 'false', + ], + 'fieldRank' => [ + 'description' => 'The field rank.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'fieldSource' => [ + 'description' => 'The source of the field. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'fieldDetail' => [ + 'description' => ' The detailed information of the field in the field pool. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'inputFieldType' => [ + 'description' => ' The input type of the parameter. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'inputRequired' => [ + 'description' => ' The required parameter. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'outlier' => [ + 'description' => ' The outlier value. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'outputThreshold' => [ + 'description' => ' The output value threshold.', + 'type' => 'object', + 'properties' => [ + 'minValue' => [ + 'description' => ' The minimum value.', + 'type' => 'number', + 'format' => 'double', + 'example' => '1', + ], + 'maxValue' => [ + 'description' => ' The minimum value.', + 'type' => 'number', + 'format' => 'double', + 'example' => '10', + ], + ], + ], + 'variableVelocity' => [ + 'description' => ' The variable metric information. This field is not returned for this type of variable.', + 'type' => 'object', + 'properties' => [ + 'iv' => [ + 'description' => ' The IV value. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + ], + ], + 'expressionTitle' => [ + 'description' => ' The display value of the calculation expression. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + ], + ], + ], + 'expressionVariables' => [ + 'description' => 'Custom variable.', + 'type' => 'array', + 'items' => [ + 'description' => 'Custom variable.', + 'type' => 'object', + 'properties' => [ + 'id' => [ + 'description' => 'Primary key ID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '3148', + ], + 'title' => [ + 'description' => 'Title.', + 'type' => 'string', + 'example' => '获取手机号前7位', + ], + 'name' => [ + 'description' => ' The name of the variable.', + 'type' => 'string', + 'example' => 'ex_w2yIClHCc150', + ], + 'description' => [ + 'description' => ' The description of the variable.', + 'type' => 'string', + 'example' => '获取手机号前7位'."\n", + ], + 'type' => [ + 'description' => ' The type of the variable.', + 'type' => 'string', + 'example' => 'EXPRESSION', + ], + 'inputs' => [ + 'description' => ' Multiple input parameters separated by commas. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'fieldType' => [ + 'description' => ' The input type of the variable.', + 'type' => 'string', + 'example' => 'STRING', + ], + 'code' => [ + 'description' => ' The code of the variable.', + 'type' => 'string', + 'example' => 'deInvokeSelfVariable(390397)', + ], + 'defineId' => [ + 'description' => ' The definition ID of the variable. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'parentName' => [ + 'description' => ' The parent node. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'dataDisplay' => [ + 'description' => ' Data distribution display, in JSON format. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'sourceType' => [ + 'description' => ' The source type.', + 'type' => 'string', + 'example' => 'SAF', + ], + 'displayType' => [ + 'description' => ' The display type and grouping label.', + 'type' => 'string', + 'example' => 'EXPRESSION', + ], + 'xLabel' => [ + 'description' => ' The X label. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'yLabel' => [ + 'description' => ' The Y label. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'favoriteFlag' => [ + 'description' => ' The favorite flag.', + 'type' => 'boolean', + 'example' => 'false', + ], + 'fieldRank' => [ + 'description' => ' The field rank.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'fieldSource' => [ + 'description' => ' The source of the field. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'fieldDetail' => [ + 'description' => ' The detailed information of the field in the field pool. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'inputFieldType' => [ + 'description' => ' The input type of the parameter. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'inputRequired' => [ + 'description' => ' The required parameter. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'outlier' => [ + 'description' => ' The outlier value.', + 'type' => 'string', + 'example' => '-1', + ], + 'outputThreshold' => [ + 'description' => ' The output value threshold.', + 'type' => 'object', + 'properties' => [ + 'minValue' => [ + 'description' => ' The minimum value.', + 'type' => 'number', + 'format' => 'double', + 'example' => '1', + ], + 'maxValue' => [ + 'description' => ' The maximum value.', + 'type' => 'number', + 'format' => 'double', + 'example' => '10', + ], + ], + ], + 'variableVelocity' => [ + 'description' => ' The variable metric information. This field is not returned for this type of variable.', + 'type' => 'object', + 'properties' => [ + 'iv' => [ + 'description' => ' The IV value. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + ], + ], + 'expressionTitle' => [ + 'description' => ' The display value of the calculation expression.', + 'type' => 'string', + 'example' => ' @testaaa +1', + ], + ], + ], + ], + 'velocityVariables' => [ + 'description' => ' An array of accumulated variables.', + 'type' => 'array', + 'items' => [ + 'description' => ' An accumulated variable.', + 'type' => 'object', + 'properties' => [ + 'id' => [ + 'description' => ' The primary key ID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '3148', + ], + 'title' => [ + 'description' => ' The title of the variable.', + 'type' => 'string', + 'example' => '累计用户省份次数', + ], + 'name' => [ + 'description' => ' The name of the variable.', + 'type' => 'string', + 'example' => 'hFsEFUEe88a', + ], + 'description' => [ + 'description' => ' The description of the variable.', + 'type' => 'string', + 'example' => '累计用户省份次数。', + ], + 'type' => [ + 'description' => ' The type of the variable.', + 'type' => 'string', + 'example' => 'SELF_VELOCITY ', + ], + 'inputs' => [ + 'description' => ' Multiple input parameters separated by commas. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'fieldType' => [ + 'description' => ' The type of the field.', + 'type' => 'string', + 'example' => 'DOUBLE', + ], + 'code' => [ + 'description' => ' The code of the variable.', + 'type' => 'string', + 'example' => 'deReadVelocity(userId,\\"hFsEFUEe88a\\",1,\\"H\\",0,true,\\"COUNT\\")', + ], + 'defineId' => [ + 'description' => ' The definition ID of the variable. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'parentName' => [ + 'description' => ' The parent node. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'dataDisplay' => [ + 'description' => ' Data distribution display, in JSON format. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'sourceType' => [ + 'description' => ' The source type.', + 'type' => 'string', + 'example' => 'SAF_SELF', + ], + 'displayType' => [ + 'description' => ' The display type and grouping label.', + 'type' => 'string', + 'example' => 'SELF_VELOCITY', + ], + 'xLabel' => [ + 'description' => ' The X label. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'yLabel' => [ + 'description' => ' The Y label. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'favoriteFlag' => [ + 'description' => ' The favorite flag.', + 'type' => 'boolean', + 'example' => 'false', + ], + 'fieldRank' => [ + 'description' => ' The field rank.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'fieldSource' => [ + 'description' => ' The source of the field. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'fieldDetail' => [ + 'description' => ' The detailed information of the field in the field pool. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'inputFieldType' => [ + 'description' => ' The input type of the parameter. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'inputRequired' => [ + 'description' => ' The required parameter. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'outlier' => [ + 'description' => ' The outlier value. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'outputThreshold' => [ + 'description' => ' The output value threshold.', + 'type' => 'object', + 'properties' => [ + 'minValue' => [ + 'description' => ' The minimum value.', + 'type' => 'number', + 'format' => 'double', + 'example' => '1', + ], + 'maxValue' => [ + 'description' => ' The maximum value.', + 'type' => 'number', + 'format' => 'double', + 'example' => '10', + ], + ], + ], + 'variableVelocity' => [ + 'description' => ' The variable metric information. This field is not returned for this type of variable.', + 'type' => 'object', + 'properties' => [ + 'iv' => [ + 'description' => ' The IV value. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + ], + ], + 'expressionTitle' => [ + 'description' => ' The display value of the calculation expression. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + ], + ], + ], + 'queryVariables' => [ + 'description' => ' An array of custom query variables.', + 'type' => 'array', + 'items' => [ + 'description' => ' A custom query variable.', + 'type' => 'object', + 'properties' => [ + 'id' => [ + 'description' => ' The primary key ID of the query variable.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '3148', + ], + 'title' => [ + 'description' => ' The title of the query variable. The title of the query variable.', + 'type' => 'string', + 'example' => '年龄计算', + ], + 'name' => [ + 'description' => ' The name of the query variable.', + 'type' => 'string', + 'example' => 'ex_qWtKgCox350f', + ], + 'description' => [ + 'description' => ' The description of the query variable.', + 'type' => 'string', + 'example' => '年龄计算'."\n", + ], + 'type' => [ + 'description' => ' The type of the query variable.', + 'type' => 'string', + 'example' => 'QUERY_EXPRESSION', + ], + 'inputs' => [ + 'description' => ' Multiple input parameters separated by commas. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'fieldType' => [ + 'description' => ' The type of the field.', + 'type' => 'string', + 'example' => 'STRING', + ], + 'code' => [ + 'description' => ' The code of the query variable.', + 'type' => 'string', + 'example' => 'deInvokeQueryVariable(376773)', + ], + 'defineId' => [ + 'description' => ' The definition ID of the query variable. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'parentName' => [ + 'description' => ' The parent node. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'dataDisplay' => [ + 'description' => ' Data distribution display, in JSON format. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'sourceType' => [ + 'description' => ' The source type.', + 'type' => 'string', + 'example' => 'DATA_SOURCE', + ], + 'displayType' => [ + 'description' => ' The display type and grouping label.', + 'type' => 'string', + 'example' => 'QUERY_EXPRESSION', + ], + 'xLabel' => [ + 'description' => ' The X label. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'yLabel' => [ + 'description' => ' The Y label. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'favoriteFlag' => [ + 'description' => ' The favorite flag.', + 'type' => 'boolean', + 'example' => 'false', + ], + 'fieldRank' => [ + 'description' => ' The field rank.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'fieldSource' => [ + 'description' => ' The source of the field. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'fieldDetail' => [ + 'description' => ' The detailed information of the field in the field pool. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'inputFieldType' => [ + 'description' => ' The input type of the parameter. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'inputRequired' => [ + 'description' => ' The required parameter. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'outlier' => [ + 'description' => ' The outlier value.', + 'type' => 'string', + 'example' => 'SYS_ERROR', + ], + 'outputThreshold' => [ + 'description' => ' The output value threshold.', + 'type' => 'object', + 'properties' => [ + 'minValue' => [ + 'description' => ' The minimum value.', + 'type' => 'number', + 'format' => 'double', + 'example' => '1', + ], + 'maxValue' => [ + 'description' => ' The maximum value.', + 'type' => 'number', + 'format' => 'double', + 'example' => '10', + ], + ], + ], + 'variableVelocity' => [ + 'description' => ' The variable metric information. This field is not returned for this type of variable.', + 'type' => 'object', + 'properties' => [ + 'iv' => [ + 'description' => ' The IV value. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + ], + ], + 'expressionTitle' => [ + 'description' => ' The display value of the calculation expression. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'SELECT AVG( $source )\\nFROM testCase\\nWHERE $age > 0', + ], + ], + ], + ], + 'thirdVariables' => [ + 'description' => ' Other related variables.', + 'type' => 'object', + 'example' => '{}', + ], + 'modelVariables' => [ + 'description' => ' An array of model variables.', + 'type' => 'array', + 'items' => [ + 'description' => ' A model variable.', + 'type' => 'object', + 'properties' => [ + 'id' => [ + 'description' => ' The primary key ID of the model variable.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '43', + ], + 'title' => [ + 'description' => ' The title of the model variable.', + 'type' => 'string', + 'example' => 'BL_t_show', + ], + 'name' => [ + 'description' => ' The name of the model variable.', + 'type' => 'string', + 'example' => 'mo_qbbyf33o66f2', + ], + 'description' => [ + 'description' => ' The description of the model variable.', + 'type' => 'string', + 'example' => 'BL_t_show'."\n", + ], + 'type' => [ + 'description' => ' The type of the model variable.', + 'type' => 'string', + 'example' => 'MODEL', + ], + 'inputs' => [ + 'description' => ' Multiple input parameters separated by commas. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'fieldType' => [ + 'description' => ' The type of the field.', + 'type' => 'string', + 'example' => 'DOUBLE', + ], + 'code' => [ + 'description' => ' The code of the model variable.', + 'type' => 'string', + 'example' => 'getAIData(model)', + ], + 'defineId' => [ + 'description' => ' The definition ID of the model variable. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'parentName' => [ + 'description' => ' The parent node. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'dataDisplay' => [ + 'description' => ' Data distribution display, in JSON format. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'sourceType' => [ + 'description' => ' The source type.', + 'type' => 'string', + 'example' => 'SAF', + ], + 'displayType' => [ + 'description' => ' The display type and grouping label.', + 'type' => 'string', + 'example' => 'MODEL', + ], + 'xLabel' => [ + 'description' => ' The X label. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'yLabel' => [ + 'description' => ' The Y label. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'favoriteFlag' => [ + 'description' => ' The favorite flag.', + 'type' => 'boolean', + 'example' => 'false', + ], + 'fieldRank' => [ + 'description' => ' The field rank.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'fieldSource' => [ + 'description' => ' The source of the field. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'fieldDetail' => [ + 'description' => ' The detailed information of the field in the field pool. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'inputFieldType' => [ + 'description' => ' The input type of the parameter. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'inputRequired' => [ + 'description' => ' The required parameter. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'outlier' => [ + 'description' => ' The outlier value. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + 'outputThreshold' => [ + 'description' => ' The output value threshold.', + 'type' => 'object', + 'properties' => [ + 'minValue' => [ + 'description' => ' The minimum value.', + 'type' => 'number', + 'format' => 'double', + 'example' => '1', + ], + 'maxValue' => [ + 'description' => ' The maximum value.', + 'type' => 'number', + 'format' => 'double', + 'example' => '10', + ], + ], + ], + 'variableVelocity' => [ + 'description' => ' The variable metric information. This field is not returned for this type of variable.', + 'type' => 'object', + 'properties' => [ + 'iv' => [ + 'description' => ' The IV value. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + ], + ], + 'expressionTitle' => [ + 'description' => ' The display value of the calculation expression. This field is not returned for this type of variable.', + 'type' => 'string', + 'example' => 'This type does not have this field'."\n", + ], + ], + ], + ], + ], + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": {\\n \\"nativeVariables\\": [\\n {\\n \\"id\\": 223,\\n \\"title\\": \\"年龄\\",\\n \\"name\\": \\"age\\",\\n \\"description\\": \\"描述\\",\\n \\"type\\": \\"NATIVE\\",\\n \\"inputs\\": \\"无\\",\\n \\"fieldType\\": \\"STRING\\",\\n \\"code\\": \\"age\\",\\n \\"defineId\\": \\"register\\",\\n \\"parentName\\": \\"parentName\\",\\n \\"dataDisplay\\": \\"{}\\",\\n \\"sourceType\\": \\"SAF\\",\\n \\"displayType\\": \\"NATIVE\\",\\n \\"xLabel\\": \\"x\\",\\n \\"yLabel\\": \\"y\\",\\n \\"favoriteFlag\\": true,\\n \\"fieldRank\\": 1,\\n \\"fieldSource\\": \\"DEFINE\\",\\n \\"fieldDetail\\": \\"无\\",\\n \\"inputFieldType\\": \\"STRING\\",\\n \\"inputRequired\\": \\"无\\",\\n \\"expressionTitle\\": \\"无\\",\\n \\"outlier\\": \\"无\\",\\n \\"outputThreshold\\": {\\n \\"minValue\\": 1,\\n \\"maxValue\\": 10\\n },\\n \\"variableVelocity\\": {\\n \\"iv\\": \\"无\\"\\n }\\n }\\n ],\\n \\"middleVariables\\": [\\n {\\n \\"id\\": 49,\\n \\"title\\": \\"midVaribale\\",\\n \\"name\\": \\"mid\\",\\n \\"description\\": \\"description\\",\\n \\"type\\": \\"MIDDLE\\",\\n \\"inputs\\": \\"This type does not have this field\\",\\n \\"fieldType\\": \\"STRING\\",\\n \\"code\\": \\"mid\\",\\n \\"defineId\\": \\"register\\",\\n \\"parentName\\": \\"This type does not have this field\\\\n\\",\\n \\"dataDisplay\\": \\"This type does not have this field\\\\n\\",\\n \\"sourceType\\": \\"SAF\\",\\n \\"displayType\\": \\"MIDDLE\\",\\n \\"xLabel\\": \\"This type does not have this field\\\\n\\",\\n \\"yLabel\\": \\"This type does not have this field\\\\n\\",\\n \\"favoriteFlag\\": false,\\n \\"fieldRank\\": 0,\\n \\"fieldSource\\": \\"DEFAULT\\",\\n \\"fieldDetail\\": \\"This type does not have this field\\\\n\\",\\n \\"inputFieldType\\": \\"This type does not have this field\\\\n\\",\\n \\"inputRequired\\": \\"This type does not have this field\\\\n\\",\\n \\"expressionTitle\\": \\"This type does not have this field\\\\n\\",\\n \\"outlier\\": \\"This type does not have this field\\\\n\\",\\n \\"outputThreshold\\": {\\n \\"minValue\\": 0,\\n \\"maxValue\\": 10\\n },\\n \\"variableVelocity\\": {\\n \\"iv\\": \\"This type does not have this field\\\\n\\"\\n }\\n }\\n ],\\n \\"nativeVariableFunctions\\": [\\n {\\n \\"id\\": 93,\\n \\"title\\": \\"根据时间戳获取小时\\",\\n \\"name\\": \\"__getHourOfTimestamp__\\",\\n \\"description\\": \\"时间戳,可以是秒或者毫秒\\",\\n \\"type\\": \\"FUNC\\",\\n \\"inputs\\": \\"This type does not have this field\\\\n\\",\\n \\"fieldType\\": \\"LONG\\",\\n \\"code\\": \\"getHourOfTimestamp({data})\\",\\n \\"defineId\\": \\"This type does not have this field\\\\n\\",\\n \\"parentName\\": \\"This type does not have this field\\\\n\\",\\n \\"dataDisplay\\": \\"This type does not have this field\\\\n\\",\\n \\"sourceType\\": \\"SAF\\",\\n \\"displayType\\": \\"FUNC\\",\\n \\"xLabel\\": \\"This type does not have this field\\\\n\\",\\n \\"yLabel\\": \\"This type does not have this field\\\\n\\",\\n \\"favoriteFlag\\": false,\\n \\"fieldRank\\": 0,\\n \\"fieldSource\\": \\"This type does not have this field\\\\n\\",\\n \\"fieldDetail\\": \\"This type does not have this field\\\\n\\",\\n \\"inputFieldType\\": \\"DATE\\",\\n \\"inputRequired\\": \\"This type does not have this field\\\\n\\",\\n \\"outlier\\": \\"This type does not have this field\\\\n\\",\\n \\"outputThreshold\\": {\\n \\"minValue\\": 0,\\n \\"maxValue\\": 10\\n },\\n \\"variableVelocity\\": {\\n \\"iv\\": \\"This type does not have this field\\\\n\\"\\n },\\n \\"expressionTitle\\": \\"This type does not have this field\\\\n\\"\\n }\\n ],\\n \\"sysVariables\\": [\\n {\\n \\"id\\": 3151,\\n \\"title\\": \\"IP所在地_城市Code\\\\n\\",\\n \\"name\\": \\"__ipLocationCityCode__\\",\\n \\"description\\": \\"通过IP地址库解析IP所在的城市Code,例如,输入“42.120.74.211”,经过该变量运算,输出“330100”。\\",\\n \\"type\\": \\"SYSTEM_BIND\\",\\n \\"inputs\\": \\"ip\\",\\n \\"fieldType\\": \\"STRING\\",\\n \\"code\\": \\"parseIpV2(ip)?.cityId\\",\\n \\"defineId\\": \\"2488\\",\\n \\"parentName\\": \\"无\\",\\n \\"dataDisplay\\": \\"This type does not have this field\\\\n\\",\\n \\"sourceType\\": \\"SAF\\",\\n \\"displayType\\": \\"SYSTEM_BIND\\",\\n \\"xLabel\\": \\"This type does not have this field\\\\n\\",\\n \\"yLabel\\": \\"This type does not have this field\\\\n\\",\\n \\"favoriteFlag\\": false,\\n \\"fieldRank\\": 0,\\n \\"fieldSource\\": \\"This type does not have this field\\\\n\\",\\n \\"fieldDetail\\": \\"This type does not have this field\\\\n\\",\\n \\"inputFieldType\\": \\"This type does not have this field\\\\n\\",\\n \\"inputRequired\\": \\"This type does not have this field\\\\n\\",\\n \\"outlier\\": \\"This type does not have this field\\\\n\\",\\n \\"outputThreshold\\": {\\n \\"minValue\\": 1,\\n \\"maxValue\\": 10\\n },\\n \\"variableVelocity\\": {\\n \\"iv\\": \\"This type does not have this field\\\\n\\"\\n },\\n \\"expressionTitle\\": \\"This type does not have this field\\\\n\\"\\n }\\n ],\\n \\"selfVariables\\": [\\n {\\n \\"id\\": 3174,\\n \\"title\\": \\"获取手机号前七位\\",\\n \\"name\\": \\"ex_isvspbF2c7ac\\",\\n \\"description\\": \\"变量的描述信息\\",\\n \\"type\\": \\"EXPRESSION\\",\\n \\"inputs\\": \\"ip\\",\\n \\"fieldType\\": \\"STRING\\",\\n \\"code\\": \\"deReadVelocity(hitRules,\\\\\\\\\\\\\\"dUd5ioJ8014\\\\\\\\\\\\\\",1,\\\\\\\\\\\\\\"MO\\\\\\\\\\\\\\",0,true,\\\\\\\\\\\\\\"SUM\\\\\\\\\\\\\\")\\",\\n \\"defineId\\": \\"49\\",\\n \\"parentName\\": \\"This type does not have this field\\\\n\\",\\n \\"dataDisplay\\": \\"This type does not have this field\\\\n\\",\\n \\"sourceType\\": \\"SAF\\",\\n \\"displayType\\": \\"SELF_BIND\\",\\n \\"xLabel\\": \\"This type does not have this field\\\\n\\",\\n \\"yLabel\\": \\"This type does not have this field\\\\n\\",\\n \\"favoriteFlag\\": false,\\n \\"fieldRank\\": 0,\\n \\"fieldSource\\": \\"This type does not have this field\\\\n\\",\\n \\"fieldDetail\\": \\"This type does not have this field\\\\n\\",\\n \\"inputFieldType\\": \\"This type does not have this field\\\\n\\",\\n \\"inputRequired\\": \\"This type does not have this field\\",\\n \\"outlier\\": \\"-1\\",\\n \\"outputThreshold\\": {\\n \\"minValue\\": 1,\\n \\"maxValue\\": 10\\n },\\n \\"variableVelocity\\": {\\n \\"iv\\": \\"This type does not have this field\\\\n\\"\\n },\\n \\"expressionTitle\\": \\" @IP地址 \\"\\n }\\n ],\\n \\"nameList\\": [\\n {\\n \\"id\\": 34,\\n \\"title\\": \\"白名单\\",\\n \\"name\\": \\"nl_UN8otElLb490\\",\\n \\"description\\": \\"描述\\",\\n \\"type\\": \\"NAME_LIST\\",\\n \\"inputs\\": \\"This type does not have this field\\\\n\\",\\n \\"fieldType\\": \\"This type does not have this field\\\\n\\",\\n \\"code\\": \\"nl_UN8otElLb490\\",\\n \\"defineId\\": \\"This type does not have this field\\\\n\\",\\n \\"parentName\\": \\"This type does not have this field\\",\\n \\"dataDisplay\\": \\"This type does not have this field\\",\\n \\"sourceType\\": \\"SAF\\",\\n \\"displayType\\": \\"NAME_LIST\\",\\n \\"xLabel\\": \\"This type does not have this field\\\\n\\",\\n \\"yLabel\\": \\"This type does not have this field\\\\n\\",\\n \\"favoriteFlag\\": false,\\n \\"fieldRank\\": 0,\\n \\"fieldSource\\": \\"This type does not have this field\\",\\n \\"fieldDetail\\": \\"This type does not have this field\\",\\n \\"inputFieldType\\": \\"This type does not have this field\\",\\n \\"inputRequired\\": \\"This type does not have this field\\",\\n \\"outlier\\": \\"This type does not have this field\\\\n\\",\\n \\"outputThreshold\\": {\\n \\"minValue\\": 1,\\n \\"maxValue\\": 10\\n },\\n \\"variableVelocity\\": {\\n \\"iv\\": \\"This type does not have this field\\\\n\\"\\n },\\n \\"expressionTitle\\": \\"This type does not have this field\\\\n\\"\\n }\\n ],\\n \\"actions\\": [\\n {\\n \\"id\\": 3144,\\n \\"title\\": \\"决策结果\\",\\n \\"name\\": \\"__addDeResult__\\",\\n \\"description\\": \\"决策结果\\\\n\\",\\n \\"type\\": \\"ACTION\\",\\n \\"inputs\\": \\"This type does not have this field\\\\n\\",\\n \\"fieldType\\": \\"This type does not have this field\\\\n\\",\\n \\"code\\": \\"deAddResult\\",\\n \\"defineId\\": \\"This type does not have this field\\\\n\\",\\n \\"parentName\\": \\"This type does not have this field\\\\n\\",\\n \\"dataDisplay\\": \\"This type does not have this field\\\\n\\",\\n \\"sourceType\\": \\"SAF\\",\\n \\"displayType\\": \\"ACTION\\",\\n \\"xLabel\\": \\"This type does not have this field\\\\n\\",\\n \\"yLabel\\": \\"This type does not have this field\\\\n\\",\\n \\"favoriteFlag\\": false,\\n \\"fieldRank\\": 0,\\n \\"fieldSource\\": \\"This type does not have this field\\\\n\\",\\n \\"fieldDetail\\": \\"This type does not have this field\\\\n\\",\\n \\"inputFieldType\\": \\"STRING\\",\\n \\"inputRequired\\": \\"This type does not have this field\\\\n\\",\\n \\"outlier\\": \\"This type does not have this field\\\\n\\",\\n \\"outputThreshold\\": {\\n \\"minValue\\": 1,\\n \\"maxValue\\": 10\\n },\\n \\"variableVelocity\\": {\\n \\"iv\\": \\"This type does not have this field\\\\n\\"\\n },\\n \\"expressionTitle\\": \\"This type does not have this field\\\\n\\"\\n }\\n ],\\n \\"favoriteVariables\\": [\\n {\\n \\"id\\": 34,\\n \\"title\\": \\"IP是否符合IPV4格式\\",\\n \\"name\\": \\"__isIpAddressV4__\\",\\n \\"description\\": \\"判断是否符合IPv4标准\\",\\n \\"type\\": \\"SYSTEM_BIND\\",\\n \\"inputs\\": \\"ip\\",\\n \\"fieldType\\": \\"BOOLEAN\\",\\n \\"code\\": \\"deFunctionProcess(ip,\\\\\\\\\\\\\\"isIp\\\\\\\\\\\\\\")\\",\\n \\"defineId\\": \\"16\\",\\n \\"parentName\\": \\"This type does not have this field\\\\n\\",\\n \\"dataDisplay\\": \\"This type does not have this field\\\\n\\",\\n \\"sourceType\\": \\"SAF\\",\\n \\"displayType\\": \\"SYSTEM_BIND\\",\\n \\"xLabel\\": \\"This type does not have this field\\\\n\\",\\n \\"yLabel\\": \\"This type does not have this field\\\\n\\",\\n \\"favoriteFlag\\": false,\\n \\"fieldRank\\": 0,\\n \\"fieldSource\\": \\"This type does not have this field\\\\n\\",\\n \\"fieldDetail\\": \\"This type does not have this field\\\\n\\",\\n \\"inputFieldType\\": \\"This type does not have this field\\\\n\\",\\n \\"inputRequired\\": \\"This type does not have this field\\\\n\\",\\n \\"outlier\\": \\"This type does not have this field\\\\n\\",\\n \\"outputThreshold\\": {\\n \\"minValue\\": 1,\\n \\"maxValue\\": 10\\n },\\n \\"variableVelocity\\": {\\n \\"iv\\": \\"This type does not have this field\\\\n\\"\\n },\\n \\"expressionTitle\\": \\"This type does not have this field\\\\n\\"\\n }\\n ],\\n \\"deviceVariables\\": [\\n {\\n \\"id\\": 41,\\n \\"title\\": \\"设备信息-设备名称-deviceName\\",\\n \\"name\\": \\"__device_name__\\",\\n \\"description\\": \\"设备信息-设备名称\\",\\n \\"type\\": \\"DEVICE\\",\\n \\"inputs\\": \\"This type does not have this field\\\\n\\",\\n \\"fieldType\\": \\"STRING\\",\\n \\"code\\": \\"queryPhoneSimulatorInfo(deviceToken)?.deviceName\\",\\n \\"defineId\\": \\"This type does not have this field\\\\n\\",\\n \\"parentName\\": \\"This type does not have this field\\\\n\\",\\n \\"dataDisplay\\": \\"This type does not have this field\\\\n\\",\\n \\"sourceType\\": \\"SAF\\",\\n \\"displayType\\": \\"DEVICE\\",\\n \\"xLabel\\": \\"This type does not have this field\\\\n\\",\\n \\"yLabel\\": \\"This type does not have this field\\\\n\\",\\n \\"favoriteFlag\\": false,\\n \\"fieldRank\\": 0,\\n \\"fieldSource\\": \\"This type does not have this field\\\\n\\",\\n \\"fieldDetail\\": \\"This type does not have this field\\\\n\\",\\n \\"inputFieldType\\": \\"This type does not have this field\\\\n\\",\\n \\"inputRequired\\": \\"This type does not have this field\\\\n\\",\\n \\"outlier\\": \\"This type does not have this field\\\\n\\",\\n \\"outputThreshold\\": {\\n \\"minValue\\": 1,\\n \\"maxValue\\": 10\\n },\\n \\"variableVelocity\\": {\\n \\"iv\\": \\"This type does not have this field\\\\n\\"\\n },\\n \\"expressionTitle\\": \\"This type does not have this field\\\\n\\"\\n }\\n ],\\n \\"expressionVariables\\": [\\n {\\n \\"id\\": 3148,\\n \\"title\\": \\"获取手机号前7位\\",\\n \\"name\\": \\"ex_w2yIClHCc150\\",\\n \\"description\\": \\"获取手机号前7位\\\\n\\",\\n \\"type\\": \\"EXPRESSION\\",\\n \\"inputs\\": \\"This type does not have this field\\\\n\\",\\n \\"fieldType\\": \\"STRING\\",\\n \\"code\\": \\"deInvokeSelfVariable(390397)\\",\\n \\"defineId\\": \\"This type does not have this field\\\\n\\",\\n \\"parentName\\": \\"This type does not have this field\\\\n\\",\\n \\"dataDisplay\\": \\"This type does not have this field\\\\n\\",\\n \\"sourceType\\": \\"SAF\\",\\n \\"displayType\\": \\"EXPRESSION\\",\\n \\"xLabel\\": \\"This type does not have this field\\\\n\\",\\n \\"yLabel\\": \\"This type does not have this field\\\\n\\",\\n \\"favoriteFlag\\": false,\\n \\"fieldRank\\": 0,\\n \\"fieldSource\\": \\"This type does not have this field\\\\n\\",\\n \\"fieldDetail\\": \\"This type does not have this field\\\\n\\",\\n \\"inputFieldType\\": \\"This type does not have this field\\\\n\\",\\n \\"inputRequired\\": \\"This type does not have this field\\\\n\\",\\n \\"outlier\\": \\"-1\\",\\n \\"outputThreshold\\": {\\n \\"minValue\\": 1,\\n \\"maxValue\\": 10\\n },\\n \\"variableVelocity\\": {\\n \\"iv\\": \\"This type does not have this field\\\\n\\"\\n },\\n \\"expressionTitle\\": \\" @testaaa +1\\"\\n }\\n ],\\n \\"velocityVariables\\": [\\n {\\n \\"id\\": 3148,\\n \\"title\\": \\"累计用户省份次数\\",\\n \\"name\\": \\"hFsEFUEe88a\\",\\n \\"description\\": \\"累计用户省份次数。\\",\\n \\"type\\": \\"SELF_VELOCITY \\",\\n \\"inputs\\": \\"This type does not have this field\\\\n\\",\\n \\"fieldType\\": \\"DOUBLE\\",\\n \\"code\\": \\"deReadVelocity(userId,\\\\\\\\\\\\\\"hFsEFUEe88a\\\\\\\\\\\\\\",1,\\\\\\\\\\\\\\"H\\\\\\\\\\\\\\",0,true,\\\\\\\\\\\\\\"COUNT\\\\\\\\\\\\\\")\\",\\n \\"defineId\\": \\"This type does not have this field\\\\n\\",\\n \\"parentName\\": \\"This type does not have this field\\\\n\\",\\n \\"dataDisplay\\": \\"This type does not have this field\\\\n\\",\\n \\"sourceType\\": \\"SAF_SELF\\",\\n \\"displayType\\": \\"SELF_VELOCITY\\",\\n \\"xLabel\\": \\"This type does not have this field\\\\n\\",\\n \\"yLabel\\": \\"This type does not have this field\\\\n\\",\\n \\"favoriteFlag\\": false,\\n \\"fieldRank\\": 0,\\n \\"fieldSource\\": \\"This type does not have this field\\\\n\\",\\n \\"fieldDetail\\": \\"This type does not have this field\\\\n\\",\\n \\"inputFieldType\\": \\"This type does not have this field\\\\n\\",\\n \\"inputRequired\\": \\"This type does not have this field\\\\n\\",\\n \\"outlier\\": \\"This type does not have this field\\\\n\\",\\n \\"outputThreshold\\": {\\n \\"minValue\\": 1,\\n \\"maxValue\\": 10\\n },\\n \\"variableVelocity\\": {\\n \\"iv\\": \\"This type does not have this field\\\\n\\"\\n },\\n \\"expressionTitle\\": \\"This type does not have this field\\\\n\\"\\n }\\n ],\\n \\"queryVariables\\": [\\n {\\n \\"id\\": 3148,\\n \\"title\\": \\"年龄计算\\",\\n \\"name\\": \\"ex_qWtKgCox350f\\",\\n \\"description\\": \\"年龄计算\\\\n\\",\\n \\"type\\": \\"QUERY_EXPRESSION\\",\\n \\"inputs\\": \\"This type does not have this field\\\\n\\",\\n \\"fieldType\\": \\"STRING\\",\\n \\"code\\": \\"deInvokeQueryVariable(376773)\\",\\n \\"defineId\\": \\"This type does not have this field\\\\n\\",\\n \\"parentName\\": \\"This type does not have this field\\\\n\\",\\n \\"dataDisplay\\": \\"This type does not have this field\\\\n\\",\\n \\"sourceType\\": \\"DATA_SOURCE\\",\\n \\"displayType\\": \\"QUERY_EXPRESSION\\",\\n \\"xLabel\\": \\"This type does not have this field\\\\n\\",\\n \\"yLabel\\": \\"This type does not have this field\\\\n\\",\\n \\"favoriteFlag\\": false,\\n \\"fieldRank\\": 0,\\n \\"fieldSource\\": \\"This type does not have this field\\\\n\\",\\n \\"fieldDetail\\": \\"This type does not have this field\\\\n\\",\\n \\"inputFieldType\\": \\"This type does not have this field\\\\n\\",\\n \\"inputRequired\\": \\"This type does not have this field\\\\n\\",\\n \\"outlier\\": \\"SYS_ERROR\\",\\n \\"outputThreshold\\": {\\n \\"minValue\\": 1,\\n \\"maxValue\\": 10\\n },\\n \\"variableVelocity\\": {\\n \\"iv\\": \\"This type does not have this field\\\\n\\"\\n },\\n \\"expressionTitle\\": \\"SELECT AVG( $source )\\\\\\\\nFROM testCase\\\\\\\\nWHERE $age > 0\\"\\n }\\n ],\\n \\"thirdVariables\\": {},\\n \\"modelVariables\\": [\\n {\\n \\"id\\": 43,\\n \\"title\\": \\"BL_t_show\\",\\n \\"name\\": \\"mo_qbbyf33o66f2\\",\\n \\"description\\": \\"BL_t_show\\\\n\\",\\n \\"type\\": \\"MODEL\\",\\n \\"inputs\\": \\"This type does not have this field\\\\n\\",\\n \\"fieldType\\": \\"DOUBLE\\",\\n \\"code\\": \\"getAIData(model)\\",\\n \\"defineId\\": \\"This type does not have this field\\\\n\\",\\n \\"parentName\\": \\"This type does not have this field\\\\n\\",\\n \\"dataDisplay\\": \\"This type does not have this field\\\\n\\",\\n \\"sourceType\\": \\"SAF\\",\\n \\"displayType\\": \\"MODEL\\",\\n \\"xLabel\\": \\"This type does not have this field\\\\n\\",\\n \\"yLabel\\": \\"This type does not have this field\\\\n\\",\\n \\"favoriteFlag\\": false,\\n \\"fieldRank\\": 0,\\n \\"fieldSource\\": \\"This type does not have this field\\\\n\\",\\n \\"fieldDetail\\": \\"This type does not have this field\\\\n\\",\\n \\"inputFieldType\\": \\"This type does not have this field\\\\n\\",\\n \\"inputRequired\\": \\"This type does not have this field\\\\n\\",\\n \\"outlier\\": \\"This type does not have this field\\\\n\\",\\n \\"outputThreshold\\": {\\n \\"minValue\\": 1,\\n \\"maxValue\\": 10\\n },\\n \\"variableVelocity\\": {\\n \\"iv\\": \\"This type does not have this field\\\\n\\"\\n },\\n \\"expressionTitle\\": \\"This type does not have this field\\\\n\\"\\n }\\n ]\\n },\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'List of variables under the event', + 'description' => 'Cumulative Variable List Query', + 'translator' => 'machine', + ], + 'DescribeRuleListByEventCodesList' => [ + 'summary' => 'Query policy list', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for request and response messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'eventCodes', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event codes, JSON array string', + 'type' => 'string', + 'required' => true, + 'example' => '["de_asssce8122"]', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'ruleId' => [ + 'description' => 'Policy ID', + 'type' => 'string', + 'example' => '4730', + ], + 'ruleName' => [ + 'description' => 'Policy name', + 'type' => 'string', + 'example' => '营销风险识别', + ], + ], + ], + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": [\\n {\\n \\"ruleId\\": \\"4730\\",\\n \\"ruleName\\": \\"营销风险识别\\"\\n }\\n ],\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Query Policy List by Event Code', + 'translator' => 'machine', + ], + 'SaveAnalysisColumn' => [ + 'summary' => 'Save Custom Columns', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'columns', + 'in' => 'query', + 'schema' => [ + 'description' => 'Custom columns', + 'type' => 'string', + 'required' => true, + 'example' => '[{\\"variableName\\":\\"requestId\\",\\"variableTitle\\":\\"RequestId\\",\\"variableType\\":\\"SYSTEM_BIND\\",\\"isDefault\\":true},{\\"variableName\\":\\"eventTime\\",\\"variableTitle\\":\\"事件时间\\",\\"variableType\\":\\"SYSTEM_BIND\\",\\"isDefault\\":true},{\\"variableName\\":\\"accountId\\",\\"variableTitle\\":\\"账号\\",\\"variableType\\":\\"SYSTEM_BIND\\",\\"isDefault\\":true},{\\"variableName\\":\\"deviceId\\",\\"variableTitle\\":\\"设备ID\\",\\"variableType\\":\\"SYSTEM_BIND\\",\\"isDefault\\":true},{\\"variableName\\":\\"eventCode\\",\\"variableTitle\\":\\"事件编码\\",\\"variableType\\":\\"SYSTEM_BIND\\",\\"isDefault\\":true},{\\"variableName\\":\\"ip\\",\\"variableTitle\\":\\"IP\\",\\"variableType\\":\\"SYSTEM_BIND\\",\\"isDefault\\":true},{\\"variableName\\":\\"score\\",\\"variableTitle\\":\\"分值\\",\\"variableType\\":\\"SYSTEM_BIND\\",\\"isDefault\\":true},{\\"variableName\\":\\"tags\\",\\"variableTitle\\":\\"标签\\",\\"variableType\\":\\"SYSTEM_BIND\\",\\"isDefault\\":true},{\\"variableName\\":\\"DEtest222\\",\\"variableTitle\\":\\"测试222\\",\\"variableType\\":\\"NATIVE\\",\\"isDefault\\":false}]', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Save Custom Columns', + 'translator' => 'machine', + ], + 'UpdateAnalysisConditionFavorite' => [ + 'summary' => 'Modify Query Conditions', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English', + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'id', + 'in' => 'query', + 'schema' => [ + 'description' => 'Primary key ID', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '3144', + ], + ], + [ + 'name' => 'name', + 'in' => 'query', + 'schema' => [ + 'description' => 'Condition name', + 'type' => 'string', + 'required' => false, + 'example' => '查询条件1', + ], + ], + [ + 'name' => 'eventCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code', + 'type' => 'string', + 'required' => false, + 'example' => 'de_ajnoqe2016', + ], + ], + [ + 'name' => 'eventBeginTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'Start time, accurate to milliseconds (ms).', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '1752076800000', + ], + ], + [ + 'name' => 'eventEndTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'End time, accurate to milliseconds (ms).', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '1753891199000', + ], + ], + [ + 'name' => 'condition', + 'in' => 'query', + 'schema' => [ + 'description' => 'Condition value.', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"relationship\\":\\"and\\",\\"list\\":[{\\"deepCount\\":1,\\"left\\":{\\"hasRightVariable\\":true,\\"fieldType\\":\\"INT\\",\\"functionName\\":\\"\\",\\"leftVariableType\\":\\"NATIVE\\",\\"name\\":\\"DEtest222\\",\\"operatorCode\\":\\"equals\\"},\\"right\\":{\\"rightVariableType\\":\\"constant\\",\\"name\\":\\"9007199254\\",\\"functionName\\":\\"\\"},\\"operatorCode\\":\\"equals\\"}]}', + ], + ], + [ + 'name' => 'type', + 'in' => 'query', + 'schema' => [ + 'description' => 'Type, BASIC: Basic query, ADVANCE: Advanced query, BATCH: Batch query', + 'type' => 'string', + 'required' => false, + 'example' => 'BASIC', + ], + ], + [ + 'name' => 'fieldName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Field name', + 'type' => 'string', + 'required' => false, + 'example' => 'age', + ], + ], + [ + 'name' => 'fieldValue', + 'in' => 'query', + 'schema' => [ + 'description' => 'Field value', + 'type' => 'string', + 'required' => false, + 'example' => '20', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Modify Query Conditions', + 'translator' => 'machine', + ], + 'DescribeAdvanceSearchLeftVariableList' => [ + 'summary' => 'Advanced Query to Get Left Variables Interface', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'eventCodes', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code.', + 'type' => 'string', + 'required' => true, + 'example' => 'de_ahqhsw7665,de_agbzfi5134', + ], + ], + [ + 'name' => 'scene', + 'in' => 'query', + 'schema' => [ + 'description' => 'Scene', + 'type' => 'string', + 'required' => true, + 'example' => 'VELOCITY', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'array', + 'items' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'displayType' => [ + 'description' => 'Display type and grouping label', + 'type' => 'string', + 'example' => 'NATIVE', + ], + 'parentName' => [ + 'description' => 'Parent node', + 'type' => 'string', + 'example' => 'name', + ], + 'code' => [ + 'description' => 'Variable code', + 'type' => 'string', + 'example' => 'age', + ], + 'sourceType' => [ + 'description' => 'Data source', + 'type' => 'string', + 'example' => 'SAF', + ], + 'name' => [ + 'description' => 'Variable name', + 'type' => 'string', + 'example' => 'age', + ], + 'description' => [ + 'description' => 'Description.', + 'type' => 'string', + 'example' => '年龄描述', + ], + 'id' => [ + 'description' => 'Primary key ID', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '2453', + ], + 'type' => [ + 'description' => 'Variable type', + 'type' => 'string', + 'enumValueTitles' => [ + 'SYSTEM_BIND' => '系统绑定变量', + 'NATIVE' => '事件字段', + 'DEVICE' => '设备变量', + 'SELF_VELOCITY' => '自定义累计变量', + 'EXPRESSION' => '自定义变量', + ], + 'example' => 'NATIVE', + ], + 'title' => [ + 'description' => 'Title.', + 'type' => 'string', + 'example' => '年龄', + ], + 'fieldType' => [ + 'description' => 'Field table sorting', + 'type' => 'string', + 'example' => '1', + ], + 'fieldRank' => [ + 'description' => 'Variable return value type', + 'type' => 'integer', + 'format' => 'int64', + 'example' => 'STRING', + ], + ], + ], + ], + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": [\\n {\\n \\"displayType\\": \\"NATIVE\\",\\n \\"parentName\\": \\"name\\",\\n \\"code\\": \\"age\\",\\n \\"sourceType\\": \\"SAF\\",\\n \\"name\\": \\"age\\",\\n \\"description\\": \\"年龄描述\\",\\n \\"id\\": 2453,\\n \\"type\\": \\"NATIVE\\",\\n \\"title\\": \\"年龄\\",\\n \\"fieldType\\": \\"1\\",\\n \\"fieldRank\\": 0\\n }\\n ],\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\"\\n}","type":"json"}]', + 'title' => 'Advanced Query to Get Left Variables', + 'translator' => 'machine', + ], + 'DescribeOperatorListByType' => [ + 'summary' => 'Query Operator Mapping List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'array', + 'items' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'fieldType' => [ + 'description' => 'Return value type', + 'type' => 'string', + 'example' => 'STRING', + ], + 'operators' => [ + 'description' => 'Operator list', + 'type' => 'array', + 'items' => [ + 'description' => 'Operator list', + 'type' => 'object', + 'properties' => [ + 'name' => [ + 'description' => 'Operator name', + 'type' => 'string', + 'example' => '等于', + ], + 'code' => [ + 'description' => 'Operator code', + 'type' => 'string', + 'example' => 'equals', + ], + 'hasRightVariable' => [ + 'description' => 'Whether it contains a right variable', + 'type' => 'boolean', + 'example' => 'true', + ], + ], + ], + ], + ], + ], + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": [\\n {\\n \\"fieldType\\": \\"STRING\\",\\n \\"operators\\": [\\n {\\n \\"name\\": \\"等于\\",\\n \\"code\\": \\"equals\\",\\n \\"hasRightVariable\\": true\\n }\\n ]\\n }\\n ],\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Query Operator Mapping List by Scenario', + 'translator' => 'machine', + ], + 'DescribeAuthRulePageList' => [ + 'summary' => 'Policy List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'ruleName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Policy name', + 'type' => 'string', + 'required' => false, + 'example' => '分析中心事件测试_策略01', + ], + ], + [ + 'name' => 'status', + 'in' => 'query', + 'schema' => [ + 'description' => 'Status.', + 'type' => 'string', + 'required' => false, + 'example' => 'RUNNING', + ], + ], + [ + 'name' => 'eventCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code', + 'type' => 'string', + 'required' => false, + 'example' => 'de_arcehq4370', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'id' => [ + 'description' => 'Policy primary key ID', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '497', + ], + 'ruleName' => [ + 'description' => 'Policy name', + 'type' => 'string', + 'example' => '营销风险识别', + ], + 'version' => [ + 'description' => 'Version number', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '8', + ], + 'status' => [ + 'description' => 'Status.', + 'type' => 'string', + 'example' => 'RUNNING', + ], + 'gmtModified' => [ + 'description' => 'Modification time', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1565701886000', + ], + 'consoleRuleId' => [ + 'description' => 'Console rule ID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '6715', + ], + 'ruleVersionId' => [ + 'description' => 'Policy version primary key ID', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '3823', + ], + 'createType' => [ + 'description' => 'Creation type', + 'type' => 'string', + 'example' => 'MORMAL', + ], + 'memo' => [ + 'description' => 'Memo', + 'type' => 'string', + 'example' => '分析中心事件测试_策略01', + ], + 'ruleId' => [ + 'description' => 'Policy ID', + 'type' => 'string', + 'example' => '102059', + ], + ], + ], + ], + 'totalItem' => [ + 'description' => 'Total items', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '6', + ], + 'totalPage' => [ + 'description' => 'Total pages', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '9', + ], + 'currentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1', + ], + 'pageSize' => [ + 'description' => 'Page size, default value is 10', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '10', + ], + 'RequestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": [\\n {\\n \\"id\\": 497,\\n \\"ruleName\\": \\"营销风险识别\\",\\n \\"version\\": 8,\\n \\"status\\": \\"RUNNING\\",\\n \\"gmtModified\\": 1565701886000,\\n \\"consoleRuleId\\": 6715,\\n \\"ruleVersionId\\": 3823,\\n \\"createType\\": \\"MORMAL\\",\\n \\"memo\\": \\"分析中心事件测试_策略01\\",\\n \\"ruleId\\": \\"102059\\"\\n }\\n ],\\n \\"totalItem\\": 6,\\n \\"totalPage\\": 9,\\n \\"currentPage\\": 1,\\n \\"pageSize\\": 10,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Policy List', + 'translator' => 'machine', + ], + 'DescribeAuthSceneList' => [ + 'summary' => 'List of Scenarios', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'serviceCode' => [ + 'description' => 'Service code', + 'type' => 'string', + 'example' => 'account_abuse', + ], + ], + ], + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": [\\n {\\n \\"serviceCode\\": \\"account_abuse\\"\\n }\\n ],\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Dropdown List of Scenarios', + 'translator' => 'machine', + ], + 'DescribeAuthScenePageList' => [ + 'summary' => 'Scene List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'sceneName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Scene name.', + 'type' => 'string', + 'required' => false, + 'example' => 'account_abuse', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'sceneName' => [ + 'description' => 'Scene name.', + 'type' => 'string', + 'example' => '注册风险识别服务', + ], + 'serverName' => [ + 'description' => 'Service name.', + 'type' => 'string', + 'example' => 'account_abuse', + ], + 'commonRuleCount' => [ + 'description' => 'Number of common rules', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '10', + ], + 'customRuleCount' => [ + 'description' => 'Number of custom rules', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '10', + ], + 'eventCode' => [ + 'description' => 'Event code', + 'type' => 'string', + 'example' => 'de_avypfd8253', + ], + ], + ], + ], + 'totalItem' => [ + 'description' => 'Total number of items', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '6', + ], + 'totalPage' => [ + 'description' => 'Total number of pages.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '9', + ], + 'currentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1', + ], + 'pageSize' => [ + 'description' => 'Page size, default value is 10', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '10', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": [\\n {\\n \\"sceneName\\": \\"注册风险识别服务\\",\\n \\"serverName\\": \\"account_abuse\\",\\n \\"commonRuleCount\\": 10,\\n \\"customRuleCount\\": 10,\\n \\"eventCode\\": \\"de_avypfd8253\\"\\n }\\n ],\\n \\"totalItem\\": 6,\\n \\"totalPage\\": 9,\\n \\"currentPage\\": 1,\\n \\"pageSize\\": 10,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Scene List', + 'translator' => 'machine', + ], + 'QueryAuthRuleDetailByRuleId' => [ + 'summary' => 'Query White-box Strategy Details', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREsafBCGX2Z', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'ruleId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Strategy ID', + 'type' => 'string', + 'required' => false, + 'example' => '102224', + ], + ], + [ + 'name' => 'consoleRuleId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Primary key ID of the strategy', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '6843', + ], + ], + [ + 'name' => 'ruleVersionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Primary key ID of the strategy version', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '11519', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'consoleRuleId' => [ + 'description' => 'Primary key ID of the strategy', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '6843', + ], + 'ruleId' => [ + 'description' => 'Strategy ID', + 'type' => 'string', + 'example' => '102224', + ], + 'ruleVersionId' => [ + 'description' => 'Primary key ID of the strategy version', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '11519', + ], + 'gmtCreate' => [ + 'description' => 'Creation time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1621578648000', + ], + 'gmtModified' => [ + 'description' => 'Modification time', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1565701886000', + ], + 'version' => [ + 'description' => 'Version number', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1', + ], + 'eventName' => [ + 'description' => 'Event name.', + 'type' => 'string', + 'example' => '注册风险', + ], + 'eventCode' => [ + 'description' => 'Event code', + 'type' => 'string', + 'example' => 'de_aszbjb7236', + ], + 'ruleName' => [ + 'description' => 'Strategy name', + 'type' => 'string', + 'example' => '营销风险识别', + ], + 'ruleStatus' => [ + 'description' => 'Strategy status', + 'type' => 'string', + 'example' => 'RUNNING', + ], + 'memo' => [ + 'description' => 'Description', + 'type' => 'string', + 'example' => '描述', + ], + 'ruleExpressions' => [ + 'description' => 'Rule expressions.', + 'type' => 'string', + 'example' => '[{\\"expressionName\\":\\"同一设备同一IP上的注册用户数\\",\\"itemId\\":1,\\"left\\":{\\"name\\":\\"dK7EXHr490f\\"},\\"operatorCode\\":\\"gte\\",\\"operatorName\\":\\"大于等于\\",\\"right\\":{\\"fieldValue\\":\\"2\\"}}]', + ], + 'logicExpression' => [ + 'description' => 'Execution logic', + 'type' => 'string', + 'example' => '1&2', + ], + 'ruleActions' => [ + 'description' => 'Output actions', + 'type' => 'string', + 'example' => '[{\\"inputs\\":[\\"unusualBrand\\"],\\"name\\":\\"__addDeTags__\\",\\"actionType\\":\\"TAG\\",\\"outputType\\":\\"const\\"}]', + ], + 'ruleActionMap' => [ + 'description' => 'Returned rule action structure.', + 'type' => 'object', + 'additionalProperties' => [ + 'type' => 'string', + 'description' => 'Returned rule action structure.', + 'example' => '{'."\n" + .' "VARIABLE": ['."\n" + .' {'."\n" + .' "actionType": "VARIABLE",'."\n" + .' "code": "deCallCipProcessorService(\\"nickname_detection\\", \\"\\")?.labels",'."\n" + .' "sourceType": "SAF",'."\n" + .' "inputs": ['."\n" + .' "labels"'."\n" + .' ],'."\n" + .' "name": "__nickname_detection_labels__",'."\n" + .' "description": "文本审核_增强版_用户昵称_标签",'."\n" + .' "type": "PUB_SERVICE",'."\n" + .' "title": "[底层]文本审核_增强版_用户昵称_标签",'."\n" + .' "fieldType": "STRING"'."\n" + .' },'."\n" + .' {'."\n" + .' "actionType": "VARIABLE",'."\n" + .' "code": "deCallCipProcessorService(\\"nickname_detection\\", \\"\\")?.reason?.riskTips",'."\n" + .' "sourceType": "SAF",'."\n" + .' "inputs": ['."\n" + .' "riskTips"'."\n" + .' ],'."\n" + .' "name": "__nickname_detection_reason_riskTips__",'."\n" + .' "description": "文本审核_增强版_用户昵称_细分标签",'."\n" + .' "type": "PUB_SERVICE",'."\n" + .' "title": "[底层]文本审核_增强版_用户昵称_细分标签",'."\n" + .' "fieldType": "STRING"'."\n" + .' },'."\n" + .' {'."\n" + .' "actionType": "VARIABLE",'."\n" + .' "code": "deCallCipProcessorService(\\"nickname_detection\\", \\"\\")?.reason?.adNums",'."\n" + .' "sourceType": "SAF",'."\n" + .' "inputs": ['."\n" + .' "adNums"'."\n" + .' ],'."\n" + .' "name": "__nickname_detection_reason_adNums__",'."\n" + .' "description": "文本审核_增强版_用户昵称_命中广告号",'."\n" + .' "type": "PUB_SERVICE",'."\n" + .' "title": "[底层]文本审核_增强版_用户昵称_命中广告号",'."\n" + .' "fieldType": "STRING"'."\n" + .' },'."\n" + .' {'."\n" + .' "actionType": "VARIABLE",'."\n" + .' "code": "deCallCipProcessorService(\\"nickname_detection\\", \\"\\")?.reason?.riskWords",'."\n" + .' "sourceType": "SAF",'."\n" + .' "inputs": ['."\n" + .' "riskWords"'."\n" + .' ],'."\n" + .' "name": "__nickname_detection_reason_riskWords__",'."\n" + .' "description": "文本审核_增强版_用户昵称_命中风险片段",'."\n" + .' "type": "PUB_SERVICE",'."\n" + .' "title": "[底层]文本审核_增强版_用户昵称_命中风险片段",'."\n" + .' "fieldType": "STRING"'."\n" + .' }'."\n" + .' ]'."\n" + .' }', + ], + ], + 'authType' => [ + 'description' => 'Authorization type', + 'type' => 'string', + 'example' => 'all', + ], + 'authUsers' => [ + 'description' => 'Authorized user UID', + 'type' => 'string', + 'example' => '*', + ], + 'templateType' => [ + 'description' => 'Template type', + 'type' => 'string', + 'example' => 'PUB_SERVICE', + ], + 'priority' => [ + 'description' => 'Rule priority, the higher the number, the higher the priority.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '10', + ], + 'auditId' => [ + 'description' => 'Audit ID', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '225', + ], + 'ruleAuthType' => [ + 'description' => 'Rule authorization type', + 'type' => 'string', + 'example' => 'WHITE_BOX', + ], + 'ruleType' => [ + 'description' => 'Rule type', + 'type' => 'string', + 'example' => 'DEFAULT', + ], + ], + ], + 'RequestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": {\\n \\"consoleRuleId\\": 6843,\\n \\"ruleId\\": \\"102224\\",\\n \\"ruleVersionId\\": 11519,\\n \\"gmtCreate\\": 1621578648000,\\n \\"gmtModified\\": 1565701886000,\\n \\"version\\": 1,\\n \\"eventName\\": \\"注册风险\\",\\n \\"eventCode\\": \\"de_aszbjb7236\\",\\n \\"ruleName\\": \\"营销风险识别\\",\\n \\"ruleStatus\\": \\"RUNNING\\",\\n \\"memo\\": \\"描述\\",\\n \\"ruleExpressions\\": \\"[{\\\\\\\\\\\\\\"expressionName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"同一设备同一IP上的注册用户数\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"itemId\\\\\\\\\\\\\\":1,\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"dK7EXHr490f\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"operatorCode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"gte\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operatorName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"大于等于\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"right\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"fieldValue\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2\\\\\\\\\\\\\\"}}]\\",\\n \\"logicExpression\\": \\"1&2\\",\\n \\"ruleActions\\": \\"[{\\\\\\\\\\\\\\"inputs\\\\\\\\\\\\\\":[\\\\\\\\\\\\\\"unusualBrand\\\\\\\\\\\\\\"],\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"__addDeTags__\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"actionType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"TAG\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"outputType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"const\\\\\\\\\\\\\\"}]\\",\\n \\"ruleActionMap\\": {\\n \\"key\\": \\"{\\\\n \\\\\\"VARIABLE\\\\\\": [\\\\n {\\\\n \\\\\\"actionType\\\\\\": \\\\\\"VARIABLE\\\\\\",\\\\n \\\\\\"code\\\\\\": \\\\\\"deCallCipProcessorService(\\\\\\\\\\\\\\"nickname_detection\\\\\\\\\\\\\\", \\\\\\\\\\\\\\"\\\\\\\\\\\\\\")?.labels\\\\\\",\\\\n \\\\\\"sourceType\\\\\\": \\\\\\"SAF\\\\\\",\\\\n \\\\\\"inputs\\\\\\": [\\\\n \\\\\\"labels\\\\\\"\\\\n ],\\\\n \\\\\\"name\\\\\\": \\\\\\"__nickname_detection_labels__\\\\\\",\\\\n \\\\\\"description\\\\\\": \\\\\\"文本审核_增强版_用户昵称_标签\\\\\\",\\\\n \\\\\\"type\\\\\\": \\\\\\"PUB_SERVICE\\\\\\",\\\\n \\\\\\"title\\\\\\": \\\\\\"[底层]文本审核_增强版_用户昵称_标签\\\\\\",\\\\n \\\\\\"fieldType\\\\\\": \\\\\\"STRING\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\"actionType\\\\\\": \\\\\\"VARIABLE\\\\\\",\\\\n \\\\\\"code\\\\\\": \\\\\\"deCallCipProcessorService(\\\\\\\\\\\\\\"nickname_detection\\\\\\\\\\\\\\", \\\\\\\\\\\\\\"\\\\\\\\\\\\\\")?.reason?.riskTips\\\\\\",\\\\n \\\\\\"sourceType\\\\\\": \\\\\\"SAF\\\\\\",\\\\n \\\\\\"inputs\\\\\\": [\\\\n \\\\\\"riskTips\\\\\\"\\\\n ],\\\\n \\\\\\"name\\\\\\": \\\\\\"__nickname_detection_reason_riskTips__\\\\\\",\\\\n \\\\\\"description\\\\\\": \\\\\\"文本审核_增强版_用户昵称_细分标签\\\\\\",\\\\n \\\\\\"type\\\\\\": \\\\\\"PUB_SERVICE\\\\\\",\\\\n \\\\\\"title\\\\\\": \\\\\\"[底层]文本审核_增强版_用户昵称_细分标签\\\\\\",\\\\n \\\\\\"fieldType\\\\\\": \\\\\\"STRING\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\"actionType\\\\\\": \\\\\\"VARIABLE\\\\\\",\\\\n \\\\\\"code\\\\\\": \\\\\\"deCallCipProcessorService(\\\\\\\\\\\\\\"nickname_detection\\\\\\\\\\\\\\", \\\\\\\\\\\\\\"\\\\\\\\\\\\\\")?.reason?.adNums\\\\\\",\\\\n \\\\\\"sourceType\\\\\\": \\\\\\"SAF\\\\\\",\\\\n \\\\\\"inputs\\\\\\": [\\\\n \\\\\\"adNums\\\\\\"\\\\n ],\\\\n \\\\\\"name\\\\\\": \\\\\\"__nickname_detection_reason_adNums__\\\\\\",\\\\n \\\\\\"description\\\\\\": \\\\\\"文本审核_增强版_用户昵称_命中广告号\\\\\\",\\\\n \\\\\\"type\\\\\\": \\\\\\"PUB_SERVICE\\\\\\",\\\\n \\\\\\"title\\\\\\": \\\\\\"[底层]文本审核_增强版_用户昵称_命中广告号\\\\\\",\\\\n \\\\\\"fieldType\\\\\\": \\\\\\"STRING\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\"actionType\\\\\\": \\\\\\"VARIABLE\\\\\\",\\\\n \\\\\\"code\\\\\\": \\\\\\"deCallCipProcessorService(\\\\\\\\\\\\\\"nickname_detection\\\\\\\\\\\\\\", \\\\\\\\\\\\\\"\\\\\\\\\\\\\\")?.reason?.riskWords\\\\\\",\\\\n \\\\\\"sourceType\\\\\\": \\\\\\"SAF\\\\\\",\\\\n \\\\\\"inputs\\\\\\": [\\\\n \\\\\\"riskWords\\\\\\"\\\\n ],\\\\n \\\\\\"name\\\\\\": \\\\\\"__nickname_detection_reason_riskWords__\\\\\\",\\\\n \\\\\\"description\\\\\\": \\\\\\"文本审核_增强版_用户昵称_命中风险片段\\\\\\",\\\\n \\\\\\"type\\\\\\": \\\\\\"PUB_SERVICE\\\\\\",\\\\n \\\\\\"title\\\\\\": \\\\\\"[底层]文本审核_增强版_用户昵称_命中风险片段\\\\\\",\\\\n \\\\\\"fieldType\\\\\\": \\\\\\"STRING\\\\\\"\\\\n }\\\\n ]\\\\n }\\"\\n },\\n \\"authType\\": \\"all\\",\\n \\"authUsers\\": \\"*\\",\\n \\"templateType\\": \\"PUB_SERVICE\\",\\n \\"priority\\": 10,\\n \\"auditId\\": 225,\\n \\"ruleAuthType\\": \\"WHITE_BOX\\",\\n \\"ruleType\\": \\"DEFAULT\\"\\n },\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Query White-box Strategy Details', + 'translator' => 'machine', + ], + 'UpdateAuthRule' => [ + 'summary' => 'Modify Authorization Policy', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English', + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'ruleExpressions', + 'in' => 'query', + 'schema' => [ + 'description' => 'Expression', + 'type' => 'string', + 'required' => true, + 'example' => '[{\\"expressionName\\":\\"设备token不为空\\",\\"itemId\\":1,\\"left\\":{\\"name\\":\\"deviceToken\\"},\\"operatorCode\\":\\"isNotEmptyWrapper\\",\\"operatorName\\":\\"不为空\\"}]', + ], + ], + [ + 'name' => 'consoleRuleId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Policy primary key ID', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '7088', + ], + ], + [ + 'name' => 'ruleId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Policy ID', + 'type' => 'string', + 'required' => true, + 'example' => '101544', + ], + ], + [ + 'name' => 'ruleVersionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Policy version primary key ID', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '5190', + ], + ], + [ + 'name' => 'ruleActions', + 'in' => 'query', + 'schema' => [ + 'description' => 'Policy output action', + 'type' => 'string', + 'required' => false, + 'example' => '[{\\"inputs\\":[\\"auto_accselist\\"],\\"name\\":\\"__addDeTags__\\",\\"actionType\\":\\"TAG\\",\\"outputType\\":\\"const\\"}]', + ], + ], + [ + 'name' => 'eventCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code', + 'type' => 'string', + 'required' => false, + 'example' => 'de_afghcf6411', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Modify Authorization Policy', + 'translator' => 'machine', + ], + 'DescribeHitRuleTrend' => [ + 'summary' => 'Hit Rule Trend', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for the request and response messages. Default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'eventCodes', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event codes, separated by commas (,).', + 'type' => 'string', + 'required' => false, + 'example' => 'de_ahqhsw7665,de_agbzfi5134', + ], + ], + [ + 'name' => 'beginTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'Start time, accurate to milliseconds (ms).', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '1737101348000', + ], + ], + [ + 'name' => 'endTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'End time, accurate to milliseconds (ms).', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '1746669075000', + ], + ], + [ + 'name' => 'ruleStatus', + 'in' => 'query', + 'schema' => [ + 'description' => 'Rule status', + 'type' => 'string', + 'required' => false, + 'example' => 'DRAFT', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + 'success' => [ + 'description' => 'Indicates whether the operation was successful, where true means success.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'code' => [ + 'description' => 'Status code', + 'type' => 'string', + 'example' => '200', + ], + 'message' => [ + 'description' => 'Error details'."\n", + 'type' => 'string', + 'example' => 'The input parameter data is not valid. order_storage_company_num component not found', + ], + 'httpStatusCode' => [ + 'description' => 'HTTP status code', + 'type' => 'string', + 'example' => '200', + ], + 'resultObject' => [ + 'description' => 'Response object', + 'type' => 'object', + 'properties' => [ + 'xaxis' => [ + 'description' => 'X-axis data', + 'type' => 'object', + 'properties' => [ + 'data' => [ + 'description' => 'Returned data object', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned data object', + 'type' => 'string', + 'example' => '['."\n" + .' "2025-07-01",'."\n" + .' "2025-07-02",'."\n" + .' "2025-07-03",'."\n" + .' "2025-07-04",'."\n" + .' "2025-07-05",'."\n" + .' "2025-07-06",'."\n" + .' "2025-07-07",'."\n" + .' "2025-07-08",'."\n" + .' "2025-07-09",'."\n" + .' "2025-07-10",'."\n" + .' "2025-07-11"'."\n" + .' ]', + ], + ], + ], + ], + 'series' => [ + 'description' => 'Chart data', + 'type' => 'array', + 'items' => [ + 'description' => 'Chart data', + 'type' => 'object', + 'properties' => [ + 'name' => [ + 'description' => 'Display title', + 'type' => 'string', + 'example' => '策略name', + ], + 'data' => [ + 'description' => 'Returned data object', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned data object', + 'type' => 'object', + 'properties' => [ + 'num' => [ + 'description' => 'Number', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '50', + ], + 'scale' => [ + 'description' => 'Scale', + 'type' => 'string', + 'example' => '10.00%', + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\",\\n \\"success\\": true,\\n \\"code\\": \\"200\\",\\n \\"message\\": \\"The input parameter data is not valid. order_storage_company_num component not found\\",\\n \\"httpStatusCode\\": \\"200\\",\\n \\"resultObject\\": {\\n \\"xaxis\\": {\\n \\"data\\": [\\n \\"[\\\\n \\\\\\"2025-07-01\\\\\\",\\\\n \\\\\\"2025-07-02\\\\\\",\\\\n \\\\\\"2025-07-03\\\\\\",\\\\n \\\\\\"2025-07-04\\\\\\",\\\\n \\\\\\"2025-07-05\\\\\\",\\\\n \\\\\\"2025-07-06\\\\\\",\\\\n \\\\\\"2025-07-07\\\\\\",\\\\n \\\\\\"2025-07-08\\\\\\",\\\\n \\\\\\"2025-07-09\\\\\\",\\\\n \\\\\\"2025-07-10\\\\\\",\\\\n \\\\\\"2025-07-11\\\\\\"\\\\n ]\\"\\n ]\\n },\\n \\"series\\": [\\n {\\n \\"name\\": \\"策略name\\",\\n \\"data\\": [\\n {\\n \\"num\\": 50,\\n \\"scale\\": \\"10.00%\\"\\n }\\n ]\\n }\\n ]\\n }\\n}","type":"json"}]', + 'title' => 'Hit Rule Trend', + 'translator' => 'machine', + ], + 'DescribeDecisionResultTrend' => [ + 'summary' => 'Decision Result Fluctuation Trend', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'eventCodes', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code.', + 'type' => 'string', + 'required' => false, + 'example' => 'de_ahqhsw7665,de_agbzfi5134', + ], + ], + [ + 'name' => 'beginTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'Start timestamp, in milliseconds.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '1737101348000', + ], + ], + [ + 'name' => 'endTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'End time, accurate to milliseconds (ms).', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '1747101348000', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + 'success' => [ + 'description' => 'Whether the request was successful.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'code' => [ + 'description' => 'Status code', + 'type' => 'string', + 'example' => '200', + ], + 'message' => [ + 'description' => 'Error details'."\n", + 'type' => 'string', + 'example' => 'The input parameter data is not valid. order_storage_company_num component not found', + ], + 'httpStatusCode' => [ + 'description' => 'HTTP status code', + 'type' => 'string', + 'example' => '200', + ], + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'xaxis' => [ + 'description' => 'X-axis data', + 'type' => 'object', + 'properties' => [ + 'data' => [ + 'description' => 'X-axis data structure.', + 'type' => 'array', + 'items' => [ + 'description' => 'X-axis data structure.', + 'type' => 'string', + 'example' => '['."\n" + .' "2025-07-01",'."\n" + .' "2025-07-02",'."\n" + .' "2025-07-03",'."\n" + .' "2025-07-04",'."\n" + .' "2025-07-05",'."\n" + .' "2025-07-06",'."\n" + .' "2025-07-07",'."\n" + .' "2025-07-08",'."\n" + .' "2025-07-09",'."\n" + .' "2025-07-10"'."\n" + .' ]', + ], + ], + ], + ], + 'series' => [ + 'description' => 'Chart data', + 'type' => 'array', + 'items' => [ + 'description' => 'Chart data', + 'type' => 'object', + 'properties' => [ + 'name' => [ + 'description' => 'Name.', + 'type' => 'string', + 'example' => 'IpTag_FFF', + ], + 'data' => [ + 'description' => 'Returned data object', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned data object', + 'type' => 'object', + 'properties' => [ + 'num' => [ + 'description' => 'Number', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '10', + ], + 'scale' => [ + 'description' => 'ratio', + 'type' => 'string', + 'example' => '5.56%', + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\",\\n \\"success\\": true,\\n \\"code\\": \\"200\\",\\n \\"message\\": \\"The input parameter data is not valid. order_storage_company_num component not found\\",\\n \\"httpStatusCode\\": \\"200\\",\\n \\"resultObject\\": {\\n \\"xaxis\\": {\\n \\"data\\": [\\n \\"[\\\\n \\\\\\"2025-07-01\\\\\\",\\\\n \\\\\\"2025-07-02\\\\\\",\\\\n \\\\\\"2025-07-03\\\\\\",\\\\n \\\\\\"2025-07-04\\\\\\",\\\\n \\\\\\"2025-07-05\\\\\\",\\\\n \\\\\\"2025-07-06\\\\\\",\\\\n \\\\\\"2025-07-07\\\\\\",\\\\n \\\\\\"2025-07-08\\\\\\",\\\\n \\\\\\"2025-07-09\\\\\\",\\\\n \\\\\\"2025-07-10\\\\\\"\\\\n ]\\"\\n ]\\n },\\n \\"series\\": [\\n {\\n \\"name\\": \\"IpTag_FFF\\",\\n \\"data\\": [\\n {\\n \\"num\\": 10,\\n \\"scale\\": \\"5.56%\\"\\n }\\n ]\\n }\\n ]\\n }\\n}","type":"json"}]', + 'title' => 'Decision Result Fluctuation Trend', + 'translator' => 'machine', + ], + 'DescribeHighRiskPieChart' => [ + 'summary' => 'Risk Map Overview Chart (Pie Chart)', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages. Default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'eventCodes', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code.', + 'type' => 'string', + 'required' => false, + 'example' => 'de_ahqhsw7665,de_agbzfi5134', + ], + ], + [ + 'name' => 'beginTime', + 'in' => 'query', + 'schema' => [ + 'title' => '', + 'description' => 'Start time, accurate to milliseconds (ms).', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1737101348000', + ], + ], + [ + 'name' => 'endTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'End time, accurate to milliseconds (ms).', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1730453400000', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'requestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + 'success' => [ + 'description' => 'Whether the request was successful.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'code' => [ + 'description' => 'Status code', + 'type' => 'string', + 'example' => '200', + ], + 'message' => [ + 'description' => 'Error details'."\n", + 'type' => 'string', + 'example' => 'The input parameter data is not valid. order_storage_company_num component not found', + ], + 'httpStatusCode' => [ + 'description' => 'HTTP status code', + 'type' => 'string', + 'example' => '200', + ], + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'highRiskMobileProvince' => [ + 'description' => 'High-risk mobile phone\'s province of origin', + 'type' => 'object', + 'properties' => [ + 'series' => [ + 'description' => 'Chart data', + 'type' => 'array', + 'items' => [ + 'description' => 'Chart data', + 'type' => 'object', + 'properties' => [ + 'roseType' => [ + 'description' => 'Chart identifier, default false', + 'type' => 'string', + 'example' => 'false', + ], + 'name' => [ + 'description' => 'Display title', + 'type' => 'string', + 'example' => '分值区间占比', + ], + 'data' => [ + 'description' => 'High-risk position data.', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned data object', + 'type' => 'object', + 'properties' => [ + 'value' => [ + 'description' => 'Data value', + 'type' => 'string', + 'example' => '100', + ], + 'name' => [ + 'description' => 'Field name', + 'type' => 'string', + 'example' => '浙江省', + ], + ], + ], + ], + ], + ], + ], + 'animation' => [ + 'description' => 'Indicator, default true', + 'type' => 'boolean', + 'example' => 'true', + ], + 'grid' => [ + 'description' => 'Belongs to grid.', + 'type' => 'object', + 'properties' => [ + 'show' => [ + 'description' => 'Chart flag, default is false', + 'type' => 'boolean', + 'example' => 'false', + ], + ], + ], + ], + ], + 'highRiskMobileCity' => [ + 'description' => 'High-risk mobile phone归属city', + 'type' => 'object', + 'properties' => [ + 'series' => [ + 'description' => 'Chart data', + 'type' => 'array', + 'items' => [ + 'description' => 'Chart data', + 'type' => 'object', + 'properties' => [ + 'roseType' => [ + 'description' => 'Chart flag, default is false', + 'type' => 'string', + 'example' => 'false', + ], + 'name' => [ + 'description' => 'Field name', + 'type' => 'string', + 'example' => '杭州市', + ], + 'data' => [ + 'description' => 'Returned data object', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned data object', + 'type' => 'object', + 'properties' => [ + 'value' => [ + 'description' => 'Data value', + 'type' => 'string', + 'example' => '100', + ], + 'name' => [ + 'description' => 'Field name', + 'type' => 'string', + 'example' => '杭州市', + ], + ], + ], + ], + ], + ], + ], + 'animation' => [ + 'description' => 'Chart flag, default is true', + 'type' => 'boolean', + 'example' => 'true', + ], + 'grid' => [ + 'description' => 'Belongs to grid.', + 'type' => 'object', + 'properties' => [ + 'show' => [ + 'description' => 'Chart flag, default is false', + 'type' => 'boolean', + 'example' => 'false', + ], + ], + ], + ], + ], + 'highRiskIPProvince' => [ + 'description' => 'High-risk IP归属province', + 'type' => 'object', + 'properties' => [ + 'series' => [ + 'description' => 'Chart data', + 'type' => 'array', + 'items' => [ + 'description' => 'Chart data', + 'type' => 'object', + 'properties' => [ + 'roseType' => [ + 'description' => 'Chart identifier, default is false', + 'type' => 'string', + 'example' => 'false', + ], + 'name' => [ + 'description' => 'Field name', + 'type' => 'string', + 'example' => '浙江省', + ], + 'data' => [ + 'description' => 'Returned data object', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned data object', + 'type' => 'object', + 'properties' => [ + 'value' => [ + 'description' => 'Data value', + 'type' => 'string', + 'example' => '100', + ], + 'name' => [ + 'description' => 'Variable name', + 'type' => 'string', + 'example' => '浙江省', + ], + ], + ], + ], + ], + ], + ], + 'animation' => [ + 'description' => 'Chart identifier, default is true', + 'type' => 'boolean', + 'example' => 'true', + ], + 'grid' => [ + 'description' => 'Belonging grid.', + 'type' => 'object', + 'properties' => [ + 'show' => [ + 'description' => 'Chart identifier, default is false', + 'type' => 'boolean', + 'example' => 'false', + ], + ], + ], + ], + ], + 'highRiskIPCity' => [ + 'description' => 'High-risk IP city', + 'type' => 'object', + 'properties' => [ + 'series' => [ + 'description' => 'Chart data', + 'type' => 'array', + 'items' => [ + 'description' => 'Chart data', + 'type' => 'object', + 'properties' => [ + 'roseType' => [ + 'description' => 'Chart identifier, default is false', + 'type' => 'string', + 'example' => 'false', + ], + 'name' => [ + 'description' => 'Field name', + 'type' => 'string', + 'example' => '杭州市', + ], + 'data' => [ + 'description' => 'Returned data object', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned data object', + 'type' => 'object', + 'properties' => [ + 'value' => [ + 'description' => 'Data value', + 'type' => 'string', + 'example' => '100', + ], + 'name' => [ + 'description' => 'Field name', + 'type' => 'string', + 'example' => '杭州市', + ], + ], + ], + ], + ], + ], + ], + 'animation' => [ + 'description' => 'Chart flag, default true', + 'type' => 'boolean', + 'example' => 'true', + ], + 'grid' => [ + 'description' => 'Belonging grid.', + 'type' => 'object', + 'properties' => [ + 'show' => [ + 'description' => 'Chart flag, default false', + 'type' => 'boolean', + 'example' => 'false', + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\",\\n \\"success\\": true,\\n \\"code\\": \\"200\\",\\n \\"message\\": \\"The input parameter data is not valid. order_storage_company_num component not found\\",\\n \\"httpStatusCode\\": \\"200\\",\\n \\"resultObject\\": {\\n \\"highRiskMobileProvince\\": {\\n \\"series\\": [\\n {\\n \\"roseType\\": \\"false\\",\\n \\"name\\": \\"分值区间占比\\",\\n \\"data\\": [\\n {\\n \\"value\\": \\"100\\",\\n \\"name\\": \\"浙江省\\"\\n }\\n ]\\n }\\n ],\\n \\"animation\\": true,\\n \\"grid\\": {\\n \\"show\\": false\\n }\\n },\\n \\"highRiskMobileCity\\": {\\n \\"series\\": [\\n {\\n \\"roseType\\": \\"false\\",\\n \\"name\\": \\"杭州市\\",\\n \\"data\\": [\\n {\\n \\"value\\": \\"100\\",\\n \\"name\\": \\"杭州市\\"\\n }\\n ]\\n }\\n ],\\n \\"animation\\": true,\\n \\"grid\\": {\\n \\"show\\": false\\n }\\n },\\n \\"highRiskIPProvince\\": {\\n \\"series\\": [\\n {\\n \\"roseType\\": \\"false\\",\\n \\"name\\": \\"浙江省\\",\\n \\"data\\": [\\n {\\n \\"value\\": \\"100\\",\\n \\"name\\": \\"浙江省\\"\\n }\\n ]\\n }\\n ],\\n \\"animation\\": true,\\n \\"grid\\": {\\n \\"show\\": false\\n }\\n },\\n \\"highRiskIPCity\\": {\\n \\"series\\": [\\n {\\n \\"roseType\\": \\"false\\",\\n \\"name\\": \\"杭州市\\",\\n \\"data\\": [\\n {\\n \\"value\\": \\"100\\",\\n \\"name\\": \\"杭州市\\"\\n }\\n ]\\n }\\n ],\\n \\"animation\\": true,\\n \\"grid\\": {\\n \\"show\\": false\\n }\\n }\\n }\\n}","type":"json"}]', + 'title' => 'High Risk Pie Chart + Map', + 'translator' => 'machine', + ], + 'DescribeDecisionResultFluctuation' => [ + 'summary' => 'Decision Result Fluctuation Detection', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'eventCodes', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code.', + 'type' => 'string', + 'required' => false, + 'example' => 'de_ahqhsw7665,de_ahqhsw7622', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + 'success' => [ + 'description' => 'Indicates whether the operation was successful.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'code' => [ + 'description' => 'Status code.', + 'type' => 'string', + 'example' => '200', + ], + 'message' => [ + 'description' => 'Error details'."\n", + 'type' => 'string', + 'example' => 'The input parameter data is not valid. order_storage_company_num component not found', + ], + 'httpStatusCode' => [ + 'description' => 'HTTP status code', + 'type' => 'string', + 'example' => '200', + ], + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'array', + 'items' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'status' => [ + 'description' => 'Execution status.', + 'type' => 'string', + 'example' => 'PASS', + ], + 'todayNum' => [ + 'description' => 'Today\'s count', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '100', + ], + 'yesterdayNum' => [ + 'description' => 'Yesterday\'s count', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'withinThreeDayNum' => [ + 'description' => 'Count within the last three days', + 'type' => 'string', + 'example' => '300', + ], + 'withinSevenDayNum' => [ + 'description' => 'Count within the last seven days', + 'type' => 'string', + 'example' => '600', + ], + 'withinThirtyDayNum' => [ + 'description' => 'Count within the last thirty days', + 'type' => 'string', + 'example' => '1200', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\",\\n \\"success\\": true,\\n \\"code\\": \\"200\\",\\n \\"message\\": \\"The input parameter data is not valid. order_storage_company_num component not found\\",\\n \\"httpStatusCode\\": \\"200\\",\\n \\"resultObject\\": [\\n {\\n \\"status\\": \\"PASS\\",\\n \\"todayNum\\": 100,\\n \\"yesterdayNum\\": 200,\\n \\"withinThreeDayNum\\": \\"300\\",\\n \\"withinSevenDayNum\\": \\"600\\",\\n \\"withinThirtyDayNum\\": \\"1200\\"\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Decision Result Fluctuation Detection', + 'translator' => 'machine', + ], + 'DescribeHitRuleFluctuation' => [ + 'summary' => 'Policy Hit Fluctuation Detection', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'eventCodes', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event codes, separated by commas (,).', + 'type' => 'string', + 'required' => false, + 'example' => 'de_ahqhsw7665,de_agbzfi5134', + ], + ], + [ + 'name' => 'ruleStatus', + 'in' => 'query', + 'schema' => [ + 'description' => 'Policy status', + 'type' => 'string', + 'required' => false, + 'example' => 'DRAFT', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + 'success' => [ + 'description' => 'Whether the request was successful.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'code' => [ + 'description' => 'Status code.', + 'type' => 'string', + 'example' => '200', + ], + 'message' => [ + 'description' => 'Error message.', + 'type' => 'string', + 'example' => 'The input parameter data is not valid. order_storage_company_num component not found', + ], + 'httpStatusCode' => [ + 'description' => 'HTTP status code', + 'type' => 'string', + 'example' => '200', + ], + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'array', + 'items' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'ruleId' => [ + 'description' => 'Policy ID', + 'type' => 'string', + 'example' => '115019', + ], + 'ruleName' => [ + 'description' => 'Policy name', + 'type' => 'string', + 'example' => '营销风险识别', + ], + 'todayNum' => [ + 'description' => 'Today\'s count', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '100', + ], + 'yesterdayNum' => [ + 'description' => 'Yesterday\'s count', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'withinThreeDayNum' => [ + 'description' => 'Count within three days', + 'type' => 'string', + 'example' => '300', + ], + 'withinSevenDayNum' => [ + 'description' => 'Count within seven days', + 'type' => 'string', + 'example' => '600', + ], + 'withinThirtyDayNum' => [ + 'description' => 'Count within thirty days', + 'type' => 'string', + 'example' => '1200', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\",\\n \\"success\\": true,\\n \\"code\\": \\"200\\",\\n \\"message\\": \\"The input parameter data is not valid. order_storage_company_num component not found\\",\\n \\"httpStatusCode\\": \\"200\\",\\n \\"resultObject\\": [\\n {\\n \\"ruleId\\": \\"115019\\",\\n \\"ruleName\\": \\"营销风险识别\\",\\n \\"todayNum\\": 100,\\n \\"yesterdayNum\\": 200,\\n \\"withinThreeDayNum\\": \\"300\\",\\n \\"withinSevenDayNum\\": \\"600\\",\\n \\"withinThirtyDayNum\\": \\"1200\\"\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Policy Hit Fluctuation Detection', + 'translator' => 'machine', + ], + 'DescribeTagsFluctuation' => [ + 'summary' => 'Tag Fluctuation Detection', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'eventCodes', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code.', + 'type' => 'string', + 'required' => false, + 'example' => 'de_afghcf6411', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + 'success' => [ + 'description' => 'Indicates whether the call was successful', + 'type' => 'boolean', + 'example' => 'true', + ], + 'code' => [ + 'description' => 'Status code.', + 'type' => 'string', + 'example' => '200', + ], + 'message' => [ + 'description' => 'Error message.', + 'type' => 'string', + 'example' => 'The input parameter data is not valid. order_storage_company_num component not found', + ], + 'httpStatusCode' => [ + 'description' => 'HTTP status code', + 'type' => 'string', + 'example' => '200', + ], + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'array', + 'items' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'tableName' => [ + 'description' => 'Tag name', + 'type' => 'string', + 'example' => 'accountId', + ], + 'todayNum' => [ + 'description' => 'Data for today', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '100', + ], + 'yesterdayNum' => [ + 'description' => 'Data for yesterday', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'withinThreeDayNum' => [ + 'description' => 'Data for the last three days', + 'type' => 'string', + 'example' => '300', + ], + 'withinSevenDayNum' => [ + 'description' => 'Data for the last seven days', + 'type' => 'string', + 'example' => '600', + ], + 'withinThirtyDayNum' => [ + 'description' => 'Data for the last thirty days', + 'type' => 'string', + 'example' => '1200', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\",\\n \\"success\\": true,\\n \\"code\\": \\"200\\",\\n \\"message\\": \\"The input parameter data is not valid. order_storage_company_num component not found\\",\\n \\"httpStatusCode\\": \\"200\\",\\n \\"resultObject\\": [\\n {\\n \\"tableName\\": \\"accountId\\",\\n \\"todayNum\\": 100,\\n \\"yesterdayNum\\": 200,\\n \\"withinThreeDayNum\\": \\"300\\",\\n \\"withinSevenDayNum\\": \\"600\\",\\n \\"withinThirtyDayNum\\": \\"1200\\"\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Tag Fluctuation Detection', + 'translator' => 'machine', + ], + 'DescribeResultCount' => [ + 'summary' => 'Drill-down Analysis', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'beginTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'Start time, accurate to milliseconds (ms).', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1739841750000', + ], + ], + [ + 'name' => 'endTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'End time, accurate to milliseconds (ms).', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1739843750000', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + 'success' => [ + 'description' => 'Indicates whether the request was successful.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'code' => [ + 'description' => 'Status code.', + 'type' => 'string', + 'example' => '200', + ], + 'message' => [ + 'description' => 'Error message.', + 'type' => 'string', + 'example' => 'The input parameter data is not valid. order_storage_company_num component not found', + ], + 'httpStatusCode' => [ + 'description' => 'HTTP status code', + 'type' => 'string', + 'example' => '200', + ], + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'array', + 'items' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'result' => [ + 'description' => 'Execution result', + 'type' => 'string', + 'enumValueTitles' => [ + 'REJECT' => '拒绝', + 'PASS' => '通过', + 'PENDING' => '待定', + ], + 'example' => 'PASS', + ], + 'total' => [ + 'description' => 'Quantity', + 'type' => 'string', + 'example' => '200', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\",\\n \\"success\\": true,\\n \\"code\\": \\"200\\",\\n \\"message\\": \\"The input parameter data is not valid. order_storage_company_num component not found\\",\\n \\"httpStatusCode\\": \\"200\\",\\n \\"resultObject\\": [\\n {\\n \\"result\\": \\"PASS\\",\\n \\"total\\": \\"200\\"\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Drill-down Analysis List', + 'translator' => 'machine', + ], + 'DescribeRequestPeakReport' => [ + 'summary' => 'Request Peak', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + 'success' => [ + 'description' => 'Whether the request was successful', + 'type' => 'boolean', + 'example' => 'true', + ], + 'code' => [ + 'description' => 'Status code', + 'type' => 'string', + 'example' => '200', + ], + 'message' => [ + 'description' => 'Error message.', + 'type' => 'string', + 'example' => 'The input parameter data is not valid. order_storage_company_num component not found', + ], + 'httpStatusCode' => [ + 'description' => 'HTTP status code.', + 'type' => 'string', + 'example' => '200', + ], + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'array', + 'items' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'value' => [ + 'description' => 'Return text', + 'type' => 'string', + 'example' => '1.0 次/秒', + ], + 'ratio' => [ + 'description' => 'Return value', + 'type' => 'string', + 'example' => '1.0', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\",\\n \\"success\\": true,\\n \\"code\\": \\"200\\",\\n \\"message\\": \\"The input parameter data is not valid. order_storage_company_num component not found\\",\\n \\"httpStatusCode\\": \\"200\\",\\n \\"resultObject\\": [\\n {\\n \\"value\\": \\"1.0 次/秒\\",\\n \\"ratio\\": \\"1.0\\"\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Request Peak', + 'translator' => 'machine', + ], + 'DescribeEventTotalCountReport' => [ + 'summary' => 'Event Invocation Count', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + 'success' => [ + 'description' => 'Indicates whether this operation was successful, `true` means success.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'code' => [ + 'description' => 'Status code', + 'type' => 'string', + 'example' => '200', + ], + 'message' => [ + 'description' => 'Error message.', + 'type' => 'string', + 'example' => 'The input parameter data is not valid. order_storage_company_num component not found', + ], + 'httpStatusCode' => [ + 'description' => 'HTTP status code', + 'type' => 'string', + 'example' => '200', + ], + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'value' => [ + 'description' => 'Today\'s event invocation count', + 'type' => 'string', + 'example' => '100', + ], + 'ratio' => [ + 'description' => 'Comparison with yesterday\'s event invocation count', + 'type' => 'string', + 'example' => '101', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\",\\n \\"success\\": true,\\n \\"code\\": \\"200\\",\\n \\"message\\": \\"The input parameter data is not valid. order_storage_company_num component not found\\",\\n \\"httpStatusCode\\": \\"200\\",\\n \\"resultObject\\": {\\n \\"value\\": \\"100\\",\\n \\"ratio\\": \\"101\\"\\n }\\n}","type":"json"}]', + 'title' => 'Event Invocation Count', + 'translator' => 'machine', + ], + 'DescribeEventResultBarChart' => [ + 'summary' => 'Risk Dashboard', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'eventCodes', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code.', + 'type' => 'string', + 'required' => false, + 'example' => 'de_ahqhsw7665,de_ahqhsw7622', + ], + ], + [ + 'name' => 'beginTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'Start time, accurate to milliseconds (ms).', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1737101348000', + ], + ], + [ + 'name' => 'endTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'End time, accurate to milliseconds (ms).', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1744337383000', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'requestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + 'success' => [ + 'description' => 'Whether the request was successful.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'code' => [ + 'description' => 'Status code.', + 'type' => 'string', + 'example' => '200', + ], + 'message' => [ + 'description' => 'Error message.', + 'type' => 'string', + 'example' => 'The input parameter data is not valid. order_storage_company_num component not found', + ], + 'httpStatusCode' => [ + 'description' => 'HTTP status code', + 'type' => 'string', + 'example' => '200', + ], + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'xaxis' => [ + 'description' => 'xaxis interface configuration.', + 'type' => 'object', + 'properties' => [ + 'data' => [ + 'description' => 'Returned data object', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned data object', + 'type' => 'string', + 'example' => '['."\n" + .' "2025-07-18",'."\n" + .' "2025-07-19",'."\n" + .' "2025-07-20",'."\n" + .' "2025-07-21",'."\n" + .' "2025-07-22",'."\n" + .' "2025-07-23",'."\n" + .' "2025-07-24",'."\n" + .' "2025-07-25"'."\n" + .' ]', + ], + ], + ], + ], + 'series' => [ + 'description' => 'Chart data', + 'type' => 'array', + 'items' => [ + 'description' => 'Chart data', + 'type' => 'object', + 'properties' => [ + 'name' => [ + 'description' => 'Series name.', + 'type' => 'string', + 'example' => '通过'."\n", + ], + 'stack' => [ + 'description' => 'Label key', + 'type' => 'string', + 'example' => '通过', + ], + 'data' => [ + 'description' => 'Returned data object', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned data object', + 'type' => 'object', + 'properties' => [ + 'num' => [ + 'description' => 'Number.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '100', + ], + 'scale' => [ + 'description' => 'Scale', + 'type' => 'string', + 'example' => '50.00%', + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\",\\n \\"success\\": true,\\n \\"code\\": \\"200\\",\\n \\"message\\": \\"The input parameter data is not valid. order_storage_company_num component not found\\",\\n \\"httpStatusCode\\": \\"200\\",\\n \\"resultObject\\": {\\n \\"xaxis\\": {\\n \\"data\\": [\\n \\"[\\\\n \\\\\\"2025-07-18\\\\\\",\\\\n \\\\\\"2025-07-19\\\\\\",\\\\n \\\\\\"2025-07-20\\\\\\",\\\\n \\\\\\"2025-07-21\\\\\\",\\\\n \\\\\\"2025-07-22\\\\\\",\\\\n \\\\\\"2025-07-23\\\\\\",\\\\n \\\\\\"2025-07-24\\\\\\",\\\\n \\\\\\"2025-07-25\\\\\\"\\\\n ]\\"\\n ]\\n },\\n \\"series\\": [\\n {\\n \\"name\\": \\"通过\\\\n\\",\\n \\"stack\\": \\"通过\\",\\n \\"data\\": [\\n {\\n \\"num\\": 100,\\n \\"scale\\": \\"50.00%\\"\\n }\\n ]\\n }\\n ]\\n }\\n}","type":"json"}]', + 'title' => 'Risk Dashboard', + 'translator' => 'machine', + ], + 'DescribeEventResultList' => [ + 'summary' => 'Event Overview List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'beginTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'Start time, accurate to milliseconds (ms).', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1737101348000', + ], + ], + [ + 'name' => 'endTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'End time, accurate to milliseconds (ms).', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1683616457000', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size, default value is 10', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'currentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '1', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + 'success' => [ + 'description' => 'Whether the query was successful.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'code' => [ + 'description' => 'Status code.', + 'type' => 'string', + 'example' => '200', + ], + 'message' => [ + 'description' => 'Error details'."\n", + 'type' => 'string', + 'example' => 'The input parameter data is not valid. order_storage_company_num component not found', + ], + 'httpStatusCode' => [ + 'description' => 'HTTP status code', + 'type' => 'string', + 'example' => '200', + ], + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'eventName' => [ + 'description' => 'Event name.', + 'type' => 'string', + 'example' => '注册风险', + ], + 'totalNum' => [ + 'description' => 'Total number of items.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '100', + ], + 'passNum' => [ + 'description' => 'Number of passed checks.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '90', + ], + 'rejectNum' => [ + 'description' => 'Number of rejected approvals.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '5', + ], + 'pendingNum' => [ + 'description' => 'Number of pending items.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '5', + ], + 'eventCode' => [ + 'description' => 'Event code', + 'type' => 'string', + 'example' => 'de_aszbjb7236', + ], + ], + ], + ], + 'totalItem' => [ + 'description' => 'Total number of items.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '31', + ], + 'totalPage' => [ + 'description' => 'Total number of pages', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '9', + ], + 'currentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1', + ], + 'pageSize' => [ + 'description' => 'Page size, default value is 10', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '10', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\",\\n \\"success\\": true,\\n \\"code\\": \\"200\\",\\n \\"message\\": \\"The input parameter data is not valid. order_storage_company_num component not found\\",\\n \\"httpStatusCode\\": \\"200\\",\\n \\"resultObject\\": [\\n {\\n \\"eventName\\": \\"注册风险\\",\\n \\"totalNum\\": 100,\\n \\"passNum\\": 90,\\n \\"rejectNum\\": 5,\\n \\"pendingNum\\": 5,\\n \\"eventCode\\": \\"de_aszbjb7236\\"\\n }\\n ],\\n \\"totalItem\\": 31,\\n \\"totalPage\\": 9,\\n \\"currentPage\\": 1,\\n \\"pageSize\\": 10\\n}","type":"json"}]', + 'title' => 'Event Overview List', + 'translator' => 'machine', + ], + 'DescribeRuleBarChart' => [ + 'summary' => 'Policy Overview List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'eventCodes', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event codes, separated by commas (,).', + 'type' => 'string', + 'required' => false, + 'example' => 'account_abuse_pro,account_abuse', + ], + ], + [ + 'name' => 'beginTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'Query start time, accurate to milliseconds (ms).', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1739841750000', + ], + ], + [ + 'name' => 'endTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'End time, accurate to milliseconds (ms).', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1750904603000', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + 'success' => [ + 'description' => 'Whether the request was successful.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'code' => [ + 'description' => 'Status code.', + 'type' => 'string', + 'example' => '200', + ], + 'message' => [ + 'description' => 'Error message.', + 'type' => 'string', + 'example' => 'The input parameter data is not valid. order_storage_company_num component not found', + ], + 'httpStatusCode' => [ + 'description' => 'HTTP status code.', + 'type' => 'string', + 'example' => '200', + ], + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'yaxis' => [ + 'description' => 'yaxis related results.', + 'type' => 'object', + 'properties' => [ + 'data' => [ + 'description' => 'yaxis data items', + 'type' => 'array', + 'items' => [ + 'description' => 'yaxis data items', + 'type' => 'string', + 'example' => '['."\n" + .' "决策引擎可观测性持续建设_策略01",'."\n" + .' "决策引擎可观测性持续建设_策略03",'."\n" + .' "决策引擎可观测性持续建设_策略04",'."\n" + .' "决策引擎可观测性持续建设_策略02"'."\n" + .' ]', + ], + ], + ], + ], + 'series' => [ + 'description' => 'Data list', + 'type' => 'array', + 'items' => [ + 'description' => 'Data list', + 'type' => 'object', + 'properties' => [ + 'type' => [ + 'description' => 'Bar chart type', + 'type' => 'string', + 'example' => 'bar', + ], + 'data' => [ + 'description' => 'Response data.', + 'type' => 'array', + 'items' => [ + 'description' => 'Response data.', + 'type' => 'object', + 'properties' => [ + 'ruleName' => [ + 'description' => 'Policy name', + 'type' => 'string', + 'example' => '营销风险识别评分_高风险_拒绝', + ], + 'eventName' => [ + 'description' => 'Event name.', + 'type' => 'string', + 'example' => '营销事件', + ], + 'status' => [ + 'description' => 'Status.', + 'type' => 'string', + 'example' => 'RUNNING', + ], + 'num' => [ + 'description' => 'Number.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '100', + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\",\\n \\"success\\": true,\\n \\"code\\": \\"200\\",\\n \\"message\\": \\"The input parameter data is not valid. order_storage_company_num component not found\\",\\n \\"httpStatusCode\\": \\"200\\",\\n \\"resultObject\\": {\\n \\"yaxis\\": {\\n \\"data\\": [\\n \\"[\\\\n \\\\\\"决策引擎可观测性持续建设_策略01\\\\\\",\\\\n \\\\\\"决策引擎可观测性持续建设_策略03\\\\\\",\\\\n \\\\\\"决策引擎可观测性持续建设_策略04\\\\\\",\\\\n \\\\\\"决策引擎可观测性持续建设_策略02\\\\\\"\\\\n ]\\"\\n ]\\n },\\n \\"series\\": [\\n {\\n \\"type\\": \\"bar\\",\\n \\"data\\": [\\n {\\n \\"ruleName\\": \\"营销风险识别评分_高风险_拒绝\\",\\n \\"eventName\\": \\"营销事件\\",\\n \\"status\\": \\"RUNNING\\",\\n \\"num\\": 100\\n }\\n ]\\n }\\n ]\\n }\\n}","type":"json"}]', + 'title' => 'Policy Overview List', + 'translator' => 'machine', + ], + 'DescribeAvgExecuteCostReport' => [ + 'summary' => 'Average Execution Time', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + 'success' => [ + 'description' => 'Whether the call was successful', + 'type' => 'boolean', + 'example' => 'true', + ], + 'code' => [ + 'description' => 'Status code.', + 'type' => 'string', + 'example' => '200', + ], + 'message' => [ + 'description' => 'Error message.', + 'type' => 'string', + 'example' => 'The input parameter data is not valid. order_storage_company_num component not found', + ], + 'httpStatusCode' => [ + 'description' => 'HTTP status code', + 'type' => 'string', + 'example' => '200', + ], + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'array', + 'items' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'value' => [ + 'description' => 'Today\'s average execution time', + 'type' => 'string', + 'example' => '0.1 毫秒', + ], + 'ratio' => [ + 'description' => 'Comparison with yesterday\'s average execution time', + 'type' => 'string', + 'example' => '0.2', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\",\\n \\"success\\": true,\\n \\"code\\": \\"200\\",\\n \\"message\\": \\"The input parameter data is not valid. order_storage_company_num component not found\\",\\n \\"httpStatusCode\\": \\"200\\",\\n \\"resultObject\\": [\\n {\\n \\"value\\": \\"0.1 毫秒\\",\\n \\"ratio\\": \\"0.2\\"\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Average Execution Time', + 'translator' => 'machine', + ], + 'DescribeTagsTrend' => [ + 'summary' => 'Tag Hit Trend', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'eventCodes', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code.', + 'type' => 'string', + 'required' => false, + 'example' => 'de_afghcf6411', + ], + ], + [ + 'name' => 'beginTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'Start time, accurate to milliseconds (ms).', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '1751249559000', + ], + ], + [ + 'name' => 'endTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'End time, accurate to milliseconds (ms).', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '1740298093000', + ], + ], + [ + 'name' => 'result', + 'in' => 'query', + 'schema' => [ + 'description' => 'Policy execution result', + 'type' => 'string', + 'required' => false, + 'example' => 'PASS', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'requestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + 'success' => [ + 'description' => 'Whether the request was successful.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'code' => [ + 'description' => 'Status code', + 'type' => 'string', + 'example' => '200', + ], + 'message' => [ + 'description' => 'Error message.', + 'type' => 'string', + 'example' => 'The input parameter data is not valid. order_storage_company_num component not found', + ], + 'httpStatusCode' => [ + 'description' => 'HTTP status code', + 'type' => 'string', + 'example' => '200', + ], + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'xaxis' => [ + 'description' => 'xaxis returned data', + 'type' => 'object', + 'properties' => [ + 'data' => [ + 'description' => 'X-axis data', + 'type' => 'array', + 'items' => [ + 'description' => 'X-axis data', + 'type' => 'string', + 'example' => '['."\n" + .' "2025-07-01",'."\n" + .' "2025-07-02",'."\n" + .' "2025-07-03",'."\n" + .' "2025-07-04",'."\n" + .' "2025-07-05",'."\n" + .' "2025-07-06",'."\n" + .' "2025-07-07",'."\n" + .' "2025-07-08",'."\n" + .' "2025-07-09",'."\n" + .' "2025-07-10"'."\n" + .' ]', + ], + ], + ], + ], + 'series' => [ + 'description' => 'Data list', + 'type' => 'array', + 'items' => [ + 'description' => 'Data list', + 'type' => 'object', + 'properties' => [ + 'name' => [ + 'description' => 'Category name.', + 'type' => 'string', + 'example' => 'rm0102', + ], + 'data' => [ + 'description' => 'Chart data list', + 'type' => 'array', + 'items' => [ + 'description' => 'Chart data list', + 'type' => 'object', + 'properties' => [ + 'num' => [ + 'description' => 'The number of items in this category.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '100', + ], + 'scale' => [ + 'description' => 'Proportion', + 'type' => 'string', + 'example' => '10%', + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\",\\n \\"success\\": true,\\n \\"code\\": \\"200\\",\\n \\"message\\": \\"The input parameter data is not valid. order_storage_company_num component not found\\",\\n \\"httpStatusCode\\": \\"200\\",\\n \\"resultObject\\": {\\n \\"xaxis\\": {\\n \\"data\\": [\\n \\"[\\\\n \\\\\\"2025-07-01\\\\\\",\\\\n \\\\\\"2025-07-02\\\\\\",\\\\n \\\\\\"2025-07-03\\\\\\",\\\\n \\\\\\"2025-07-04\\\\\\",\\\\n \\\\\\"2025-07-05\\\\\\",\\\\n \\\\\\"2025-07-06\\\\\\",\\\\n \\\\\\"2025-07-07\\\\\\",\\\\n \\\\\\"2025-07-08\\\\\\",\\\\n \\\\\\"2025-07-09\\\\\\",\\\\n \\\\\\"2025-07-10\\\\\\"\\\\n ]\\"\\n ]\\n },\\n \\"series\\": [\\n {\\n \\"name\\": \\"rm0102\\",\\n \\"data\\": [\\n {\\n \\"num\\": 100,\\n \\"scale\\": \\"10%\\"\\n }\\n ]\\n }\\n ]\\n }\\n}","type":"json"}]', + 'title' => 'Tag Fluctuation Trend', + 'translator' => 'machine', + ], + 'DescribeRiskLineChart' => [ + 'summary' => 'Risk map overview chart (line chart)', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'eventCodes', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event codes, separated by commas (,).', + 'type' => 'string', + 'required' => false, + 'example' => 'de_afghcf6411,de_awkhwh0314', + ], + ], + [ + 'name' => 'beginTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'Query start time, accurate to milliseconds (ms).', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1739841750000', + ], + ], + [ + 'name' => 'endTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'End time, accurate to milliseconds (ms).', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1748491200000', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + 'success' => [ + 'description' => 'Whether the request was successful.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'code' => [ + 'description' => 'Status code.', + 'type' => 'string', + 'example' => '200', + ], + 'message' => [ + 'description' => 'Error message.', + 'type' => 'string', + 'example' => 'The input parameter data is not valid. order_storage_company_num component not found', + ], + 'httpStatusCode' => [ + 'description' => 'HTTP status code', + 'type' => 'string', + 'example' => '200', + ], + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'xaxis' => [ + 'description' => 'Details of xaxis node.', + 'type' => 'object', + 'properties' => [ + 'data' => [ + 'description' => 'Returns x-axis data points', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned data.', + 'type' => 'string', + 'example' => '['."\n" + .' "2025-07-01",'."\n" + .' "2025-07-02",'."\n" + .' "2025-07-03",'."\n" + .' "2025-07-04",'."\n" + .' "2025-07-05",'."\n" + .' "2025-07-06",'."\n" + .' "2025-07-07",'."\n" + .' "2025-07-08",'."\n" + .' "2025-07-09",'."\n" + .' "2025-07-10"'."\n" + .' ]', + ], + ], + ], + ], + 'series' => [ + 'description' => 'Data list', + 'type' => 'array', + 'items' => [ + 'description' => 'Data list', + 'type' => 'object', + 'properties' => [ + 'name' => [ + 'description' => 'Title of the line segment in the line chart', + 'type' => 'string', + 'example' => 'rm0102', + ], + 'data' => [ + 'description' => 'Line chart data', + 'type' => 'array', + 'items' => [ + 'description' => 'Response data.', + 'type' => 'string', + 'example' => '0.00%', + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\",\\n \\"success\\": true,\\n \\"code\\": \\"200\\",\\n \\"message\\": \\"The input parameter data is not valid. order_storage_company_num component not found\\",\\n \\"httpStatusCode\\": \\"200\\",\\n \\"resultObject\\": {\\n \\"xaxis\\": {\\n \\"data\\": [\\n \\"[\\\\n \\\\\\"2025-07-01\\\\\\",\\\\n \\\\\\"2025-07-02\\\\\\",\\\\n \\\\\\"2025-07-03\\\\\\",\\\\n \\\\\\"2025-07-04\\\\\\",\\\\n \\\\\\"2025-07-05\\\\\\",\\\\n \\\\\\"2025-07-06\\\\\\",\\\\n \\\\\\"2025-07-07\\\\\\",\\\\n \\\\\\"2025-07-08\\\\\\",\\\\n \\\\\\"2025-07-09\\\\\\",\\\\n \\\\\\"2025-07-10\\\\\\"\\\\n ]\\"\\n ]\\n },\\n \\"series\\": [\\n {\\n \\"name\\": \\"rm0102\\",\\n \\"data\\": [\\n \\"0.00%\\"\\n ]\\n }\\n ]\\n }\\n}","type":"json"}]', + 'title' => 'Risk Map Line Chart', + 'translator' => 'machine', + ], + 'DescribeTagsBarChart' => [ + 'summary' => 'Tag Overview List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for the request and response messages. Default value is **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'eventCodes', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code.', + 'type' => 'string', + 'required' => false, + 'example' => 'de_afghcf6411', + ], + ], + [ + 'name' => 'beginTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'Start time, accurate to milliseconds (ms).', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1751249559000', + ], + ], + [ + 'name' => 'endTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'End time, accurate to milliseconds (ms).', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1751595912000', + ], + ], + [ + 'name' => 'result', + 'in' => 'query', + 'schema' => [ + 'description' => 'Policy execution result', + 'type' => 'string', + 'required' => false, + 'example' => 'PASS', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'requestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + 'success' => [ + 'description' => 'Whether the request was successful.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'code' => [ + 'description' => 'Status code.', + 'type' => 'string', + 'example' => '200', + ], + 'message' => [ + 'description' => 'Error message.', + 'type' => 'string', + 'example' => 'The input parameter data is not valid. order_storage_company_num component not found', + ], + 'httpStatusCode' => [ + 'description' => 'HTTP status code', + 'type' => 'string', + 'example' => '200', + ], + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'xaxis' => [ + 'description' => 'xaxis interface configuration.', + 'type' => 'object', + 'properties' => [ + 'data' => [ + 'description' => 'xaxis data items', + 'type' => 'array', + 'items' => [ + 'description' => 'xaxis data items', + 'type' => 'string', + 'example' => '['."\n" + .' "2025-07-01",'."\n" + .' "2025-07-02",'."\n" + .' "2025-07-03",'."\n" + .' "2025-07-04",'."\n" + .' "2025-07-05",'."\n" + .' "2025-07-06",'."\n" + .' "2025-07-07",'."\n" + .' "2025-07-08",'."\n" + .' "2025-07-09",'."\n" + .' "2025-07-10"'."\n" + .' ]', + ], + ], + ], + ], + 'series' => [ + 'description' => 'Data list', + 'type' => 'array', + 'items' => [ + 'description' => 'Data list', + 'type' => 'object', + 'properties' => [ + 'name' => [ + 'description' => 'Series name.', + 'type' => 'string', + 'example' => 'tag', + ], + 'stack' => [ + 'description' => 'Chart field, same as name', + 'type' => 'string', + 'example' => 'tag', + ], + 'data' => [ + 'description' => 'Chart data list', + 'type' => 'array', + 'items' => [ + 'description' => 'Chart data list', + 'type' => 'object', + 'properties' => [ + 'num' => [ + 'description' => 'Number.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '200', + ], + 'scale' => [ + 'description' => 'Scale', + 'type' => 'string', + 'example' => '10%', + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\",\\n \\"success\\": true,\\n \\"code\\": \\"200\\",\\n \\"message\\": \\"The input parameter data is not valid. order_storage_company_num component not found\\",\\n \\"httpStatusCode\\": \\"200\\",\\n \\"resultObject\\": {\\n \\"xaxis\\": {\\n \\"data\\": [\\n \\"[\\\\n \\\\\\"2025-07-01\\\\\\",\\\\n \\\\\\"2025-07-02\\\\\\",\\\\n \\\\\\"2025-07-03\\\\\\",\\\\n \\\\\\"2025-07-04\\\\\\",\\\\n \\\\\\"2025-07-05\\\\\\",\\\\n \\\\\\"2025-07-06\\\\\\",\\\\n \\\\\\"2025-07-07\\\\\\",\\\\n \\\\\\"2025-07-08\\\\\\",\\\\n \\\\\\"2025-07-09\\\\\\",\\\\n \\\\\\"2025-07-10\\\\\\"\\\\n ]\\"\\n ]\\n },\\n \\"series\\": [\\n {\\n \\"name\\": \\"tag\\",\\n \\"stack\\": \\"tag\\",\\n \\"data\\": [\\n {\\n \\"num\\": 200,\\n \\"scale\\": \\"10%\\"\\n }\\n ]\\n }\\n ]\\n }\\n}","type":"json"}]', + 'title' => 'Tag Overview List', + 'translator' => 'machine', + ], + 'DeleteByPassShuntEvent' => [ + 'summary' => 'Delete Bypass Event', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'eventId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event ID.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '25', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + 'success' => [ + 'description' => 'Whether it was successful.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'code' => [ + 'description' => 'Status code', + 'type' => 'string', + 'example' => '200', + ], + 'message' => [ + 'description' => 'Error message.', + 'type' => 'string', + 'example' => 'The input parameter data is not valid. order_storage_company_num component not found', + ], + 'httpStatusCode' => [ + 'description' => 'HTTP status code', + 'type' => 'string', + 'example' => '200', + ], + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\",\\n \\"success\\": true,\\n \\"code\\": \\"200\\",\\n \\"message\\": \\"The input parameter data is not valid. order_storage_company_num component not found\\",\\n \\"httpStatusCode\\": \\"200\\",\\n \\"resultObject\\": true\\n}","type":"json"}]', + 'title' => 'Delete Bypass Event', + 'translator' => 'machine', + ], + 'DescribeByPassShuntEvent' => [ + 'summary' => 'View Bypass Event', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'eventId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event ID.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '25', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + 'success' => [ + 'description' => 'Whether it was successful.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'code' => [ + 'description' => 'Error code.', + 'type' => 'string', + 'example' => '200', + ], + 'message' => [ + 'description' => 'Error details', + 'type' => 'string', + 'example' => 'The input parameter data is not valid. order_storage_company_num component not found', + ], + 'httpStatusCode' => [ + 'description' => 'HTTP status code', + 'type' => 'string', + 'example' => '200', + ], + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'eventName' => [ + 'description' => 'Event name.', + 'type' => 'string', + 'example' => '营销风险识别_增强版', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\",\\n \\"success\\": true,\\n \\"code\\": \\"200\\",\\n \\"message\\": \\"The input parameter data is not valid. order_storage_company_num component not found\\",\\n \\"httpStatusCode\\": \\"200\\",\\n \\"resultObject\\": {\\n \\"eventName\\": \\"营销风险识别_增强版\\"\\n }\\n}","type":"json"}]', + 'title' => 'View Bypass Event', + 'translator' => 'machine', + ], + 'DescribeHitRuleList' => [ + 'summary' => 'Top 20 Hits for Main Events/Bypass/Diversion Strategies', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'eventCodes', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event codes, separated by commas if multiple.', + 'type' => 'string', + 'required' => false, + 'example' => 'de_ahqhsw7665,de_ahqhsw7622', + ], + ], + [ + 'name' => 'beginTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'Start time, accurate to milliseconds (ms).', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '1737101348000', + ], + ], + [ + 'name' => 'endTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'End time, accurate to milliseconds (ms).', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '1752027960000', + ], + ], + [ + 'name' => 'eventType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event type', + 'type' => 'string', + 'required' => false, + 'example' => 'MAIN', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + 'resultObject' => [ + 'description' => 'Response object', + 'type' => 'array', + 'items' => [ + 'description' => 'Response object', + 'type' => 'object', + 'properties' => [ + 'ruleName' => [ + 'description' => 'Strategy name', + 'type' => 'string', + 'example' => '营销风险识别', + ], + 'hitCount' => [ + 'description' => 'Number of hits.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '100', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\",\\n \\"resultObject\\": [\\n {\\n \\"ruleName\\": \\"营销风险识别\\",\\n \\"hitCount\\": 100\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Top 20 Hits for Main Events/Bypass/Diversion Strategies', + 'translator' => 'machine', + ], + 'DescribeScoreSectionNumLineChart' => [ + 'summary' => 'Score Range Quantity Analysis', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'mainEventCodes', + 'in' => 'query', + 'schema' => [ + 'description' => 'Main event code', + 'type' => 'string', + 'required' => false, + 'example' => 'de_avcqzc3714', + ], + ], + [ + 'name' => 'byPassEventCodes', + 'in' => 'query', + 'schema' => [ + 'description' => 'Bypass event code', + 'type' => 'string', + 'required' => false, + 'example' => 'de_amnhke2482', + ], + ], + [ + 'name' => 'shuntEventCodes', + 'in' => 'query', + 'schema' => [ + 'description' => 'Diversion event code', + 'type' => 'string', + 'required' => false, + 'example' => 'de_amnhke2488', + ], + ], + [ + 'name' => 'beginTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'Start timestamp, in milliseconds.', + 'type' => 'string', + 'required' => true, + 'example' => '1751249559000'."\n", + ], + ], + [ + 'name' => 'endTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'End timestamp, in milliseconds.', + 'type' => 'string', + 'required' => true, + 'example' => '1751249559000', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'xaxis' => [ + 'description' => 'Details of xaxis node.', + 'type' => 'object', + 'properties' => [ + 'data' => [ + 'description' => 'Data structure.', + 'type' => 'array', + 'items' => [ + 'description' => 'Data structure.', + 'type' => 'string', + 'example' => '['."\n" + .' "2025-07-19",'."\n" + .' "2025-07-20",'."\n" + .' "2025-07-21",'."\n" + .' "2025-07-22",'."\n" + .' "2025-07-23",'."\n" + .' "2025-07-24",'."\n" + .' "2025-07-25",'."\n" + .' "2025-07-26",'."\n" + .' "2025-07-27",'."\n" + .' "2025-07-28",'."\n" + .' "2025-07-29"'."\n" + .' ]', + ], + ], + ], + ], + 'series' => [ + 'description' => 'Data list', + 'type' => 'array', + 'items' => [ + 'description' => 'Data list', + 'type' => 'object', + 'properties' => [ + 'name' => [ + 'description' => 'Category name.', + 'type' => 'string', + 'example' => '旁路事件', + ], + 'data' => [ + 'description' => 'List of current category results.', + 'type' => 'array', + 'items' => [ + 'description' => 'Response data.', + 'type' => 'string', + 'example' => '10', + ], + ], + ], + ], + ], + ], + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": {\\n \\"xaxis\\": {\\n \\"data\\": [\\n \\"[\\\\n \\\\\\"2025-07-19\\\\\\",\\\\n \\\\\\"2025-07-20\\\\\\",\\\\n \\\\\\"2025-07-21\\\\\\",\\\\n \\\\\\"2025-07-22\\\\\\",\\\\n \\\\\\"2025-07-23\\\\\\",\\\\n \\\\\\"2025-07-24\\\\\\",\\\\n \\\\\\"2025-07-25\\\\\\",\\\\n \\\\\\"2025-07-26\\\\\\",\\\\n \\\\\\"2025-07-27\\\\\\",\\\\n \\\\\\"2025-07-28\\\\\\",\\\\n \\\\\\"2025-07-29\\\\\\"\\\\n ]\\"\\n ]\\n },\\n \\"series\\": [\\n {\\n \\"name\\": \\"旁路事件\\",\\n \\"data\\": [\\n \\"10\\"\\n ]\\n }\\n ]\\n },\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Bypass/Diversion - Score Range Quantity Analysis', + 'translator' => 'machine', + ], + 'DescribeScoreSectionPieChart' => [ + 'summary' => 'Proportion of Score Ranges for Main Events/Bypass Events/Diversion Events', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'eventCodes', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code.', + 'type' => 'string', + 'required' => false, + 'example' => 'de_afghcf6411', + ], + ], + [ + 'name' => 'beginTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'Start time, accurate to milliseconds (ms).', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '1751249559000', + ], + ], + [ + 'name' => 'endTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'End time, accurate to milliseconds (ms).', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '1740535600000', + ], + ], + [ + 'name' => 'eventType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event type.', + 'type' => 'string', + 'required' => false, + 'example' => 'MAIN', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'animation' => [ + 'description' => 'Chart field, default true', + 'type' => 'boolean', + 'example' => 'true', + ], + 'grid' => [ + 'description' => 'Belongs to grid.', + 'type' => 'object', + 'properties' => [ + 'show' => [ + 'description' => 'Chart field, default false', + 'type' => 'boolean', + 'example' => 'false', + ], + ], + ], + 'series' => [ + 'description' => 'Data list', + 'type' => 'array', + 'items' => [ + 'description' => 'Data list', + 'type' => 'object', + 'properties' => [ + 'roseType' => [ + 'description' => 'Chart field, default false', + 'type' => 'boolean', + 'example' => 'false', + ], + 'name' => [ + 'description' => 'Category name.', + 'type' => 'string', + 'example' => '分值区间占比', + ], + 'data' => [ + 'description' => 'Chart data list', + 'type' => 'array', + 'items' => [ + 'description' => 'Chart data list', + 'type' => 'object', + 'properties' => [ + 'name' => [ + 'description' => 'Category item name.', + 'type' => 'string', + 'example' => '名称', + ], + 'value' => [ + 'description' => 'Result value.', + 'type' => 'string', + 'example' => '100', + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\",\\n \\"resultObject\\": {\\n \\"animation\\": true,\\n \\"grid\\": {\\n \\"show\\": false\\n },\\n \\"series\\": [\\n {\\n \\"roseType\\": false,\\n \\"name\\": \\"分值区间占比\\",\\n \\"data\\": [\\n {\\n \\"name\\": \\"名称\\",\\n \\"value\\": \\"100\\"\\n }\\n ]\\n }\\n ]\\n }\\n}","type":"json"}]', + 'title' => 'Pie Chart of Score Range Proportions for Main Events/Bypass Events/Diversion Events', + 'translator' => 'machine', + ], + 'DescribeScoreSectionRatioLineChart' => [ + 'summary' => 'Score Section Ratio Analysis', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for request and response messages, with a default value of **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'mainEventCodes', + 'in' => 'query', + 'schema' => [ + 'description' => 'Main event code', + 'type' => 'string', + 'required' => false, + 'example' => 'de_avcqzc3714', + ], + ], + [ + 'name' => 'byPassEventCodes', + 'in' => 'query', + 'schema' => [ + 'description' => 'Bypass event code', + 'type' => 'string', + 'required' => false, + 'example' => 'de_amnhke2482', + ], + ], + [ + 'name' => 'shuntEventCodes', + 'in' => 'query', + 'schema' => [ + 'description' => 'Shunt event code', + 'type' => 'string', + 'required' => false, + 'example' => 'de_amnhke2488', + ], + ], + [ + 'name' => 'beginTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'Start time, accurate to milliseconds (ms).', + 'type' => 'string', + 'required' => true, + 'example' => '1751249559000', + ], + ], + [ + 'name' => 'endTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'End time, accurate to milliseconds (ms).', + 'type' => 'string', + 'required' => true, + 'example' => '1748491200000', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'xaxis' => [ + 'description' => 'Details of the xaxis node.', + 'type' => 'object', + 'properties' => [ + 'data' => [ + 'description' => 'Chart data list', + 'type' => 'array', + 'items' => [ + 'description' => 'X-axis data list for the chart', + 'type' => 'string', + 'example' => '['."\n" + .' "2025-07-19",'."\n" + .' "2025-07-20",'."\n" + .' "2025-07-21",'."\n" + .' "2025-07-22",'."\n" + .' "2025-07-23",'."\n" + .' "2025-07-24",'."\n" + .' "2025-07-25",'."\n" + .' "2025-07-26",'."\n" + .' "2025-07-27",'."\n" + .' "2025-07-28",'."\n" + .' "2025-07-29"'."\n" + .' ]', + ], + ], + ], + ], + 'series' => [ + 'description' => 'Data list', + 'type' => 'array', + 'items' => [ + 'description' => 'Data list', + 'type' => 'object', + 'properties' => [ + 'name' => [ + 'description' => 'Statistical dimension.', + 'type' => 'string', + 'example' => '旁路事件', + ], + 'data' => [ + 'description' => 'Chart data list', + 'type' => 'array', + 'items' => [ + 'description' => 'Chart data list', + 'type' => 'string', + 'example' => '100', + ], + ], + ], + ], + ], + ], + ], + 'RequestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": {\\n \\"xaxis\\": {\\n \\"data\\": [\\n \\"[\\\\n \\\\\\"2025-07-19\\\\\\",\\\\n \\\\\\"2025-07-20\\\\\\",\\\\n \\\\\\"2025-07-21\\\\\\",\\\\n \\\\\\"2025-07-22\\\\\\",\\\\n \\\\\\"2025-07-23\\\\\\",\\\\n \\\\\\"2025-07-24\\\\\\",\\\\n \\\\\\"2025-07-25\\\\\\",\\\\n \\\\\\"2025-07-26\\\\\\",\\\\n \\\\\\"2025-07-27\\\\\\",\\\\n \\\\\\"2025-07-28\\\\\\",\\\\n \\\\\\"2025-07-29\\\\\\"\\\\n ]\\"\\n ]\\n },\\n \\"series\\": [\\n {\\n \\"name\\": \\"旁路事件\\",\\n \\"data\\": [\\n \\"100\\"\\n ]\\n }\\n ]\\n },\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Bypass/Shunt - Score Section Ratio Analysis', + 'translator' => 'machine', + ], + 'DescribeTagsNumLineChart' => [ + 'summary' => 'Tag Hit Count Analysis', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'mainEventCodes', + 'in' => 'query', + 'schema' => [ + 'description' => 'Main event code', + 'type' => 'string', + 'required' => false, + 'example' => 'de_amnhke2482', + ], + ], + [ + 'name' => 'byPassEventCodes', + 'in' => 'query', + 'schema' => [ + 'description' => 'Bypass event code', + 'type' => 'string', + 'required' => false, + 'example' => 'de_amnhke2482', + ], + ], + [ + 'name' => 'shuntEventCodes', + 'in' => 'query', + 'schema' => [ + 'description' => 'Shunt event code', + 'type' => 'string', + 'required' => false, + 'example' => 'de_amnhke2488', + ], + ], + [ + 'name' => 'beginTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'Start time, accurate to milliseconds (ms).', + 'type' => 'string', + 'required' => true, + 'example' => '1751249559000', + ], + ], + [ + 'name' => 'endTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'End time, accurate to milliseconds (ms).', + 'type' => 'string', + 'required' => true, + 'example' => '1749002991000', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'xaxis' => [ + 'description' => 'xaxis node.', + 'type' => 'object', + 'properties' => [ + 'data' => [ + 'description' => 'Chart data list', + 'type' => 'array', + 'items' => [ + 'description' => 'X-axis data', + 'type' => 'string', + 'example' => '['."\n" + .' "2025-07-19",'."\n" + .' "2025-07-20",'."\n" + .' "2025-07-21",'."\n" + .' "2025-07-22",'."\n" + .' "2025-07-23",'."\n" + .' "2025-07-24",'."\n" + .' "2025-07-25",'."\n" + .' "2025-07-26",'."\n" + .' "2025-07-27",'."\n" + .' "2025-07-28",'."\n" + .' "2025-07-29"'."\n" + .' ]', + ], + ], + ], + ], + 'series' => [ + 'description' => 'Data list', + 'type' => 'array', + 'items' => [ + 'description' => 'Data list', + 'type' => 'object', + 'properties' => [ + 'name' => [ + 'description' => 'Series name.', + 'type' => 'string', + 'example' => 'rn101', + ], + 'data' => [ + 'description' => 'Chart data list', + 'type' => 'array', + 'items' => [ + 'description' => 'Chart data list', + 'type' => 'string', + 'example' => '10', + ], + ], + ], + ], + ], + ], + ], + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": {\\n \\"xaxis\\": {\\n \\"data\\": [\\n \\"[\\\\n \\\\\\"2025-07-19\\\\\\",\\\\n \\\\\\"2025-07-20\\\\\\",\\\\n \\\\\\"2025-07-21\\\\\\",\\\\n \\\\\\"2025-07-22\\\\\\",\\\\n \\\\\\"2025-07-23\\\\\\",\\\\n \\\\\\"2025-07-24\\\\\\",\\\\n \\\\\\"2025-07-25\\\\\\",\\\\n \\\\\\"2025-07-26\\\\\\",\\\\n \\\\\\"2025-07-27\\\\\\",\\\\n \\\\\\"2025-07-28\\\\\\",\\\\n \\\\\\"2025-07-29\\\\\\"\\\\n ]\\"\\n ]\\n },\\n \\"series\\": [\\n {\\n \\"name\\": \\"rn101\\",\\n \\"data\\": [\\n \\"10\\"\\n ]\\n }\\n ]\\n },\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\"\\n}","type":"json"}]', + 'title' => 'Bypass/Shunt - Tag Hit Count Analysis', + 'translator' => 'machine', + ], + 'DescribeTagsRatioLineChart' => [ + 'summary' => 'Tag Hit Ratio Analysis', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'mainEventCodes', + 'in' => 'query', + 'schema' => [ + 'description' => 'Main event code', + 'type' => 'string', + 'required' => false, + 'example' => 'de_amnhke2482', + ], + ], + [ + 'name' => 'byPassEventCodes', + 'in' => 'query', + 'schema' => [ + 'description' => 'Bypass event code', + 'type' => 'string', + 'required' => false, + 'example' => 'de_amnhke2482', + ], + ], + [ + 'name' => 'shuntEventCodes', + 'in' => 'query', + 'schema' => [ + 'description' => 'Shunt event code', + 'type' => 'string', + 'required' => false, + 'example' => 'de_amnhke2488', + ], + ], + [ + 'name' => 'beginTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'Start time, accurate to milliseconds (ms).', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1751249559000', + ], + ], + [ + 'name' => 'endTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'End time, accurate to milliseconds (ms).', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1751595912000', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'requestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'xaxis' => [ + 'description' => 'xaxis node.', + 'type' => 'object', + 'properties' => [ + 'data' => [ + 'description' => 'X-axis data', + 'type' => 'array', + 'items' => [ + 'description' => 'X-axis data', + 'type' => 'string', + 'example' => '['."\n" + .' "2025-07-19",'."\n" + .' "2025-07-20",'."\n" + .' "2025-07-21",'."\n" + .' "2025-07-22",'."\n" + .' "2025-07-23",'."\n" + .' "2025-07-24",'."\n" + .' "2025-07-25",'."\n" + .' "2025-07-26",'."\n" + .' "2025-07-27",'."\n" + .' "2025-07-28",'."\n" + .' "2025-07-29"'."\n" + .' ]', + ], + ], + ], + ], + 'series' => [ + 'description' => 'Data list', + 'type' => 'array', + 'items' => [ + 'description' => 'Data list', + 'type' => 'object', + 'properties' => [ + 'name' => [ + 'description' => 'Series name.', + 'type' => 'string', + 'example' => 'rn101', + ], + 'data' => [ + 'description' => 'Result data.', + 'type' => 'array', + 'items' => [ + 'description' => 'Result data.', + 'type' => 'string', + 'example' => '10%', + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\",\\n \\"resultObject\\": {\\n \\"xaxis\\": {\\n \\"data\\": [\\n \\"[\\\\n \\\\\\"2025-07-19\\\\\\",\\\\n \\\\\\"2025-07-20\\\\\\",\\\\n \\\\\\"2025-07-21\\\\\\",\\\\n \\\\\\"2025-07-22\\\\\\",\\\\n \\\\\\"2025-07-23\\\\\\",\\\\n \\\\\\"2025-07-24\\\\\\",\\\\n \\\\\\"2025-07-25\\\\\\",\\\\n \\\\\\"2025-07-26\\\\\\",\\\\n \\\\\\"2025-07-27\\\\\\",\\\\n \\\\\\"2025-07-28\\\\\\",\\\\n \\\\\\"2025-07-29\\\\\\"\\\\n ]\\"\\n ]\\n },\\n \\"series\\": [\\n {\\n \\"name\\": \\"rn101\\",\\n \\"data\\": [\\n \\"10%\\"\\n ]\\n }\\n ]\\n }\\n}","type":"json"}]', + 'title' => 'Bypass/Shunt - Tag Hit Ratio Analysis', + 'translator' => 'machine', + ], + 'SaveByPassOrShuntEvent' => [ + 'summary' => 'Bypass/Shunt Configuration', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'eventId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event ID.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '445', + ], + ], + [ + 'name' => 'eventType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event type', + 'type' => 'string', + 'required' => false, + 'example' => 'MAIN', + ], + ], + [ + 'name' => 'eventName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event name.', + 'type' => 'string', + 'required' => false, + 'example' => '注册事件', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + 'success' => [ + 'description' => 'Whether the request was successful.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'code' => [ + 'description' => 'Status code', + 'type' => 'string', + 'example' => '200', + ], + 'message' => [ + 'description' => 'Error message.', + 'type' => 'string', + 'example' => 'The input parameter data is not valid. order_storage_company_num component not found', + ], + 'httpStatusCode' => [ + 'description' => 'HTTP status code', + 'type' => 'string', + 'example' => '200', + ], + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\",\\n \\"success\\": true,\\n \\"code\\": \\"200\\",\\n \\"message\\": \\"The input parameter data is not valid. order_storage_company_num component not found\\",\\n \\"httpStatusCode\\": \\"200\\",\\n \\"resultObject\\": true\\n}","type":"json"}]', + 'title' => 'Configure Bypass/Shunt', + 'translator' => 'machine', + ], + 'StartOrStopByPassShuntEvent' => [ + 'summary' => 'Start/Stop Bypass Event', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'eventId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event ID.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '445', + ], + ], + [ + 'name' => 'status', + 'in' => 'query', + 'schema' => [ + 'description' => 'Status.', + 'type' => 'string', + 'required' => false, + 'enumValueTitles' => [ + '下线', + '上线', + ], + 'example' => '1', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + 'success' => [ + 'description' => 'Whether the request was successful.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'code' => [ + 'description' => 'Status code', + 'type' => 'string', + 'example' => '200', + ], + 'message' => [ + 'description' => 'Error message.', + 'type' => 'string', + 'example' => 'The input parameter data is not valid. order_storage_company_num component not found', + ], + 'httpStatusCode' => [ + 'description' => 'HTTP status code', + 'type' => 'string', + 'example' => '200', + ], + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\",\\n \\"success\\": true,\\n \\"code\\": \\"200\\",\\n \\"message\\": \\"The input parameter data is not valid. order_storage_company_num component not found\\",\\n \\"httpStatusCode\\": \\"200\\",\\n \\"resultObject\\": true\\n}","type":"json"}]', + 'title' => 'Start/Stop Bypass Event', + 'translator' => 'machine', + ], + 'SwitchToOnline' => [ + 'summary' => 'One-click switch online', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'eventId', + 'in' => 'query', + 'schema' => [ + 'description' => 'The event ID to switch to.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => 'de_ahqhsw7665', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + 'success' => [ + 'description' => 'Indicates whether this operation was successful, `true` means success.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'code' => [ + 'description' => 'Status code', + 'type' => 'string', + 'example' => '200', + ], + 'message' => [ + 'description' => 'Error message.', + 'type' => 'string', + 'example' => 'The input parameter data is not valid. order_storage_company_num component not found', + ], + 'httpStatusCode' => [ + 'description' => 'HTTP status code', + 'type' => 'string', + 'example' => '200', + ], + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\",\\n \\"success\\": true,\\n \\"code\\": \\"200\\",\\n \\"message\\": \\"The input parameter data is not valid. order_storage_company_num component not found\\",\\n \\"httpStatusCode\\": \\"200\\",\\n \\"resultObject\\": true\\n}","type":"json"}]', + 'title' => 'Bypass Event Switch Online', + 'translator' => 'machine', + ], + 'UpdateByPassShuntEvent' => [ + 'summary' => 'Edit Bypass Event', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'eventId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event ID.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '233', + ], + ], + [ + 'name' => 'eventName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event name.', + 'type' => 'string', + 'required' => false, + 'example' => '用户昵称文本审核检测结果'."\n", + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + 'success' => [ + 'description' => 'Whether it was successful', + 'type' => 'boolean', + 'example' => 'true', + ], + 'code' => [ + 'description' => 'Status code.', + 'type' => 'string', + 'example' => '200', + ], + 'message' => [ + 'description' => 'Error message.', + 'type' => 'string', + 'example' => 'The input parameter data is not valid. order_storage_company_num component not found', + ], + 'httpStatusCode' => [ + 'description' => 'HTTP status code', + 'type' => 'string', + 'example' => '200', + ], + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\",\\n \\"success\\": true,\\n \\"code\\": \\"200\\",\\n \\"message\\": \\"The input parameter data is not valid. order_storage_company_num component not found\\",\\n \\"httpStatusCode\\": \\"200\\",\\n \\"resultObject\\": true\\n}","type":"json"}]', + 'title' => 'Edit Bypass Event', + 'translator' => 'machine', + ], + 'UpdateSampleBatch' => [ + 'summary' => 'Batch Update Samples', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English', + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'ids', + 'in' => 'query', + 'schema' => [ + 'description' => 'Batch operation IDs.', + 'type' => 'string', + 'required' => false, + 'example' => '324,343', + ], + ], + [ + 'name' => 'versions', + 'in' => 'query', + 'schema' => [ + 'description' => 'Version number (latest).', + 'type' => 'string', + 'required' => false, + 'example' => '1,1', + ], + ], + [ + 'name' => 'tags', + 'in' => 'query', + 'schema' => [ + 'description' => 'Tags (comma-separated).', + 'type' => 'string', + 'required' => false, + 'example' => 'rm0102,rm0103', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'data' => [ + 'description' => 'Returned data.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"data\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Batch Update Samples', + 'translator' => 'machine', + ], + 'CreateSample' => [ + 'summary' => 'Add Sample', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English', + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'sampleType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sample type', + 'type' => 'string', + 'required' => false, + 'example' => 'PHONE', + ], + ], + [ + 'name' => 'sampleValues', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sample values', + 'type' => 'string', + 'required' => false, + 'example' => '1777000000,1777000001', + ], + ], + [ + 'name' => 'sampleTag', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sample tag', + 'type' => 'string', + 'required' => false, + 'example' => 'rm0102', + ], + ], + [ + 'name' => 'uploadType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Upload type', + 'type' => 'string', + 'required' => false, + 'example' => 'ANNEX', + ], + ], + [ + 'name' => 'clientPath', + 'in' => 'query', + 'schema' => [ + 'description' => 'OSS client address', + 'type' => 'string', + 'required' => false, + 'example' => 'sample/path', + ], + ], + [ + 'name' => 'clientFileName', + 'in' => 'query', + 'schema' => [ + 'description' => 'OSS client uploaded file name', + 'type' => 'string', + 'required' => false, + 'example' => '样本文件.csv', + ], + ], + [ + 'name' => 'fileType', + 'in' => 'query', + 'schema' => [ + 'description' => 'File type', + 'type' => 'string', + 'required' => false, + 'example' => 'CSV', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'failCount' => [ + 'description' => 'Number of failed samples', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'riskDensity' => [ + 'description' => 'Risk density', + 'type' => 'string', + 'example' => '1.5%', + ], + 'recallProbability' => [ + 'description' => 'Recall probability', + 'type' => 'string', + 'example' => '2.5%', + ], + 'successCount' => [ + 'description' => 'Number of successful samples', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '99', + ], + 'communityCount' => [ + 'description' => 'Number of colored groups', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'sampleCount' => [ + 'description' => 'Number of samples', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '100', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"resultObject\\": {\\n \\"failCount\\": 1,\\n \\"riskDensity\\": \\"1.5%\\",\\n \\"recallProbability\\": \\"2.5%\\",\\n \\"successCount\\": 99,\\n \\"communityCount\\": 10,\\n \\"sampleCount\\": 100\\n }\\n}","type":"json"}]', + 'title' => 'Add Sample', + 'translator' => 'machine', + ], + 'DescribeOssAuthStatus' => [ + 'summary' => 'Check Oss Authorization', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and responses, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'string', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": \\"true\\",\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Check Oss Authorization', + 'translator' => 'machine', + ], + 'DescribeApi' => [ + 'summary' => 'Get API Details', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + 'abilityTreeCode' => '136083', + 'abilityTreeNodes' => [ + 'FEATUREsafT73ZWM', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for requests and received messages, default value is **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'apiRegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou、cn-shanghai', + ], + ], + [ + 'name' => 'apiId', + 'in' => 'query', + 'schema' => [ + 'description' => 'API unique ID.', + 'type' => 'string', + 'required' => true, + 'example' => '33', + ], + ], + [ + 'name' => 'apiType', + 'in' => 'query', + 'schema' => [ + 'description' => 'API type', + 'type' => 'string', + 'required' => true, + 'example' => 'SELF', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Get API Details', + 'translator' => 'machine', + ], + 'DescribeGroupPage' => [ + 'summary' => 'Community List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and responses, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'currentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'string', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size, with a default value of 10.', + 'type' => 'string', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'order', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sorting condition.', + 'type' => 'string', + 'required' => false, + 'example' => 'asc', + ], + ], + [ + 'name' => 'direction', + 'in' => 'query', + 'schema' => [ + 'description' => 'Order.', + 'type' => 'string', + 'required' => false, + 'example' => '0', + ], + ], + [ + 'name' => 'taskId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Task ID.', + 'type' => 'string', + 'required' => false, + 'example' => '6770764', + ], + ], + [ + 'name' => 'timeType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Time type.', + 'type' => 'string', + 'required' => false, + 'enumValueTitles' => [ + 1 => '昨天', + '7天', + '30天', + ], + 'example' => '1', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'totalItem' => [ + 'description' => 'Total number of items.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '3', + ], + 'pageSize' => [ + 'description' => 'Page size, with a default value of 10.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'currentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'totalPage' => [ + 'description' => 'Total number of pages.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'resultObject' => [ + 'description' => 'Returned object.', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned object.', + 'type' => 'object', + 'properties' => [ + 'taskId' => [ + 'description' => 'Task ID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '6770764', + ], + 'sceneName' => [ + 'description' => 'Scene name.', + 'type' => 'string', + 'example' => '通用图计算', + ], + 'groupRisk' => [ + 'description' => 'Group risk concentration.', + 'type' => 'string', + 'example' => '80', + ], + 'communityNo' => [ + 'description' => 'Community number.', + 'type' => 'string', + 'example' => '129838420210118141502RaMMIgVG', + ], + 'userId' => [ + 'description' => 'User UID.', + 'type' => 'string', + 'example' => '1519714049632764', + ], + 'createTime' => [ + 'description' => 'Creation time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1699450018265', + ], + 'id' => [ + 'description' => 'Primary key ID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '497', + ], + 'groupScale' => [ + 'description' => 'Group scale.', + 'type' => 'string', + 'example' => '2', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"totalItem\\": 3,\\n \\"pageSize\\": 10,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"currentPage\\": 1,\\n \\"totalPage\\": 1,\\n \\"resultObject\\": [\\n {\\n \\"taskId\\": 6770764,\\n \\"sceneName\\": \\"通用图计算\\",\\n \\"groupRisk\\": \\"80\\",\\n \\"communityNo\\": \\"129838420210118141502RaMMIgVG\\",\\n \\"userId\\": \\"1519714049632764\\",\\n \\"createTime\\": 1699450018265,\\n \\"id\\": 497,\\n \\"groupScale\\": \\"2\\"\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Community List', + 'translator' => 'machine', + ], + 'DescribeSampleList' => [ + 'summary' => 'Query Sample List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'sampleType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sample type', + 'type' => 'string', + 'required' => false, + 'example' => 'PHONE', + ], + ], + [ + 'name' => 'sampleValue', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sample data value.', + 'type' => 'string', + 'required' => false, + 'example' => '1770000000', + ], + ], + [ + 'name' => 'currentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size, with a default value of 10', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'totalItem' => [ + 'description' => 'Total count.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '6', + ], + 'pageSize' => [ + 'description' => 'Page size, with a default value of 10', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'currentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'totalPage' => [ + 'description' => 'Total pages', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'updateTime' => [ + 'description' => 'Update time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1699450018265', + ], + 'sampleType' => [ + 'description' => 'Sample type', + 'type' => 'integer', + 'format' => 'int32', + 'example' => 'PHONE', + ], + 'sampleValue' => [ + 'description' => 'Sample value.', + 'type' => 'string', + 'example' => '1770000000', + ], + 'sampleTags' => [ + 'description' => 'Sample tags.', + 'type' => 'string', + 'example' => 'rm0102', + ], + 'id' => [ + 'description' => 'Database ID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '497', + ], + 'version' => [ + 'description' => 'Version number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"totalItem\\": 6,\\n \\"pageSize\\": 10,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"currentPage\\": 1,\\n \\"totalPage\\": 1,\\n \\"resultObject\\": [\\n {\\n \\"updateTime\\": 1699450018265,\\n \\"sampleType\\": 0,\\n \\"sampleValue\\": \\"1770000000\\",\\n \\"sampleTags\\": \\"rm0102\\",\\n \\"id\\": 497,\\n \\"version\\": 1\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Query Sample List', + 'translator' => 'machine', + ], + 'ModifyAppKey' => [ + 'summary' => 'Update Memo', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + 'abilityTreeCode' => '136128', + 'abilityTreeNodes' => [ + 'FEATUREsaf64YRTV', + 'FEATUREsaf6E3SDJ', + 'FEATUREsafL5D4RG', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'appKey', + 'in' => 'query', + 'schema' => [ + 'description' => 'appkey information.', + 'type' => 'string', + 'required' => false, + 'example' => '***', + ], + ], + [ + 'name' => 'memo', + 'in' => 'query', + 'schema' => [ + 'description' => 'Application memo information.', + 'type' => 'string', + 'required' => false, + 'example' => '备注', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'data' => [ + 'description' => 'Returned data object.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"data\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Update Memo', + 'translator' => 'machine', + ], + 'DescribeRegions' => [ + 'summary' => 'Query the list of regions supported by ApiGateway', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for requests and responses. The default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Query the list of regions supported by ApiGateway', + 'translator' => 'machine', + ], + 'DescribeExcuteNum' => [ + 'summary' => 'Self-service call list.', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + 'abilityTreeCode' => '136724', + 'abilityTreeNodes' => [ + 'FEATUREsafT73ZWM', + ], + ], + 'parameters' => [ + [ + 'name' => 'SourceIp', + 'in' => 'query', + 'schema' => [ + 'description' => 'Request source IP address.', + 'type' => 'string', + 'required' => false, + 'example' => '220.250.21.83', + ], + ], + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'Code', + 'in' => 'query', + 'schema' => [ + 'description' => 'Service code.', + 'type' => 'string', + 'required' => true, + 'example' => 'saf_all', + ], + ], + [ + 'name' => 'StartDate', + 'in' => 'query', + 'schema' => [ + 'description' => 'Start date, format yyyy-MM-dd, e.g., 2025-03-10.', + 'type' => 'string', + 'required' => false, + 'example' => '2025-03-10', + ], + ], + [ + 'name' => 'EndDate', + 'in' => 'query', + 'schema' => [ + 'description' => 'End date, format yyyy-MM-dd, e.g., 2025-03-13.', + 'type' => 'string', + 'required' => false, + 'example' => '2025-03-15', + ], + ], + [ + 'name' => 'Degree', + 'in' => 'query', + 'schema' => [ + 'description' => 'This field is currently unused and has no query significance.', + 'type' => 'string', + 'required' => false, + 'example' => '暂时不需要传入', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'Data' => [ + 'description' => 'Returned data.', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned data.', + 'type' => 'string', + 'example' => '10', + ], + ], + 'Categories' => [ + 'description' => 'Service category names.', + 'type' => 'array', + 'items' => [ + 'description' => 'Array of returned dates.', + 'type' => 'string', + 'example' => '2025-08-09', + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"Data\\": [\\n \\"10\\"\\n ],\\n \\"Categories\\": [\\n \\"2025-08-09\\"\\n ]\\n}","type":"json"}]', + 'title' => 'Self-service Call List', + 'translator' => 'machine', + ], + 'DescribeGroupConditionList' => [ + 'summary' => 'Community List Query Conditions', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and responses, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'array', + 'items' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'fieldValue' => [ + 'description' => 'Field value.', + 'type' => 'string', + 'example' => 'value', + ], + 'fieldKey' => [ + 'description' => 'Field key', + 'type' => 'string', + 'example' => 'key', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"resultObject\\": [\\n {\\n \\"fieldValue\\": \\"value\\",\\n \\"fieldKey\\": \\"key\\"\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Community List Query Conditions', + 'translator' => 'machine', + ], + 'DescribeApis' => [ + 'summary' => 'Get API list including purchased and customized APIs', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'apiRegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou、cn-shanghai', + ], + ], + [ + 'name' => 'apiGroupId', + 'in' => 'query', + 'schema' => [ + 'description' => 'API group ID.', + 'type' => 'string', + 'required' => true, + 'example' => '3309b0f4b1e243cd8bd9dd029f9c5f0a', + ], + ], + [ + 'name' => 'apiType', + 'in' => 'query', + 'schema' => [ + 'description' => 'API type.', + 'type' => 'string', + 'required' => true, + 'example' => 'SELF', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Get API list including purchased and customized APIs', + 'translator' => 'machine', + ], + 'DeleteSampleBatch' => [ + 'summary' => 'Batch Delete Samples', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English', + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'ids', + 'in' => 'query', + 'schema' => [ + 'description' => 'IDs for batch deletion operations.', + 'type' => 'string', + 'required' => false, + 'example' => '324,343', + ], + ], + [ + 'name' => 'versions', + 'in' => 'query', + 'schema' => [ + 'description' => 'List of versions.', + 'type' => 'string', + 'required' => true, + 'example' => '1,1', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'data' => [ + 'description' => 'Returned data object.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"data\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Batch Delete Samples', + 'translator' => 'machine', + ], + 'DescribeSafConsole' => [ + 'summary' => 'Query SAF permissions.', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + 'abilityTreeCode' => '136795', + 'abilityTreeNodes' => [ + 'FEATUREsafT73ZWM', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'service', + 'in' => 'query', + 'schema' => [ + 'description' => 'Service to be called.', + 'type' => 'string', + 'required' => true, + 'example' => 'ei_riskLpInfo', + ], + ], + [ + 'name' => 'content', + 'in' => 'query', + 'schema' => [ + 'description' => 'Query content.', + 'type' => 'string', + 'required' => false, + 'example' => 'ei_riskLpInfo'."\n", + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'bizData' => [ + 'description' => 'Returned result.', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned result.', + 'type' => 'string', + 'example' => 'INDEBT_ERROR', + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"bizData\\": [\\n \\"INDEBT_ERROR\\"\\n ]\\n}","type":"json"}]', + 'title' => 'Query SAF Permissions', + 'translator' => 'machine', + ], + 'DescribeOssToken' => [ + 'summary' => 'Get File Upload Credentials', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'uploadType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Upload type', + 'type' => 'string', + 'required' => false, + 'example' => 'COMMUNITY_SAMPLE', + ], + ], + [ + 'name' => 'fileName', + 'in' => 'query', + 'schema' => [ + 'description' => 'File name.', + 'type' => 'string', + 'required' => false, + 'example' => 'test.csv', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'Key' => [ + 'description' => 'The Key required for file upload.', + 'type' => 'string', + 'example' => 'saf/de/namelist/e924/ufzgsedX9bd3a7', + ], + 'Signature' => [ + 'description' => 'OSS signature.', + 'type' => 'string', + 'example' => 'n29by5MWBmAjcweVoPEY/OHktog=', + ], + 'Host' => [ + 'description' => 'Host address.', + 'type' => 'string', + 'example' => 'kf.sunwoosoft.com', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'Policy' => [ + 'description' => 'Permission policy for ossbucket.', + 'type' => 'string', + 'example' => 'eyJleHBpcmF0aW9uIjoiMjAyNS0wNy0zMFQwNjowNTo0OS45NTRaIiwiY29uZGl0aW9ucyI6W1siY29udGVudC1sZW5ndGgtcmFuZ2UiLDAsMTA0ODU3NjAwMF0sWyJlcSIsIiRrZXkiLCJzYWZcL2RlXC9uYW1lbGlzdFwvZTkyNFwvdWZ6Z3NlZFg5Ymxxxxxxxxxxx', + ], + 'AccessId' => [ + 'description' => 'AccessKeyId for OSS file upload.', + 'type' => 'string', + 'example' => 'LTAxxxxxxxxxxxx', + ], + 'StsToken' => [ + 'description' => 'Temporary identity credential.', + 'type' => 'string', + 'example' => 'tT44bMQxxxxxxxxxxxxxxx', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Key\\": \\"saf/de/namelist/e924/ufzgsedX9bd3a7\\",\\n \\"Signature\\": \\"n29by5MWBmAjcweVoPEY/OHktog=\\",\\n \\"Host\\": \\"kf.sunwoosoft.com\\",\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"Policy\\": \\"eyJleHBpcmF0aW9uIjoiMjAyNS0wNy0zMFQwNjowNTo0OS45NTRaIiwiY29uZGl0aW9ucyI6W1siY29udGVudC1sZW5ndGgtcmFuZ2UiLDAsMTA0ODU3NjAwMF0sWyJlcSIsIiRrZXkiLCJzYWZcL2RlXC9uYW1lbGlzdFwvZTkyNFwvdWZ6Z3NlZFg5Ymxxxxxxxxxxx\\",\\n \\"AccessId\\": \\"LTAI5tJWSnmmTpJGN6sJCNG3\\",\\n \\"StsToken\\": \\"tT44bMQxxxxxxxxxxxxxxx\\"\\n}","type":"json"}]', + 'title' => 'Get File Upload Credentials', + 'translator' => 'machine', + ], + 'DescribeApiVariable' => [ + 'summary' => 'Query Variable Details', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English', + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'id', + 'in' => 'query', + 'schema' => [ + 'description' => 'Variable ID', + 'type' => 'string', + 'required' => true, + 'example' => '3144', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Query Variable Details', + 'translator' => 'machine', + ], + 'DescribeSampleInfo' => [ + 'summary' => 'Query Sample Details', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'id', + 'in' => 'query', + 'schema' => [ + 'description' => 'Primary key ID', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '3144', + ], + ], + [ + 'name' => 'versions', + 'in' => 'query', + 'schema' => [ + 'description' => 'Version number.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'updateTime' => [ + 'description' => 'Update time.', + 'type' => 'string', + 'example' => '1753804800000', + ], + 'sampleType' => [ + 'description' => 'Sample type', + 'type' => 'string', + 'example' => 'PHONE', + ], + 'sampleValue' => [ + 'description' => 'Sample value.', + 'type' => 'string', + 'example' => '17700000000', + ], + 'sampleTags' => [ + 'description' => 'Sample tags.', + 'type' => 'string', + 'example' => 'em0102', + ], + 'id' => [ + 'description' => 'Primary key ID', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '3144', + ], + 'version' => [ + 'description' => 'Version number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"resultObject\\": {\\n \\"updateTime\\": \\"1753804800000\\",\\n \\"sampleType\\": \\"PHONE\\",\\n \\"sampleValue\\": \\"17700000000\\",\\n \\"sampleTags\\": \\"em0102\\",\\n \\"id\\": 3144,\\n \\"version\\": 1\\n }\\n}","type":"json"}]', + 'title' => 'Query Sample Details', + 'translator' => 'machine', + ], + 'DescribeSampleTagList' => [ + 'summary' => 'Get Tag List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and responses, with a default value of **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\"\\n}","type":"json"}]', + 'title' => 'Get Tag List', + 'translator' => 'machine', + ], + 'DescribeMarkPage' => [ + 'summary' => 'Mark List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'currentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'string', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size, default value is 10.', + 'type' => 'string', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'order', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sorting condition.', + 'type' => 'string', + 'required' => false, + 'example' => 'asc', + ], + ], + [ + 'name' => 'direction', + 'in' => 'query', + 'schema' => [ + 'description' => 'Order direction.', + 'type' => 'string', + 'required' => false, + 'example' => '0', + ], + ], + [ + 'name' => 'isPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Whether to paginate.', + 'type' => 'boolean', + 'required' => false, + 'example' => 'true', + ], + ], + [ + 'name' => 'taskLogId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Task ID.', + 'type' => 'string', + 'required' => false, + 'example' => '443', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'totalItem' => [ + 'description' => 'Total number of items.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '6', + ], + 'pageSize' => [ + 'description' => 'Page size, default value is 10.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'currentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'totalPage' => [ + 'description' => 'Total number of pages.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'resultObject' => [ + 'description' => 'Returned object.', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned object.', + 'type' => 'object', + 'properties' => [ + 'fieldName' => [ + 'description' => 'Field name.', + 'type' => 'string', + 'example' => 'mobile', + ], + 'fieldValue' => [ + 'description' => 'Field value.', + 'type' => 'string', + 'example' => '18000000000', + ], + 'id' => [ + 'description' => 'Primary key ID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '2793', + ], + 'markType' => [ + 'description' => 'Mark (0 No / 1 Yes).', + 'type' => 'string', + 'example' => '1', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"totalItem\\": 6,\\n \\"pageSize\\": 10,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"currentPage\\": 1,\\n \\"totalPage\\": 1,\\n \\"resultObject\\": [\\n {\\n \\"fieldName\\": \\"mobile\\",\\n \\"fieldValue\\": \\"18000000000\\",\\n \\"id\\": 2793,\\n \\"markType\\": \\"1\\"\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Mark List', + 'translator' => 'machine', + ], + 'DescribeGroupTrend' => [ + 'summary' => 'Recent Trends in Risk Communities', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'day', + 'in' => 'query', + 'schema' => [ + 'description' => 'day', + 'type' => 'string', + 'required' => false, + 'example' => '1', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'data' => [ + 'description' => 'Return result.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"data\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Recent Trends in Risk Communities', + 'translator' => 'machine', + ], + 'DescribeGroupStatisticsByToday' => [ + 'summary' => 'Risk Communities Discovered Today', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and responses, with a default value of **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'data' => [ + 'description' => 'Returned data.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"data\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Risk Communities Discovered Today', + 'translator' => 'machine', + ], + 'DescribeGroupAccountPage' => [ + 'summary' => 'Community Account List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'currentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'string', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size, default value is 10.', + 'type' => 'string', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'order', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sorting condition.', + 'type' => 'string', + 'required' => false, + 'example' => 'asc', + ], + ], + [ + 'name' => 'direction', + 'in' => 'query', + 'schema' => [ + 'description' => 'Order direction.', + 'type' => 'string', + 'required' => false, + 'example' => '0', + ], + ], + [ + 'name' => 'isPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Whether to paginate.', + 'type' => 'boolean', + 'required' => false, + 'example' => 'true', + ], + ], + [ + 'name' => 'taskId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Task ID.', + 'type' => 'string', + 'required' => false, + 'example' => '6770764', + ], + ], + [ + 'name' => 'communityNo', + 'in' => 'query', + 'schema' => [ + 'description' => 'Community number.', + 'type' => 'string', + 'required' => false, + 'example' => '129838420210118141502KiJ1SZL2', + ], + ], + [ + 'name' => 'fieldKey', + 'in' => 'query', + 'schema' => [ + 'description' => 'fieldKey.', + 'type' => 'string', + 'required' => false, + 'example' => 'mobile', + ], + ], + [ + 'name' => 'fieldVal', + 'in' => 'query', + 'schema' => [ + 'description' => 'fieldVal.', + 'type' => 'string', + 'required' => false, + 'example' => '18000000000', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'totalItem' => [ + 'description' => 'Total number of items.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '6', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'totalPage' => [ + 'description' => 'Total number of pages.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'data' => [ + 'description' => 'Returned data object.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'pageSize' => [ + 'description' => 'Page size, default value is 10.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'currentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"totalItem\\": 6,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"totalPage\\": 1,\\n \\"data\\": true,\\n \\"pageSize\\": 10,\\n \\"currentPage\\": 1\\n}","type":"json"}]', + 'title' => 'Community Account List', + 'translator' => 'machine', + ], + 'DescribeApiGroups' => [ + 'summary' => 'Get API groups including those purchased by the user and custom ones', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for requests and received messages, default value is **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'apiRegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Get API groups including those purchased by the user and custom ones', + 'translator' => 'machine', + ], + 'DescribeTemplateDownload' => [ + 'summary' => 'Template Download', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'data' => [ + 'description' => 'Data object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"data\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Template Download', + 'translator' => 'machine', + ], + 'DescribeExistScene' => [ + 'summary' => 'Check if Scene Exists', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English', + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'SceneName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Scene name.', + 'type' => 'string', + 'required' => false, + 'example' => '样本调度', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'data' => [ + 'description' => 'Data object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"data\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Check if Scene Exists', + 'translator' => 'machine', + ], + 'DescribeSampleDataList' => [ + 'summary' => 'Paged Query of Sample List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'currentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'string', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size, default value is 10.', + 'type' => 'string', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'sampleId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sample ID.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '5467', + ], + ], + [ + 'name' => 'scene', + 'in' => 'query', + 'schema' => [ + 'description' => 'Scene', + 'type' => 'string', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'queryContent', + 'in' => 'query', + 'schema' => [ + 'description' => 'Query content', + 'type' => 'string', + 'required' => false, + 'example' => '手机号', + ], + ], + [ + 'name' => 'status', + 'in' => 'query', + 'schema' => [ + 'description' => 'Status.', + 'type' => 'string', + 'required' => false, + 'example' => 'CREATE', + ], + ], + [ + 'name' => 'deleteTag', + 'in' => 'query', + 'schema' => [ + 'description' => 'Deletion status', + 'type' => 'string', + 'required' => false, + 'example' => 'DELETE', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'totalItem' => [ + 'description' => 'Total number of items.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '6', + ], + 'pageSize' => [ + 'description' => 'Page size, default value is 10.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'currentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'totalPage' => [ + 'description' => 'Total number of pages.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'classificationType' => [ + 'description' => 'Classification type, binary or multi-class.', + 'type' => 'string', + 'example' => '二分类', + ], + 'recallConfig' => [ + 'description' => 'Recall configuration', + 'type' => 'string', + 'example' => '{"variables":"a,b,c"}', + ], + 'userId' => [ + 'description' => 'User UID', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1519714049632764', + ], + 'storeType' => [ + 'description' => 'Storage type', + 'type' => 'string', + 'example' => 'OSS', + ], + 'sampleSize' => [ + 'description' => 'Sample size', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1000', + ], + 'status' => [ + 'description' => 'Status.', + 'type' => 'string', + 'example' => 'CREATE', + ], + 'scene' => [ + 'description' => 'Scene code', + 'type' => 'string', + 'example' => 'account_abuse_detection', + ], + 'gmtCreate' => [ + 'description' => 'Creation time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1621578648000', + ], + 'dataTitle' => [ + 'description' => 'First row of sample data. Used to define the values of each column.', + 'type' => 'string', + 'example' => '17700000000', + ], + 'id' => [ + 'description' => 'Primary key ID', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '497', + ], + 'version' => [ + 'description' => 'Version', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'sampleLabelDetail' => [ + 'description' => 'Sample label details', + 'type' => 'string', + 'example' => '[{"type":"positive","size":"2000","value":1},{"type":"negative","size":1900,"value":0}]', + ], + 'normalSize' => [ + 'description' => 'Number of normal samples', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '999', + ], + 'supportRecall' => [ + 'description' => 'Whether recall is supported', + 'type' => 'string', + 'example' => 'true', + ], + 'description' => [ + 'description' => 'Description information.', + 'type' => 'string', + 'example' => '描述', + ], + 'storePath' => [ + 'description' => 'Storage path', + 'type' => 'string', + 'example' => 'saf/de/sample/3dc2spspHKq4G3YI9d08', + ], + 'dataDistributed' => [ + 'description' => 'Criterion value for sample data calculation', + 'type' => 'string', + 'example' => '{"正样本":"1","负样本":"1"}', + ], + 'riskSize' => [ + 'description' => 'Number of risk samples', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1', + ], + 'riskValue' => [ + 'description' => 'Specified risk value', + 'type' => 'string', + 'example' => 'black', + ], + 'gmtModified' => [ + 'description' => 'Modification time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1565701886000', + ], + 'deleteTag' => [ + 'description' => 'Deletion tag.', + 'type' => 'string', + 'example' => 'DELETE', + ], + 'name' => [ + 'description' => 'Name', + 'type' => 'string', + 'example' => '注册样本', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"totalItem\\": 6,\\n \\"pageSize\\": 10,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"currentPage\\": 1,\\n \\"totalPage\\": 1,\\n \\"resultObject\\": [\\n {\\n \\"classificationType\\": \\"二分类\\",\\n \\"recallConfig\\": \\"{\\\\\\"variables\\\\\\":\\\\\\"a,b,c\\\\\\"}\\",\\n \\"userId\\": 1519714049632764,\\n \\"storeType\\": \\"OSS\\",\\n \\"sampleSize\\": 1000,\\n \\"status\\": \\"CREATE\\",\\n \\"scene\\": \\"account_abuse_detection\\",\\n \\"gmtCreate\\": 1621578648000,\\n \\"dataTitle\\": \\"17700000000\\",\\n \\"id\\": 497,\\n \\"version\\": 1,\\n \\"sampleLabelDetail\\": \\"[{\\\\\\"type\\\\\\":\\\\\\"positive\\\\\\",\\\\\\"size\\\\\\":\\\\\\"2000\\\\\\",\\\\\\"value\\\\\\":1},{\\\\\\"type\\\\\\":\\\\\\"negative\\\\\\",\\\\\\"size\\\\\\":1900,\\\\\\"value\\\\\\":0}]\\",\\n \\"normalSize\\": 999,\\n \\"supportRecall\\": \\"true\\",\\n \\"description\\": \\"描述\\",\\n \\"storePath\\": \\"saf/de/sample/3dc2spspHKq4G3YI9d08\\",\\n \\"dataDistributed\\": \\"{\\\\\\"正样本\\\\\\":\\\\\\"1\\\\\\",\\\\\\"负样本\\\\\\":\\\\\\"1\\\\\\"}\\",\\n \\"riskSize\\": 1,\\n \\"riskValue\\": \\"black\\",\\n \\"gmtModified\\": 1565701886000,\\n \\"deleteTag\\": \\"DELETE\\",\\n \\"name\\": \\"注册样本\\"\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Paged Query of Sample List', + 'translator' => 'machine', + ], + 'ImportTemplateEvent' => [ + 'summary' => 'Import Template Event', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'eventTemplateIds', + 'in' => 'query', + 'schema' => [ + 'description' => 'The template ID of the event.', + 'type' => 'string', + 'required' => false, + 'example' => 'register', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'data' => [ + 'description' => 'Returned data object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"data\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Import Template Event', + 'translator' => 'machine', + ], + 'DescribeRecommendVariablesVelocity' => [ + 'summary' => 'Query Indicators Information under Variables', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for request and response, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English', + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'taskId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Task ID', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '6770764', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region Code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'variableIdsStr', + 'in' => 'query', + 'schema' => [ + 'description' => 'Variable IDs', + 'type' => 'string', + 'required' => false, + 'example' => '[\\"232\\",\\"233\\"]', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return Object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Query Indicators Information under Variables', + 'translator' => 'machine', + ], + 'CreateSampleData' => [ + 'summary' => 'Create Sample Data', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'abilityTreeCode' => '136014', + 'abilityTreeNodes' => [ + 'FEATUREsafT73ZWM', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English', + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'name', + 'in' => 'query', + 'schema' => [ + 'description' => 'Name', + 'type' => 'string', + 'required' => false, + 'example' => '注册样本', + ], + ], + [ + 'name' => 'scene', + 'in' => 'query', + 'schema' => [ + 'description' => 'Scene', + 'type' => 'string', + 'required' => false, + 'example' => 'PHONE', + ], + ], + [ + 'name' => 'description', + 'in' => 'query', + 'schema' => [ + 'description' => 'Description.', + 'type' => 'string', + 'required' => false, + 'example' => '描述', + ], + ], + [ + 'name' => 'riskValue', + 'in' => 'query', + 'schema' => [ + 'description' => 'Specified risk value', + 'type' => 'string', + 'required' => false, + 'example' => 'black', + ], + ], + [ + 'name' => 'storePath', + 'in' => 'query', + 'schema' => [ + 'description' => 'Storage path', + 'type' => 'string', + 'required' => false, + 'example' => 'saf/de/sample/3dc2spspHKq4G3YI9d08'."\n", + ], + ], + [ + 'name' => 'storeType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Storage type', + 'type' => 'string', + 'required' => false, + 'example' => 'OSS', + ], + ], + [ + 'name' => 'encryptType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Encryption type', + 'type' => 'string', + 'required' => false, + 'enumValueTitles' => [ + 'ALL' => '所有加密', + 'LABEL' => '标签加密', + 'NONE' => '无加密', + ], + 'example' => 'LABEL', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Create Sample Data', + 'translator' => 'machine', + ], + 'StopSimulationTask' => [ + 'summary' => 'Stop Task', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English', + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'id', + 'in' => 'query', + 'schema' => [ + 'description' => 'Task ID.', + 'type' => 'string', + 'required' => true, + 'example' => '376773', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Stop Task', + 'translator' => 'machine', + ], + 'DescribeSimulationPreditInfo' => [ + 'summary' => 'Estimate Call Information', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'eventCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code', + 'type' => 'string', + 'required' => true, + 'example' => 'de_azywkh7523', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'rulesStr', + 'in' => 'query', + 'schema' => [ + 'description' => 'Policy list', + 'type' => 'string', + 'required' => true, + 'example' => '[\\"100244\\",\\"100245\\"]', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Estimate Call Information', + 'translator' => 'machine', + ], + 'DescribeSampleSceneList' => [ + 'summary' => 'Query Scene List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for request and response messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'totalItem' => [ + 'description' => 'Total number of items.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '6', + ], + 'pageSize' => [ + 'description' => 'Page size, default value is 10.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'currentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'totalPage' => [ + 'description' => 'Total number of pages.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'resultObject' => [ + 'description' => 'Returned object.', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned object.', + 'type' => 'object', + 'properties' => [ + 'lastModifiedOperator' => [ + 'description' => 'Last modified by.', + 'type' => 'string', + 'example' => '1519714049632764', + ], + 'creator' => [ + 'description' => 'Creator.', + 'type' => 'string', + 'example' => '1519714049632764', + ], + 'configKey' => [ + 'description' => 'Configuration key.', + 'type' => 'string', + 'example' => 'account_abuse_detection', + ], + 'description' => [ + 'description' => 'Description information.', + 'type' => 'string', + 'example' => '变量描述', + ], + 'gmtModified' => [ + 'description' => 'Modification time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1565701886000', + ], + 'status' => [ + 'description' => 'Status.', + 'type' => 'string', + 'example' => 'ENABLE', + ], + 'configValue' => [ + 'description' => 'Configuration value.', + 'type' => 'string', + 'example' => '1', + ], + 'gmtCreate' => [ + 'description' => 'Creation time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1621578648000', + ], + 'bizType' => [ + 'description' => 'Business type.', + 'type' => 'string', + 'example' => 'variable_scene', + ], + 'id' => [ + 'description' => 'Task ID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '3144', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"totalItem\\": 6,\\n \\"pageSize\\": 10,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"currentPage\\": 1,\\n \\"totalPage\\": 1,\\n \\"resultObject\\": [\\n {\\n \\"lastModifiedOperator\\": \\"1519714049632764\\",\\n \\"creator\\": \\"1519714049632764\\",\\n \\"configKey\\": \\"account_abuse_detection\\",\\n \\"description\\": \\"变量描述\\",\\n \\"gmtModified\\": 1565701886000,\\n \\"status\\": \\"ENABLE\\",\\n \\"configValue\\": \\"1\\",\\n \\"gmtCreate\\": 1621578648000,\\n \\"bizType\\": \\"variable_scene\\",\\n \\"id\\": 3144\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Query Scene List', + 'translator' => 'machine', + ], + 'DeleteSampleData' => [ + 'summary' => 'Delete Sample Data', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English', + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'id', + 'in' => 'query', + 'schema' => [ + 'description' => 'Primary key ID', + 'type' => 'string', + 'required' => false, + 'example' => '3144', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Delete Sample Data', + 'translator' => 'machine', + ], + 'DescribeSampleDemoDownloadUrl' => [ + 'summary' => 'Query Sample Example Authorization', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'scene', + 'in' => 'query', + 'schema' => [ + 'description' => 'Scene code', + 'type' => 'string', + 'required' => true, + 'example' => 'coupon_abuse_detection', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Query Sample Example Authorization', + 'translator' => 'machine', + ], + 'DescribeTaskLogList' => [ + 'summary' => 'Task Log List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'CurrentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page.', + 'type' => 'string', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size.', + 'type' => 'string', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'IsPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Whether to paginate.', + 'type' => 'boolean', + 'required' => false, + 'example' => 'true', + ], + ], + [ + 'name' => 'TaskId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Task ID.', + 'type' => 'string', + 'required' => false, + 'example' => '18044', + ], + ], + [ + 'name' => 'TaskLogId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Task log ID', + 'type' => 'string', + 'required' => false, + 'example' => '107', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'totalItem' => [ + 'description' => 'Total number of items', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '6', + ], + 'pageSize' => [ + 'description' => 'Number of items per page, default value is 10', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'currentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'totalPage' => [ + 'description' => 'Total number of pages.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'sceneName' => [ + 'description' => 'Scene name', + 'type' => 'string', + 'example' => 'coupon_abuse_detection', + ], + 'taskType' => [ + 'description' => 'Task type'."\n" + ."\n" + .'1: Data upload'."\n" + .'2: Supplemental upload'."\n" + .'3: Labeling', + 'type' => 'string', + 'example' => '1', + ], + 'createTime' => [ + 'description' => 'Task creation time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1753804800000', + ], + 'status' => [ + 'description' => 'Status.'."\n" + ."\n" + .'0: Deleted'."\n" + .'1: Normal', + 'type' => 'string', + 'example' => '1', + ], + 'remark' => [ + 'description' => 'Remark.', + 'type' => 'string', + 'example' => '备注', + ], + 'id' => [ + 'description' => 'Log ID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '2793', + ], + 'completionTime' => [ + 'description' => 'Completion time, in milliseconds.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1753804800000', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"totalItem\\": 6,\\n \\"pageSize\\": 10,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"currentPage\\": 1,\\n \\"totalPage\\": 1,\\n \\"resultObject\\": [\\n {\\n \\"sceneName\\": \\"coupon_abuse_detection\\",\\n \\"taskType\\": \\"1\\",\\n \\"createTime\\": 1753804800000,\\n \\"status\\": \\"1\\",\\n \\"remark\\": \\"备注\\",\\n \\"id\\": 2793,\\n \\"completionTime\\": 1753804800000\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Task Log List', + 'translator' => 'machine', + ], + 'DescribeSampleDownloadUrl' => [ + 'summary' => 'Query Sample Download Authorization Information', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for request and response, default value is **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'sampleId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sample ID.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '5467', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Query Sample Download Authorization Information', + 'translator' => 'machine', + ], + 'DescribeRecommendSceneVariables' => [ + 'summary' => 'Query Variable List under Sample & Scenario', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'sampleId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sample ID', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '5467', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region Code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return Object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Query Variable List under Sample & Scenario', + 'translator' => 'machine', + ], + 'DescribeSupportRuleList' => [ + 'summary' => 'Query List of Policies Supporting Simulation', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'eventCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code', + 'type' => 'string', + 'required' => true, + 'example' => 'de_ahpayh4121', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Query List of Policies Supporting Simulation', + 'translator' => 'machine', + ], + 'StartSimulationTask' => [ + 'summary' => 'Start Task Execution', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English', + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'id', + 'in' => 'query', + 'schema' => [ + 'description' => 'Primary key ID', + 'type' => 'string', + 'required' => true, + 'example' => '3144', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Start Task Execution', + 'translator' => 'machine', + ], + 'DescribeSimulationTaskList' => [ + 'summary' => 'Task List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'id', + 'in' => 'query', + 'schema' => [ + 'description' => 'Primary key ID', + 'type' => 'string', + 'required' => false, + 'example' => '3144', + ], + ], + [ + 'name' => 'name', + 'in' => 'query', + 'schema' => [ + 'description' => 'Name', + 'type' => 'string', + 'required' => false, + 'example' => 'SIMULATION', + ], + ], + [ + 'name' => 'title', + 'in' => 'query', + 'schema' => [ + 'description' => 'Title.', + 'type' => 'string', + 'required' => false, + 'example' => '仿真任务', + ], + ], + [ + 'name' => 'currentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'string', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size, with a default value of 10', + 'type' => 'string', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'totalItem' => [ + 'description' => 'Total count.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '6', + ], + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'totalPage' => [ + 'description' => 'Total pages', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'pageSize' => [ + 'description' => 'Page size, with a default value of 10', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'currentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"totalItem\\": 6,\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"totalPage\\": 1,\\n \\"pageSize\\": 10,\\n \\"currentPage\\": 1\\n}","type":"json"}]', + 'title' => 'Task List', + 'translator' => 'machine', + ], + 'DescribeEventTaskHistory' => [ + 'summary' => 'Query Policy Download List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for request and response messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'array', + 'items' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'taskStatus' => [ + 'description' => 'Task status.', + 'type' => 'string', + 'example' => 'SUCCESSFUL', + ], + 'url' => [ + 'description' => 'OSS download URL', + 'type' => 'string', + 'example' => 'https://xxxxx-oss-xxxxx.xxxxxx.aliyuncs.com/xx/xx/xxx/xxxxxx.csv?Expires=1753433384&OSSAccessKeyId=xxxxxxxxx&Signature=%2F%xxxxxxxxxxxx%3D', + ], + 'taskCode' => [ + 'description' => 'Task code.', + 'type' => 'string', + 'example' => 'de_aoxcdy9473', + ], + 'taskName' => [ + 'description' => 'Task name', + 'type' => 'string', + 'example' => '仿真任务', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"resultObject\\": [\\n {\\n \\"taskStatus\\": \\"SUCCESSFUL\\",\\n \\"url\\": \\"https://xxxxx-oss-xxxxx.xxxxxx.aliyuncs.com/xx/xx/xxx/xxxxxx.csv?Expires=1753433384&OSSAccessKeyId=xxxxxxxxx&Signature=%2F%xxxxxxxxxxxx%3D\\",\\n \\"taskCode\\": \\"de_aoxcdy9473\\",\\n \\"taskName\\": \\"仿真任务\\"\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Query Policy Download List', + 'translator' => 'machine', + ], + 'CreateRecommendEventRule' => [ + 'summary' => 'Create Recommended Event Strategy', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English', + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'taskId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Task ID.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '6770764', + ], + ], + [ + 'name' => 'eventCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code.', + 'type' => 'string', + 'required' => false, + 'example' => 'de_ahqido8038', + ], + ], + [ + 'name' => 'eventName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event name.', + 'type' => 'string', + 'required' => false, + 'example' => '用户昵称文本审核检测结果', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'recommendRuleIdsStr', + 'in' => 'query', + 'schema' => [ + 'description' => 'Strategy ID.', + 'type' => 'string', + 'required' => false, + 'example' => '[\\"100234\\",\\"100235\\"]', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Create Recommended Event Strategy', + 'translator' => 'machine', + ], + 'DescribeRecommendVelocities' => [ + 'summary' => 'Query Supported Metrics List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and responses, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'code', + 'in' => 'query', + 'schema' => [ + 'description' => 'Metric code', + 'type' => 'string', + 'required' => false, + 'example' => 'coupon_abuse_detection', + ], + ], + [ + 'name' => 'type', + 'in' => 'query', + 'schema' => [ + 'description' => 'Metric type', + 'type' => 'string', + 'required' => false, + 'example' => 'recommend_velocity', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Query Supported Metrics List', + 'translator' => 'machine', + ], + 'CreateSimulationTask' => [ + 'summary' => 'Create Task', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English', + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'taskName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Task name', + 'type' => 'string', + 'required' => true, + 'example' => '仿真任务', + ], + ], + [ + 'name' => 'eventCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code', + 'type' => 'string', + 'required' => true, + 'example' => 'de_anbwns2231', + ], + ], + [ + 'name' => 'startTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'Start time, accurate to milliseconds (ms).', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1730448000000', + ], + ], + [ + 'name' => 'endTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'End time, accurate to milliseconds (ms).', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1735541040000', + ], + ], + [ + 'name' => 'runTask', + 'in' => 'query', + 'schema' => [ + 'description' => 'Whether to run the task directly', + 'type' => 'boolean', + 'required' => true, + 'example' => 'false', + ], + ], + [ + 'name' => 'dataSourceType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Data source type', + 'type' => 'string', + 'required' => false, + 'example' => 'SLS', + ], + ], + [ + 'name' => 'dataSourceConfig', + 'in' => 'query', + 'schema' => [ + 'description' => 'Data source configuration', + 'type' => 'string', + 'required' => false, + 'example' => '{}', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'filtersStr', + 'in' => 'query', + 'schema' => [ + 'description' => 'Filters', + 'type' => 'string', + 'required' => false, + 'example' => '{"left":"score","operate":"bw","right":"222,333"}', + ], + ], + [ + 'name' => 'rulesStr', + 'in' => 'query', + 'schema' => [ + 'description' => 'Rules list', + 'type' => 'string', + 'required' => true, + 'example' => '[\\"100234\\"]', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Create Task', + 'translator' => 'machine', + ], + 'DescribeRecommendTaskDetail' => [ + 'summary' => 'Variable Recommendation Details Query Interface', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and responses, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'taskId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Task ID.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '887', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'resultObject' => [ + 'description' => 'Return result', + 'type' => 'object', + 'properties' => [ + 'eventCode' => [ + 'description' => 'Event code', + 'type' => 'string', + 'example' => 'de_aszbjb7236', + ], + 'taskId' => [ + 'description' => 'Task ID', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '887', + ], + 'normalSize' => [ + 'description' => 'Number of normal samples', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '100', + ], + 'sampleScene' => [ + 'description' => 'Sample scenario', + 'type' => 'string', + 'example' => 'account_abuse_detection', + ], + 'sampleSceneName' => [ + 'description' => 'Sample scenario name', + 'type' => 'string', + 'example' => '防虚假账号', + ], + 'sampleName' => [ + 'description' => 'Sample name', + 'type' => 'string', + 'example' => '白样本', + ], + 'taskName' => [ + 'description' => 'Task name', + 'type' => 'string', + 'example' => '策略推荐任务', + ], + 'taskStatus' => [ + 'description' => 'Task status.', + 'type' => 'string', + 'example' => 'CREATE', + ], + 'riskSize' => [ + 'description' => 'Number of risk samples', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '10', + ], + 'gmtCreate' => [ + 'description' => 'Creation time', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1621578648000', + ], + 'eventName' => [ + 'description' => 'Event name.', + 'type' => 'string', + 'example' => '注册风险', + ], + 'recommendVariableDTOs' => [ + 'description' => 'Selected variable list', + 'type' => 'array', + 'items' => [ + 'description' => 'Selected variable list', + 'type' => 'object', + 'properties' => [ + 'title' => [ + 'description' => 'Title', + 'type' => 'string', + 'example' => '手机号', + ], + 'id' => [ + 'description' => 'Primary key ID', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '234', + ], + ], + ], + ], + 'recommendRuleDTOs' => [ + 'description' => 'Recommended strategy list', + 'type' => 'array', + 'items' => [ + 'description' => 'Recommended strategy list', + 'type' => 'object', + 'properties' => [ + 'ruleId' => [ + 'description' => 'Strategy ID', + 'type' => 'string', + 'example' => '102224', + ], + 'velocities' => [ + 'description' => 'List of indicators in JSON string format', + 'type' => 'string', + 'example' => '[{"key":"dxkkLw8fe18","value":"2"}]', + ], + 'computeExpression' => [ + 'description' => 'Calculation path', + 'type' => 'string', + 'example' => '1&2', + ], + 'notHitSample' => [ + 'description' => 'Number of unhit samples', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1', + ], + 'status' => [ + 'description' => 'Status', + 'type' => 'string', + 'example' => 'NO_RULE', + ], + 'ruleName' => [ + 'description' => 'Rule name', + 'type' => 'string', + 'example' => '营销风险识别评分_高风险_拒绝_副本', + ], + 'id' => [ + 'description' => 'Primary key ID of the rule', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '30', + ], + 'hitSample' => [ + 'description' => 'Number of hit samples', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '99', + ], + 'recommendRules' => [ + 'description' => 'List of candidate rules', + 'type' => 'array', + 'items' => [ + 'description' => 'List of candidate rules', + 'type' => 'object', + 'properties' => [ + 'right' => [ + 'description' => 'Right variable', + 'type' => 'string', + 'example' => '20', + ], + 'operator' => [ + 'description' => 'Operator', + 'type' => 'string', + 'example' => 'equals', + ], + 'left' => [ + 'description' => 'Left variable', + 'type' => 'string', + 'example' => 'age', + ], + ], + ], + ], + ], + ], + ], + 'expectVelocities' => [ + 'description' => 'Comparison indicators', + 'type' => 'array', + 'items' => [ + 'description' => 'Comparison indicators', + 'type' => 'string', + 'example' => '["xxx"]', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"resultObject\\": {\\n \\"eventCode\\": \\"de_aszbjb7236\\",\\n \\"taskId\\": 887,\\n \\"normalSize\\": 100,\\n \\"sampleScene\\": \\"account_abuse_detection\\",\\n \\"sampleSceneName\\": \\"防虚假账号\\",\\n \\"sampleName\\": \\"白样本\\",\\n \\"taskName\\": \\"策略推荐任务\\",\\n \\"taskStatus\\": \\"CREATE\\",\\n \\"riskSize\\": 10,\\n \\"gmtCreate\\": 1621578648000,\\n \\"eventName\\": \\"注册风险\\",\\n \\"recommendVariableDTOs\\": [\\n {\\n \\"title\\": \\"手机号\\",\\n \\"id\\": 234\\n }\\n ],\\n \\"recommendRuleDTOs\\": [\\n {\\n \\"ruleId\\": \\"102224\\",\\n \\"velocities\\": \\"[{\\\\\\"key\\\\\\":\\\\\\"dxkkLw8fe18\\\\\\",\\\\\\"value\\\\\\":\\\\\\"2\\\\\\"}]\\",\\n \\"computeExpression\\": \\"1&2\\",\\n \\"notHitSample\\": 1,\\n \\"status\\": \\"NO_RULE\\",\\n \\"ruleName\\": \\"营销风险识别评分_高风险_拒绝_副本\\",\\n \\"id\\": 30,\\n \\"hitSample\\": 99,\\n \\"recommendRules\\": [\\n {\\n \\"right\\": \\"20\\",\\n \\"operator\\": \\"equals\\",\\n \\"left\\": \\"age\\"\\n }\\n ]\\n }\\n ],\\n \\"expectVelocities\\": [\\n \\"[\\\\\\"xxx\\\\\\"]\\"\\n ]\\n }\\n}","type":"json"}]', + 'title' => 'Variable Recommendation Details Query Interface', + 'translator' => 'machine', + ], + 'DescribeOperationLogPageList' => [ + 'summary' => 'Query event list by event name', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREsafT73ZWM', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for request and response messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size, default value is 10', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'currentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'startDate', + 'in' => 'query', + 'schema' => [ + 'description' => 'Start time.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '1733364850919'."\n", + ], + ], + [ + 'name' => 'endDate', + 'in' => 'query', + 'schema' => [ + 'description' => 'End time.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '1733364850919', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'userNameSearch', + 'in' => 'query', + 'schema' => [ + 'description' => 'User Name Search.', + 'type' => 'string', + 'required' => false, + 'example' => 'root', + ], + ], + [ + 'name' => 'operationSummary', + 'in' => 'query', + 'schema' => [ + 'description' => 'Operation Summary.', + 'type' => 'string', + 'required' => false, + 'example' => 'Update', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'totalItem' => [ + 'description' => 'Total number of items', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '3', + ], + 'pageSize' => [ + 'description' => 'Page size, default value is 10', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'currentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'totalPage' => [ + 'description' => 'Total number of pages', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '3', + ], + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'operationType' => [ + 'description' => 'Operation type.', + 'type' => 'string', + 'example' => 'CREATE_EVENT', + ], + 'userName' => [ + 'description' => 'Operator', + 'type' => 'string', + 'example' => 'root', + ], + 'operationSummary' => [ + 'description' => 'Operation summary', + 'type' => 'string', + 'example' => '更新事件:决策引擎可观测性持续建设_事件A(de_afghcf6411)', + ], + 'gmtCreate' => [ + 'description' => 'Creation time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1621578648000', + ], + 'clientIp' => [ + 'description' => 'Client IP.', + 'type' => 'string', + 'example' => '100.68.***.166', + ], + 'oldContent' => [ + 'description' => 'Content before operation', + 'type' => 'string', + 'example' => '@selfvariable_02 + 1001', + ], + 'newContent' => [ + 'description' => 'Content after operation', + 'type' => 'string', + 'example' => '@selfvariable_02', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"totalItem\\": 3,\\n \\"pageSize\\": 10,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"currentPage\\": 1,\\n \\"totalPage\\": 3,\\n \\"resultObject\\": [\\n {\\n \\"operationType\\": \\"CREATE_EVENT\\",\\n \\"userName\\": \\"root\\",\\n \\"operationSummary\\": \\"更新事件:决策引擎可观测性持续建设_事件A(de_afghcf6411)\\",\\n \\"gmtCreate\\": 1621578648000,\\n \\"clientIp\\": \\"100.68.***.166\\",\\n \\"oldContent\\": \\"@selfvariable_02 + 1001\\",\\n \\"newContent\\": \\"@selfvariable_02\\"\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Query Operation Logs', + 'translator' => 'machine', + ], + 'DescribeTemplatePageList' => [ + 'summary' => 'Query Event List by Event Name', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'currentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'string', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size, default value is 10', + 'type' => 'string', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'templateName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event name', + 'type' => 'string', + 'required' => false, + 'example' => '注册事件', + ], + ], + [ + 'name' => 'templateStatus', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event status', + 'type' => 'string', + 'required' => false, + 'example' => 'ONLINE', + ], + ], + [ + 'name' => 'eventCodes', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code.', + 'type' => 'string', + 'required' => false, + 'example' => 'd6_h1fe4cfa1g', + ], + ], + [ + 'name' => 'templateType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Template type', + 'type' => 'string', + 'required' => false, + 'example' => 'PUB_SERVICE', + ], + ], + [ + 'name' => 'templateSearchItem', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event template search field', + 'type' => 'string', + 'required' => false, + 'example' => 'age', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'id' => [ + 'description' => 'Template ID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '497', + ], + 'gmtCreate' => [ + 'description' => 'Creation time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1621578648000', + ], + 'gmtModified' => [ + 'description' => 'Modification time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1565701886000', + ], + 'eventName' => [ + 'description' => 'Event name.', + 'type' => 'string', + 'example' => '注册风险', + ], + 'eventCode' => [ + 'description' => 'Event code', + 'type' => 'string', + 'example' => 'de_aszbjb7236', + ], + 'templateStatus' => [ + 'description' => 'Event status', + 'type' => 'string', + 'example' => 'ONLINE', + ], + 'ruleCount' => [ + 'description' => 'Number of policies', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '3', + ], + 'userCount' => [ + 'description' => 'Number of customer authorizations', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'templateName' => [ + 'description' => 'Template name.', + 'type' => 'string', + 'example' => '注册事件', + ], + 'templateCode' => [ + 'description' => 'Template code.', + 'type' => 'string', + 'example' => 'register', + ], + 'templateType' => [ + 'description' => 'Template type', + 'type' => 'string', + 'example' => 'PUB_SERVICE', + ], + 'description' => [ + 'description' => 'Description information.', + 'type' => 'string', + 'example' => '描述', + ], + 'version' => [ + 'description' => 'Version number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + ], + ], + ], + 'requestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + 'totalItem' => [ + 'description' => 'Total number of items', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '6', + ], + 'totalPage' => [ + 'description' => 'Total number of pages', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'currentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'pageSize' => [ + 'description' => 'Number of items per page, default value is 10', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": [\\n {\\n \\"id\\": 497,\\n \\"gmtCreate\\": 1621578648000,\\n \\"gmtModified\\": 1565701886000,\\n \\"eventName\\": \\"注册风险\\",\\n \\"eventCode\\": \\"de_aszbjb7236\\",\\n \\"templateStatus\\": \\"ONLINE\\",\\n \\"ruleCount\\": 3,\\n \\"userCount\\": 1,\\n \\"templateName\\": \\"注册事件\\",\\n \\"templateCode\\": \\"register\\",\\n \\"templateType\\": \\"PUB_SERVICE\\",\\n \\"description\\": \\"描述\\",\\n \\"version\\": 1\\n }\\n ],\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\",\\n \\"totalItem\\": 6,\\n \\"totalPage\\": 1,\\n \\"currentPage\\": 1,\\n \\"pageSize\\": 10\\n}","type":"json"}]', + 'title' => 'Query Event List by Event Name', + 'translator' => 'machine', + ], + 'CreateRecommendTask' => [ + 'summary' => 'Create Recommendation Task', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English', + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'name', + 'in' => 'query', + 'schema' => [ + 'description' => 'Name', + 'type' => 'string', + 'required' => true, + 'example' => '注册样本', + ], + ], + [ + 'name' => 'sampleId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Task ID.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '5467', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'variablesStr', + 'in' => 'query', + 'schema' => [ + 'description' => 'Variables to be calculated, variables', + 'type' => 'string', + 'required' => true, + 'example' => '[\\"1112\\",\\"1113\\"]', + ], + ], + [ + 'name' => 'velocitiesStr', + 'in' => 'query', + 'schema' => [ + 'description' => 'Indicator effect', + 'type' => 'string', + 'required' => true, + 'example' => '[\\"dxkkLw8fe18\\",\\"dxUxSCM26d7\\"]', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Create Recommendation Task', + 'translator' => 'machine', + ], + 'DescribeSimulationTaskCount' => [ + 'summary' => 'Query Task Record Count', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'eventCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code', + 'type' => 'string', + 'required' => true, + 'example' => 'de_ayfofy4941', + ], + ], + [ + 'name' => 'startTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'Task start time.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1739496651000', + ], + ], + [ + 'name' => 'endTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'Task end time.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1740016411000', + ], + ], + [ + 'name' => 'dataSourceType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Data source type', + 'type' => 'string', + 'required' => false, + 'example' => 'SLS', + ], + ], + [ + 'name' => 'dataSourceConfig', + 'in' => 'query', + 'schema' => [ + 'description' => 'Data source configuration', + 'type' => 'string', + 'required' => false, + 'example' => '{}', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'filtersStr', + 'in' => 'query', + 'schema' => [ + 'description' => 'Filter', + 'type' => 'string', + 'required' => false, + 'example' => '{"left":"score","operate":"bw","right":"222,333"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Query Task Record Count', + 'translator' => 'machine', + ], + 'DescribeRecommendTaskPageList' => [ + 'summary' => 'Variable Recommendation List Query Interface', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'currentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number', + 'type' => 'string', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size, with a default value of 10', + 'type' => 'string', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'taskName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Task name', + 'type' => 'string', + 'required' => false, + 'example' => '策略推荐任务', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'totalItem' => [ + 'description' => 'Total number of items', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '3', + ], + 'pageSize' => [ + 'description' => 'Page size, with a default value of 10', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'RequestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'currentPage' => [ + 'description' => 'Current page number', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'totalPage' => [ + 'description' => 'Total number of pages.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'taskId' => [ + 'description' => 'Task ID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '240c93ddffa74e38be3a00375eb3041d', + ], + 'normalSize' => [ + 'description' => 'Number of normal samples', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '10', + ], + 'sampleScene' => [ + 'description' => 'Sample scenario', + 'type' => 'string', + 'example' => 'account_abuse_detection', + ], + 'riskCount' => [ + 'description' => 'Number of records displayed on the current page.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '100', + ], + 'sampleName' => [ + 'description' => 'Sample name', + 'type' => 'string', + 'example' => '白样本', + ], + 'taskName' => [ + 'description' => 'Task name.', + 'type' => 'string', + 'example' => '策略推荐任务'."\n", + ], + 'taskStatus' => [ + 'description' => 'Task status.', + 'type' => 'string', + 'example' => 'CREATE', + ], + 'riskSize' => [ + 'description' => 'Number of risk samples', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '5', + ], + 'normalCount' => [ + 'description' => 'Number of samples', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '100', + ], + 'gmtCreate' => [ + 'description' => 'Creation time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1621578648000', + ], + 'expectVelocities' => [ + 'description' => 'Impact indicators', + 'type' => 'array', + 'items' => [ + 'description' => 'Impact indicators', + 'type' => 'string', + 'example' => '[\\"dxUxSCM26d7\\",\\"dxkkLw8fe18\\"]', + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"totalItem\\": 3,\\n \\"pageSize\\": 10,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"currentPage\\": 1,\\n \\"totalPage\\": 1,\\n \\"resultObject\\": [\\n {\\n \\"taskId\\": 0,\\n \\"normalSize\\": 10,\\n \\"sampleScene\\": \\"account_abuse_detection\\",\\n \\"riskCount\\": 100,\\n \\"sampleName\\": \\"白样本\\",\\n \\"taskName\\": \\"策略推荐任务\\\\n\\",\\n \\"taskStatus\\": \\"CREATE\\",\\n \\"riskSize\\": 5,\\n \\"normalCount\\": 100,\\n \\"gmtCreate\\": 1621578648000,\\n \\"expectVelocities\\": [\\n \\"[\\\\\\\\\\\\\\"dxUxSCM26d7\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"dxkkLw8fe18\\\\\\\\\\\\\\"]\\"\\n ]\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Variable Recommendation List Query Interface', + 'translator' => 'machine', + ], + 'DescribeEventLogDetail' => [ + 'summary' => 'Query Event History Details', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'reqIdByLog', + 'in' => 'query', + 'schema' => [ + 'description' => 'Log details.', + 'type' => 'string', + 'required' => true, + 'example' => 'BD6B08EC-1B44-5378-8838-C76A36415C55', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Query Event History Details', + 'translator' => 'machine', + ], + 'DescribeMenuPermission' => [ + 'summary' => 'Check Permission', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and responses, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'permissionType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Permission type', + 'type' => 'string', + 'required' => false, + 'enumValueTitles' => [ + 'MENU' => '菜单', + 'FUNCTION' => '功能', + ], + 'example' => 'MENU', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Check Permission', + 'translator' => 'machine', + ], + 'ModifyEventStatus' => [ + 'summary' => 'Modify Event Status', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'fromEventSatus', + 'in' => 'query', + 'schema' => [ + 'description' => 'Initial event status, to avoid duplicate submissions or historical replays', + 'type' => 'string', + 'required' => false, + 'example' => 'ONLINE', + ], + ], + [ + 'name' => 'toEventSatus', + 'in' => 'query', + 'schema' => [ + 'description' => 'Updated event status', + 'type' => 'string', + 'required' => false, + 'example' => 'OFFLINE', + ], + ], + [ + 'name' => 'eventCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code', + 'type' => 'string', + 'required' => false, + 'example' => 'de_aamexg3015', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'createType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Creation type', + 'type' => 'string', + 'required' => false, + 'example' => 'NORMAL', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'requestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\"\\n}","type":"json"}]', + 'title' => 'Modify Event Status', + 'translator' => 'machine', + ], + 'OpenConsoleSls' => [ + 'summary' => 'Activate Service', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + 'abilityTreeCode' => '134645', + 'abilityTreeNodes' => [ + 'FEATUREsafT73ZWM', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'scene', + 'in' => 'query', + 'schema' => [ + 'description' => 'Scene', + 'type' => 'string', + 'required' => false, + 'example' => 'SAF_DE_SERVICE', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'string', + 'example' => 'true', + ], + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + ], + ], + ], + ], + 'errorCodes' => [ + 400 => [ + [ + 'errorCode' => '1403', + 'errorMessage' => 'user no data power', + ], + ], + 500 => [ + [ + 'errorCode' => '1101', + 'errorMessage' => 'system error', + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": \\"true\\",\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\"\\n}","type":"json"}]', + 'title' => 'Activate Service', + 'translator' => 'machine', + ], + 'DescribeLoanTaskList' => [ + 'summary' => 'Get Loan Monitoring Task List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for request and response messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'currentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number. Default is: 1.', + 'type' => 'string', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size, default value is 10.', + 'type' => 'string', + 'required' => false, + 'example' => '20', + ], + ], + [ + 'name' => 'monitorStatus', + 'in' => 'query', + 'schema' => [ + 'description' => 'Task status.', + 'type' => 'string', + 'required' => false, + 'example' => 'WAIT', + ], + ], + [ + 'name' => 'batchNo', + 'in' => 'query', + 'schema' => [ + 'description' => 'Import batch number.', + 'type' => 'string', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'totalItem' => [ + 'description' => 'Total number of items.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '6', + ], + 'resultObject' => [ + 'description' => 'Return object.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'totalPage' => [ + 'description' => 'Total number of pages.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'pageSize' => [ + 'description' => 'Page size, default value is 10.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'currentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"totalItem\\": 6,\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"totalPage\\": 1,\\n \\"pageSize\\": 10,\\n \\"currentPage\\": 1\\n}","type":"json"}]', + 'title' => 'Get Loan Monitoring Task List', + 'translator' => 'machine', + ], + 'DescribeSelectItem' => [ + 'summary' => 'Query Task ID List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'taskIdList' => [ + 'description' => 'Task ID list.', + 'type' => 'array', + 'items' => [ + 'description' => 'Task ID list.', + 'type' => 'string', + 'example' => '2231', + ], + ], + 'monitorStatusList' => [ + 'description' => 'Monitoring status list.', + 'type' => 'array', + 'items' => [ + 'description' => 'Monitoring status list.', + 'type' => 'string', + 'example' => 'DOING', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"resultObject\\": {\\n \\"taskIdList\\": [\\n \\"2231\\"\\n ],\\n \\"monitorStatusList\\": [\\n \\"DOING\\"\\n ]\\n }\\n}","type":"json"}]', + 'title' => 'Query Task ID List', + 'translator' => 'machine', + ], + 'DescribeSlsUrlConfig' => [ + 'summary' => 'Get Project Configuration', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'string', + 'example' => 'true', + ], + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": \\"true\\",\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\"\\n}","type":"json"}]', + 'title' => 'Get Project Configuration', + 'translator' => 'machine', + ], + 'DescribeMonitorTaskLimit' => [ + 'summary' => 'Query Task Limit', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'totalItem' => [ + 'description' => 'Total number of items', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '5', + ], + 'maxTotalItem' => [ + 'description' => 'Maximum number of items', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1000', + ], + 'limit' => [ + 'description' => 'Whether the maximum limit has been reached', + 'type' => 'boolean', + 'example' => 'false', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"resultObject\\": {\\n \\"totalItem\\": 5,\\n \\"maxTotalItem\\": 1000,\\n \\"limit\\": false\\n }\\n}","type":"json"}]', + 'title' => 'Query Task Limit', + 'translator' => 'machine', + ], + 'DescribeSDKDownloadList' => [ + 'summary' => 'SDK Download List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + 'abilityTreeCode' => '135929', + 'abilityTreeNodes' => [ + 'FEATUREsaf64YRTV', + 'FEATUREsaf6E3SDJ', + 'FEATUREsafL5D4RG', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'deviceType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Device type.', + 'type' => 'string', + 'required' => false, + 'example' => 'ANDROID', + ], + ], + [ + 'name' => 'listType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Download type', + 'type' => 'string', + 'required' => false, + 'example' => 'OLD', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'array', + 'items' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'description' => [ + 'description' => 'Description information.', + 'type' => 'string', + 'example' => '描述', + ], + 'deviceType' => [ + 'description' => 'Device type.', + 'type' => 'string', + 'example' => 'ANDROID', + ], + 'pushTime' => [ + 'description' => 'Release time', + 'type' => 'string', + 'example' => '1751212800000', + ], + 'downloadUrl' => [ + 'description' => 'Download URL.', + 'type' => 'string', + 'example' => 'https://aliyun-xxxx.oss-cn-xxx.xxx.com/sdk/xxx/10056.1/Android-AliyunDeviceEnhance-10056.1-20250611.tgz', + ], + 'sdkVersion' => [ + 'description' => 'SDK version.', + 'type' => 'string', + 'example' => '1', + ], + 'developer' => [ + 'description' => 'Developer', + 'type' => 'string', + 'example' => '阿里云安全-风险识别', + ], + 'packageName' => [ + 'description' => 'Package name', + 'type' => 'string', + 'example' => 'net.security.device', + ], + 'size' => [ + 'description' => 'Size', + 'type' => 'string', + 'example' => '4.12 MB', + ], + 'md5' => [ + 'description' => 'File MD5.', + 'type' => 'string', + 'example' => 'E582EEB6B4BC9B5CB168AA5A7DD0EE93', + ], + 'privacyLink' => [ + 'description' => 'Risk recognition SDK privacy policy link', + 'type' => 'string', + 'example' => 'https://terms.aliyun.com/legal-agreement/terms/suit_bu1_ali_cloud/suit_bu1_ali_cloud202111120818_92724.html', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"resultObject\\": [\\n {\\n \\"description\\": \\"描述\\",\\n \\"deviceType\\": \\"ANDROID\\",\\n \\"pushTime\\": \\"1751212800000\\",\\n \\"downloadUrl\\": \\"https://aliyun-xxxx.oss-cn-xxx.xxx.com/sdk/xxx/10056.1/Android-AliyunDeviceEnhance-10056.1-20250611.tgz\\",\\n \\"sdkVersion\\": \\"1\\",\\n \\"developer\\": \\"阿里云安全-风险识别\\",\\n \\"packageName\\": \\"net.security.device\\",\\n \\"size\\": \\"4.12 MB\\",\\n \\"md5\\": \\"E582EEB6B4BC9B5CB168AA5A7DD0EE93\\",\\n \\"privacyLink\\": \\"https://terms.aliyun.com/legal-agreement/terms/suit_bu1_ali_cloud/suit_bu1_ali_cloud202111120818_92724.html\\"\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'SDK Download List', + 'translator' => 'machine', + ], + 'CheckFieldLimit' => [ + 'summary' => 'Check if the number of fields exceeds the limit', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'source', + 'in' => 'query', + 'schema' => [ + 'description' => 'Source of the field', + 'type' => 'string', + 'required' => false, + 'enumValueTitles' => [ + 'DEFINE' => '自定义字段', + 'DEFAULT' => '系统默认字段', + ], + 'example' => 'DEFINE', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Whether the condition is met: -**true**: meets the condition-**false**: does not meet the condition', + 'type' => 'boolean', + 'example' => 'true', + ], + 'requestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\"\\n}","type":"json"}]', + 'title' => 'Check if the number of fields exceeds the limit', + 'translator' => 'machine', + ], + 'DescribeLoanExecList' => [ + 'summary' => 'Get Monitoring Object List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for request and response messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'currentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'string', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size, with a default value of 10.', + 'type' => 'string', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'batchNo', + 'in' => 'query', + 'schema' => [ + 'description' => 'Import batch number.', + 'type' => 'string', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'monitorObj', + 'in' => 'query', + 'schema' => [ + 'description' => 'Monitoring metric data.', + 'type' => 'string', + 'required' => false, + 'example' => 'de_afghcf6411', + ], + ], + [ + 'name' => 'monitorStatus', + 'in' => 'query', + 'schema' => [ + 'description' => 'Status', + 'type' => 'string', + 'required' => false, + 'example' => 'WAIT', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'totalItem' => [ + 'description' => 'Total number of items.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '6', + ], + 'resultObject' => [ + 'description' => 'Return object.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'totalPage' => [ + 'description' => 'Total number of pages.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'pageSize' => [ + 'description' => 'Page size, with a default value of 10.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'currentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"totalItem\\": 6,\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"totalPage\\": 1,\\n \\"pageSize\\": 10,\\n \\"currentPage\\": 1\\n}","type":"json"}]', + 'title' => 'Get Monitoring Object List', + 'translator' => 'machine', + ], + 'DescribeSafTagList' => [ + 'summary' => 'Get Risk Tag List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'abilityTreeCode' => '135922', + 'abilityTreeNodes' => [ + 'FEATUREsafWH3N80', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'currentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'string', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size, default value is 10.', + 'type' => 'string', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'apiId', + 'in' => 'query', + 'schema' => [ + 'description' => 'API service ID.', + 'type' => 'string', + 'required' => false, + 'example' => '34', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'TagName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Tag name. Fuzzy search.', + 'type' => 'string', + 'required' => false, + 'example' => 'rn0301', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'totalItem' => [ + 'description' => 'Total number of items.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '6', + ], + 'pageSize' => [ + 'description' => 'Page size, default value is 10.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'currentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'totalPage' => [ + 'description' => 'Total number of pages.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'resultObject' => [ + 'description' => 'Returned object.', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned object.', + 'type' => 'object', + 'properties' => [ + 'tagState' => [ + 'description' => 'Tag identifier.', + 'type' => 'string', + 'example' => 'rn0301', + ], + 'updateTime' => [ + 'description' => 'Update time.', + 'type' => 'string', + 'example' => '1684744034000', + ], + 'tagType' => [ + 'description' => 'Tag type.', + 'type' => 'string', + 'example' => 'IP风险类', + ], + 'tagDesc' => [ + 'description' => 'Tag description.', + 'type' => 'string', + 'example' => '依赖IP画像模型识别输出风险高、中高、中的判定\\n数据来源主要基于IP的网络属性数据和对黑产行为轨迹的情报监控数据,涵盖可识别检测IP网络属性特征、恶意属性等特征\\n而模型评分的高中低主要是根据当前IP号段命中风险行为的恶意程度和种类来判定的\\n备注:以下rn0311、rn0312、rn0313、rn0314、rn0315属于IP画像模型针对当前请求IP识别出的风险类别', + ], + 'tagMean' => [ + 'description' => 'Tag meaning.', + 'type' => 'string', + 'example' => 'IP风险评分高', + ], + 'tagUid' => [ + 'description' => 'Unique identifier of the tag key.', + 'type' => 'string', + 'example' => 'rn0301', + ], + 'tagName' => [ + 'description' => 'Tag name.', + 'type' => 'string', + 'example' => 'rn0301', + ], + ], + ], + ], + ], + ], + ], + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"totalItem\\": 6,\\n \\"pageSize\\": 10,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"currentPage\\": 1,\\n \\"totalPage\\": 1,\\n \\"resultObject\\": [\\n {\\n \\"tagState\\": \\"rn0301\\",\\n \\"updateTime\\": \\"1684744034000\\",\\n \\"tagType\\": \\"IP风险类\\",\\n \\"tagDesc\\": \\"依赖IP画像模型识别输出风险高、中高、中的判定\\\\\\\\n数据来源主要基于IP的网络属性数据和对黑产行为轨迹的情报监控数据,涵盖可识别检测IP网络属性特征、恶意属性等特征\\\\\\\\n而模型评分的高中低主要是根据当前IP号段命中风险行为的恶意程度和种类来判定的\\\\\\\\n备注:以下rn0311、rn0312、rn0313、rn0314、rn0315属于IP画像模型针对当前请求IP识别出的风险类别\\",\\n \\"tagMean\\": \\"IP风险评分高\\",\\n \\"tagUid\\": \\"rn0301\\",\\n \\"tagName\\": \\"rn0301\\"\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Get Risk Tag List', + 'translator' => 'machine', + ], + 'DescribeAppKeyPage' => [ + 'summary' => 'Query appKey List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + 'abilityTreeCode' => '135918', + 'abilityTreeNodes' => [ + 'FEATUREsaf64YRTV', + 'FEATUREsaf6E3SDJ', + 'FEATUREsafL5D4RG', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'currentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'string', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Number of items per page, default value is 10.', + 'type' => 'string', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'totalItem' => [ + 'description' => 'Total number of items.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '3', + ], + 'pageSize' => [ + 'description' => 'Number of items per page, default value is 10.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'E01E1B4A-6747-5329-9046-B6D6B2D91349', + ], + 'currentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'totalPage' => [ + 'description' => 'Total number of pages.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'resultObject' => [ + 'description' => 'Returned object.', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned object.', + 'type' => 'object', + 'properties' => [ + 'sdkItems' => [ + 'description' => 'Deprecated.', + 'type' => 'string', + 'example' => '已作废', + ], + 'memo' => [ + 'description' => 'Memo.', + 'type' => 'string', + 'example' => '备注', + ], + 'iosSdkUrl' => [ + 'description' => 'iOS SDK download URL.', + 'type' => 'string', + 'example' => 'https://xxxxx-oss-xxxxx.xxxxxx.aliyuncs.com/xx/xx/xxx/xxxxxx.csv?Expires=1753433384&OSSAccessKeyId=xxxxxxxxx&Signature=%2F%xxxxxxxxxxxx%3D', + ], + 'androidSdkVersion' => [ + 'description' => 'Android SDK version number.', + 'type' => 'string', + 'example' => '1', + ], + 'gmtCreate' => [ + 'description' => 'Creation time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1621578648000', + ], + 'used' => [ + 'description' => 'Whether this appKey is integrated.', + 'type' => 'string', + 'example' => 'false', + ], + 'androidSdkUrl' => [ + 'description' => 'Android SDK download URL.', + 'type' => 'string', + 'example' => 'https://xxxxx-oss-xxxxx.xxxxxx.aliyuncs.com/xx/xx/xxx/xxxxxx.csv?Expires=1753433384&OSSAccessKeyId=xxxxxxxxx&Signature=%2F%xxxxxxxxxxxx%3D', + ], + 'iosSdkVersion' => [ + 'description' => 'iOS SDK version number.', + 'type' => 'string', + 'example' => '1', + ], + 'appKey' => [ + 'description' => 'Application appkey.', + 'type' => 'string', + 'example' => 'sh9a71f07fhs556bd767586307e82795', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"totalItem\\": 3,\\n \\"pageSize\\": 10,\\n \\"RequestId\\": \\"E01E1B4A-6747-5329-9046-B6D6B2D91349\\",\\n \\"currentPage\\": 1,\\n \\"totalPage\\": 1,\\n \\"resultObject\\": [\\n {\\n \\"sdkItems\\": \\"已作废\\",\\n \\"memo\\": \\"备注\\",\\n \\"iosSdkUrl\\": \\"https://xxxxx-oss-xxxxx.xxxxxx.aliyuncs.com/xx/xx/xxx/xxxxxx.csv?Expires=1753433384&OSSAccessKeyId=xxxxxxxxx&Signature=%2F%xxxxxxxxxxxx%3D\\",\\n \\"androidSdkVersion\\": \\"1\\",\\n \\"gmtCreate\\": 1621578648000,\\n \\"used\\": \\"false\\",\\n \\"androidSdkUrl\\": \\"https://xxxxx-oss-xxxxx.xxxxxx.aliyuncs.com/xx/xx/xxx/xxxxxx.csv?Expires=1753433384&OSSAccessKeyId=xxxxxxxxx&Signature=%2F%xxxxxxxxxxxx%3D\\",\\n \\"iosSdkVersion\\": \\"1\\",\\n \\"appKey\\": \\"sh9a71f07fhs556bd767586307e82795\\"\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Query appKey List', + 'translator' => 'machine', + ], + 'DescribeEventUploadPolicy' => [ + 'summary' => 'Batch Import Policy', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'Key' => [ + 'description' => 'The Key required for file upload.', + 'type' => 'string', + 'example' => 'saf/de/namelist/e924/ufzgsedX9bd3a7', + ], + 'Signature' => [ + 'description' => 'Signature data.', + 'type' => 'string', + 'example' => '7aXmkd2Z3oksCXOS9uvKlJuOKaY=', + ], + 'Host' => [ + 'description' => 'OSS host.', + 'type' => 'string', + 'example' => '172.16.0.44', + ], + 'RequestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'Policy' => [ + 'description' => 'OSS security policy', + 'type' => 'string', + 'example' => 'eyJleHBpcmF0aW9uIjoiMjAyNS0wNy0zMFQwNjowNTo0OS45NTRaIiwiY29uZGl0aW9ucyI6W1siY29udGVudC1sZW5ndGgtcmFuZ2UiLDAsMTA0ODU3NjAwMF0sWyJlcSIsIiRrZXkiLCJzYWZcL2RlXC9uYW1lbGlzdFwvZTkyNFwvdWZ6Z3NlZFg5Ymxxxxxxxxxxx', + ], + 'AccessId' => [ + 'description' => 'ID for accessing OSS', + 'type' => 'string', + 'example' => 'LTAxxxxxxxxxxxx', + ], + 'StsToken' => [ + 'description' => 'Temporary identity credential.', + 'type' => 'string', + 'example' => 'tT44bMQxxxxxxxxxxxxxxx', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Key\\": \\"saf/de/namelist/e924/ufzgsedX9bd3a7\\",\\n \\"Signature\\": \\"7aXmkd2Z3oksCXOS9uvKlJuOKaY=\\",\\n \\"Host\\": \\"172.16.0.44\\",\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"Policy\\": \\"eyJleHBpcmF0aW9uIjoiMjAyNS0wNy0zMFQwNjowNTo0OS45NTRaIiwiY29uZGl0aW9ucyI6W1siY29udGVudC1sZW5ndGgtcmFuZ2UiLDAsMTA0ODU3NjAwMF0sWyJlcSIsIiRrZXkiLCJzYWZcL2RlXC9uYW1lbGlzdFwvZTkyNFwvdWZ6Z3NlZFg5Ymxxxxxxxxxxx\\",\\n \\"AccessId\\": \\"LTAI5tPXz8Y9tLVh5xxnnEAC\\",\\n \\"StsToken\\": \\"tT44bMQxxxxxxxxxxxxxxx\\"\\n}","type":"json"}]', + 'title' => 'Batch Import Policy', + 'translator' => 'machine', + ], + 'DescribeSafStartSteps' => [ + 'summary' => 'Query Access Configuration', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + 'abilityTreeCode' => '135920', + 'abilityTreeNodes' => [ + 'FEATUREsafT73ZWM', + ], + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'eventCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code', + 'type' => 'string', + 'required' => false, + 'example' => 'de_ahqido8038', + ], + ], + [ + 'name' => 'language', + 'in' => 'query', + 'schema' => [ + 'description' => 'Language, parameters can be passed'."\n" + .'- zh-CN: Chinese (default)'."\n" + .'- en-US: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh_CN', + ], + ], + [ + 'name' => 'aliyunServer', + 'in' => 'query', + 'schema' => [ + 'description' => 'Whether the server is an Alibaba Cloud server'."\n" + ."\n" + .'true or false', + 'type' => 'boolean', + 'required' => false, + 'example' => 'true', + ], + ], + [ + 'name' => 'serverRegion', + 'in' => 'query', + 'schema' => [ + 'description' => 'Server region', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'deviceTypesStr', + 'in' => 'query', + 'schema' => [ + 'description' => 'Used to receive a collection of strings from the frontend that POP cannot accept'."\n" + .' '."\n" + .'Device type', + 'type' => 'string', + 'required' => false, + 'example' => 'ios', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'array', + 'items' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'content' => [ + 'description' => 'Step content', + 'type' => 'string', + 'example' => 'https://help.aliyun.com/document_detail/177689.html', + ], + 'type' => [ + 'description' => 'Type', + 'type' => 'string', + 'example' => 'URL', + ], + 'id' => [ + 'description' => 'Step title', + 'type' => 'string', + 'example' => 'ios', + ], + ], + ], + ], + ], + ], + ], + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"resultObject\\": [\\n {\\n \\"content\\": \\"https://help.aliyun.com/document_detail/177689.html\\",\\n \\"type\\": \\"URL\\",\\n \\"id\\": \\"ios\\"\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Query Access Step Details', + 'translator' => 'machine', + ], + 'ModifyEvent' => [ + 'summary' => 'Edit Event', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREsafWH3N80', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'eventCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code', + 'type' => 'string', + 'required' => false, + 'example' => 'de_ambiby3420', + ], + ], + [ + 'name' => 'memo', + 'in' => 'query', + 'schema' => [ + 'description' => 'Memo.', + 'type' => 'string', + 'required' => false, + 'example' => '备注', + ], + ], + [ + 'name' => 'bizVersion', + 'in' => 'query', + 'schema' => [ + 'description' => 'Version number (latest).', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'createType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Creation type', + 'type' => 'string', + 'required' => false, + 'example' => 'NORMAL', + ], + ], + [ + 'name' => 'templateType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Template type', + 'type' => 'string', + 'required' => false, + 'example' => '暂无', + ], + ], + [ + 'name' => 'inputFieldsStr', + 'in' => 'query', + 'schema' => [ + 'description' => 'Input parameters, JSON string.', + 'type' => 'string', + 'required' => false, + 'example' => '[{\\"fieldCode\\":\\"sessionId\\",\\"description\\":\\"会话ID\\",\\"fieldRank\\":0,\\"title\\":\\"会话ID\\",\\"fieldType\\":\\"STRING\\",\\"fieldSource\\":\\"DEFAULT\\"},{\\"fieldCode\\":\\"tags\\",\\"fieldRank\\":1,\\"title\\":\\"风险标签\\",\\"fieldType\\":\\"STRING\\",\\"fieldSource\\":\\"DEFAULT\\"},{\\"fieldCode\\":\\"score\\",\\"fieldRank\\":2,\\"title\\":\\"风险分值\\",\\"fieldType\\":\\"DOUBLE\\",\\"fieldSource\\":\\"DEFAULT\\"},{\\"fieldCode\\":\\"hitRules\\",\\"fieldRank\\":3,\\"title\\":\\"命中策略\\",\\"fieldType\\":\\"STRING\\",\\"fieldSource\\":\\"DEFAULT\\"}]', + ], + ], + [ + 'name' => 'eventName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event name.', + 'type' => 'string', + 'required' => false, + 'example' => '注册事件', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Modify Event', + 'translator' => 'machine', + ], + 'DescribeApiNameList' => [ + 'summary' => 'Get API Service Name', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and responses, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'array', + 'items' => [ + 'description' => 'Return result.', + 'type' => 'object', + 'properties' => [ + 'apiName' => [ + 'description' => 'API name.', + 'type' => 'string', + 'example' => 'ListAuditLog', + ], + 'apiId' => [ + 'description' => 'API ID.', + 'type' => 'string', + 'example' => '33', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"resultObject\\": [\\n {\\n \\"apiName\\": \\"ListAuditLog\\",\\n \\"apiId\\": \\"33\\"\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Get API Service Name', + 'translator' => 'machine', + ], + 'DescribeAuthStatus' => [ + 'summary' => 'Check Authorization', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and responses, with a default value of **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'requestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\"\\n}","type":"json"}]', + 'title' => 'Check Authorization', + 'translator' => 'machine', + ], + 'DescribeSampleUploadPolicy' => [ + 'summary' => 'Query Sample Upload Authorization Information', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for request and response messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'Key' => [ + 'description' => 'The key of OSS upload policy.', + 'type' => 'string', + 'example' => 'saf/de/namelist/e924/ufzgsedX9bd3a7', + ], + 'Signature' => [ + 'description' => 'Signature information.', + 'type' => 'string', + 'example' => '3Es5j/9Xm/zwPcM9cwEr5pa0Wsc=', + ], + 'Host' => [ + 'description' => 'OSS domain name.', + 'type' => 'string', + 'example' => 'emseu.cxy8uoq4aafx.eu-central-1.rds.amazonaws.com', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'Policy' => [ + 'description' => 'OSS upload policy.', + 'type' => 'string', + 'example' => 'eyJleHBpcmF0aW9uIjoiMjAyNS0wNy0zMFQwNjowNTo0OS45NTRaIiwiY29uZGl0aW9ucyI6W1siY29udGVudC1sZW5ndGgtcmFuZ2UiLDAsMTA0ODU3NjAwMF0sWyJlcSIsIiRrZXkiLCJzYWZcL2RlXC9uYW1lbGlzdFwvZTkyNFwvdWZ6Z3NlZFg5Ymxxxxxxxxxxx', + ], + 'AccessId' => [ + 'description' => 'OSS access key ID.', + 'type' => 'string', + 'example' => 'LTAxxxxxxxxxxxx', + ], + 'StsToken' => [ + 'description' => 'Temporary identity credential.', + 'type' => 'string', + 'example' => 'tT44bMQxxxxxxxxxxxxxxx', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Key\\": \\"saf/de/namelist/e924/ufzgsedX9bd3a7\\",\\n \\"Signature\\": \\"3Es5j/9Xm/zwPcM9cwEr5pa0Wsc=\\",\\n \\"Host\\": \\"emseu.cxy8uoq4aafx.eu-central-1.rds.amazonaws.com\\",\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"Policy\\": \\"eyJleHBpcmF0aW9uIjoiMjAyNS0wNy0zMFQwNjowNTo0OS45NTRaIiwiY29uZGl0aW9ucyI6W1siY29udGVudC1sZW5ndGgtcmFuZ2UiLDAsMTA0ODU3NjAwMF0sWyJlcSIsIiRrZXkiLCJzYWZcL2RlXC9uYW1lbGlzdFwvZTkyNFwvdWZ6Z3NlZFg5Ymxxxxxxxxxxx\\",\\n \\"AccessId\\": \\"LTAI5t9k9MsS9TipR9yW5urk\\",\\n \\"StsToken\\": \\"tT44bMQxxxxxxxxxxxxxxx\\"\\n}","type":"json"}]', + 'title' => 'Query Sample Upload Authorization Information', + 'translator' => 'machine', + ], + 'DescribeSafOrder' => [ + 'summary' => 'Query Order Information', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for request and response, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size, default value is 10.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'currentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'startDate', + 'in' => 'query', + 'schema' => [ + 'description' => 'Start time.', + 'type' => 'string', + 'required' => false, + 'example' => '1752076800000', + ], + ], + [ + 'name' => 'endDate', + 'in' => 'query', + 'schema' => [ + 'description' => 'End date.', + 'type' => 'string', + 'required' => false, + 'example' => '1755076800000', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'exactProductCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Product code.', + 'type' => 'string', + 'required' => false, + 'example' => 'saf_de', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'resultObject' => [ + 'description' => 'Returned object.', + 'type' => 'object', + 'properties' => [ + 'expirationDate' => [ + 'description' => 'Expiration date (timestamp).', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1755076800000', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"resultObject\\": {\\n \\"expirationDate\\": 1755076800000\\n }\\n}","type":"json"}]', + 'title' => 'Query Order Information', + 'translator' => 'machine', + ], + 'DescribeApiLimit' => [ + 'summary' => 'Query the limit information for creating API tasks', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'totalItem' => [ + 'description' => 'Total number of items', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '31', + ], + 'maxTotalItem' => [ + 'description' => 'Maximum number of items that can be created', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '150', + ], + 'limit' => [ + 'description' => 'Whether the maximum number has been exceeded', + 'type' => 'boolean', + 'example' => 'true', + ], + ], + ], + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": {\\n \\"totalItem\\": 31,\\n \\"maxTotalItem\\": 150,\\n \\"limit\\": true\\n },\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\"\\n}","type":"json"}]', + 'title' => 'Query the limit information for creating API tasks', + 'translator' => 'machine', + ], + 'DescribeEventLogPage' => [ + 'summary' => 'Query Event History List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + 'abilityTreeCode' => '135953', + 'abilityTreeNodes' => [ + 'FEATUREsafT73ZWM', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for request and response messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'currentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Number of items per page, default value is 10.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'beginTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'Start timestamp of the log. Unit: milliseconds.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '1737101348000', + ], + ], + [ + 'name' => 'endTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'End time, accurate to milliseconds (ms).', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '1746669075000', + ], + ], + [ + 'name' => 'reqIdPBS', + 'in' => 'query', + 'schema' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'BD6B08EC-1B44-5378-8838-C76A36415C55', + ], + ], + [ + 'name' => 'serviceABS', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event name (instance_id).', + 'type' => 'string', + 'required' => false, + 'example' => 'de_afghcf6411', + ], + ], + [ + 'name' => 'accountIdPRP', + 'in' => 'query', + 'schema' => [ + 'description' => 'Account ID (request_param.accountId), up to 50 characters, supports “*” and “?” wildcards.', + 'type' => 'string', + 'required' => false, + 'example' => '180650758xxxxxxx', + ], + ], + [ + 'name' => 'nickNamePRP', + 'in' => 'query', + 'schema' => [ + 'description' => 'Account nickname (request_param.nickName), up to 50 characters, supports “*” and “?” wildcards.', + 'type' => 'string', + 'required' => false, + 'example' => '测试xx', + ], + ], + [ + 'name' => 'mobilePRP', + 'in' => 'query', + 'schema' => [ + 'description' => 'Phone number (supports MD5 request_param.mobile/request_param.mobileMd5), up to 30 characters, supports “*” and “?” wildcards, searchable by mobile and mobileMd5 fields.', + 'type' => 'string', + 'required' => false, + 'example' => '17600000000', + ], + ], + [ + 'name' => 'emailPRP', + 'in' => 'query', + 'schema' => [ + 'description' => 'Email (request_param.email), up to 100 characters, supports “*” and “?” wildcards.', + 'type' => 'string', + 'required' => false, + 'example' => '[email protected]', + ], + ], + [ + 'name' => 'ipPRP', + 'in' => 'query', + 'schema' => [ + 'description' => 'IP (request_param.ip), up to 20 characters, supports “*” and “?” wildcards.', + 'type' => 'string', + 'required' => false, + 'example' => '168.168.168.168', + ], + ], + [ + 'name' => 'userNameTypeLRP', + 'in' => 'query', + 'schema' => [ + 'description' => 'Username type, login scenario (-request_param.userNameType).', + 'type' => 'string', + 'required' => false, + 'example' => 'type', + ], + ], + [ + 'name' => 'loginTypeLRP', + 'in' => 'query', + 'schema' => [ + 'description' => 'Login verification method (-request_param.loginType).', + 'type' => 'string', + 'required' => false, + 'example' => 'PASSWORD', + ], + ], + [ + 'name' => 'registerIpPRP', + 'in' => 'query', + 'schema' => [ + 'description' => 'Account registration IP (request_param.registerIp), up to 20 characters, supports “*” and “?” wildcards.', + 'type' => 'string', + 'required' => false, + 'example' => '168.168.168.168'."\n", + ], + ], + [ + 'name' => 'loginResultARP', + 'in' => 'query', + 'schema' => [ + 'description' => 'Login success indicator (request_param.loginResult).', + 'type' => 'string', + 'required' => false, + 'example' => 'SUCCESS', + ], + ], + [ + 'name' => 'failReasonLRP', + 'in' => 'query', + 'schema' => [ + 'description' => 'Login failure reason (-request_param.failReason).', + 'type' => 'string', + 'required' => false, + 'enumValueTitles' => [ + 'wrongPassword' => '密码错误', + 'other' => '其他', + 'wrongUserName' => '用户名错误', + ], + 'example' => 'wrongPassword', + ], + ], + [ + 'name' => 'userAgentPRP', + 'in' => 'query', + 'schema' => [ + 'description' => 'User agent (-request_param.userAgent), up to 50 characters, supports “*” and “?” wildcards.', + 'type' => 'string', + 'required' => false, + 'example' => '00-1C-F0-1D-A7-81', + ], + ], + [ + 'name' => 'referPRP', + 'in' => 'query', + 'schema' => [ + 'description' => 'Referer (-request_param.refer), up to 50 characters, supports “*” and “?” wildcards.', + 'type' => 'string', + 'required' => false, + 'example' => 'refer', + ], + ], + [ + 'name' => 'umidPDI', + 'in' => 'query', + 'schema' => [ + 'description' => 'Device ID (device_info.umid).', + 'type' => 'string', + 'required' => false, + 'example' => '设备ID', + ], + ], + [ + 'name' => 'macPRP', + 'in' => 'query', + 'schema' => [ + 'description' => 'Device MAC address (-request_param.mac), up to 30 characters, supports “*” and “?” wildcards.', + 'type' => 'string', + 'required' => false, + 'example' => '00-1C-F0-1D-A7-81', + ], + ], + [ + 'name' => 'deviceTypeLRP', + 'in' => 'query', + 'schema' => [ + 'description' => 'Device type (request_param.deviceType), examples: 1. PC, 2. MOBILE.', + 'type' => 'string', + 'required' => false, + 'example' => 'PC', + ], + ], + [ + 'name' => 'operateSourceLRP', + 'in' => 'query', + 'schema' => [ + 'description' => 'Operation source (request_param.operateSource), examples: 1. PC, 2. H5, 3. App.', + 'type' => 'string', + 'required' => false, + 'example' => 'PC', + ], + ], + [ + 'name' => 'tagsLBS', + 'in' => 'query', + 'schema' => [ + 'description' => 'Risk tags (tags), data source DescribeTagsList.', + 'type' => 'string', + 'required' => false, + 'example' => 'rg0001', + ], + ], + [ + 'name' => 'scoreSBS', + 'in' => 'query', + 'schema' => [ + 'description' => 'Starting value of the score range (score), only non-negative integers are allowed, the right interval must be greater than the left interval, both intervals are inclusive.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'scoreEBS', + 'in' => 'query', + 'schema' => [ + 'description' => 'End value of the score range (score), only non-negative integers are allowed, and the right interval must be greater than the left interval, with both intervals being closed.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '2', + ], + ], + [ + 'name' => 'condition1AL', + 'in' => 'query', + 'schema' => [ + 'description' => 'Full-text match 1, cannot exceed 30 characters.', + 'type' => 'string', + 'required' => false, + 'example' => 'rm0102', + ], + ], + [ + 'name' => 'condition2AL', + 'in' => 'query', + 'schema' => [ + 'description' => 'Full-text match 2, cannot exceed 30 characters.', + 'type' => 'string', + 'required' => false, + 'example' => 'rm0102', + ], + ], + [ + 'name' => 'condition3AL', + 'in' => 'query', + 'schema' => [ + 'description' => 'Full-text match 3, cannot exceed 30 characters.', + 'type' => 'string', + 'required' => false, + 'example' => 'rm0102', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'totalItem' => [ + 'description' => 'Total number of items.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '6', + ], + 'pageSize' => [ + 'description' => 'Page size, default value is 10.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'currentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'totalPage' => [ + 'description' => 'Total number of pages.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '9', + ], + 'resultObject' => [ + 'description' => 'Returned object.', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned object.', + 'type' => 'object', + 'properties' => [ + 'service' => [ + 'description' => 'Event name.', + 'type' => 'string', + 'example' => '注册事件', + ], + 'accountId' => [ + 'description' => 'Account ID.', + 'type' => 'string', + 'example' => '1631801314885832', + ], + 'mobile' => [ + 'description' => 'Mobile phone number.', + 'type' => 'string', + 'example' => '13817606333', + ], + 'score' => [ + 'description' => 'Score.', + 'type' => 'string', + 'example' => '10.0', + ], + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => '546F8063-0104-5271-9EB7-56FB3F375BAD', + ], + 'tags' => [ + 'description' => 'Tags.', + 'type' => 'string', + 'example' => 'rm0102', + ], + 'email' => [ + 'description' => 'Email.', + 'type' => 'string', + 'example' => '[email protected]'."\n", + ], + 'timestamp' => [ + 'description' => 'Transaction time.', + 'type' => 'string', + 'example' => '1737101348000', + ], + 'ip' => [ + 'description' => 'IP address.', + 'type' => 'string', + 'example' => '10.200.5.100', + ], + 'nickName' => [ + 'description' => 'Nickname.', + 'type' => 'string', + 'example' => '昵称', + ], + 'umid' => [ + 'description' => 'Device ID.', + 'type' => 'string', + 'example' => '4239', + ], + ], + ], + ], + ], + ], + ], + ], + 'errorCodes' => [ + 400 => [ + [ + 'errorCode' => '1701', + 'errorMessage' => 'user not auth sls', + ], + ], + 500 => [ + [ + 'errorCode' => '1101', + 'errorMessage' => 'system error', + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"totalItem\\": 6,\\n \\"pageSize\\": 10,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"currentPage\\": 1,\\n \\"totalPage\\": 9,\\n \\"resultObject\\": [\\n {\\n \\"service\\": \\"注册事件\\",\\n \\"accountId\\": \\"1631801314885832\\",\\n \\"mobile\\": \\"13817606333\\",\\n \\"score\\": \\"10.0\\",\\n \\"requestId\\": \\"546F8063-0104-5271-9EB7-56FB3F375BAD\\",\\n \\"tags\\": \\"rm0102\\",\\n \\"email\\": \\"[email protected]\\\\n\\",\\n \\"timestamp\\": \\"1737101348000\\",\\n \\"ip\\": \\"10.200.5.100\\",\\n \\"nickName\\": \\"昵称\\",\\n \\"umid\\": \\"4239\\"\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Query Event History List', + 'translator' => 'machine', + ], + 'RemoveEvent' => [ + 'summary' => 'Delete Event', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'id', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event ID', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '2556', + ], + ], + [ + 'name' => 'templateCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Input field template type', + 'type' => 'string', + 'required' => false, + 'example' => 'register', + ], + ], + [ + 'name' => 'eventCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code', + 'type' => 'string', + 'required' => false, + 'example' => 'de_arqbuy7206', + ], + ], + [ + 'name' => 'createType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Creation type', + 'type' => 'string', + 'required' => false, + 'example' => 'NORMAL', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\"\\n}","type":"json"}]', + 'title' => 'Delete Event', + 'translator' => 'machine', + ], + 'DescribeDownloadUrl' => [ + 'summary' => 'Download', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'Type', + 'in' => 'query', + 'schema' => [ + 'description' => 'Download type', + 'type' => 'string', + 'required' => false, + 'example' => 'FILE', + ], + ], + [ + 'name' => 'TaskId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Task ID.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '18191', + ], + ], + [ + 'name' => 'FileType', + 'in' => 'query', + 'schema' => [ + 'description' => 'File type', + 'type' => 'string', + 'required' => false, + 'example' => 'CSV', + ], + ], + [ + 'name' => 'RegId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'string', + 'example' => 'true', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"resultObject\\": \\"true\\"\\n}","type":"json"}]', + 'title' => 'Download', + 'translator' => 'machine', + ], + 'DescribeRuleHit' => [ + 'summary' => 'Query rule hit details', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREsafT73ZWM', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'sRequestId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'required' => false, + 'example' => '60C97040-D5D5-4906-9522-B9B413730CAA', + ], + ], + [ + 'name' => 'ruleId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Rule ID', + 'type' => 'string', + 'required' => false, + 'example' => '102059', + ], + ], + [ + 'name' => 'ruleSnapshotId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Snapshot ID.', + 'type' => 'string', + 'required' => false, + 'example' => '27', + ], + ], + [ + 'name' => 'requestTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'Execution time', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '1752571330000', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'object', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'DescribeRuleHit', + 'translator' => 'machine', + ], + 'DescribeUsedService' => [ + 'summary' => 'Get List of Services Used by User', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'records' => [ + 'description' => 'Record details', + 'type' => 'array', + 'items' => [ + 'description' => 'Record details.', + 'type' => 'object', + 'properties' => [ + 'enName' => [ + 'description' => 'English name', + 'type' => 'string', + 'example' => 'account_abuse', + ], + 'name' => [ + 'description' => 'Service name', + 'type' => 'string', + 'example' => '注册风险识别服务', + ], + 'serviceCode' => [ + 'description' => 'Service code', + 'type' => 'string', + 'example' => 'account_abuse', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"records\\": [\\n {\\n \\"enName\\": \\"account_abuse\\",\\n \\"name\\": \\"注册风险识别服务\\",\\n \\"serviceCode\\": \\"account_abuse\\"\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Get List of Services Used by User', + 'translator' => 'machine', + ], + 'DescribeAuthEventNameList' => [ + 'summary' => 'Query the list of event names for the current user', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\"\\n}","type":"json"}]', + 'title' => 'Query the list of event names for the current user', + 'translator' => 'machine', + ], + 'CreateAppKey' => [ + 'summary' => 'Create AppKey', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'create', + 'abilityTreeCode' => '135917', + 'abilityTreeNodes' => [ + 'FEATUREsaf64YRTV', + 'FEATUREsaf6E3SDJ', + 'FEATUREsafL5D4RG', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for requests and responses, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'data' => [ + 'description' => 'Data object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"data\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Create AppKey', + 'translator' => 'machine', + ], + 'DescribeRequestHit' => [ + 'summary' => 'Query Request Hit Details', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREsafT73ZWM', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'sRequestId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'required' => true, + 'example' => '60C97040-D5D5-4906-9522-B9B413730CAA', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'sRequestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => '60C97040-D5D5-4906-9522-B9B413730CAA'."\n", + ], + 'eventCode' => [ + 'description' => 'Event code', + 'type' => 'string', + 'example' => 'de_aszbjb7236', + ], + 'eventName' => [ + 'description' => 'Event name.', + 'type' => 'string', + 'example' => '注册风险', + ], + 'requestTime' => [ + 'description' => 'Timestamp of the request.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1752571330000', + ], + 'totalCost' => [ + 'description' => 'Total amount of the request', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '4', + ], + 'inputs' => [ + 'description' => 'Input parameters.', + 'type' => 'string', + 'example' => '{\\"eventCode\\":\\"de_afghcf6411\\",\\"ip\\":\\"196.168.0.1\\",\\"DEtest222\\":9007199254740999,\\"age\\":20}', + ], + 'outputs' => [ + 'description' => 'Output parameters', + 'type' => 'string', + 'example' => '{\\"tags\\":\\"rm0102,test_tag,age\\",\\"score\\":\\"30.0\\",\\"extend\\":\\"{\\\\\\"OUT_V01\\\\\\":\\\\\\"Maritime\\\\\\",\\\\\\"OUT_V02\\\\\\":\\\\\\"Lome\\\\\\",\\\\\\"OUT_V03\\\\\\":\\\\\\"196.168.0.1_A\\\\\\"}\\",\\"finalDecision\\":\\"REJECT\\"}', + ], + 'ruleHitRecords' => [ + 'description' => 'Details of the executed rules.', + 'type' => 'array', + 'items' => [ + 'description' => 'Details of the executed rules.', + 'type' => 'object', + 'properties' => [ + 'order' => [ + 'description' => 'Order.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'ruleId' => [ + 'description' => 'Policy ID', + 'type' => 'string', + 'example' => '101544', + ], + 'ruleSnapshotId' => [ + 'description' => 'Rule snapshot ID', + 'type' => 'string', + 'example' => '27', + ], + 'ruleName' => [ + 'description' => 'Policy name', + 'type' => 'string', + 'example' => '注册手机号是11位数字', + ], + 'ruleStatus' => [ + 'description' => 'Policy status', + 'type' => 'string', + 'example' => 'RUNNING', + ], + 'hitSuccessful' => [ + 'description' => 'Whether the rule was hit.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'cost' => [ + 'description' => 'Duration', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'isShowDetail' => [ + 'description' => 'Whether to show details', + 'type' => 'boolean', + 'example' => 'true', + ], + ], + ], + ], + ], + ], + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": {\\n \\"sRequestId\\": \\"60C97040-D5D5-4906-9522-B9B413730CAA\\\\n\\",\\n \\"eventCode\\": \\"de_aszbjb7236\\",\\n \\"eventName\\": \\"注册风险\\",\\n \\"requestTime\\": 1752571330000,\\n \\"totalCost\\": 4,\\n \\"inputs\\": \\"{\\\\\\\\\\\\\\"eventCode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"de_afghcf6411\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ip\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"196.168.0.1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"DEtest222\\\\\\\\\\\\\\":9007199254740999,\\\\\\\\\\\\\\"age\\\\\\\\\\\\\\":20}\\",\\n \\"outputs\\": \\"{\\\\\\\\\\\\\\"tags\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"rm0102,test_tag,age\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"score\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"30.0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"extend\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"OUT_V01\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Maritime\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"OUT_V02\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Lome\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"OUT_V03\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"196.168.0.1_A\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"finalDecision\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"REJECT\\\\\\\\\\\\\\"}\\",\\n \\"ruleHitRecords\\": [\\n {\\n \\"order\\": 1,\\n \\"ruleId\\": \\"101544\\",\\n \\"ruleSnapshotId\\": \\"27\\",\\n \\"ruleName\\": \\"注册手机号是11位数字\\",\\n \\"ruleStatus\\": \\"RUNNING\\",\\n \\"hitSuccessful\\": true,\\n \\"cost\\": 1,\\n \\"isShowDetail\\": true\\n }\\n ]\\n },\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\"\\n}","type":"json"}]', + 'title' => 'Query Request Hit Details', + 'translator' => 'machine', + ], + 'DescribeAllEventNameAndCode' => [ + 'summary' => 'Event List Query', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for the request and response messages, with a default value of **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'createType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Creation type', + 'type' => 'string', + 'required' => false, + 'example' => 'NORMAL', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + 'success' => [ + 'description' => 'Whether the operation was successful.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'code' => [ + 'description' => 'Status code.', + 'type' => 'string', + 'example' => '200', + ], + 'message' => [ + 'description' => 'Error message.', + 'type' => 'string', + 'example' => 'The input parameter data is not valid. order_storage_company_num component not found', + ], + 'httpStatusCode' => [ + 'description' => 'HTTP status code', + 'type' => 'string', + 'example' => '200', + ], + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'eventCode' => [ + 'description' => 'Event code', + 'type' => 'string', + 'example' => 'de_aszbjb7236', + ], + 'eventName' => [ + 'description' => 'Event name.', + 'type' => 'string', + 'example' => '注册风险', + ], + 'eventType' => [ + 'description' => 'Event type', + 'type' => 'string', + 'example' => 'MAIN', + ], + 'createType' => [ + 'description' => 'Creation type', + 'type' => 'string', + 'example' => 'MORMAL', + ], + 'children' => [ + 'description' => 'List of child fields.', + 'type' => 'array', + 'items' => [ + 'description' => 'List of child fields.', + 'type' => 'object', + 'properties' => [ + 'eventCode' => [ + 'description' => 'Event code', + 'type' => 'string', + 'example' => 'de_aamexg3015', + ], + 'eventName' => [ + 'description' => 'Event name.', + 'type' => 'string', + 'example' => '注册风险旁路', + ], + 'eventType' => [ + 'description' => 'Event type', + 'type' => 'string', + 'example' => 'BYPASS', + ], + 'createType' => [ + 'description' => 'Creation type', + 'type' => 'string', + 'example' => 'NORMAL', + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\",\\n \\"success\\": true,\\n \\"code\\": \\"200\\",\\n \\"message\\": \\"The input parameter data is not valid. order_storage_company_num component not found\\",\\n \\"httpStatusCode\\": \\"200\\",\\n \\"resultObject\\": [\\n {\\n \\"eventCode\\": \\"de_aszbjb7236\\",\\n \\"eventName\\": \\"注册风险\\",\\n \\"eventType\\": \\"MAIN\\",\\n \\"createType\\": \\"MORMAL\\",\\n \\"children\\": [\\n {\\n \\"eventCode\\": \\"de_aamexg3015\\",\\n \\"eventName\\": \\"注册风险旁路\\",\\n \\"eventType\\": \\"BYPASS\\",\\n \\"createType\\": \\"NORMAL\\"\\n }\\n ]\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Event Name and Code Mapping List', + 'translator' => 'machine', + ], + 'CreateEvent' => [ + 'summary' => 'Create Event', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'eventName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event name.', + 'type' => 'string', + 'required' => false, + 'example' => '登录事件'."\n", + ], + ], + [ + 'name' => 'memo', + 'in' => 'query', + 'schema' => [ + 'description' => 'Memo information', + 'type' => 'string', + 'required' => false, + 'example' => '登录事件描述', + ], + ], + [ + 'name' => 'templateCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Input field template type', + 'type' => 'string', + 'required' => false, + 'example' => 'register', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'templateType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Template type.', + 'type' => 'string', + 'required' => false, + 'example' => 'TASK', + ], + ], + [ + 'name' => 'createType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Creation type', + 'type' => 'string', + 'required' => false, + 'example' => 'NORMAL', + ], + ], + [ + 'name' => 'templateName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Published template name.', + 'type' => 'string', + 'required' => false, + 'example' => '注册事件模版', + ], + ], + [ + 'name' => 'inputFieldsStr', + 'in' => 'query', + 'schema' => [ + 'description' => 'Input parameters, JSON string.', + 'type' => 'string', + 'required' => false, + 'example' => '[{"fieldCode":"accountId","description":"用户的账户ID,唯一标识一个账户的id","fieldRank":1,"title":"账户ID","fieldType":"STRING","fieldSource":"DEFAULT"},{"fieldCode":"hitRules","fieldRank":2,"title":"命中策略","fieldType":"STRING","fieldSource":"DEFAULT"},{"fieldCode":"age","description":"","fieldRank":3,"title":"年龄","fieldType":"INT","fieldSource":"DEFAULT"},{"fieldCode":"ip","description":"IP地址","fieldRank":4,"title":"IP地址","fieldType":"STRING","fieldSource":"DEFAULT"},{"fieldCode":"tags","fieldRank":5,"title":"风险标签","fieldType":"STRING","fieldSource":"DEFAULT"},{"fieldCode":"score","fieldRank":6,"title":"风险分值","fieldType":"DOUBLE","fieldSource":"DEFAULT"},{"fieldCode":"hitList","fieldRank":7}]', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'data' => [ + 'description' => 'Return result.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"data\\": true,\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\"\\n}","type":"json"}]', + 'title' => 'Create Event', + 'translator' => 'machine', + ], + 'DescribeSafDeOrder' => [ + 'summary' => 'Query saf_de Order', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREsafWH3N80', + 'FEATUREsafBCGX2Z', + 'FEATUREsafXYIHRP', + 'FEATUREsafT73ZWM', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for request and response messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size, default value is 10', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'currentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'startDate', + 'in' => 'query', + 'schema' => [ + 'description' => 'Start date.', + 'type' => 'string', + 'required' => false, + 'example' => '1728008155799', + ], + ], + [ + 'name' => 'endDate', + 'in' => 'query', + 'schema' => [ + 'description' => 'End date', + 'type' => 'string', + 'required' => false, + 'example' => '1728008155799'."\n", + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'expirationDate' => [ + 'description' => 'Expiration time', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1728008155799'."\n", + ], + 'openUserType' => [ + 'description' => 'Based on the product type subscribed by the customer, the console permissions are divided into three categories:'."\n" + ."\n" + .' 1. New Customer: Has not purchased/subscribed to any service.'."\n" + .' 2. Old Customer (Subscription): Customers who have purchased the SAF product.'."\n" + .' 3. Pay-As-You-Go: Customers who have purchased the SAF_BAG product or activated SAF_POS.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '2', + ], + 'regions' => [ + 'description' => 'Activated region permission addresses.', + 'type' => 'array', + 'items' => [ + 'description' => 'Activated regions and specifications information.', + 'type' => 'object', + 'properties' => [ + 'region' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'example' => 'cn-shanghai', + ], + 'specification' => [ + 'description' => 'Specification model:'."\n" + ."\n" + .'1: Basic Edition '."\n" + .'2: Advanced Edition '."\n" + .'3: Premium Edition '."\n" + .'4: Flagship Edition', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'expirationDate' => [ + 'description' => 'Expiration date (timestamp).', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '2117750400000', + ], + ], + ], + ], + ], + ], + 'requestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": {\\n \\"expirationDate\\": 1728008155799,\\n \\"openUserType\\": 2,\\n \\"regions\\": [\\n {\\n \\"region\\": \\"cn-shanghai\\",\\n \\"specification\\": 1,\\n \\"expirationDate\\": 2117750400000\\n }\\n ]\\n },\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\"\\n}","type":"json"}]', + 'title' => 'Query saf_de Order Information', + 'translator' => 'machine', + ], + 'DescribeRuleSnapshot' => [ + 'summary' => 'Query historical snapshots based on ruleId and version', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREsafT73ZWM', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'ruleId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Policy ID', + 'type' => 'string', + 'required' => false, + 'example' => '101544', + ], + ], + [ + 'name' => 'snapshotVersion', + 'in' => 'query', + 'schema' => [ + 'description' => 'Snapshot version.', + 'type' => 'string', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'eventCode' => [ + 'description' => 'Event code', + 'type' => 'string', + 'example' => 'de_aszbjb7236', + ], + 'ruleId' => [ + 'description' => 'Policy ID', + 'type' => 'string', + 'example' => '101804', + ], + 'memo' => [ + 'description' => 'Memo.', + 'type' => 'string', + 'example' => '备注', + ], + 'ruleActions' => [ + 'description' => 'Rule actions.', + 'type' => 'string', + 'example' => '[{\\"inputs\\":[\\"LdShop\\"],\\"name\\":\\"__addDeTags__\\",\\"actionType\\":\\"TAG\\",\\"outputType\\":\\"const\\"}]', + ], + 'bizVersion' => [ + 'description' => 'Business version.', + 'type' => 'string', + 'example' => '1', + ], + 'gmtCreate' => [ + 'description' => 'Creation time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1621578648000', + ], + 'ruleStatus' => [ + 'description' => 'Policy status', + 'type' => 'string', + 'example' => 'RUNNING', + ], + 'ruleExpressions' => [ + 'description' => 'Expression.', + 'type' => 'string', + 'example' => '[{\\"expressionName\\":\\"代下单_记录日志\\",\\"itemId\\":1,\\"left\\":{\\"name\\":\\"dhcfX2v7670\\"},\\"operatorCode\\":\\"gte\\",\\"operatorName\\":\\"大于等于\\",\\"right\\":{\\"fieldValue\\":\\"2\\"}}]', + ], + 'gmtModified' => [ + 'description' => 'Modification time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1565701886000', + ], + 'eventName' => [ + 'description' => 'Event name.', + 'type' => 'string', + 'example' => '注册风险', + ], + 'ruleName' => [ + 'description' => 'Policy name', + 'type' => 'string', + 'example' => '营销风险识别', + ], + 'logicExpression' => [ + 'description' => 'Expression for analysis results.', + 'type' => 'string', + 'example' => '1&2', + ], + 'ruleType' => [ + 'type' => 'string', + 'description' => 'Rule type.', + 'example' => 'DSL', + ], + 'ruleBody' => [ + 'type' => 'string', + 'example' => '{\\"elseIfStatement\\":[{\\"condition\\":{\\"currentId\\":0,\\"deepCount\\":1,\\"list\\":[{\\"currentId\\":0,\\"deepCount\\":1,\\"left\\":{\\"code\\":\\"getLbsRegion(longitude, latitude)?.prov\\",\\"description\\":\\"根据经纬度得到省份信息,比如经度:111.878062,纬度:22.585409,则经过运算,输出”广东省“\\",\\"displayType\\":\\"SELF_BIND\\",\\"fieldType\\":\\"STRING\\",\\"functionCode\\":\\"\\",\\"functionName\\":\\"\\",\\"hasRightVariable\\":true,\\"name\\":\\"sl_S02sHLFT7818\\",\\"outputThreshold\\":{},\\"sourceType\\":\\"SAF\\",\\"title\\":\\"经纬度自定义系统变量\\",\\"type\\":\\"SELF_BIND\\"},\\"operatorCode\\":\\"equals\\",\\"operatorName\\":\\"等于\\",\\"parentId\\":0,\\"right\\":{\\"name\\":\\"cc\\",\\"rightVariableType\\":\\"constant\\"},\\"sequence\\":5}],\\"parentId\\":0,\\"relationship\\":\\"and\\"},\\"then\\":[{\\"actionType\\":\\"TAG\\",\\"code\\":\\"addDeTags\\",\\"description\\":\\"打标签\\",\\"displayType\\":\\"ACTION\\",\\"fieldType\\":\\"STRING\\",\\"inputs\\":[\\"332\\"],\\"name\\":\\"__addDeTags__\\",\\"outputType\\":\\"const\\",\\"sourceType\\":\\"SAF\\",\\"title\\":\\"打标签\\",\\"type\\":\\"ACTION\\"}]}],\\"elseStatement\\":{\\"then\\":[{\\"actionType\\":\\"TAG\\",\\"code\\":\\"addDeTags\\",\\"description\\":\\"打标签\\",\\"displayType\\":\\"ACTION\\",\\"fieldType\\":\\"STRING\\",\\"inputs\\":[\\"321\\"],\\"name\\":\\"__addDeTags__\\",\\"outputType\\":\\"const\\",\\"sourceType\\":\\"SAF\\",\\"title\\":\\"打标签\\",\\"type\\":\\"ACTION\\"}]},\\"ifStatement\\":{\\"condition\\":{\\"currentId\\":0,\\"deepCount\\":1,\\"list\\":[{\\"currentId\\":0,\\"deepCount\\":1,\\"left\\":{\\"code\\":\\"queryPhoneSimulatorInfo(deviceToken)?.brand\\",\\"description\\":\\"设备信息-终端品牌\\",\\"displayType\\":\\"DEVICE\\",\\"fieldType\\":\\"STRING\\",\\"functionCode\\":\\"\\",\\"functionName\\":\\"\\",\\"hasRightVariable\\":true,\\"name\\":\\"__device_brand__\\",\\"sourceType\\":\\"SAF\\",\\"title\\":\\"设备信息-终端品牌-brand\\",\\"type\\":\\"DEVICE\\"},\\"operatorCode\\":\\"deInNameList\\",\\"operatorName\\":\\"在名单中\\",\\"parentId\\":0,\\"right\\":{\\"code\\":\\"nl_UN8otElLb490\\",\\"description\\":\\"描述11\\",\\"displayType\\":\\"NAME_LIST\\",\\"name\\":\\"nl_UN8otElLb490\\",\\"rightVariableType\\":\\"constant\\",\\"sourceType\\":\\"SAF\\",\\"title\\":\\"wtz_名单新建测试02\\",\\"type\\":\\"NAME_LIST\\"},\\"sequence\\":1},{\\"currentId\\":0,\\"deepCount\\":1,\\"left\\":{\\"code\\":\\"deFunctionProcess(ip,\\\\\\"isIp\\\\\\")\\",\\"description\\":\\"判断是否符合IPv4标准\\",\\"displayType\\":\\"SYSTEM_BIND\\",\\"fieldType\\":\\"BOOLEAN\\",\\"functionCode\\":\\"\\",\\"functionName\\":\\"\\",\\"hasRightVariable\\":false,\\"name\\":\\"__isIpAddressV4__\\",\\"outputThreshold\\":{},\\"sourceType\\":\\"SAF\\",\\"title\\":\\"IP是否符合IPV4格式\\",\\"type\\":\\"SYSTEM_BIND\\"},\\"operatorCode\\":\\"boolIsTrue\\",\\"operatorName\\":\\"为true\\",\\"parentId\\":0,\\"right\\":{\\"name\\":\\"\\",\\"rightVariableType\\":\\"constant\\"},\\"sequence\\":2},{\\"currentId\\":0,\\"deepCount\\":1,\\"list\\":[{\\"currentId\\":0,\\"deepCount\\":1,\\"left\\":{\\"code\\":\\"parseIpV2(ip)?.cityId\\",\\"description\\":\\"通过IP地址库解析IP所在的城市Code,例如,输入“42.120.74.211”,经过该变量运算,输出“330100”。\\",\\"displayType\\":\\"SYSTEM_BIND\\",\\"fieldType\\":\\"STRING\\",\\"functionCode\\":\\"\\",\\"functionName\\":\\"\\",\\"hasRightVariable\\":true,\\"name\\":\\"__ipLocationCityCode__\\",\\"outputThreshold\\":{},\\"sourceType\\":\\"SAF\\",\\"title\\":\\"IP所在地_城市Code\\",\\"type\\":\\"SYSTEM_BIND\\"},\\"operatorCode\\":\\"equals\\",\\"operatorName\\":\\"等于\\",\\"parentId\\":0,\\"right\\":{\\"code\\":\\"deFunctionProcess(ip,\\\\\\"getCountry\\\\\\")\\",\\"description\\":\\"通过IP地址库解析IP所在的城市名称,例如,输入“42.120.74.211”,经过该变量运算,输出“CN”。\\",\\"displayType\\":\\"SYSTEM_BIND\\",\\"fieldType\\":\\"STRING\\",\\"functionCode\\":\\"\\",\\"functionName\\":\\"\\",\\"name\\":\\"__ipLocationCountryId__\\",\\"outputThreshold\\":{},\\"rightVariableType\\":\\"variable\\",\\"sourceType\\":\\"SAF\\",\\"title\\":\\"IP所在地_国家Code\\",\\"type\\":\\"SYSTEM_BIND\\"},\\"sequence\\":3},{\\"currentId\\":0,\\"deepCount\\":1,\\"list\\":[{\\"currentId\\":0,\\"deepCount\\":1,\\"left\\":{\\"code\\":\\"parseIpV2(ip)?.cityId\\",\\"description\\":\\"通过IP地址库解析IP所在的城市Code,例如,输入“42.120.74.211”,经过该变量运算,输出“330100”。\\",\\"displayType\\":\\"SYSTEM_BIND\\",\\"fieldType\\":\\"STRING\\",\\"functionCode\\":\\"\\",\\"functionName\\":\\"\\",\\"hasRightVariable\\":true,\\"name\\":\\"__ipLocationCityCode__\\",\\"outputThreshold\\":{\\"$ref\\":\\"$.ifStatement.condition.list[2].list[0].left.outputThreshold\\"},\\"sourceType\\":\\"SAF\\",\\"title\\":\\"IP所在地_城市Code\\",\\"type\\":\\"SYSTEM_BIND\\"},\\"operatorCode\\":\\"deInNameList\\",\\"operatorName\\":\\"在名单中\\",\\"parentId\\":0,\\"right\\":{\\"code\\":\\"nl_NsVwBD2s11e0\\",\\"displayType\\":\\"NAME_LIST\\",\\"name\\":\\"nl_NsVwBD2s11e0\\",\\"rightVariableType\\":\\"constant\\",\\"sourceType\\":\\"SAF\\",\\"title\\":\\"device_block_list\\",\\"type\\":\\"NAME_LIST\\"},\\"sequence\\":4}],\\"parentId\\":0,\\"relationship\\":\\"and\\"}],\\"parentId\\":0,\\"relationship\\":\\"and\\"}],\\"parentId\\":0,\\"relationship\\":\\"and\\"},\\"then\\":[{\\"actionType\\":\\"TAG\\",\\"code\\":\\"addDeTags\\",\\"description\\":\\"打标签\\",\\"displayType\\":\\"ACTION\\",\\"fieldType\\":\\"STRING\\",\\"inputs\\":[\\"123\\"],\\"name\\":\\"__addDeTags__\\",\\"outputType\\":\\"const\\",\\"sourceType\\":\\"SAF\\",\\"title\\":\\"打标签\\",\\"type\\":\\"ACTION\\"}]}}', + 'description' => 'DSL rule expression. This field is required when ruleType is DSL.', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"resultObject\\": {\\n \\"eventCode\\": \\"de_aszbjb7236\\",\\n \\"ruleId\\": \\"101804\\",\\n \\"memo\\": \\"备注\\",\\n \\"ruleActions\\": \\"[{\\\\\\\\\\\\\\"inputs\\\\\\\\\\\\\\":[\\\\\\\\\\\\\\"LdShop\\\\\\\\\\\\\\"],\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"__addDeTags__\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"actionType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"TAG\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"outputType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"const\\\\\\\\\\\\\\"}]\\",\\n \\"bizVersion\\": \\"1\\",\\n \\"gmtCreate\\": 1621578648000,\\n \\"ruleStatus\\": \\"RUNNING\\",\\n \\"ruleExpressions\\": \\"[{\\\\\\\\\\\\\\"expressionName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"代下单_记录日志\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"itemId\\\\\\\\\\\\\\":1,\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"dhcfX2v7670\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"operatorCode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"gte\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operatorName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"大于等于\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"right\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"fieldValue\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2\\\\\\\\\\\\\\"}}]\\",\\n \\"gmtModified\\": 1565701886000,\\n \\"eventName\\": \\"注册风险\\",\\n \\"ruleName\\": \\"营销风险识别\\",\\n \\"logicExpression\\": \\"1&2\\",\\n \\"ruleType\\": \\"DSL\\",\\n \\"ruleBody\\": \\"{\\\\\\\\\\\\\\"elseIfStatement\\\\\\\\\\\\\\":[{\\\\\\\\\\\\\\"condition\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"currentId\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\"deepCount\\\\\\\\\\\\\\":1,\\\\\\\\\\\\\\"list\\\\\\\\\\\\\\":[{\\\\\\\\\\\\\\"currentId\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\"deepCount\\\\\\\\\\\\\\":1,\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"code\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"getLbsRegion(longitude, latitude)?.prov\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"description\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"根据经纬度得到省份信息,比如经度:111.878062,纬度:22.585409,则经过运算,输出”广东省“\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"displayType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SELF_BIND\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"fieldType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"STRING\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"functionCode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"functionName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"hasRightVariable\\\\\\\\\\\\\\":true,\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"sl_S02sHLFT7818\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"outputThreshold\\\\\\\\\\\\\\":{},\\\\\\\\\\\\\\"sourceType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SAF\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"title\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"经纬度自定义系统变量\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SELF_BIND\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"operatorCode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"equals\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operatorName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"等于\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"parentId\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\"right\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"cc\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"rightVariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"constant\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"sequence\\\\\\\\\\\\\\":5}],\\\\\\\\\\\\\\"parentId\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\"relationship\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"and\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"then\\\\\\\\\\\\\\":[{\\\\\\\\\\\\\\"actionType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"TAG\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"code\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"addDeTags\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"description\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"打标签\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"displayType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ACTION\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"fieldType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"STRING\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"inputs\\\\\\\\\\\\\\":[\\\\\\\\\\\\\\"332\\\\\\\\\\\\\\"],\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"__addDeTags__\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"outputType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"const\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"sourceType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SAF\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"title\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"打标签\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ACTION\\\\\\\\\\\\\\"}]}],\\\\\\\\\\\\\\"elseStatement\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"then\\\\\\\\\\\\\\":[{\\\\\\\\\\\\\\"actionType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"TAG\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"code\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"addDeTags\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"description\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"打标签\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"displayType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ACTION\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"fieldType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"STRING\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"inputs\\\\\\\\\\\\\\":[\\\\\\\\\\\\\\"321\\\\\\\\\\\\\\"],\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"__addDeTags__\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"outputType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"const\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"sourceType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SAF\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"title\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"打标签\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ACTION\\\\\\\\\\\\\\"}]},\\\\\\\\\\\\\\"ifStatement\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"condition\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"currentId\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\"deepCount\\\\\\\\\\\\\\":1,\\\\\\\\\\\\\\"list\\\\\\\\\\\\\\":[{\\\\\\\\\\\\\\"currentId\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\"deepCount\\\\\\\\\\\\\\":1,\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"code\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"queryPhoneSimulatorInfo(deviceToken)?.brand\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"description\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"设备信息-终端品牌\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"displayType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"DEVICE\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"fieldType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"STRING\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"functionCode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"functionName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"hasRightVariable\\\\\\\\\\\\\\":true,\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"__device_brand__\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"sourceType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SAF\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"title\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"设备信息-终端品牌-brand\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"DEVICE\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"operatorCode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"deInNameList\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operatorName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"在名单中\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"parentId\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\"right\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"code\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"nl_UN8otElLb490\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"description\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"描述11\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"displayType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"NAME_LIST\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"nl_UN8otElLb490\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"rightVariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"constant\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"sourceType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SAF\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"title\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"wtz_名单新建测试02\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"NAME_LIST\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"sequence\\\\\\\\\\\\\\":1},{\\\\\\\\\\\\\\"currentId\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\"deepCount\\\\\\\\\\\\\\":1,\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"code\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"deFunctionProcess(ip,\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"isIp\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"description\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"判断是否符合IPv4标准\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"displayType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SYSTEM_BIND\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"fieldType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"BOOLEAN\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"functionCode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"functionName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"hasRightVariable\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"__isIpAddressV4__\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"outputThreshold\\\\\\\\\\\\\\":{},\\\\\\\\\\\\\\"sourceType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SAF\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"title\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"IP是否符合IPV4格式\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SYSTEM_BIND\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"operatorCode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"boolIsTrue\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operatorName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"为true\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"parentId\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\"right\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"rightVariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"constant\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"sequence\\\\\\\\\\\\\\":2},{\\\\\\\\\\\\\\"currentId\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\"deepCount\\\\\\\\\\\\\\":1,\\\\\\\\\\\\\\"list\\\\\\\\\\\\\\":[{\\\\\\\\\\\\\\"currentId\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\"deepCount\\\\\\\\\\\\\\":1,\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"code\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"parseIpV2(ip)?.cityId\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"description\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"通过IP地址库解析IP所在的城市Code,例如,输入“42.120.74.211”,经过该变量运算,输出“330100”。\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"displayType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SYSTEM_BIND\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"fieldType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"STRING\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"functionCode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"functionName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"hasRightVariable\\\\\\\\\\\\\\":true,\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"__ipLocationCityCode__\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"outputThreshold\\\\\\\\\\\\\\":{},\\\\\\\\\\\\\\"sourceType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SAF\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"title\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"IP所在地_城市Code\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SYSTEM_BIND\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"operatorCode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"equals\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operatorName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"等于\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"parentId\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\"right\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"code\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"deFunctionProcess(ip,\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"getCountry\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\")\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"description\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"通过IP地址库解析IP所在的城市名称,例如,输入“42.120.74.211”,经过该变量运算,输出“CN”。\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"displayType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SYSTEM_BIND\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"fieldType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"STRING\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"functionCode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"functionName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"__ipLocationCountryId__\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"outputThreshold\\\\\\\\\\\\\\":{},\\\\\\\\\\\\\\"rightVariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"variable\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"sourceType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SAF\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"title\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"IP所在地_国家Code\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SYSTEM_BIND\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"sequence\\\\\\\\\\\\\\":3},{\\\\\\\\\\\\\\"currentId\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\"deepCount\\\\\\\\\\\\\\":1,\\\\\\\\\\\\\\"list\\\\\\\\\\\\\\":[{\\\\\\\\\\\\\\"currentId\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\"deepCount\\\\\\\\\\\\\\":1,\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"code\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"parseIpV2(ip)?.cityId\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"description\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"通过IP地址库解析IP所在的城市Code,例如,输入“42.120.74.211”,经过该变量运算,输出“330100”。\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"displayType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SYSTEM_BIND\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"fieldType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"STRING\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"functionCode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"functionName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"hasRightVariable\\\\\\\\\\\\\\":true,\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"__ipLocationCityCode__\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"outputThreshold\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"$ref\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"$.ifStatement.condition.list[2].list[0].left.outputThreshold\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"sourceType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SAF\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"title\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"IP所在地_城市Code\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SYSTEM_BIND\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"operatorCode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"deInNameList\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operatorName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"在名单中\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"parentId\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\"right\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"code\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"nl_NsVwBD2s11e0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"displayType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"NAME_LIST\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"nl_NsVwBD2s11e0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"rightVariableType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"constant\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"sourceType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SAF\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"title\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"device_block_list\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"NAME_LIST\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"sequence\\\\\\\\\\\\\\":4}],\\\\\\\\\\\\\\"parentId\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\"relationship\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"and\\\\\\\\\\\\\\"}],\\\\\\\\\\\\\\"parentId\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\"relationship\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"and\\\\\\\\\\\\\\"}],\\\\\\\\\\\\\\"parentId\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\"relationship\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"and\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"then\\\\\\\\\\\\\\":[{\\\\\\\\\\\\\\"actionType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"TAG\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"code\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"addDeTags\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"description\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"打标签\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"displayType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ACTION\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"fieldType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"STRING\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"inputs\\\\\\\\\\\\\\":[\\\\\\\\\\\\\\"123\\\\\\\\\\\\\\"],\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"__addDeTags__\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"outputType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"const\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"sourceType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SAF\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"title\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"打标签\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ACTION\\\\\\\\\\\\\\"}]}}\\"\\n }\\n}","type":"json"}]', + 'title' => 'DescribeRuleSnapshot', + 'translator' => 'machine', + ], + 'DescribeServiceList' => [ + 'summary' => 'Get Service List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'array', + 'items' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'serviceCode' => [ + 'description' => 'Service code', + 'type' => 'string', + 'example' => 'coupon_abuse_detection', + ], + 'serviceName' => [ + 'description' => 'Service name.', + 'type' => 'string', + 'example' => 'coupon_abuse_detection', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"resultObject\\": [\\n {\\n \\"serviceCode\\": \\"coupon_abuse_detection\\",\\n \\"serviceName\\": \\"coupon_abuse_detection\\"\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Get Service List', + 'translator' => 'machine', + ], + 'DescribePocTaskList' => [ + 'summary' => 'Get POC Task List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'currentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size, with a default value of 10.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'type', + 'in' => 'query', + 'schema' => [ + 'description' => 'Query type.', + 'type' => 'string', + 'required' => false, + 'example' => 'SAF_CONSOLE', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'totalItem' => [ + 'description' => 'Total number of items.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '6', + ], + 'pageSize' => [ + 'description' => 'Page size, with a default value of 10.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'currentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'totalPage' => [ + 'description' => 'Total number of pages.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'resultObject' => [ + 'description' => 'Returned object.', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned object.', + 'type' => 'object', + 'properties' => [ + 'fileType' => [ + 'description' => 'File type.', + 'type' => 'string', + 'example' => 'EXCEL', + ], + 'taskId' => [ + 'description' => 'Task ID.', + 'type' => 'string', + 'example' => '7', + ], + 'updateTime' => [ + 'description' => 'Last modified time.', + 'type' => 'string', + 'example' => '1753804800000', + ], + 'downloadUrl' => [ + 'description' => 'Download URL.', + 'type' => 'string', + 'example' => 'https://xxxxx-oss-xxxxx.xxxxxx.aliyuncs.com/xx/xx/xxx/xxxxxx.csv?Expires=1753433384&OSSAccessKeyId=xxxxxxxxx&Signature=%2F%xxxxxxxxxxxx%3D', + ], + 'taskName' => [ + 'description' => 'Task name.', + 'type' => 'string', + 'example' => '任务', + ], + 'serviceName' => [ + 'description' => 'Service name.', + 'type' => 'string', + 'example' => '注册风险识别', + ], + 'createTime' => [ + 'description' => 'Creation time.', + 'type' => 'string', + 'example' => '1753804800000', + ], + 'status' => [ + 'description' => 'Status.', + 'type' => 'string', + 'example' => 'WAIT_CHECK', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"totalItem\\": 6,\\n \\"pageSize\\": 10,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"currentPage\\": 1,\\n \\"totalPage\\": 1,\\n \\"resultObject\\": [\\n {\\n \\"fileType\\": \\"EXCEL\\",\\n \\"taskId\\": \\"7\\",\\n \\"updateTime\\": \\"1753804800000\\",\\n \\"downloadUrl\\": \\"https://xxxxx-oss-xxxxx.xxxxxx.aliyuncs.com/xx/xx/xxx/xxxxxx.csv?Expires=1753433384&OSSAccessKeyId=xxxxxxxxx&Signature=%2F%xxxxxxxxxxxx%3D\\",\\n \\"taskName\\": \\"任务\\",\\n \\"serviceName\\": \\"注册风险识别\\",\\n \\"createTime\\": \\"1753804800000\\",\\n \\"status\\": \\"WAIT_CHECK\\"\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Get POC Task List', + 'translator' => 'machine', + ], + 'DescribeSafStartConfig' => [ + 'summary' => 'Query Access Configuration', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'eventCodes' => [ + 'description' => 'Event codes.', + 'type' => 'array', + 'items' => [ + 'description' => 'Event code.', + 'type' => 'string', + 'example' => 'de_ahespg8137', + ], + ], + 'deviceTypes' => [ + 'description' => 'List of device types.', + 'type' => 'array', + 'items' => [ + 'description' => 'Device type.', + 'type' => 'string', + 'example' => '__device_brand__', + ], + ], + 'languages' => [ + 'description' => 'Configuration language details.', + 'type' => 'array', + 'items' => [ + 'description' => 'Configuration language detail.', + 'type' => 'string', + 'example' => 'zh', + ], + ], + 'serverRegions' => [ + 'description' => 'Server region', + 'type' => 'array', + 'items' => [ + 'description' => 'Geographical information returned after configuration is complete.', + 'type' => 'string', + 'example' => 'SH', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"resultObject\\": {\\n \\"eventCodes\\": [\\n \\"de_ahespg8137\\"\\n ],\\n \\"deviceTypes\\": [\\n \\"__device_brand__\\"\\n ],\\n \\"languages\\": [\\n \\"zh\\"\\n ],\\n \\"serverRegions\\": [\\n \\"SH\\"\\n ]\\n }\\n}","type":"json"}]', + 'title' => 'Query Access Configuration', + 'translator' => 'machine', + ], + 'DescribeEventCount' => [ + 'summary' => 'Query Total Event Count', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'createType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Creation type', + 'type' => 'string', + 'required' => false, + 'example' => 'NORMAL', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'requestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + 'success' => [ + 'description' => 'Whether the request was successful.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'code' => [ + 'description' => 'Status code', + 'type' => 'string', + 'example' => '200', + ], + 'message' => [ + 'description' => 'Error details'."\n", + 'type' => 'string', + 'example' => 'The input parameter data is not valid. order_storage_company_num component not found', + ], + 'httpStatusCode' => [ + 'description' => 'HTTP status code', + 'type' => 'string', + 'example' => '200', + ], + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'totalItem' => [ + 'description' => 'Total count', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '101', + ], + 'maxTotalItem' => [ + 'description' => 'Maximum creation count', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '100', + ], + 'limit' => [ + 'description' => 'Whether it exceeds the maximum number', + 'type' => 'boolean', + 'example' => 'true', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\",\\n \\"success\\": true,\\n \\"code\\": \\"200\\",\\n \\"message\\": \\"The input parameter data is not valid. order_storage_company_num component not found\\",\\n \\"httpStatusCode\\": \\"200\\",\\n \\"resultObject\\": {\\n \\"totalItem\\": 101,\\n \\"maxTotalItem\\": 100,\\n \\"limit\\": true\\n }\\n}","type":"json"}]', + 'title' => 'Query Total Event Count', + 'translator' => 'machine', + ], + 'DescribeEventPageList' => [ + 'summary' => 'Paged Query for Events', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'currentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size, with a default value of 10', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'eventName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event name.', + 'type' => 'string', + 'required' => false, + 'example' => '注册风险旁路', + ], + ], + [ + 'name' => 'eventCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code', + 'type' => 'string', + 'required' => false, + 'example' => 'de_aikqxy3122', + ], + ], + [ + 'name' => 'eventStatus', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event status.', + 'type' => 'string', + 'required' => false, + 'example' => 'ONLINE', + ], + ], + [ + 'name' => 'createType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Creation type', + 'type' => 'string', + 'required' => false, + 'example' => 'NORMAL', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'totalItem' => [ + 'description' => 'Total number of items', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '3', + ], + 'pageSize' => [ + 'description' => 'Page size, with a default value of 10', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'currentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'totalPage' => [ + 'description' => 'Total number of pages.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '9', + ], + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'eventCode' => [ + 'description' => 'Event code', + 'type' => 'string', + 'example' => 'de_aszbjb7236', + ], + 'templateCode' => [ + 'description' => 'Template code', + 'type' => 'string', + 'example' => 'register', + ], + 'templateName' => [ + 'description' => 'Template name.', + 'type' => 'string', + 'example' => '注册模版', + ], + 'userCount' => [ + 'description' => 'Number of customer authorizations', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'templateType' => [ + 'description' => 'Template type', + 'type' => 'string', + 'example' => 'UNIVERSAL', + ], + 'gmtModified' => [ + 'description' => 'Modification time', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1565701886000', + ], + 'ruleCount' => [ + 'description' => 'Total number of rules.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'gmtCreate' => [ + 'description' => 'Creation time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1621578648000', + ], + 'id' => [ + 'description' => 'Database ID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '497', + ], + 'eventStatus' => [ + 'description' => 'Event status.', + 'type' => 'string', + 'example' => 'ONLINE', + ], + 'eventName' => [ + 'description' => 'Event name.', + 'type' => 'string', + 'example' => '注册风险', + ], + 'eventType' => [ + 'description' => 'Event type.', + 'type' => 'string', + 'example' => 'MAIN', + ], + 'children' => [ + 'description' => 'Object', + 'type' => 'array', + 'items' => [ + 'description' => 'Object', + 'type' => 'object', + 'properties' => [ + 'eventCode' => [ + 'description' => 'Event code.', + 'type' => 'string', + 'example' => 'de_aamexg3015', + ], + 'gmtModified' => [ + 'description' => 'Modification time', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1621578648000', + ], + 'ruleCount' => [ + 'description' => 'Total number of rules.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '10', + ], + 'eventStatus' => [ + 'description' => 'Event status.', + 'type' => 'string', + 'example' => 'ONLINE', + ], + 'eventName' => [ + 'description' => 'Event name.', + 'type' => 'string', + 'example' => '测试', + ], + 'eventType' => [ + 'description' => 'Event type.', + 'type' => 'string', + 'example' => 'BYPASS', + ], + 'id' => [ + 'description' => 'Primary key ID', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '334', + ], + 'gmtCreate' => [ + 'description' => 'Creation time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1621578648000'."\n", + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"totalItem\\": 3,\\n \\"pageSize\\": 10,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"currentPage\\": 1,\\n \\"totalPage\\": 9,\\n \\"resultObject\\": [\\n {\\n \\"eventCode\\": \\"de_aszbjb7236\\",\\n \\"templateCode\\": \\"register\\",\\n \\"templateName\\": \\"注册模版\\",\\n \\"userCount\\": 1,\\n \\"templateType\\": \\"UNIVERSAL\\",\\n \\"gmtModified\\": 1565701886000,\\n \\"ruleCount\\": 10,\\n \\"gmtCreate\\": 1621578648000,\\n \\"id\\": 497,\\n \\"eventStatus\\": \\"ONLINE\\",\\n \\"eventName\\": \\"注册风险\\",\\n \\"eventType\\": \\"MAIN\\",\\n \\"children\\": [\\n {\\n \\"eventCode\\": \\"de_aamexg3015\\",\\n \\"gmtModified\\": 1621578648000,\\n \\"ruleCount\\": 10,\\n \\"eventStatus\\": \\"ONLINE\\",\\n \\"eventName\\": \\"测试\\",\\n \\"eventType\\": \\"BYPASS\\",\\n \\"id\\": 334,\\n \\"gmtCreate\\": 1621578648000\\n }\\n ]\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Paged Query for Event List', + 'translator' => 'machine', + ], + 'DescribeFieldById' => [ + 'summary' => 'Get Field Details', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'id', + 'in' => 'query', + 'schema' => [ + 'description' => 'Primary key ID', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '223', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Field Details Query', + 'translator' => 'machine', + ], + 'SwitchExpressionVariable' => [ + 'summary' => 'Custom Variable Switch', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'id', + 'in' => 'query', + 'schema' => [ + 'description' => 'Variable ID', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '2556', + ], + ], + [ + 'name' => 'dataVersion', + 'in' => 'query', + 'schema' => [ + 'description' => 'Data version.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1', + ], + ], + [ + 'name' => 'status', + 'in' => 'query', + 'schema' => [ + 'description' => 'Status.', + 'type' => 'string', + 'required' => true, + 'enumValueTitles' => [ + 'DISABLE' => '禁用', + 'ENABLE' => '启用', + ], + 'example' => 'ENABLE', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Modify Custom Variable Status', + 'translator' => 'machine', + ], + 'DescribeFieldPage' => [ + 'summary' => 'Query paged list of fields', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'abilityTreeCode' => '134394', + 'abilityTreeNodes' => [ + 'FEATUREsafWH3N80', + ], + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for request and response messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'currentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number', + 'type' => 'string', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Number of items per page, default value is 10', + 'type' => 'string', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'type', + 'in' => 'query', + 'schema' => [ + 'description' => 'Field type', + 'type' => 'string', + 'required' => false, + 'example' => 'STRING', + ], + ], + [ + 'name' => 'classify', + 'in' => 'query', + 'schema' => [ + 'description' => 'Field classification', + 'type' => 'string', + 'required' => false, + 'enumValueTitles' => [ + 'REQUEST_PARAM' => '业务字段', + 'DEVICE_INFO' => '设备字段', + ], + 'example' => 'REQUEST_PARAM', + ], + ], + [ + 'name' => 'source', + 'in' => 'query', + 'schema' => [ + 'description' => 'Field source', + 'type' => 'string', + 'required' => false, + 'example' => 'DEFINE', + ], + ], + [ + 'name' => 'name', + 'in' => 'query', + 'schema' => [ + 'description' => 'Field name', + 'type' => 'string', + 'required' => false, + 'example' => 'age', + ], + ], + [ + 'name' => 'title', + 'in' => 'query', + 'schema' => [ + 'description' => 'Title.', + 'type' => 'string', + 'required' => false, + 'example' => '年龄', + ], + ], + [ + 'name' => 'status', + 'in' => 'query', + 'schema' => [ + 'description' => 'Status.', + 'type' => 'string', + 'required' => false, + 'example' => 'ENABLE', + ], + ], + [ + 'name' => 'condition', + 'in' => 'query', + 'schema' => [ + 'description' => 'Query input parameter name or title', + 'type' => 'string', + 'required' => false, + 'example' => 'age/年龄', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'totalItem' => [ + 'description' => 'Total number of items', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '40', + ], + 'pageSize' => [ + 'description' => 'Number of items per page, default value is 10', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'currentPage' => [ + 'description' => 'Current page number', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'totalPage' => [ + 'description' => 'Total number of pages.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '4', + ], + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'classify' => [ + 'description' => 'Field classification', + 'type' => 'string', + 'example' => 'REQUEST_PARAM', + ], + 'type' => [ + 'description' => 'Field type', + 'type' => 'string', + 'example' => 'STRING', + ], + 'title' => [ + 'description' => 'Title.', + 'type' => 'string', + 'example' => '年龄', + ], + 'description' => [ + 'description' => 'Description information.', + 'type' => 'string', + 'example' => '描述', + ], + 'status' => [ + 'description' => 'Status.', + 'type' => 'string', + 'example' => 'ENABLE', + ], + 'source' => [ + 'description' => 'File source.', + 'type' => 'string', + 'example' => 'DEFINE', + ], + 'enumData' => [ + 'description' => 'Enum data', + 'type' => 'string', + 'example' => 'STATUS', + ], + 'name' => [ + 'description' => 'Field name', + 'type' => 'string', + 'example' => 'age', + ], + 'id' => [ + 'description' => 'Unique table ID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '497', + ], + ], + ], + ], + ], + ], + ], + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"totalItem\\": 40,\\n \\"pageSize\\": 10,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"currentPage\\": 1,\\n \\"totalPage\\": 4,\\n \\"resultObject\\": [\\n {\\n \\"classify\\": \\"REQUEST_PARAM\\",\\n \\"type\\": \\"STRING\\",\\n \\"title\\": \\"年龄\\",\\n \\"description\\": \\"描述\\",\\n \\"status\\": \\"ENABLE\\",\\n \\"source\\": \\"DEFINE\\",\\n \\"enumData\\": \\"STATUS\\",\\n \\"name\\": \\"age\\",\\n \\"id\\": 497\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Paged List of Fields', + 'translator' => 'machine', + ], + 'CheckUsageVariable' => [ + 'summary' => 'Validate Variable Reference', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'id', + 'in' => 'query', + 'schema' => [ + 'description' => 'Primary Key ID', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Whether it was successful', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Validate Variable Reference', + 'translator' => 'machine', + ], + 'DeleteNameList' => [ + 'summary' => 'Delete Name List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'ids', + 'in' => 'query', + 'schema' => [ + 'description' => 'Name list ID, multiple IDs should be separated by commas', + 'type' => 'string', + 'required' => false, + 'example' => '23,24,25', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Delete Name List', + 'translator' => 'machine', + ], + 'DescribeExistName' => [ + 'summary' => 'Validate if the field name is duplicated (based on user\'s organization)', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for request and response messages, default value is **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'name', + 'in' => 'query', + 'schema' => [ + 'description' => 'Variable name', + 'type' => 'string', + 'required' => false, + 'example' => 'age', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Check if Field Name is Duplicated', + 'translator' => 'machine', + ], + 'DescribeCustVariablePage' => [ + 'summary' => 'Query Custom Accumulated Variable List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREsafXYIHRP', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'currentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Pagination parameter, current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Number of records per page, default value: 10.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'eventCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code.', + 'type' => 'string', + 'required' => false, + 'example' => 'de_aheldm3876', + ], + ], + [ + 'name' => 'description', + 'in' => 'query', + 'schema' => [ + 'description' => 'Description.', + 'type' => 'string', + 'required' => false, + 'example' => '累计变量描述', + ], + ], + [ + 'name' => 'createType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Creation type.', + 'type' => 'string', + 'required' => false, + 'example' => 'NORMAL', + ], + ], + [ + 'name' => 'status', + 'in' => 'query', + 'schema' => [ + 'description' => 'status.', + 'type' => 'string', + 'required' => false, + 'example' => 'ENABLE', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'totalItem' => [ + 'description' => 'Total number of items.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '6', + ], + 'pageSize' => [ + 'description' => 'Page size, default value is 10.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'currentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'totalPage' => [ + 'description' => 'Total number of pages.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'resultObject' => [ + 'description' => 'Returned object.', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned object.', + 'type' => 'object', + 'properties' => [ + 'dataVersion' => [ + 'description' => 'Data version.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1', + ], + 'title' => [ + 'description' => 'Title.', + 'type' => 'string', + 'example' => '累计变量名称', + ], + 'description' => [ + 'description' => 'Description information.', + 'type' => 'string', + 'example' => '累计变量描述', + ], + 'gmtModified' => [ + 'description' => 'Modification time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1565701886000', + ], + 'name' => [ + 'description' => 'Accumulated variable name: generated by backend.', + 'type' => 'string', + 'example' => 'xLMfE9K161d', + ], + 'id' => [ + 'description' => 'Primary key ID of accumulated variable.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '497', + ], + 'status' => [ + 'title' => '数据状态', + 'description' => 'Status.', + 'type' => 'string', + 'example' => 'ENABLE', + ], + 'eventName' => [ + 'title' => '事件名称', + 'description' => 'event name.', + 'type' => 'string', + 'example' => '注册事件', + ], + 'ruleList' => [ + 'title' => '关联策略ruleId', + 'description' => 'Associated Strategies.', + 'type' => 'array', + 'items' => [ + 'title' => '策略ruleId', + 'description' => 'ruleId.', + 'type' => 'string', + 'example' => '10235', + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"totalItem\\": 6,\\n \\"pageSize\\": 10,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"currentPage\\": 1,\\n \\"totalPage\\": 1,\\n \\"resultObject\\": [\\n {\\n \\"dataVersion\\": 1,\\n \\"title\\": \\"累计变量名称\\",\\n \\"description\\": \\"累计变量描述\\",\\n \\"gmtModified\\": 1565701886000,\\n \\"name\\": \\"xLMfE9K161d\\",\\n \\"id\\": 497,\\n \\"status\\": \\"ENABLE\\",\\n \\"eventName\\": \\"注册事件\\",\\n \\"ruleList\\": [\\n \\"10235\\"\\n ]\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Paged List Query of Accumulated Variables', + 'description' => 'List Query of Accumulated Variables', + 'translator' => 'machine', + ], + 'BindVariable' => [ + 'summary' => 'Variable binding operation', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'defineId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Associated variable definition primary key ID', + 'type' => 'string', + 'required' => false, + 'example' => '2438', + ], + ], + [ + 'name' => 'id', + 'in' => 'query', + 'schema' => [ + 'description' => 'Variable primary key ID', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '106875', + ], + ], + [ + 'name' => 'eventCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code', + 'type' => 'string', + 'required' => true, + 'example' => 'de_agbzfi5134', + ], + ], + [ + 'name' => 'title', + 'in' => 'query', + 'schema' => [ + 'description' => 'Title', + 'type' => 'string', + 'required' => true, + 'example' => '变量title', + ], + ], + [ + 'name' => 'params', + 'in' => 'query', + 'schema' => [ + 'description' => 'Binding input parameter information', + 'type' => 'string', + 'required' => false, + 'example' => '{"accountId":"accountId","mobile":""}', + ], + ], + [ + 'name' => 'description', + 'in' => 'query', + 'schema' => [ + 'description' => 'Description information.', + 'type' => 'string', + 'required' => false, + 'example' => '变量描述', + ], + ], + [ + 'name' => 'apiType', + 'in' => 'query', + 'schema' => [ + 'description' => 'API type', + 'type' => 'string', + 'required' => false, + 'example' => 'SELF', + ], + ], + [ + 'name' => 'sourceType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Variable source', + 'type' => 'string', + 'required' => false, + 'example' => 'SAF', + ], + ], + [ + 'name' => 'apiRegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'API region ID', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'outputField', + 'in' => 'query', + 'schema' => [ + 'description' => 'Output field path', + 'type' => 'string', + 'required' => false, + 'example' => 'BOOLEAN', + ], + ], + [ + 'name' => 'outputType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Output type', + 'type' => 'string', + 'required' => false, + 'enumValueTitles' => [ + 'DATE' => 'DATE', + 'ENUM' => 'ENUM', + 'STRING' => 'STRING', + 'DOUBLE' => 'DOUBLE', + 'INT' => 'INT', + 'BOOLEAN' => 'BOOLEAN', + 'LONG' => 'LONG', + ], + 'example' => 'STRING', + ], + ], + [ + 'name' => 'exceptionValue', + 'in' => 'query', + 'schema' => [ + 'description' => 'Exception value', + 'type' => 'string', + 'required' => false, + 'example' => 'SYS_ERROR', + ], + ], + [ + 'name' => 'paramsList', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event parameter mapping 2.0, either params or paramsList must not be empty. List, JSON structure', + 'type' => 'string', + 'required' => false, + 'example' => '[{"eventFieldName":"accountId","required":false}]', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'createType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Creation type', + 'type' => 'string', + 'required' => false, + 'example' => 'NORMAL', + ], + ], + [ + 'name' => 'defineIds', + 'in' => 'query', + 'schema' => [ + 'description' => 'Variable definition IDs, can be multiple. If binding multiple IDs, separate them with commas', + 'type' => 'string', + 'required' => false, + 'example' => '1546, 1547', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Variable Binding', + 'translator' => 'machine', + ], + 'DeleteField' => [ + 'summary' => 'Delete Field', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for requests and received messages, default value is **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'id', + 'in' => 'query', + 'schema' => [ + 'description' => 'Primary key ID of the field', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '2556', + ], + ], + [ + 'name' => 'name', + 'in' => 'query', + 'schema' => [ + 'description' => 'Name of the field.', + 'type' => 'string', + 'required' => false, + 'example' => 'age', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Delete Field', + 'translator' => 'machine', + ], + 'DescribeNameListLimit' => [ + 'summary' => 'Query Name List Limit', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'createType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Creation type', + 'type' => 'string', + 'required' => false, + 'example' => 'NORMAL', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'totalItem' => [ + 'description' => 'Total number of items', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '101', + ], + 'maxTotalItem' => [ + 'description' => 'Maximum number of creatable items', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '100', + ], + 'limit' => [ + 'description' => 'Whether it exceeds the maximum quantity', + 'type' => 'boolean', + 'example' => 'true', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"resultObject\\": {\\n \\"totalItem\\": 101,\\n \\"maxTotalItem\\": 100,\\n \\"limit\\": true\\n }\\n}","type":"json"}]', + 'title' => 'Query Name List Limit', + 'translator' => 'machine', + ], + 'OperateFavoriteVariable' => [ + 'summary' => 'Operate Favorites', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'id', + 'in' => 'query', + 'schema' => [ + 'description' => 'Variable ID', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '3144', + ], + ], + [ + 'name' => 'operate', + 'in' => 'query', + 'schema' => [ + 'description' => 'Favorite operation', + 'type' => 'string', + 'required' => true, + 'example' => 'ADD', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Favorite Variable', + 'translator' => 'machine', + ], + 'ModifyField' => [ + 'summary' => 'Modify Field', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'id', + 'in' => 'query', + 'schema' => [ + 'description' => 'Variable ID', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '376773', + ], + ], + [ + 'name' => 'name', + 'in' => 'query', + 'schema' => [ + 'description' => 'Variable name', + 'type' => 'string', + 'required' => false, + 'example' => 'age', + ], + ], + [ + 'name' => 'title', + 'in' => 'query', + 'schema' => [ + 'description' => 'Title.', + 'type' => 'string', + 'required' => false, + 'example' => '年龄', + ], + ], + [ + 'name' => 'enumData', + 'in' => 'query', + 'schema' => [ + 'description' => 'Enum type', + 'type' => 'string', + 'required' => false, + 'example' => '[{\\"name\\":\\"ENABLE\\",\\"value\\":\\"禁用\\"}]', + ], + ], + [ + 'name' => 'classify', + 'in' => 'query', + 'schema' => [ + 'description' => 'Field classification', + 'type' => 'string', + 'required' => false, + 'example' => 'REQUEST_PARAM', + ], + ], + [ + 'name' => 'description', + 'in' => 'query', + 'schema' => [ + 'description' => 'Description information.', + 'type' => 'string', + 'required' => false, + 'example' => '描述', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Modify Field', + 'translator' => 'machine', + ], + 'DescribeEventVariableTemplateBind' => [ + 'summary' => 'Query Event Template', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages. Default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'templateCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Template code.', + 'type' => 'string', + 'required' => false, + 'example' => 'register', + ], + ], + [ + 'name' => 'type', + 'in' => 'query', + 'schema' => [ + 'description' => 'Type', + 'type' => 'string', + 'required' => true, + 'example' => 'NATIVE', + ], + ], + [ + 'name' => 'inputs', + 'in' => 'query', + 'schema' => [ + 'description' => 'Input parameters, separated by commas if multiple.', + 'type' => 'string', + 'required' => true, + 'example' => 'age,ip', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'totalCount' => [ + 'description' => 'Total count', + 'type' => 'string', + 'example' => '38', + ], + 'templateCode' => [ + 'description' => 'Template code', + 'type' => 'string', + 'example' => 'register', + ], + 'freeVariables' => [ + 'description' => 'List of free variables', + 'type' => 'array', + 'items' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'code' => [ + 'description' => 'Variable code', + 'type' => 'string', + 'example' => 'age', + ], + 'title' => [ + 'description' => 'Title.', + 'type' => 'string', + 'example' => '年龄', + ], + 'type' => [ + 'description' => 'Variable type.', + 'type' => 'string', + 'example' => 'NATIVE', + ], + 'fieldType' => [ + 'description' => 'Field type.', + 'type' => 'string', + 'example' => 'STRING', + ], + 'description' => [ + 'description' => 'Variable description.', + 'type' => 'string', + 'example' => '描述', + ], + 'name' => [ + 'description' => 'Variable name', + 'type' => 'string', + 'example' => 'age', + ], + 'id' => [ + 'description' => 'Primary key ID', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '234', + ], + ], + ], + ], + 'chargeVariables' => [ + 'description' => 'List of chargeable variables', + 'type' => 'array', + 'items' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'code' => [ + 'description' => 'Variable code', + 'type' => 'string', + 'example' => 'ip', + ], + 'title' => [ + 'description' => 'Title.', + 'type' => 'string', + 'example' => 'ip', + ], + 'type' => [ + 'description' => 'Variable type.', + 'type' => 'string', + 'example' => 'NATIVE', + ], + 'fieldType' => [ + 'description' => 'Field type.', + 'type' => 'string', + 'example' => 'STRING', + ], + 'description' => [ + 'description' => 'Description of the variable.', + 'type' => 'string', + 'example' => '描述', + ], + 'name' => [ + 'description' => 'Variable name', + 'type' => 'string', + 'example' => 'ip', + ], + 'id' => [ + 'description' => 'Primary key ID', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '456', + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"resultObject\\": {\\n \\"totalCount\\": \\"38\\",\\n \\"templateCode\\": \\"register\\",\\n \\"freeVariables\\": [\\n {\\n \\"code\\": \\"age\\",\\n \\"title\\": \\"年龄\\",\\n \\"type\\": \\"NATIVE\\",\\n \\"fieldType\\": \\"STRING\\",\\n \\"description\\": \\"描述\\",\\n \\"name\\": \\"age\\",\\n \\"id\\": 234\\n }\\n ],\\n \\"chargeVariables\\": [\\n {\\n \\"code\\": \\"ip\\",\\n \\"title\\": \\"ip\\",\\n \\"type\\": \\"NATIVE\\",\\n \\"fieldType\\": \\"STRING\\",\\n \\"description\\": \\"描述\\",\\n \\"name\\": \\"ip\\",\\n \\"id\\": 456\\n }\\n ]\\n }\\n}","type":"json"}]', + 'title' => 'Query Event Template', + 'translator' => 'machine', + ], + 'DeleteNameListData' => [ + 'summary' => 'Delete (pseudo) name list variable data', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'variableId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Variable ID', + 'type' => 'string', + 'required' => false, + 'example' => '239', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Delete Name List Data', + 'translator' => 'machine', + ], + 'CreateExpressionVariable' => [ + 'summary' => 'Create Custom Variable', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'eventCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code', + 'type' => 'string', + 'required' => true, + 'example' => 'de_ahpayh4121', + ], + ], + [ + 'name' => 'title', + 'in' => 'query', + 'schema' => [ + 'description' => 'Title.', + 'type' => 'string', + 'required' => true, + 'example' => '获取手机号前7位', + ], + ], + [ + 'name' => 'description', + 'in' => 'query', + 'schema' => [ + 'description' => 'Description.', + 'type' => 'string', + 'required' => false, + 'example' => '获取入参的手机号前7位', + ], + ], + [ + 'name' => 'outputs', + 'in' => 'query', + 'schema' => [ + 'description' => 'Variable return type', + 'type' => 'string', + 'required' => true, + 'example' => 'STRING', + ], + ], + [ + 'name' => 'outlier', + 'in' => 'query', + 'schema' => [ + 'description' => 'Outlier', + 'type' => 'string', + 'required' => true, + 'example' => '-1', + ], + ], + [ + 'name' => 'expression', + 'in' => 'query', + 'schema' => [ + 'description' => 'Calculation expression', + 'type' => 'string', + 'required' => true, + 'example' => '@ex_GX9rrlTq4b67 + 1001', + ], + ], + [ + 'name' => 'expressionTitle', + 'in' => 'query', + 'schema' => [ + 'description' => 'Display value of calculation expression', + 'type' => 'string', + 'required' => true, + 'example' => '@selfvariable_02 + 1001', + ], + ], + [ + 'name' => 'expressionVariable', + 'in' => 'query', + 'schema' => [ + 'description' => 'Calculation expression variable', + 'type' => 'string', + 'required' => false, + 'example' => '[{"name":"ex_GX9rrlTq4b67","code":"deInvokeSelfVariable(44659)","fieldType":"INT"}]', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Create Custom Variable', + 'translator' => 'machine', + ], + 'DescribeVariableList' => [ + 'summary' => 'Query Variable Details', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for requests and responses, default value is **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'currentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'string', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size, default value is 10.', + 'type' => 'string', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'type', + 'in' => 'query', + 'schema' => [ + 'description' => 'Type.', + 'type' => 'string', + 'required' => false, + 'example' => 'IDENTIFY_SERVICE', + ], + ], + [ + 'name' => 'value', + 'in' => 'query', + 'schema' => [ + 'description' => 'Value for fuzzy search.', + 'type' => 'string', + 'required' => false, + 'example' => '注册', + ], + ], + [ + 'name' => 'refObjId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Associated event ID.', + 'type' => 'string', + 'required' => false, + 'example' => 'de_avypfd8253', + ], + ], + [ + 'name' => 'sourceType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Source type.', + 'type' => 'string', + 'required' => false, + 'example' => 'SAF', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'createType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Creation type.', + 'type' => 'string', + 'required' => false, + 'example' => 'NORMAL', + ], + ], + [ + 'name' => 'typesStr', + 'in' => 'query', + 'schema' => [ + 'description' => 'JSON array string of types.', + 'type' => 'string', + 'required' => false, + 'example' => '[\\"coupon_abuse_detection\\"]', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'totalItem' => [ + 'description' => 'Total number of items.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '27', + ], + 'pageSize' => [ + 'description' => 'Page size, default value is 10.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'currentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'totalPage' => [ + 'description' => 'Total number of pages.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '3', + ], + 'resultObject' => [ + 'description' => 'Returned object.', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned object.', + 'type' => 'object', + 'properties' => [ + 'capacity' => [ + 'description' => 'Capacity.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '100000', + ], + 'extendInfo' => [ + 'description' => 'Extended information.', + 'type' => 'object', + 'example' => '暂无', + ], + 'leftCapacity' => [ + 'description' => 'Remaining capacity.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '100000', + ], + 'type' => [ + 'description' => 'Variable type.', + 'type' => 'string', + 'example' => 'NATIVE', + ], + 'title' => [ + 'description' => 'Title.', + 'type' => 'string', + 'example' => '设备风险识别_标签', + ], + 'userId' => [ + 'description' => 'User ID to which the data belongs.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '100000', + ], + 'gmtCreate' => [ + 'description' => 'Creation time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1621578648000', + ], + 'id' => [ + 'description' => 'Variable ID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '497', + ], + 'defineId' => [ + 'description' => 'Variable definition ID.', + 'type' => 'string', + 'example' => '10', + ], + 'refObjId' => [ + 'description' => 'Associated event ID.', + 'type' => 'string', + 'example' => 'de_agdxgz0246', + ], + 'refObjName' => [ + 'description' => 'Associated event name.', + 'type' => 'string', + 'example' => '注册事件', + ], + 'description' => [ + 'description' => 'Description information.', + 'type' => 'string', + 'example' => '变量描述', + ], + 'outputsType' => [ + 'description' => 'Variable output type', + 'type' => 'string', + 'example' => 'STRING', + ], + 'gmtModified' => [ + 'description' => 'Modification time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1565701886000', + ], + 'refObjType' => [ + 'description' => 'Associated object type of the variable', + 'type' => 'string', + 'example' => 'EVENT', + ], + 'sourceType' => [ + 'description' => 'Source type.', + 'type' => 'string', + 'example' => 'SAF', + ], + 'name' => [ + 'description' => 'Variable name', + 'type' => 'string', + 'example' => '__ipLocationCityCode__', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"totalItem\\": 27,\\n \\"pageSize\\": 10,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"currentPage\\": 1,\\n \\"totalPage\\": 3,\\n \\"resultObject\\": [\\n {\\n \\"capacity\\": 100000,\\n \\"extendInfo\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"leftCapacity\\": 100000,\\n \\"type\\": \\"NATIVE\\",\\n \\"title\\": \\"设备风险识别_标签\\",\\n \\"userId\\": 100000,\\n \\"gmtCreate\\": 1621578648000,\\n \\"id\\": 497,\\n \\"defineId\\": \\"10\\",\\n \\"refObjId\\": \\"de_agdxgz0246\\",\\n \\"refObjName\\": \\"注册事件\\",\\n \\"description\\": \\"变量描述\\",\\n \\"outputsType\\": \\"STRING\\",\\n \\"gmtModified\\": 1565701886000,\\n \\"refObjType\\": \\"EVENT\\",\\n \\"sourceType\\": \\"SAF\\",\\n \\"name\\": \\"__ipLocationCityCode__\\"\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Query Variable List', + 'translator' => 'machine', + ], + 'DescribeHasRuleNameByEventCode' => [ + 'summary' => 'Check if the policy name under the event name exists', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'ruleName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Policy name', + 'type' => 'string', + 'required' => false, + 'example' => '非常见设备', + ], + ], + [ + 'name' => 'eventCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code', + 'type' => 'string', + 'required' => false, + 'example' => 'de_atvmlf7412', + ], + ], + [ + 'name' => 'excludeRuleId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Excluded policy ID', + 'type' => 'string', + 'required' => false, + 'example' => '10621', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Check if the policy name under the event name exists', + 'translator' => 'machine', + ], + 'DescribeFieldList' => [ + 'summary' => 'Query Field List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'condition', + 'in' => 'query', + 'schema' => [ + 'description' => 'Query input name or title', + 'type' => 'string', + 'required' => false, + 'example' => 'ip', + ], + ], + [ + 'name' => 'inputs', + 'in' => 'query', + 'schema' => [ + 'description' => 'Selected fields', + 'type' => 'string', + 'required' => false, + 'example' => 'sex,ip,id', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'totalItem' => [ + 'description' => 'Total number of items', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '101', + ], + 'pageSize' => [ + 'description' => 'Page size, default value is 10', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'currentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'totalPage' => [ + 'description' => 'Total number of pages', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '9', + ], + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'classify' => [ + 'description' => 'Field classification', + 'type' => 'string', + 'example' => 'REQUEST_PARAM', + ], + 'type' => [ + 'description' => 'Field type', + 'type' => 'string', + 'example' => 'STRING', + ], + 'title' => [ + 'description' => 'Title.', + 'type' => 'string', + 'example' => '年龄', + ], + 'description' => [ + 'description' => 'Description information.', + 'type' => 'string', + 'example' => '描述', + ], + 'status' => [ + 'description' => 'Status.', + 'type' => 'string', + 'example' => 'ENABLE', + ], + 'source' => [ + 'description' => 'Field source', + 'type' => 'string', + 'example' => 'DEFINE', + ], + 'enumData' => [ + 'description' => 'Enum data', + 'type' => 'string', + 'example' => 'STATUS', + ], + 'name' => [ + 'description' => 'Field name', + 'type' => 'string', + 'example' => 'age', + ], + 'id' => [ + 'description' => 'Field ID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '497', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"totalItem\\": 101,\\n \\"pageSize\\": 10,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"currentPage\\": 1,\\n \\"totalPage\\": 9,\\n \\"resultObject\\": [\\n {\\n \\"classify\\": \\"REQUEST_PARAM\\",\\n \\"type\\": \\"STRING\\",\\n \\"title\\": \\"年龄\\",\\n \\"description\\": \\"描述\\",\\n \\"status\\": \\"ENABLE\\",\\n \\"source\\": \\"DEFINE\\",\\n \\"enumData\\": \\"STATUS\\",\\n \\"name\\": \\"age\\",\\n \\"id\\": 497\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Field List', + 'translator' => 'machine', + ], + 'SwitchField' => [ + 'summary' => 'Field Switch', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'id', + 'in' => 'query', + 'schema' => [ + 'description' => 'Primary Key ID', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '250002', + ], + ], + [ + 'name' => 'status', + 'in' => 'query', + 'schema' => [ + 'description' => 'Status.', + 'type' => 'string', + 'required' => false, + 'enumValueTitles' => [ + 'DISABLE' => '禁用', + 'ENABLE' => '启用', + ], + 'example' => 'ENABLE', + ], + ], + [ + 'name' => 'source', + 'in' => 'query', + 'schema' => [ + 'description' => 'Field Source', + 'type' => 'string', + 'required' => false, + 'enumValueTitles' => [ + 'DEFINE' => '自定义', + 'DEFAULT' => '系统默认', + ], + 'example' => 'DEFINE', + ], + ], + [ + 'name' => 'name', + 'in' => 'query', + 'schema' => [ + 'description' => 'Parameter Name.', + 'type' => 'string', + 'required' => false, + 'example' => 'age', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region Code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return Object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Field On/Off', + 'translator' => 'machine', + ], + 'SwitchVariable' => [ + 'summary' => 'Cumulative Variable Switch', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'id', + 'in' => 'query', + 'schema' => [ + 'description' => 'Primary key ID of the cumulative variable', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '2557', + ], + ], + [ + 'name' => 'dataVersion', + 'in' => 'query', + 'schema' => [ + 'description' => 'Data version.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'name', + 'in' => 'query', + 'schema' => [ + 'description' => 'Cumulative variable name: generated by the backend', + 'type' => 'string', + 'required' => false, + 'example' => 'hS6fn8Oe0c1', + ], + ], + [ + 'name' => 'status', + 'in' => 'query', + 'schema' => [ + 'description' => 'Status.', + 'type' => 'string', + 'required' => false, + 'example' => 'ENABLE', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Cumulative Variable Online/Offline', + 'translator' => 'machine', + ], + 'CheckCustVariableLimit' => [ + 'summary' => 'Check if the cumulative number of variables exceeds the limit', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'createType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Creation type', + 'type' => 'string', + 'required' => false, + 'example' => 'NORMAL', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Check if the cumulative number of variables exceeds the limit', + 'translator' => 'machine', + ], + 'CheckExpressionVariableLimit' => [ + 'summary' => 'Check if Creating Variables Exceeds the Limit', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Check if Creating Custom Variables Exceeds the Limit', + 'translator' => 'machine', + ], + 'CreateCustVariable' => [ + 'summary' => 'Create Accumulative Variable', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREsafXYIHRP', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'eventCodes', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code', + 'type' => 'string', + 'required' => true, + 'example' => 'de_ahqhsw7665,de_agbzfi5134', + ], + ], + [ + 'name' => 'velocityFC', + 'in' => 'query', + 'schema' => [ + 'description' => 'Variable type', + 'type' => 'string', + 'required' => true, + 'enumValueTitles' => [ + 'AVG' => '平均值', + 'MIN' => '最小', + 'MAX' => '最大', + 'DISTINCT' => '按客体去重函数', + 'COUNT' => '主体在客体的累计次数', + 'SUM' => '主体在客体下的操作总和', + 'HISTORY' => '历史值', + ], + 'example' => 'DISTINCT', + ], + ], + [ + 'name' => 'historyValueType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Value type', + 'type' => 'string', + 'required' => false, + 'enumValueTitles' => [ + 'LAST' => '最近', + 'EARLIEST' => '最早', + ], + 'example' => 'EARLIEST', + ], + ], + [ + 'name' => 'outputs', + 'in' => 'query', + 'schema' => [ + 'description' => 'Variable return type', + 'type' => 'string', + 'required' => false, + 'example' => 'STRING', + ], + ], + [ + 'name' => 'title', + 'in' => 'query', + 'schema' => [ + 'description' => 'Title.', + 'type' => 'string', + 'required' => true, + 'example' => 'ip调用次数累计', + ], + ], + [ + 'name' => 'description', + 'in' => 'query', + 'schema' => [ + 'description' => 'Description information.', + 'type' => 'string', + 'required' => false, + 'example' => 'ip调用次数累计描述', + ], + ], + [ + 'name' => 'timeType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Time slice type', + 'type' => 'string', + 'required' => true, + 'example' => 'CURRENT', + ], + ], + [ + 'name' => 'twCount', + 'in' => 'query', + 'schema' => [ + 'description' => 'Number of time units', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'velocityTW', + 'in' => 'query', + 'schema' => [ + 'description' => 'Time slice unit', + 'type' => 'string', + 'required' => true, + 'enumValueTitles' => [ + 'DAY_1' => '1天', + 'MONTH_1' => '1月', + 'WEEK_1' => '1周', + 'MINITE_30' => '30分钟', + 'HOUR_12' => '12小时', + 'HOUR_1' => '1小时', + 'MINITE_5' => '5分钟', + 'MINITE_1' => '1分钟', + ], + 'example' => 'DAY_1', + ], + ], + [ + 'name' => 'subject', + 'in' => 'query', + 'schema' => [ + 'description' => 'Primary object', + 'type' => 'string', + 'required' => true, + 'example' => 'name', + ], + ], + [ + 'name' => 'object', + 'in' => 'query', + 'schema' => [ + 'description' => 'Accumulative object', + 'type' => 'string', + 'required' => false, + 'example' => 'age', + ], + ], + [ + 'name' => 'createType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Creation type', + 'type' => 'string', + 'required' => false, + 'example' => 'NORMAL', + ], + ], + [ + 'name' => 'condition', + 'in' => 'query', + 'schema' => [ + 'description' => 'Condition value.', + 'type' => 'string', + 'required' => false, + 'example' => '{"relationship":"and","list":[{"deepCount":1,"left":{"hasRightVariable":true,"fieldType":"INT","functionName":"","leftVariableType":"NATIVE","name":"DEtest222","operatorCode":"equals"},"right":{"rightVariableType":"constant","name":"11","functionName":""},"operatorCode":"equals"}]}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'errorCodes' => [ + 200 => [ + [ + 'errorCode' => '1202', + 'errorMessage' => 'Data duplication.', + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Create Accumulative Variable', + 'translator' => 'machine', + ], + 'CreateField' => [ + 'summary' => 'Add New Field', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'name', + 'in' => 'query', + 'schema' => [ + 'description' => 'Field name.', + 'type' => 'string', + 'required' => false, + 'example' => 'age', + ], + ], + [ + 'name' => 'title', + 'in' => 'query', + 'schema' => [ + 'description' => 'Title.', + 'type' => 'string', + 'required' => false, + 'example' => '年龄', + ], + ], + [ + 'name' => 'type', + 'in' => 'query', + 'schema' => [ + 'description' => 'Field type.', + 'type' => 'string', + 'required' => false, + 'example' => 'STRING', + ], + ], + [ + 'name' => 'enumData', + 'in' => 'query', + 'schema' => [ + 'description' => 'Enum data.', + 'type' => 'string', + 'required' => false, + 'example' => 'enum', + ], + ], + [ + 'name' => 'classify', + 'in' => 'query', + 'schema' => [ + 'description' => 'Field classification.', + 'type' => 'string', + 'required' => false, + 'enumValueTitles' => [ + 'REQUEST_PARAM' => '业务字段', + 'DEVICE_INFO' => '设备字段', + ], + 'example' => 'REQUEST_PARAM', + ], + ], + [ + 'name' => 'description', + 'in' => 'query', + 'schema' => [ + 'description' => 'Description information.', + 'type' => 'string', + 'required' => false, + 'example' => '字段描述信息', + ], + ], + [ + 'name' => 'source', + 'in' => 'query', + 'schema' => [ + 'description' => 'Business source.', + 'type' => 'string', + 'required' => false, + 'enumValueTitles' => [ + 'DEFINE' => '自定义字段', + 'DEFAULT' => '系统默认字段', + ], + 'example' => 'DEFINE', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Create Field', + 'translator' => 'machine', + ], + 'DeleteCustVariable' => [ + 'summary' => 'Delete Accumulated Variable', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'variableId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Variable ID', + 'type' => 'string', + 'required' => false, + 'example' => '235', + ], + ], + [ + 'name' => 'dataVersion', + 'in' => 'query', + 'schema' => [ + 'description' => 'Data version.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'createType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Creation type', + 'type' => 'string', + 'required' => false, + 'example' => 'NORMAL', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Delete Accumulated Variable', + 'translator' => 'machine', + ], + 'DeleteExpressionVariable' => [ + 'summary' => 'Delete Custom Variable', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'id', + 'in' => 'query', + 'schema' => [ + 'description' => 'Variable ID', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '2556', + ], + ], + [ + 'name' => 'dataVersion', + 'in' => 'query', + 'schema' => [ + 'description' => 'Data version.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Delete Custom Variable', + 'translator' => 'machine', + ], + 'DescribeCustVariableConfigList' => [ + 'summary' => 'Query the type configuration of custom accumulated variables', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for requests and received messages, default value is **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'bizType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Configuration type', + 'type' => 'string', + 'required' => true, + 'enumValueTitles' => [ + 'HISTORY_VALUE_TYPE' => '历史取值类型', + 'TIME_TYPE' => '时间单位', + 'VELOCITYFC_TYPE' => '变量类型/处理函数', + ], + 'example' => 'TIME_TYPE', + ], + ], + [ + 'name' => 'timeType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Time type', + 'type' => 'string', + 'required' => false, + 'enumValueTitles' => [ + 'NEAR' => '近', + 'CURRENT' => '本', + 'PREVIOUS' => '上一', + ], + 'example' => 'CURRENT', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'array', + 'items' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'configKey' => [ + 'description' => 'Configuration key', + 'type' => 'string', + 'example' => 'COUNT', + ], + 'configValue' => [ + 'description' => 'Configuration value', + 'type' => 'string', + 'example' => '累计', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"resultObject\\": [\\n {\\n \\"configKey\\": \\"COUNT\\",\\n \\"configValue\\": \\"累计\\"\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Accumulated Variable Configuration Query', + 'translator' => 'machine', + ], + 'DescribeCustVariableDetail' => [ + 'summary' => 'Cumulative Variable Details', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'id', + 'in' => 'query', + 'schema' => [ + 'description' => 'Primary key ID of the cumulative variable', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '2793', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'array', + 'items' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'dataVersion' => [ + 'description' => 'Data version.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1', + ], + 'twCount' => [ + 'description' => 'Time count', + 'type' => 'string', + 'example' => '1', + ], + 'velocityTW' => [ + 'description' => 'Time slice unit', + 'type' => 'string', + 'example' => 'HOUR_1', + ], + 'title' => [ + 'description' => 'Title.', + 'type' => 'string', + 'example' => '累计变量求平均值', + ], + 'historyValueType' => [ + 'description' => 'Value type', + 'type' => 'string', + 'example' => 'EARLIEST', + ], + 'condition' => [ + 'description' => 'Condition value.', + 'type' => 'string', + 'example' => '{"currentId":1,"deepCount":0,"list":[{"currentId":2,"deepCount":1,"left":{"code":"accountId","fieldType":"STRING","functionName":"","hasRightVariable":false,"name":"accountId"},"operatorCode":"isNotEmptyWrapper","parentId":1,"right":{"code":"\'A\\nB\\nC\'","functionName":"","name":"","rightVariableType":"constant"}}],"parentId":0,"relationship":"and"}', + ], + 'id' => [ + 'description' => 'Primary key ID of the cumulative variable', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '2793', + ], + 'object' => [ + 'description' => 'Cumulative object', + 'type' => 'string', + 'example' => 'DEpage', + ], + 'outputs' => [ + 'description' => 'Variable return type', + 'type' => 'string', + 'example' => 'DOUBLE', + ], + 'velocityFC' => [ + 'description' => 'Variable type', + 'type' => 'string', + 'example' => 'DISTINCT', + ], + 'description' => [ + 'description' => 'Description information.', + 'type' => 'string', + 'example' => '变量描述', + ], + 'eventCodes' => [ + 'description' => 'Event code.', + 'type' => 'string', + 'example' => 'de_ahespg8137', + ], + 'subject' => [ + 'description' => 'Main object', + 'type' => 'string', + 'example' => 'DEpname', + ], + 'timeType' => [ + 'description' => 'Time slice type', + 'type' => 'string', + 'example' => 'NEAR', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"resultObject\\": [\\n {\\n \\"dataVersion\\": 1,\\n \\"twCount\\": \\"1\\",\\n \\"velocityTW\\": \\"HOUR_1\\",\\n \\"title\\": \\"累计变量求平均值\\",\\n \\"historyValueType\\": \\"EARLIEST\\",\\n \\"condition\\": \\"{\\\\\\"currentId\\\\\\":1,\\\\\\"deepCount\\\\\\":0,\\\\\\"list\\\\\\":[{\\\\\\"currentId\\\\\\":2,\\\\\\"deepCount\\\\\\":1,\\\\\\"left\\\\\\":{\\\\\\"code\\\\\\":\\\\\\"accountId\\\\\\",\\\\\\"fieldType\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"functionName\\\\\\":\\\\\\"\\\\\\",\\\\\\"hasRightVariable\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"accountId\\\\\\"},\\\\\\"operatorCode\\\\\\":\\\\\\"isNotEmptyWrapper\\\\\\",\\\\\\"parentId\\\\\\":1,\\\\\\"right\\\\\\":{\\\\\\"code\\\\\\":\\\\\\"\'A\\\\\\\\nB\\\\\\\\nC\'\\\\\\",\\\\\\"functionName\\\\\\":\\\\\\"\\\\\\",\\\\\\"name\\\\\\":\\\\\\"\\\\\\",\\\\\\"rightVariableType\\\\\\":\\\\\\"constant\\\\\\"}}],\\\\\\"parentId\\\\\\":0,\\\\\\"relationship\\\\\\":\\\\\\"and\\\\\\"}\\",\\n \\"id\\": 2793,\\n \\"object\\": \\"DEpage\\",\\n \\"outputs\\": \\"DOUBLE\\",\\n \\"velocityFC\\": \\"DISTINCT\\",\\n \\"description\\": \\"变量描述\\",\\n \\"eventCodes\\": \\"de_ahespg8137\\",\\n \\"subject\\": \\"DEpname\\",\\n \\"timeType\\": \\"NEAR\\"\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Cumulative Variable Details Query', + 'translator' => 'machine', + ], + 'DescribeEventBaseInfoByEventCode' => [ + 'summary' => 'Query Event Details', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'eventCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code', + 'type' => 'string', + 'required' => false, + 'example' => 'de_arcehq4370', + ], + ], + [ + 'name' => 'createType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Creation type', + 'type' => 'string', + 'required' => false, + 'example' => 'NORMAL', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'eventCode' => [ + 'description' => 'Event code', + 'type' => 'string', + 'example' => 'de_aszbjb7236', + ], + 'memo' => [ + 'description' => 'Memo.', + 'type' => 'string', + 'example' => '备注', + ], + 'templateCode' => [ + 'description' => 'Operation template code', + 'type' => 'string', + 'example' => 'register', + ], + 'templateName' => [ + 'description' => 'Template name', + 'type' => 'string', + 'example' => '注册事件模板', + ], + 'templateType' => [ + 'description' => 'Template type.', + 'type' => 'string', + 'example' => 'TEMPLATE', + ], + 'bizVersion' => [ + 'description' => 'Business version number', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'eventStauts' => [ + 'description' => 'Event status.', + 'type' => 'string', + 'example' => 'ONLINE', + ], + 'eventName' => [ + 'description' => 'Event name.', + 'type' => 'string', + 'example' => '注册风险', + ], + 'inputFields' => [ + 'description' => 'Field list.', + 'type' => 'array', + 'items' => [ + 'description' => 'Field list.', + 'type' => 'object', + 'properties' => [ + 'fieldCode' => [ + 'description' => 'Field code', + 'type' => 'string', + 'example' => 'age', + ], + 'fieldSource' => [ + 'description' => 'Field source.', + 'type' => 'string', + 'example' => 'DEFAULT', + ], + 'title' => [ + 'description' => 'Field name.', + 'type' => 'string', + 'example' => '年龄', + ], + 'fieldType' => [ + 'description' => 'Field type.', + 'type' => 'string', + 'example' => 'STRING', + ], + 'fieldRank' => [ + 'description' => 'Field ranking', + 'type' => 'string', + 'example' => '1', + ], + 'description' => [ + 'description' => 'Field description.', + 'type' => 'string', + 'example' => '描述', + ], + ], + ], + ], + 'ruleDetails' => [ + 'description' => 'Policy Information', + 'type' => 'array', + 'items' => [ + 'description' => 'Policy Information', + 'type' => 'object', + 'properties' => [ + 'ruleId' => [ + 'description' => 'Policy ID', + 'type' => 'string', + 'example' => '101544', + ], + 'memo' => [ + 'description' => 'Memo', + 'type' => 'string', + 'example' => '描述', + ], + 'ruleActions' => [ + 'description' => 'Rule Actions', + 'type' => 'string', + 'example' => '[{\\"inputs\\":[\\"auto_accselist\\"],\\"name\\":\\"__addDeTags__\\",\\"actionType\\":\\"TAG\\",\\"outputType\\":\\"const\\"}]', + ], + 'ruleStatus' => [ + 'description' => 'Policy Status', + 'type' => 'string', + 'example' => 'DRAFT', + ], + 'ruleExpressions' => [ + 'description' => 'Event Expressions.', + 'type' => 'string', + 'example' => '[{\\"expressionName\\":\\"同一设备同一IP上的注册用户数\\",\\"itemId\\":1,\\"left\\":{\\"name\\":\\"dK7EXHr490f\\"},\\"operatorCode\\":\\"gte\\",\\"operatorName\\":\\"大于等于\\",\\"right\\":{\\"fieldValue\\":\\"2\\"}}]', + ], + 'ruleName' => [ + 'description' => 'Policy Name', + 'type' => 'string', + 'example' => '手机号MD5命中人脸测试名单', + ], + 'logicExpression' => [ + 'description' => 'Policy Execution Logic', + 'type' => 'string', + 'example' => '3&((1&2&4)', + ], + 'ruleAuthType' => [ + 'description' => 'Policy Type', + 'type' => 'string', + 'example' => 'DEFAULT', + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"resultObject\\": {\\n \\"eventCode\\": \\"de_aszbjb7236\\",\\n \\"memo\\": \\"备注\\",\\n \\"templateCode\\": \\"register\\",\\n \\"templateName\\": \\"注册事件模板\\",\\n \\"templateType\\": \\"TEMPLATE\\",\\n \\"bizVersion\\": 1,\\n \\"eventStauts\\": \\"ONLINE\\",\\n \\"eventName\\": \\"注册风险\\",\\n \\"inputFields\\": [\\n {\\n \\"fieldCode\\": \\"age\\",\\n \\"fieldSource\\": \\"DEFAULT\\",\\n \\"title\\": \\"年龄\\",\\n \\"fieldType\\": \\"STRING\\",\\n \\"fieldRank\\": \\"1\\",\\n \\"description\\": \\"描述\\"\\n }\\n ],\\n \\"ruleDetails\\": [\\n {\\n \\"ruleId\\": \\"101544\\",\\n \\"memo\\": \\"描述\\",\\n \\"ruleActions\\": \\"[{\\\\\\\\\\\\\\"inputs\\\\\\\\\\\\\\":[\\\\\\\\\\\\\\"auto_accselist\\\\\\\\\\\\\\"],\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"__addDeTags__\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"actionType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"TAG\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"outputType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"const\\\\\\\\\\\\\\"}]\\",\\n \\"ruleStatus\\": \\"DRAFT\\",\\n \\"ruleExpressions\\": \\"[{\\\\\\\\\\\\\\"expressionName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"同一设备同一IP上的注册用户数\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"itemId\\\\\\\\\\\\\\":1,\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"dK7EXHr490f\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"operatorCode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"gte\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operatorName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"大于等于\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"right\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"fieldValue\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2\\\\\\\\\\\\\\"}}]\\",\\n \\"ruleName\\": \\"手机号MD5命中人脸测试名单\\",\\n \\"logicExpression\\": \\"3&((1&2&4)\\",\\n \\"ruleAuthType\\": \\"DEFAULT\\"\\n }\\n ]\\n }\\n}","type":"json"}]', + 'title' => 'Query Event Details', + 'translator' => 'machine', + ], + 'DescribeEventsVariableList' => [ + 'summary' => 'Query Event Variables', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'createType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Creation type', + 'type' => 'string', + 'required' => false, + 'example' => 'NORMAL', + ], + ], + [ + 'name' => 'eventCodes', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code.', + 'type' => 'string', + 'required' => true, + 'example' => 'de_afghcf6411', + ], + ], + [ + 'name' => 'scene', + 'in' => 'query', + 'schema' => [ + 'description' => 'Applicable scene code', + 'type' => 'string', + 'required' => true, + 'example' => 'VELOCITY', + ], + ], + [ + 'name' => 'filterDTO', + 'in' => 'query', + 'schema' => [ + 'description' => 'Filter object', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"type\\":\\"EXPRESSION\\",\\"name\\":\\"ex_NgR6nDVD821c\\"}', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Query Event Variables', + 'translator' => 'machine', + ], + 'DescribeExpressionVariableDetail' => [ + 'summary' => 'Custom Variable Details', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'id', + 'in' => 'query', + 'schema' => [ + 'description' => 'Primary key ID', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '334', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Custom Variable Details', + 'translator' => 'machine', + ], + 'DescribeExpressionVariableFunctionList' => [ + 'summary' => 'Function List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => '6E8817D5-5354-5953-84B1-D98379F036DC', + ], + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'array', + 'items' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'key' => [ + 'description' => 'Function name', + 'type' => 'string', + 'example' => 'concat', + ], + 'value' => [ + 'description' => 'Function value', + 'type' => 'string', + 'example' => 'concat', + ], + 'maxParamSize' => [ + 'description' => 'Maximum number of parameters', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '4', + ], + 'description' => [ + 'description' => 'Description information.', + 'type' => 'string', + 'example' => '描述', + ], + 'returnTypes' => [ + 'description' => 'Method return types', + 'type' => 'string', + 'example' => 'STRING', + ], + 'redirect' => [ + 'description' => 'Whether it is directly invoked', + 'type' => 'boolean', + 'example' => 'true', + ], + 'minParamSize' => [ + 'description' => 'Minimum number of parameters', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '2', + ], + 'paramTypes' => [ + 'description' => 'Parameter types', + 'type' => 'string', + 'example' => '*STRING', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6E8817D5-5354-5953-84B1-D98379F036DC\\",\\n \\"resultObject\\": [\\n {\\n \\"key\\": \\"concat\\",\\n \\"value\\": \\"concat\\",\\n \\"maxParamSize\\": 4,\\n \\"description\\": \\"描述\\",\\n \\"returnTypes\\": \\"STRING\\",\\n \\"redirect\\": true,\\n \\"minParamSize\\": 2,\\n \\"paramTypes\\": \\"*STRING\\"\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Function List', + 'translator' => 'machine', + ], + 'DescribeExpressionVariablePage' => [ + 'summary' => 'Paged Query for Custom Variables.', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREsafXYIHRP', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'currentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'string', + 'required' => true, + 'example' => '1', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size, with a default value of 10.', + 'type' => 'string', + 'required' => true, + 'example' => '10', + ], + ], + [ + 'name' => 'value', + 'in' => 'query', + 'schema' => [ + 'description' => 'Variable name/description.', + 'type' => 'string', + 'required' => false, + 'example' => '自定义变量', + ], + ], + [ + 'name' => 'eventCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code.', + 'type' => 'string', + 'required' => false, + 'example' => 'de_aamexg3015,de_aamexg3342', + ], + ], + [ + 'name' => 'status', + 'in' => 'query', + 'schema' => [ + 'description' => 'Status.', + 'type' => 'string', + 'required' => false, + 'example' => 'ENABLE', + ], + ], + [ + 'name' => 'outputs', + 'in' => 'query', + 'schema' => [ + 'description' => 'Variable return type.', + 'type' => 'string', + 'required' => false, + 'example' => 'STRING', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'totalItem' => [ + 'description' => 'Total number of items.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '31', + ], + 'pageSize' => [ + 'description' => 'Page size, with a default value of 10.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'currentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'totalPage' => [ + 'description' => 'Total number of pages.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '9', + ], + 'resultObject' => [ + 'description' => 'Returned object.', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned object.', + 'type' => 'object', + 'properties' => [ + 'outputs' => [ + 'description' => 'Variable return type.', + 'type' => 'string', + 'example' => 'DOUBLE', + ], + 'title' => [ + 'description' => 'Title.', + 'type' => 'string', + 'example' => '获取手机号前7位自定义变量', + ], + 'description' => [ + 'description' => 'Description information.', + 'type' => 'string', + 'example' => '变量描述', + ], + 'gmtModified' => [ + 'description' => 'Modification time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1565701886000', + ], + 'status' => [ + 'description' => 'Status.', + 'type' => 'string', + 'example' => 'ENABLE', + ], + 'eventName' => [ + 'description' => 'Event name.', + 'type' => 'string', + 'example' => '注册风险', + ], + 'id' => [ + 'description' => 'Primary key of custom variable.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '2793', + ], + 'version' => [ + 'description' => 'Version information.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1', + ], + 'name' => [ + 'description' => 'Query variable name.', + 'type' => 'string', + 'example' => 'ex_OERlw0Zqfb23', + ], + 'ruleList' => [ + 'description' => 'Associated Strategies.', + 'type' => 'array', + 'items' => [ + 'description' => 'ruleId。', + 'type' => 'string', + 'example' => '102318', + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"totalItem\\": 31,\\n \\"pageSize\\": 10,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"currentPage\\": 1,\\n \\"totalPage\\": 9,\\n \\"resultObject\\": [\\n {\\n \\"outputs\\": \\"DOUBLE\\",\\n \\"title\\": \\"获取手机号前7位自定义变量\\",\\n \\"description\\": \\"变量描述\\",\\n \\"gmtModified\\": 1565701886000,\\n \\"status\\": \\"ENABLE\\",\\n \\"eventName\\": \\"注册风险\\",\\n \\"id\\": 2793,\\n \\"version\\": 1,\\n \\"name\\": \\"ex_OERlw0Zqfb23\\",\\n \\"ruleList\\": [\\n \\"102318\\"\\n ]\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Paged Query for Custom Variables', + 'translator' => 'machine', + ], + 'DescribeNameList' => [ + 'summary' => 'Query Name List Pagination', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'currentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'string', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size, with a default value of 10.', + 'type' => 'string', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'variableId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Variable ID.', + 'type' => 'string', + 'required' => false, + 'example' => '393314', + ], + ], + [ + 'name' => 'value', + 'in' => 'query', + 'schema' => [ + 'description' => 'Search value.', + 'type' => 'string', + 'required' => false, + 'example' => '白名单', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'createType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Creation type.', + 'type' => 'string', + 'required' => false, + 'example' => 'NORMAL', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'totalItem' => [ + 'description' => 'Total number of items.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '6', + ], + 'pageSize' => [ + 'description' => 'Page size, with a default value of 10.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'currentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'totalPage' => [ + 'description' => 'Total number of pages.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'resultObject' => [ + 'description' => 'Returned object.', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned object.', + 'type' => 'object', + 'properties' => [ + 'variableId' => [ + 'description' => 'Variable ID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '393314', + ], + 'value' => [ + 'description' => 'Value.', + 'type' => 'string', + 'example' => '321311193502064288', + ], + 'title' => [ + 'description' => 'Title.', + 'type' => 'string', + 'example' => '变量的title', + ], + 'identifier' => [ + 'description' => 'Variable identifier.', + 'type' => 'string', + 'example' => 'NAME_LIST', + ], + 'gmtModified' => [ + 'description' => 'Modification time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1565701886000', + ], + 'gmtCreate' => [ + 'description' => 'Creation time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1621578648000', + ], + 'id' => [ + 'description' => 'Name list content ID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '30', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"totalItem\\": 6,\\n \\"pageSize\\": 10,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"currentPage\\": 1,\\n \\"totalPage\\": 1,\\n \\"resultObject\\": [\\n {\\n \\"variableId\\": 393314,\\n \\"value\\": \\"321311193502064288\\",\\n \\"title\\": \\"变量的title\\",\\n \\"identifier\\": \\"NAME_LIST\\",\\n \\"gmtModified\\": 1565701886000,\\n \\"gmtCreate\\": 1621578648000,\\n \\"id\\": 30\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Query Name List Pagination', + 'translator' => 'machine', + ], + 'DescribeOperatorList' => [ + 'summary' => 'Query the operator mapping list based on customer ID', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for request and response messages, default value is **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'array', + 'items' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'fieldType' => [ + 'description' => 'Return value type', + 'type' => 'string', + 'example' => 'STRING', + ], + 'operators' => [ + 'description' => 'Operator list', + 'type' => 'array', + 'items' => [ + 'description' => 'Operator list', + 'type' => 'object', + 'properties' => [ + 'hasRightVariable' => [ + 'description' => 'Whether it contains a right variable', + 'type' => 'boolean', + 'example' => 'true', + ], + 'code' => [ + 'description' => 'Operator code', + 'type' => 'string', + 'example' => 'equals', + ], + 'memo' => [ + 'description' => 'Description', + 'type' => 'string', + 'example' => '等于', + ], + 'name' => [ + 'description' => 'Operator name', + 'type' => 'string', + 'example' => '等于', + ], + 'rightVariables' => [ + 'description' => 'Right variable object', + 'type' => 'array', + 'items' => [ + 'description' => 'Right variable object', + 'type' => 'object', + 'properties' => [ + 'fieldName' => [ + 'description' => 'Field name.', + 'type' => 'string', + 'example' => '年龄', + ], + 'fieldValue' => [ + 'description' => 'Field value.', + 'type' => 'string', + 'example' => '20', + ], + 'fieldType' => [ + 'description' => 'Field type.', + 'type' => 'string', + 'example' => 'INT', + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"resultObject\\": [\\n {\\n \\"fieldType\\": \\"STRING\\",\\n \\"operators\\": [\\n {\\n \\"hasRightVariable\\": true,\\n \\"code\\": \\"equals\\",\\n \\"memo\\": \\"等于\\",\\n \\"name\\": \\"等于\\",\\n \\"rightVariables\\": [\\n {\\n \\"fieldName\\": \\"年龄\\",\\n \\"fieldValue\\": \\"20\\",\\n \\"fieldType\\": \\"INT\\"\\n }\\n ]\\n }\\n ]\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Query Operator Mapping List', + 'translator' => 'machine', + ], + 'DescribeParamByEventCodes' => [ + 'summary' => 'Query Event Property List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for request and response, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'eventCodes', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code.', + 'type' => 'string', + 'required' => true, + 'example' => 'account_abuse_pro,account_abuse', + ], + ], + [ + 'name' => 'parma', + 'in' => 'query', + 'schema' => [ + 'description' => 'Query condition', + 'type' => 'string', + 'required' => false, + 'example' => '标题/描述', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'array', + 'items' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'code' => [ + 'description' => 'Return code.', + 'type' => 'string', + 'example' => 'age', + ], + 'name' => [ + 'description' => 'Name', + 'type' => 'string', + 'example' => '年龄', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"resultObject\\": [\\n {\\n \\"code\\": \\"age\\",\\n \\"name\\": \\"年龄\\"\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Query Event Property List', + 'translator' => 'machine', + ], + 'DescribeRuleCountByUserId' => [ + 'summary' => 'Query Policy Count by User ID', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'createType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Creation type', + 'type' => 'string', + 'required' => false, + 'example' => 'NORMAL', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'totalItem' => [ + 'description' => 'Total number of items', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '27', + ], + 'maxTotalItem' => [ + 'description' => 'Maximum number of items', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '100', + ], + 'limit' => [ + 'description' => 'Whether the limit condition is reached. Values: -**true**: Yes-**false**: No', + 'type' => 'boolean', + 'example' => 'false', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"resultObject\\": {\\n \\"totalItem\\": 27,\\n \\"maxTotalItem\\": 100,\\n \\"limit\\": false\\n }\\n}","type":"json"}]', + 'title' => 'Query Policy Count by User ID', + 'translator' => 'machine', + ], + 'DescribeVariableBindDetail' => [ + 'summary' => 'Query Variable Binding Information', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'defineId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Bound variable definition ID', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'id', + 'in' => 'query', + 'schema' => [ + 'description' => 'Primary key ID of the variable, which is empty if it\'s a new addition', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '3144', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'defineId' => [ + 'description' => 'Variable definition ID', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '10', + ], + 'eventCode' => [ + 'description' => 'Event code', + 'type' => 'string', + 'example' => 'de_aszbjb7236', + ], + 'allowModify' => [ + 'description' => 'Whether modification is allowed, default is false', + 'type' => 'boolean', + 'example' => 'false', + ], + 'title' => [ + 'description' => 'Title.', + 'type' => 'string', + 'example' => '变量title', + ], + 'description' => [ + 'description' => 'Variable description information', + 'type' => 'string', + 'example' => '描述', + ], + 'defineTitle' => [ + 'description' => 'Variable definition title', + 'type' => 'string', + 'example' => 'IP所在地_城市Code', + ], + 'id' => [ + 'description' => 'Variable ID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '497', + ], + 'relationRules' => [ + 'description' => 'List of associated policies', + 'type' => 'array', + 'items' => [ + 'description' => 'List of associated policies', + 'type' => 'object', + 'properties' => [ + 'key' => [ + 'description' => 'Policy rule ID', + 'type' => 'string', + 'example' => '104566', + ], + 'value' => [ + 'description' => 'Policy name', + 'type' => 'string', + 'example' => '营销风险识别', + ], + ], + ], + ], + 'params' => [ + 'description' => 'Bound parameters.', + 'type' => 'array', + 'items' => [ + 'description' => 'Bound parameters.', + 'type' => 'object', + 'properties' => [ + 'eventFieldName' => [ + 'description' => 'Event field name', + 'type' => 'string', + 'example' => 'ip', + ], + 'variableName' => [ + 'description' => 'Bound variable name', + 'type' => 'string', + 'example' => 'ip', + ], + 'required' => [ + 'description' => 'Whether it is required, default is false', + 'type' => 'boolean', + 'example' => 'false', + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"resultObject\\": {\\n \\"defineId\\": 10,\\n \\"eventCode\\": \\"de_aszbjb7236\\",\\n \\"allowModify\\": false,\\n \\"title\\": \\"变量title\\",\\n \\"description\\": \\"描述\\",\\n \\"defineTitle\\": \\"IP所在地_城市Code\\",\\n \\"id\\": 497,\\n \\"relationRules\\": [\\n {\\n \\"key\\": \\"104566\\",\\n \\"value\\": \\"营销风险识别\\"\\n }\\n ],\\n \\"params\\": [\\n {\\n \\"eventFieldName\\": \\"ip\\",\\n \\"variableName\\": \\"ip\\",\\n \\"required\\": false\\n }\\n ]\\n }\\n}","type":"json"}]', + 'title' => 'Query Variable Binding Information', + 'translator' => 'machine', + ], + 'DescribeVariableDetail' => [ + 'summary' => 'Query variable details', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'id', + 'in' => 'query', + 'schema' => [ + 'description' => 'Variable ID', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '3144', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'baseInfo' => [ + 'description' => 'Basic attributes.', + 'type' => 'object', + 'properties' => [ + 'typeDesc' => [ + 'description' => 'Category description', + 'type' => 'string', + 'example' => '事件字段', + ], + 'invokeKey' => [ + 'description' => 'Invoke key', + 'type' => 'string', + 'example' => 'onlineScamDetectionTags_v', + ], + 'lastModifiedOperator' => [ + 'description' => 'Last modifier.', + 'type' => 'string', + 'example' => 'root', + ], + 'showOrder' => [ + 'description' => 'Display order', + 'type' => 'string', + 'example' => '10', + ], + 'yLabel' => [ + 'description' => 'Data distribution display y-axis label', + 'type' => 'string', + 'example' => '10', + ], + 'title' => [ + 'description' => 'Title.', + 'type' => 'string', + 'example' => '诈骗引流识别_标签', + ], + 'dataDisplay' => [ + 'description' => 'Data distribution display, in JSON format', + 'type' => 'string', + 'example' => '{}', + ], + 'chargingMode' => [ + 'description' => 'Charging mode', + 'type' => 'string', + 'enumValueTitles' => [ + 'PAY_PER_VIEW' => '收费', + 'FREE' => '免费', + ], + 'example' => 'FREE', + ], + 'frontAllowBind' => [ + 'description' => 'Front-end binding allowed', + 'type' => 'string', + 'enumValueTitles' => [ + 'DISABLE' => '不允许', + 'ENABLE' => '允许', + ], + 'example' => 'ENABLE', + ], + 'id' => [ + 'description' => 'Primary key ID', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '3144', + ], + 'inputs' => [ + 'description' => 'Input parameters.', + 'type' => 'string', + 'example' => 'ip,age,mobile', + ], + 'chargingModeDesc' => [ + 'description' => 'Charging mode description', + 'type' => 'string', + 'example' => '免费', + ], + 'outputs' => [ + 'description' => 'Output', + 'type' => 'string', + 'example' => 'STRING', + ], + 'invokeRt' => [ + 'description' => 'Invoke RT, unit: milliseconds', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'sourceDesc' => [ + 'description' => 'Source description', + 'type' => 'string', + 'example' => '风险识别', + ], + 'xLabel' => [ + 'description' => 'X-axis label for data distribution display', + 'type' => 'string', + 'example' => '10', + ], + 'gmtModified' => [ + 'description' => 'Modification time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1698143758000', + ], + 'invokeTimes' => [ + 'description' => 'Number of invocations', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '100000', + ], + 'name' => [ + 'description' => 'Variable name', + 'type' => 'string', + 'example' => '__onlineScamDetectionTags__', + ], + 'type' => [ + 'description' => 'Type', + 'type' => 'string', + 'example' => 'NATIVE', + ], + 'invokeSuccessRate' => [ + 'description' => 'Invocation success rate', + 'type' => 'string', + 'example' => '100', + ], + 'inputRequired' => [ + 'description' => 'Required parameters'."\n" + .' '."\n" + .' When inputRequired=__all__, it means all parameters are required'."\n" + .' When inputRequired=__one__, it means only one input is needed'."\n" + .' Required fields are separated by commas, e.g., mobile,ip,email', + 'type' => 'string', + 'example' => '__one__', + ], + 'deductionFactor' => [ + 'description' => 'Deduction factor', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'status' => [ + 'description' => 'Status.', + 'type' => 'string', + 'example' => 'ENABLE', + ], + 'allowBind' => [ + 'description' => 'Whether variable binding is allowed', + 'type' => 'string', + 'enumValueTitles' => [ + 'DISABLE' => '不可用', + 'ALL' => '全部', + 'ENABLE' => '可用', + 'PART_ENABLE' => '部分可用', + ], + 'example' => 'ENABLE', + ], + 'gmtCreate' => [ + 'description' => 'Creation time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1698143758000', + ], + 'outputsDesc' => [ + 'description' => 'Output description', + 'type' => 'string', + 'example' => '字符串', + ], + 'creator' => [ + 'description' => 'Creator.', + 'type' => 'string', + 'example' => '176020', + ], + 'inputsDesc' => [ + 'description' => 'Input parameter description.', + 'type' => 'string', + 'example' => 'ip,年龄,手机号', + ], + 'dataThreshold' => [ + 'description' => 'Data valid range, left-closed and right-closed', + 'type' => 'string', + 'example' => '(0,10)', + ], + 'description' => [ + 'description' => 'Description.', + 'type' => 'string', + 'example' => '描述', + ], + 'source' => [ + 'description' => 'Source', + 'type' => 'string', + 'example' => 'SAF', + ], + 'sceneDesc' => [ + 'description' => 'Applicable scenario description', + 'type' => 'array', + 'items' => [ + 'description' => 'Description of applicable scenarios', + 'type' => 'string', + 'example' => '通用', + ], + ], + 'scene' => [ + 'description' => 'Code of applicable scenarios', + 'type' => 'array', + 'items' => [ + 'description' => 'Code of applicable scenarios', + 'type' => 'string', + 'example' => 'suitable_for_all', + ], + ], + 'supportRegions' => [ + 'description' => 'List of supported regions.', + 'type' => 'array', + 'items' => [ + 'description' => 'List of supported regions.', + 'type' => 'string', + 'example' => 'cn', + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"resultObject\\": {\\n \\"baseInfo\\": {\\n \\"typeDesc\\": \\"事件字段\\",\\n \\"invokeKey\\": \\"onlineScamDetectionTags_v\\",\\n \\"lastModifiedOperator\\": \\"root\\",\\n \\"showOrder\\": \\"10\\",\\n \\"yLabel\\": \\"10\\",\\n \\"title\\": \\"诈骗引流识别_标签\\",\\n \\"dataDisplay\\": \\"{}\\",\\n \\"chargingMode\\": \\"FREE\\",\\n \\"frontAllowBind\\": \\"ENABLE\\",\\n \\"id\\": 3144,\\n \\"inputs\\": \\"ip,age,mobile\\",\\n \\"chargingModeDesc\\": \\"免费\\",\\n \\"outputs\\": \\"STRING\\",\\n \\"invokeRt\\": 10,\\n \\"sourceDesc\\": \\"风险识别\\",\\n \\"xLabel\\": \\"10\\",\\n \\"gmtModified\\": 1698143758000,\\n \\"invokeTimes\\": 100000,\\n \\"name\\": \\"__onlineScamDetectionTags__\\",\\n \\"type\\": \\"NATIVE\\",\\n \\"invokeSuccessRate\\": \\"100\\",\\n \\"inputRequired\\": \\"__one__\\",\\n \\"deductionFactor\\": 10,\\n \\"status\\": \\"ENABLE\\",\\n \\"allowBind\\": \\"ENABLE\\",\\n \\"gmtCreate\\": 1698143758000,\\n \\"outputsDesc\\": \\"字符串\\",\\n \\"creator\\": \\"176020\\",\\n \\"inputsDesc\\": \\"ip,年龄,手机号\\",\\n \\"dataThreshold\\": \\"(0,10)\\",\\n \\"description\\": \\"描述\\",\\n \\"source\\": \\"SAF\\",\\n \\"sceneDesc\\": [\\n \\"通用\\"\\n ],\\n \\"scene\\": [\\n \\"suitable_for_all\\"\\n ],\\n \\"supportRegions\\": [\\n \\"cn\\"\\n ]\\n }\\n }\\n}","type":"json"}]', + 'title' => 'Variable Detail Query', + 'translator' => 'machine', + ], + 'DescribeVariableFee' => [ + 'summary' => 'Query Variable Fee Information', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English', + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'ids', + 'in' => 'query', + 'style' => 'repeatList', + 'schema' => [ + 'description' => 'Variable ID', + 'type' => 'array', + 'items' => [ + 'description' => 'Variable ID', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '23', + ], + 'required' => true, + 'maxItems' => 201, + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Query Variable Fee Information', + 'translator' => 'machine', + ], + 'DescribeVariableMarketList' => [ + 'summary' => 'Query Variable Definitions', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'scenesStr', + 'in' => 'query', + 'schema' => [ + 'description' => 'Scenario', + 'type' => 'string', + 'required' => false, + 'example' => '[\\"coupon_abuse_detection\\"]'."\n", + ], + ], + [ + 'name' => 'currentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size, with a default value of 10.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'queryContent', + 'in' => 'query', + 'schema' => [ + 'description' => 'Query content, supports fuzzy search.'."\n" + ."\n" + .' Title/Description', + 'type' => 'string', + 'required' => false, + 'example' => '手机号', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'chargingMode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Charging mode', + 'type' => 'string', + 'required' => false, + 'example' => 'FREE', + ], + ], + [ + 'name' => 'title', + 'in' => 'query', + 'schema' => [ + 'description' => 'Title.', + 'type' => 'string', + 'required' => false, + 'example' => '设备风险识别_标签', + ], + ], + [ + 'name' => 'source', + 'in' => 'query', + 'schema' => [ + 'description' => 'Source', + 'type' => 'string', + 'required' => false, + 'example' => 'SAF', + ], + ], + [ + 'name' => 'paging', + 'in' => 'query', + 'schema' => [ + 'description' => 'Paging indicator, default is true.', + 'type' => 'string', + 'required' => false, + 'example' => 'true', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'totalItem' => [ + 'description' => 'Total number of items', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '6', + ], + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'totalPage' => [ + 'description' => 'Total number of pages', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '9', + ], + 'pageSize' => [ + 'description' => 'Page size, with a default value of 10.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'currentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"totalItem\\": 6,\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"totalPage\\": 9,\\n \\"pageSize\\": 10,\\n \\"currentPage\\": 1\\n}","type":"json"}]', + 'title' => 'Variable Definition List Query', + 'translator' => 'machine', + ], + 'DescribeVariableSceneList' => [ + 'summary' => 'Query Configuration Information', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'currentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'string', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size, default value is 10.', + 'type' => 'string', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'bizType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Business type.', + 'type' => 'string', + 'required' => true, + 'example' => 'variable_scene', + ], + ], + [ + 'name' => 'configKey', + 'in' => 'query', + 'schema' => [ + 'description' => 'Configuration key.', + 'type' => 'string', + 'required' => false, + 'example' => 'account_abuse_detection', + ], + ], + [ + 'name' => 'paging', + 'in' => 'query', + 'schema' => [ + 'description' => 'Paging flag, default is true.', + 'type' => 'boolean', + 'required' => true, + 'example' => 'true', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'totalItem' => [ + 'description' => 'Total number of items.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '6', + ], + 'pageSize' => [ + 'description' => 'Page size, default value is 10.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'currentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'totalPage' => [ + 'description' => 'Total number of pages.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'resultObject' => [ + 'description' => 'Returned object.', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned object.', + 'type' => 'object', + 'properties' => [ + 'lastModifiedOperator' => [ + 'description' => 'Last modified by.', + 'type' => 'string', + 'example' => '1519714049632764', + ], + 'creator' => [ + 'description' => 'Created by.', + 'type' => 'string', + 'example' => '1519714049632764', + ], + 'configKey' => [ + 'description' => 'Configuration key.', + 'type' => 'string', + 'example' => 'account_abuse_detection', + ], + 'description' => [ + 'description' => 'Description information.', + 'type' => 'string', + 'example' => '配置描述信息', + ], + 'gmtModified' => [ + 'description' => 'Modification time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1565701886000', + ], + 'status' => [ + 'description' => 'Status.', + 'type' => 'string', + 'example' => 'ENABLE', + ], + 'configValue' => [ + 'description' => 'Configuration value.', + 'type' => 'string', + 'example' => '1', + ], + 'gmtCreate' => [ + 'description' => 'Creation time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1621578648000', + ], + 'bizType' => [ + 'description' => 'Business category identifier.', + 'type' => 'string', + 'example' => 'variable_scene', + ], + 'id' => [ + 'description' => 'Primary key ID of the configuration.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '497', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"totalItem\\": 6,\\n \\"pageSize\\": 10,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"currentPage\\": 1,\\n \\"totalPage\\": 1,\\n \\"resultObject\\": [\\n {\\n \\"lastModifiedOperator\\": \\"1519714049632764\\",\\n \\"creator\\": \\"1519714049632764\\",\\n \\"configKey\\": \\"account_abuse_detection\\",\\n \\"description\\": \\"配置描述信息\\",\\n \\"gmtModified\\": 1565701886000,\\n \\"status\\": \\"ENABLE\\",\\n \\"configValue\\": \\"1\\",\\n \\"gmtCreate\\": 1621578648000,\\n \\"bizType\\": \\"variable_scene\\",\\n \\"id\\": 497\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Query Configuration Information', + 'translator' => 'machine', + ], + 'ImportNameList' => [ + 'summary' => 'Create or Import Name List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREsafXYIHRP', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for request and response messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'variableId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Variable ID', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '393314', + ], + ], + [ + 'name' => 'title', + 'in' => 'query', + 'schema' => [ + 'description' => 'Title.', + 'type' => 'string', + 'required' => true, + 'example' => '变量title', + ], + ], + [ + 'name' => 'description', + 'in' => 'query', + 'schema' => [ + 'description' => 'Description information.', + 'type' => 'string', + 'required' => false, + 'example' => '描述', + ], + ], + [ + 'name' => 'importType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Document import type:'."\n" + ."\n\n" + .'INPUT: Text input'."\n" + .'CSV: CSV upload'."\n" + .'NONE: Do not upload for now', + 'type' => 'string', + 'required' => true, + 'example' => 'CSV', + ], + ], + [ + 'name' => 'data', + 'in' => 'query', + 'schema' => [ + 'description' => 'Import name list.', + 'type' => 'string', + 'required' => false, + 'example' => 'aa\\nbb\\ncc', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'createType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Creation type', + 'type' => 'string', + 'required' => false, + 'example' => 'NORMAL', + ], + ], + [ + 'name' => 'nameListType', + 'in' => 'query', + 'schema' => [ + 'description' => 'nameListType', + 'type' => 'string', + 'required' => false, + 'example' => 'accountId', + ], + ], + [ + 'name' => 'memo', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + 'description' => 'name content memo', + 'example' => '名单内容描述', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Create or Import Name List', + 'translator' => 'machine', + ], + 'ModifyCustVariable' => [ + 'summary' => 'Edit Accumulated Variable', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'id', + 'in' => 'query', + 'schema' => [ + 'description' => 'Variable ID', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '376773', + ], + ], + [ + 'name' => 'dataVersion', + 'in' => 'query', + 'schema' => [ + 'description' => 'Data version.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '6', + ], + ], + [ + 'name' => 'name', + 'in' => 'query', + 'schema' => [ + 'description' => 'Variable name', + 'type' => 'string', + 'required' => true, + 'example' => 'dxkkLw8fe18', + ], + ], + [ + 'name' => 'eventCodes', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code.', + 'type' => 'string', + 'required' => false, + 'example' => 'account_abuse_pro,account_abuse', + ], + ], + [ + 'name' => 'description', + 'in' => 'query', + 'schema' => [ + 'description' => 'Description information.', + 'type' => 'string', + 'required' => false, + 'example' => '描述', + ], + ], + [ + 'name' => 'condition', + 'in' => 'query', + 'schema' => [ + 'description' => 'Condition value.', + 'type' => 'string', + 'required' => false, + 'example' => '{\\"currentId\\":1,\\"deepCount\\":0,\\"list\\":[{\\"currentId\\":2,\\"deepCount\\":1,\\"left\\":{\\"code\\":\\"__hit_rules\\",\\"fieldType\\":\\"STRING\\",\\"functionName\\":\\"\\",\\"hasRightVariable\\":true,\\"name\\":\\"hitRules\\",\\"operatorCode\\":\\"deNotInNameList\\"},\\"operatorCode\\":\\"deNotInNameList\\",\\"parentId\\":1,\\"right\\":{\\"code\\":\\"\'nl_Xcufc8wV6624\'\\",\\"name\\":\\"nl_Xcufc8wV6624\\",\\"rightVariableType\\":\\"variable\\"}},{\\"currentId\\":3,\\"deepCount\\":1,\\"list\\":[{\\"currentId\\":4,\\"deepCount\\":2,\\"left\\":{\\"code\\":\\"__v_safde\\",\\"fieldType\\":\\"DOUBLE\\",\\"functionName\\":\\"\\",\\"hasRightVariable\\":true,\\"name\\":\\"score\\",\\"operatorCode\\":\\"equals\\"},\\"operatorCode\\":\\"equals\\",\\"parentId\\":3,\\"right\\":{\\"code\\":\\"\'99\'\\",\\"name\\":\\"99\\",\\"rightVariableType\\":\\"constant\\"}},{\\"currentId\\":5,\\"deepCount\\":2,\\"left\\":{\\"code\\":\\"queryPhoneSimulatorInfo(deviceToken)?\\",\\"fieldType\\":\\"STRING\\",\\"functionName\\":\\"\\",\\"hasRightVariable\\":false,\\"name\\":\\"__device-test01__\\",\\"operatorCode\\":\\"isNotEmptyWrapper\\"},\\"operatorCode\\":\\"isNotEmptyWrapper\\",\\"parentId\\":3,\\"right\\":{\\"functionName\\":\\"\\",\\"name\\":\\"\\",\\"rightVariableType\\":\\"constant\\"}}],\\"parentId\\":1,\\"relationship\\":\\"and\\"}],\\"parentId\\":0,\\"relationship\\":\\"and\\"}', + ], + ], + [ + 'name' => 'outputs', + 'in' => 'query', + 'schema' => [ + 'description' => 'Output', + 'type' => 'string', + 'required' => false, + 'example' => 'STRING', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'array', + 'items' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'success' => [ + 'description' => 'Whether the operation was successful', + 'type' => 'boolean', + 'example' => 'true', + ], + 'failType' => [ + 'description' => 'Failure type', + 'type' => 'string', + 'example' => 'rule', + ], + 'message' => [ + 'description' => 'Detailed information.', + 'type' => 'string', + 'example' => 'ok', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"resultObject\\": [\\n {\\n \\"success\\": true,\\n \\"failType\\": \\"rule\\",\\n \\"message\\": \\"ok\\"\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Modify Accumulated Variable', + 'translator' => 'machine', + ], + 'ModifyExpressionVariable' => [ + 'summary' => 'Edit Custom Variable', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + 'abilityTreeCode' => '134355', + 'abilityTreeNodes' => [ + 'FEATUREsafXYIHRP', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => true, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'id', + 'in' => 'query', + 'schema' => [ + 'description' => 'Variable ID', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '3144', + ], + ], + [ + 'name' => 'dataVersion', + 'in' => 'query', + 'schema' => [ + 'description' => 'Data version.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '5', + ], + ], + [ + 'name' => 'eventCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code', + 'type' => 'string', + 'required' => true, + 'example' => 'de_acytyt7036', + ], + ], + [ + 'name' => 'title', + 'in' => 'query', + 'schema' => [ + 'description' => 'Title.', + 'type' => 'string', + 'required' => true, + 'example' => '变量标题', + ], + ], + [ + 'name' => 'description', + 'in' => 'query', + 'schema' => [ + 'description' => 'Description.', + 'type' => 'string', + 'required' => false, + 'example' => '描述', + ], + ], + [ + 'name' => 'outputs', + 'in' => 'query', + 'schema' => [ + 'description' => 'Output', + 'type' => 'string', + 'required' => true, + 'example' => 'STRING', + ], + ], + [ + 'name' => 'outlier', + 'in' => 'query', + 'schema' => [ + 'description' => 'Outlier', + 'type' => 'string', + 'required' => true, + 'example' => '-1', + ], + ], + [ + 'name' => 'expression', + 'in' => 'query', + 'schema' => [ + 'description' => 'Expression', + 'type' => 'string', + 'required' => true, + 'example' => '@ex_GX9rrlTq4b67 + 1001', + ], + ], + [ + 'name' => 'expressionTitle', + 'in' => 'query', + 'schema' => [ + 'description' => 'Expression display', + 'type' => 'string', + 'required' => true, + 'example' => '@selfvariable_02 + 1001', + ], + ], + [ + 'name' => 'expressionVariable', + 'in' => 'query', + 'schema' => [ + 'description' => 'Calculation expression variable', + 'type' => 'string', + 'required' => false, + 'example' => 'ex_GX9rrlTq4b67', + ], + ], + [ + 'name' => 'name', + 'in' => 'query', + 'schema' => [ + 'description' => 'Variable name', + 'type' => 'string', + 'required' => false, + 'example' => 'ex_NgR6nDVD821c', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Modify Custom Variable', + 'translator' => 'machine', + ], + 'CreatePocEv' => [ + 'summary' => 'Create POC', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'abilityTreeCode' => '138403', + 'abilityTreeNodes' => [ + 'FEATUREsafT73ZWM', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'Tab', + 'in' => 'query', + 'schema' => [ + 'description' => 'Scenario.', + 'type' => 'string', + 'required' => false, + 'example' => 'INTERNET', + ], + ], + [ + 'name' => 'Type', + 'in' => 'query', + 'schema' => [ + 'description' => 'Access type.', + 'type' => 'string', + 'required' => false, + 'example' => 'SAF_CONSOLE', + ], + ], + [ + 'name' => 'TaskName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Task name.', + 'type' => 'string', + 'required' => false, + 'example' => 'er-log-s3', + ], + ], + [ + 'name' => 'FileName', + 'in' => 'query', + 'schema' => [ + 'description' => 'File name.'."\n" + .'> The file name must end with txt or sql. For example, test.txt, test.sql.', + 'type' => 'string', + 'required' => false, + 'example' => 'test.csv', + ], + ], + [ + 'name' => 'FileUrl', + 'in' => 'query', + 'schema' => [ + 'description' => 'File URL.', + 'type' => 'string', + 'required' => false, + 'example' => 'saf/cpoc/953c883cde33b2e21d722eb661d26375/测试文件模板-通用.csv', + ], + ], + [ + 'name' => 'FileType', + 'in' => 'query', + 'schema' => [ + 'description' => 'File type', + 'type' => 'string', + 'required' => false, + 'example' => 'CSV', + ], + ], + [ + 'name' => 'ServiceCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Service code.', + 'type' => 'string', + 'required' => false, + 'example' => 'anti_fraud_v2', + ], + ], + [ + 'name' => 'ServiceName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Service name.', + 'type' => 'string', + 'required' => false, + 'example' => '注册风险', + ], + ], + [ + 'name' => 'RegId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'DateFormat', + 'in' => 'query', + 'schema' => [ + 'description' => 'Date format type', + 'type' => 'string', + 'required' => false, + 'example' => 'yyyyMMdd', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'ResultObject' => [ + 'description' => 'Return result', + 'type' => 'string', + 'example' => 'True', + ], + 'Code' => [ + 'description' => 'Response code.', + 'type' => 'string', + 'example' => '200', + ], + 'HttpStatusCode' => [ + 'description' => 'HTTP status code', + 'type' => 'string', + 'example' => '200', + ], + 'Message' => [ + 'description' => 'Return message.', + 'type' => 'string', + 'example' => 'successful', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"ResultObject\\": \\"True\\",\\n \\"Code\\": \\"200\\",\\n \\"HttpStatusCode\\": \\"200\\",\\n \\"Message\\": \\"successful\\"\\n}","type":"json"}]', + 'title' => 'Create POC', + 'translator' => 'machine', + ], + 'DescribeListPoc' => [ + 'summary' => 'Task List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '138565', + 'abilityTreeNodes' => [ + 'FEATUREsafT73ZWM', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'Type', + 'in' => 'query', + 'schema' => [ + 'description' => 'Type', + 'type' => 'string', + 'required' => false, + 'example' => 'SAF_CONSOLE', + ], + ], + [ + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '30', + ], + ], + [ + 'name' => 'CurrentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'RegId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'TaskName', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + 'description' => 'Task name.', + 'example' => 'Task_001', + ], + ], + [ + 'name' => 'TaskStatus', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + 'description' => 'The status of the import task. Valid values:'."\n" + ."\n" + .'* DOING'."\n" + .'* FINISH', + 'example' => 'FINISH', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'ResultObject' => [ + 'description' => 'Return result.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'TotalItem' => [ + 'description' => 'Total number of items returned.', + 'type' => 'string', + 'example' => '0', + ], + 'TotalPage' => [ + 'description' => 'Total number of pages.', + 'type' => 'string', + 'example' => '0', + ], + 'CurrentPage' => [ + 'description' => 'Current page.', + 'type' => 'string', + 'example' => '1', + ], + 'PageSize' => [ + 'description' => 'Page size.', + 'type' => 'string', + 'example' => '10', + ], + 'Code' => [ + 'description' => 'Status code.', + 'type' => 'string', + 'example' => '200', + ], + 'HttpStatusCode' => [ + 'description' => 'HTTP status code.', + 'type' => 'string', + 'example' => '200', + ], + 'Message' => [ + 'description' => 'Return message.', + 'type' => 'string', + 'example' => 'successful', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"ResultObject\\": true,\\n \\"TotalItem\\": \\"0\\",\\n \\"TotalPage\\": \\"0\\",\\n \\"CurrentPage\\": \\"1\\",\\n \\"PageSize\\": \\"10\\",\\n \\"Code\\": \\"200\\",\\n \\"HttpStatusCode\\": \\"200\\",\\n \\"Message\\": \\"successful\\"\\n}","type":"json"}]', + 'title' => 'POC Task List', + 'translator' => 'machine', + ], + 'DescribeTagList' => [ + 'summary' => 'Tag List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'list', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'RegId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'Id', + 'in' => 'query', + 'schema' => [ + 'description' => 'Primary key ID', + 'type' => 'string', + 'required' => false, + 'example' => '433102', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'ResultObject' => [ + 'description' => 'Result object.', + 'type' => 'string', + 'example' => 'true', + ], + 'HttpStatusCode' => [ + 'description' => 'HTTP status code', + 'type' => 'string', + 'example' => '200', + ], + 'Message' => [ + 'description' => 'Error message.', + 'type' => 'string', + 'example' => 'success', + ], + 'Code' => [ + 'description' => 'Status code.', + 'type' => 'string', + 'example' => '200', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"ResultObject\\": \\"true\\",\\n \\"HttpStatusCode\\": \\"200\\",\\n \\"Message\\": \\"success\\",\\n \\"Code\\": \\"200\\"\\n}","type":"json"}]', + 'title' => 'Tag List', + 'translator' => 'machine', + ], + 'FileUpload' => [ + 'summary' => 'File Upload', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'abilityTreeCode' => '138535', + 'abilityTreeNodes' => [ + 'FEATUREsafT73ZWM', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'Tab', + 'in' => 'query', + 'schema' => [ + 'description' => 'Scenario.', + 'type' => 'string', + 'required' => false, + 'example' => 'FNNCIEA', + ], + ], + [ + 'name' => 'FileName', + 'in' => 'query', + 'schema' => [ + 'description' => 'File name.', + 'type' => 'string', + 'required' => false, + 'example' => 'P4911_2707.csv', + ], + ], + [ + 'name' => 'FileUrl', + 'in' => 'query', + 'schema' => [ + 'description' => 'File URL', + 'type' => 'string', + 'required' => false, + 'example' => 'https://res-v1.cupl-fdfs.com/direct/79886bdc-9855-4ff4-aa34-eb5b21cd43a7', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'ResultObject' => [ + 'description' => 'Return result.', + 'type' => 'string', + 'example' => 'true', + ], + 'Code' => [ + 'description' => 'Status code.', + 'type' => 'string', + 'example' => '200', + ], + 'HttpStatusCode' => [ + 'description' => 'HTTP status code.', + 'type' => 'string', + 'example' => '200', + ], + 'Message' => [ + 'description' => 'Information returned by the API request.', + 'type' => 'string', + 'example' => 'success', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"ResultObject\\": \\"true\\",\\n \\"Code\\": \\"200\\",\\n \\"HttpStatusCode\\": \\"200\\",\\n \\"Message\\": \\"success\\"\\n}","type":"json"}]', + 'title' => 'File Upload', + 'translator' => 'machine', + ], + 'PermissionCheck' => [ + 'summary' => 'Enterprise Verification', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'abilityTreeCode' => '139243', + 'abilityTreeNodes' => [ + 'FEATUREsafT73ZWM', + ], + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'RegId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'ResultObject' => [ + 'description' => 'Return result.', + 'type' => 'string', + 'example' => 'true', + ], + 'HttpStatusCode' => [ + 'description' => 'HTTP status code.', + 'type' => 'string', + 'example' => '200', + ], + 'Code' => [ + 'description' => 'Return code.', + 'type' => 'string', + 'example' => '200', + ], + 'Message' => [ + 'description' => 'Return message.', + 'type' => 'string', + 'example' => 'success', + ], + ], + ], + ], + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"ResultObject\\": \\"true\\",\\n \\"HttpStatusCode\\": \\"200\\",\\n \\"Code\\": \\"200\\",\\n \\"Message\\": \\"success\\"\\n}","type":"json"}]', + 'title' => 'Precondition Check', + 'translator' => 'machine', + ], + 'SampleFileDownload' => [ + 'summary' => 'Template Download', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'abilityTreeCode' => '138558', + 'abilityTreeNodes' => [ + 'FEATUREsafT73ZWM', + ], + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'RegId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'Tab', + 'in' => 'query', + 'schema' => [ + 'description' => 'Scenario.', + 'type' => 'string', + 'required' => false, + 'example' => 'FINANCE', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'ResultObject' => [ + 'description' => 'Request result.', + 'type' => 'string', + 'example' => 'true', + ], + 'HttpStatusCode' => [ + 'description' => 'HTTP status code.', + 'type' => 'string', + 'example' => '200', + ], + 'Message' => [ + 'description' => 'Return message.', + 'type' => 'string', + 'example' => 'success', + ], + 'Code' => [ + 'description' => 'Status code.', + 'type' => 'string', + 'example' => '200', + ], + ], + ], + ], + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"ResultObject\\": \\"true\\",\\n \\"HttpStatusCode\\": \\"200\\",\\n \\"Message\\": \\"success\\",\\n \\"Code\\": \\"200\\"\\n}","type":"json"}]', + 'title' => 'Template Download', + 'translator' => 'machine', + ], + 'TaskNameByUserId' => [ + 'summary' => 'Determine if the task name is duplicated', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'abilityTreeCode' => '138560', + 'abilityTreeNodes' => [ + 'FEATUREsafT73ZWM', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'RegId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'TaskName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Task name.', + 'type' => 'string', + 'required' => false, + 'example' => 'Methylation_node_5_3', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'ResultObject' => [ + 'description' => 'Return result.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'HttpStatusCode' => [ + 'description' => 'HTTP status code.', + 'type' => 'string', + 'example' => '200', + ], + 'Code' => [ + 'description' => 'Response code.', + 'type' => 'string', + 'example' => '200', + ], + 'Message' => [ + 'description' => 'Return message.', + 'type' => 'string', + 'example' => 'success', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"ResultObject\\": true,\\n \\"HttpStatusCode\\": \\"200\\",\\n \\"Code\\": \\"200\\",\\n \\"Message\\": \\"success\\"\\n}","type":"json"}]', + 'title' => 'Check if Task Name is Duplicated', + 'translator' => 'machine', + ], + 'DescribeNameListVariablePageList' => [ + 'summary' => 'Name List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'nameListType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Variable type', + 'type' => 'string', + 'required' => false, + 'example' => 'accountId', + ], + ], + [ + 'name' => 'name', + 'in' => 'query', + 'schema' => [ + 'description' => 'Variable name', + 'type' => 'string', + 'required' => false, + 'example' => 'age', + ], + ], + [ + 'name' => 'value', + 'in' => 'query', + 'schema' => [ + 'description' => 'Name list value', + 'type' => 'string', + 'required' => false, + 'example' => 'valuexxx', + ], + ], + [ + 'name' => 'currentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size, default value is 10', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '10', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'array', + 'items' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'leftCapacity' => [ + 'description' => 'Remaining capacity', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '99997', + ], + 'sourceType' => [ + 'description' => 'Data source', + 'type' => 'string', + 'example' => 'SAF', + ], + 'name' => [ + 'description' => 'Parameter name.', + 'type' => 'string', + 'example' => 'nl_UN8otElLb490', + ], + 'nameListType' => [ + 'description' => 'Name list type', + 'type' => 'string', + 'example' => '手机号', + ], + 'id' => [ + 'description' => 'Name list ID', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '497', + ], + 'type' => [ + 'description' => 'Variable type', + 'type' => 'string', + 'example' => 'NAME_LIST', + ], + 'title' => [ + 'description' => 'Title.', + 'type' => 'string', + 'example' => '白名单', + ], + 'userId' => [ + 'description' => 'User UID', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '180650758xxxxxxx', + ], + 'refObjId' => [ + 'description' => 'Associated event eventCode', + 'type' => 'string', + 'example' => '-1', + ], + 'capacity' => [ + 'description' => 'Used capacity', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '3', + ], + 'refObjType' => [ + 'description' => 'Association type', + 'type' => 'integer', + 'format' => 'int64', + 'example' => 'EVENT', + ], + 'gmtCreate' => [ + 'description' => 'Creation time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1621578648000', + ], + 'gmtModified' => [ + 'description' => 'Modification time', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1565701886000', + ], + 'description' => [ + 'description' => 'Description information.', + 'type' => 'string', + 'example' => '变量描述', + ], + ], + ], + ], + 'totalItem' => [ + 'description' => 'Total number of items', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '101', + ], + 'totalPage' => [ + 'description' => 'Total number of pages', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'pageSize' => [ + 'description' => 'Page size, default value is 10', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'currentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'requestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": [\\n {\\n \\"leftCapacity\\": 99997,\\n \\"sourceType\\": \\"SAF\\",\\n \\"name\\": \\"nl_UN8otElLb490\\",\\n \\"nameListType\\": \\"手机号\\",\\n \\"id\\": 497,\\n \\"type\\": \\"NAME_LIST\\",\\n \\"title\\": \\"白名单\\",\\n \\"userId\\": 0,\\n \\"refObjId\\": \\"-1\\",\\n \\"capacity\\": 3,\\n \\"refObjType\\": 0,\\n \\"gmtCreate\\": 1621578648000,\\n \\"gmtModified\\": 1565701886000,\\n \\"description\\": \\"变量描述\\"\\n }\\n ],\\n \\"totalItem\\": 101,\\n \\"totalPage\\": 1,\\n \\"pageSize\\": 10,\\n \\"currentPage\\": 1,\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\"\\n}","type":"json"}]', + 'title' => 'Name List Query', + 'translator' => 'machine', + ], + 'DescribeNameListPageList' => [ + 'summary' => 'Query the content of the list', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREsafXYIHRP', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'variableId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Variable ID', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '762', + ], + ], + [ + 'name' => 'value', + 'in' => 'query', + 'schema' => [ + 'description' => 'Variable name/description', + 'type' => 'string', + 'required' => false, + 'example' => '白名单', + ], + ], + [ + 'name' => 'updateBeginTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'Update start time.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '1753372800000', + ], + ], + [ + 'name' => 'updateEndTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'Update end time.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '1753459199059', + ], + ], + [ + 'name' => 'currentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '3', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size, default value is 10', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '10', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'id' => [ + 'description' => 'ID of the list variable content data', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '497', + ], + 'name' => [ + 'description' => 'Variable name', + 'type' => 'string', + 'example' => 'nl_UN8otElLb490', + ], + 'nameListType' => [ + 'description' => 'Variable type', + 'type' => 'string', + 'example' => 'accountId', + ], + 'title' => [ + 'description' => 'Title.', + 'type' => 'string', + 'example' => '白名单', + ], + 'variableId' => [ + 'description' => 'Variable ID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '762', + ], + 'value' => [ + 'description' => 'Variable value', + 'type' => 'string', + 'example' => '130433202307074287', + ], + 'gmtModified' => [ + 'description' => 'Modification time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1565701886000', + ], + 'gmtCreate' => [ + 'description' => 'Creation time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1621578648000', + ], + 'userId' => [ + 'description' => 'User UID', + 'type' => 'string', + 'example' => '130433202307074287', + ], + 'memo' => [ + 'type' => 'string', + 'description' => 'NameList Content memo', + 'example' => '名单内容描述', + ], + ], + ], + ], + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + 'totalItem' => [ + 'description' => 'Total number of items', + 'type' => 'string', + 'example' => '101', + ], + 'totalPage' => [ + 'description' => 'Total number of pages', + 'type' => 'string', + 'example' => '9', + ], + 'pageSize' => [ + 'description' => 'Page size, default value is 10', + 'type' => 'string', + 'example' => '10', + ], + 'currentPage' => [ + 'description' => 'Current page number.', + 'type' => 'string', + 'example' => '1', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": [\\n {\\n \\"id\\": 497,\\n \\"name\\": \\"nl_UN8otElLb490\\",\\n \\"nameListType\\": \\"accountId\\",\\n \\"title\\": \\"白名单\\",\\n \\"variableId\\": 762,\\n \\"value\\": \\"130433202307074287\\",\\n \\"gmtModified\\": 1565701886000,\\n \\"gmtCreate\\": 1621578648000,\\n \\"userId\\": \\"130433202307074287\\",\\n \\"memo\\": \\"本迭代测试\\"\\n }\\n ],\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\",\\n \\"totalItem\\": \\"101\\",\\n \\"totalPage\\": \\"9\\",\\n \\"pageSize\\": \\"10\\",\\n \\"currentPage\\": \\"1\\"\\n}","type":"json"}]', + 'title' => 'Paged Query of List', + 'translator' => 'machine', + ], + 'DescribeNameListTypeList' => [ + 'summary' => 'List of Name Types', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'key' => [ + 'description' => 'Match Key.', + 'type' => 'string', + 'example' => 'accountId', + ], + 'value' => [ + 'description' => 'Variable value', + 'type' => 'string', + 'example' => '账号ID', + ], + ], + ], + ], + 'requestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": [\\n {\\n \\"key\\": \\"accountId\\",\\n \\"value\\": \\"账号ID\\"\\n }\\n ],\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\"\\n}","type":"json"}]', + 'title' => 'List of Name Types', + 'translator' => 'machine', + ], + 'DescribeNameListDownloadUrl' => [ + 'summary' => 'Download Name List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'variableId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Variable ID.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '762', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'downloadFileUrl' => [ + 'description' => 'Download URL.', + 'type' => 'string', + 'example' => 'https://xxxxx-oss-xxxxx.xxxxxx.aliyuncs.com/xx/xx/xxx/xxxxxx.csv?Expires=1753433384&OSSAccessKeyId=xxxxxxxxx&Signature=%2F%xxxxxxxxxxxx%3D', + ], + ], + ], + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": {\\n \\"downloadFileUrl\\": \\"https://xxxxx-oss-xxxxx.xxxxxx.aliyuncs.com/xx/xx/xxx/xxxxxx.csv?Expires=1753433384&OSSAccessKeyId=xxxxxxxxx&Signature=%2F%xxxxxxxxxxxx%3D\\"\\n },\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\"\\n}","type":"json"}]', + 'title' => 'Download Name List Content', + 'translator' => 'machine', + ], + 'DescribePrivateStack' => [ + 'summary' => 'Determine if Stack Private Domain Mode is Enabled', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region Code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'resultObject' => [ + 'description' => 'Return Object', + 'type' => 'boolean', + 'example' => 'true', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"resultObject\\": true\\n}","type":"json"}]', + 'title' => 'Determine if the User has Enabled PrivateStack Mode', + 'translator' => 'machine', + ], + 'DescribeSceneEventPageList' => [ + 'summary' => 'List of Scenario-based Risk Control Events', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'currentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'string', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size.', + 'type' => 'string', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'nameOrCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Search name or service code', + 'type' => 'string', + 'required' => false, + 'example' => 'servicer_code', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => 'Return parameters', + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return array', + 'type' => 'array', + 'items' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'service' => [ + 'description' => 'Service code', + 'type' => 'string', + 'example' => 'device_risk', + ], + 'eventName' => [ + 'description' => 'Event name.', + 'type' => 'string', + 'example' => '注册风险', + ], + 'eventCode' => [ + 'description' => 'Event code', + 'type' => 'string', + 'example' => 'de_aszbjb7236', + ], + 'commonRuleCount' => [ + 'description' => 'Number of common rules', + 'type' => 'string', + 'example' => '10', + ], + 'whiteBoxRuleCount' => [ + 'description' => 'Number of white-box rules', + 'type' => 'string', + 'example' => '10', + ], + 'customRuleCount' => [ + 'description' => 'Number of custom rules', + 'type' => 'string', + 'example' => '10', + ], + 'normalRuleCount' => [ + 'description' => 'Number of custom rules', + 'type' => 'string', + 'example' => '10', + ], + 'useStatus' => [ + 'description' => 'Usage status', + 'type' => 'string', + 'enumValueTitles' => [ + 'IN_USE' => '使用', + 'NOT_USED' => '未使用', + ], + 'example' => '使用/未使用', + ], + 'modifier' => [ + 'description' => 'Modifier', + 'type' => 'string', + 'example' => '公有云用户uid', + ], + 'gmtModified' => [ + 'description' => 'Modification time', + 'type' => 'string', + 'example' => '1565701886000', + ], + ], + ], + ], + 'requestId' => [ + 'description' => 'Request ID, each request has a unique value, which facilitates subsequent troubleshooting', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + 'totalItem' => [ + 'description' => 'Total number of items', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '3', + ], + 'totalPage' => [ + 'description' => 'Total number of pages', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '9', + ], + 'currentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'pageSize' => [ + 'description' => 'Number of items per page. Default value: 20, minimum value: 1, maximum value: 50.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '20', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": [\\n {\\n \\"service\\": \\"device_risk\\",\\n \\"eventName\\": \\"注册风险\\",\\n \\"eventCode\\": \\"de_aszbjb7236\\",\\n \\"commonRuleCount\\": \\"10\\",\\n \\"whiteBoxRuleCount\\": \\"10\\",\\n \\"customRuleCount\\": \\"10\\",\\n \\"normalRuleCount\\": \\"10\\",\\n \\"useStatus\\": \\"使用/未使用\\",\\n \\"modifier\\": \\"公有云用户uid\\",\\n \\"gmtModified\\": \\"1565701886000\\"\\n }\\n ],\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\",\\n \\"totalItem\\": 3,\\n \\"totalPage\\": 9,\\n \\"currentPage\\": 1,\\n \\"pageSize\\": 20\\n}","type":"json"}]', + 'title' => 'List of Scenario-based Event Risk Control Events', + 'translator' => 'machine', + ], + 'DescribeSceneAllEventNameCodeList' => [ + 'summary' => 'Dropdown list for scenario-based service events', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'createType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Creation type', + 'type' => 'string', + 'required' => false, + 'example' => 'NORMAL', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'requestId' => [ + 'description' => 'Request ID, which is unique for each request, facilitating subsequent troubleshooting', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + 'success' => [ + 'description' => 'Indicates whether the operation was successful, where true means success.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'code' => [ + 'description' => 'Status code', + 'type' => 'string', + 'example' => '200', + ], + 'message' => [ + 'description' => 'Error details'."\n", + 'type' => 'string', + 'example' => 'The input parameter data is not valid. order_storage_company_num component not found', + ], + 'httpStatusCode' => [ + 'description' => 'HTTP status code', + 'type' => 'string', + 'example' => '200', + ], + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'eventCode' => [ + 'description' => 'Event code', + 'type' => 'string', + 'example' => 'de_aszbjb7236', + ], + 'eventName' => [ + 'description' => 'Event name.', + 'type' => 'string', + 'example' => '营销风险识别_增强版', + ], + 'eventType' => [ + 'description' => 'Event type', + 'type' => 'string', + 'example' => 'MAIN', + ], + 'createType' => [ + 'description' => 'Creation type', + 'type' => 'string', + 'example' => 'MORMAL', + ], + 'children' => [ + 'description' => 'Child objects', + 'type' => 'array', + 'items' => [ + 'description' => 'Object', + 'type' => 'object', + 'properties' => [ + 'eventCode' => [ + 'description' => 'Event code', + 'type' => 'string', + 'example' => 'de_aamexg3015', + ], + 'eventName' => [ + 'description' => 'Event name.', + 'type' => 'string', + 'example' => '测试', + ], + 'eventType' => [ + 'description' => 'Event type', + 'type' => 'string', + 'example' => 'BYPASS', + ], + 'createType' => [ + 'description' => 'Creation type', + 'type' => 'string', + 'example' => 'NORMAL', + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\",\\n \\"success\\": true,\\n \\"code\\": \\"200\\",\\n \\"message\\": \\"The input parameter data is not valid. order_storage_company_num component not found\\",\\n \\"httpStatusCode\\": \\"200\\",\\n \\"resultObject\\": [\\n {\\n \\"eventCode\\": \\"de_aszbjb7236\\",\\n \\"eventName\\": \\"营销风险识别_增强版\\",\\n \\"eventType\\": \\"MAIN\\",\\n \\"createType\\": \\"MORMAL\\",\\n \\"children\\": [\\n {\\n \\"eventCode\\": \\"de_aamexg3015\\",\\n \\"eventName\\": \\"测试\\",\\n \\"eventType\\": \\"BYPASS\\",\\n \\"createType\\": \\"NORMAL\\"\\n }\\n ]\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Scenario-based Risk Control Event Dropdown', + 'description' => 'Dropdown list for scenario-based risk control events', + 'requestParamsDescription' => 'None', + 'responseParamsDescription' => 'None', + 'extraInfo' => '无', + 'translator' => 'machine', + ], + 'DescribeSceneRulePageList' => [ + 'summary' => 'White-boxed strategy list for risk control services', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREsafBCGX2Z', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for requests and received messages. Default value is **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'currentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'string', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Number of items per page in the returned results. Default value: 20, minimum value: 1, maximum value: 50.', + 'type' => 'string', + 'required' => false, + 'example' => '20', + ], + ], + [ + 'name' => 'eventCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code', + 'type' => 'string', + 'required' => false, + 'example' => 'de_ahgctb7098', + ], + ], + [ + 'name' => 'ruleStatus', + 'in' => 'query', + 'schema' => [ + 'description' => 'Strategy status', + 'type' => 'string', + 'required' => false, + 'example' => 'RUNNING', + ], + ], + [ + 'name' => 'ruleName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Strategy name', + 'type' => 'string', + 'required' => false, + 'example' => '营销风险识别', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'createType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Creation type', + 'type' => 'string', + 'required' => false, + 'example' => 'NOMAL', + ], + ], + [ + 'name' => 'ruleAuthType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Strategy type', + 'type' => 'string', + 'required' => false, + 'example' => 'CUSTMER', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'totalItem' => [ + 'description' => 'Total number of items', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '3', + ], + 'pageSize' => [ + 'description' => 'Number of items per page in the returned results. Default value: 20, minimum value: 1, maximum value: 50.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '20', + ], + 'requestId' => [ + 'description' => 'Request ID, which is unique for each request, facilitating subsequent troubleshooting', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + 'currentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'totalPage' => [ + 'description' => 'Total number of pages', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '9', + ], + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'eventCode' => [ + 'description' => 'Event code', + 'type' => 'string', + 'example' => 'de_aszbjb7236', + ], + 'ruleId' => [ + 'description' => 'Strategy ID', + 'type' => 'string', + 'example' => '4730', + ], + 'ruleStatus' => [ + 'description' => 'Strategy status', + 'type' => 'string', + 'example' => 'RUNNING', + ], + 'gmtModified' => [ + 'description' => 'Modification time', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1565701886000', + ], + 'gmtCreate' => [ + 'description' => 'Creation time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1621578648000', + ], + 'templateId' => [ + 'description' => 'Template ID', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '6', + ], + 'priority' => [ + 'description' => 'Strategy priority, where a higher number indicates a higher priority.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '10', + ], + 'ruleName' => [ + 'description' => 'Strategy name', + 'type' => 'string', + 'example' => '营销风险识别', + ], + 'ruleMemo' => [ + 'description' => 'Strategy description', + 'type' => 'string', + 'example' => '描述信息', + ], + 'eventName' => [ + 'description' => 'Event name.', + 'type' => 'string', + 'example' => '注册风险', + ], + 'id' => [ + 'description' => 'Primary key ID of the rule', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '497', + ], + 'version' => [ + 'description' => 'Version number', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1.0', + ], + 'ruleVersionId' => [ + 'description' => 'Primary key ID of the rule version', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '3823', + ], + 'eventType' => [ + 'description' => 'Event type', + 'type' => 'string', + 'enumValueTitles' => [ + 'BYPASS' => '旁路事件', + 'SHUNT' => '分流', + 'MAIN' => '主事件', + ], + 'example' => 'MAIN', + ], + 'mainRuleId' => [ + 'description' => 'Main rule ID', + 'type' => 'string', + 'example' => '4399', + ], + 'consoleAudit' => [ + 'description' => 'Audit object', + 'type' => 'object', + 'properties' => [ + 'id' => [ + 'description' => 'Primary key ID', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1728', + ], + 'applyUserId' => [ + 'description' => 'Initiator account ID', + 'type' => 'string', + 'example' => '1234567890999', + ], + 'applyUserName' => [ + 'description' => 'Initiator account name', + 'type' => 'string', + 'example' => '张三', + ], + 'auditUserId' => [ + 'description' => 'Designated auditor account IDs (comma-separated for multiple)', + 'type' => 'string', + 'example' => '123', + ], + 'auditUserName' => [ + 'description' => 'Designated auditor account names (comma-separated for multiple)', + 'type' => 'string', + 'example' => '李四', + ], + 'auditRealUserId' => [ + 'description' => 'Final approver ID', + 'type' => 'string', + 'example' => '1234567890', + ], + 'auditRealUserName' => [ + 'description' => 'Approver account name', + 'type' => 'string', + 'example' => '王五', + ], + 'auditStatus' => [ + 'description' => 'Status', + 'type' => 'string', + 'example' => 'AGREE', + ], + 'auditTime' => [ + 'description' => 'Approval time', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1545726028000', + ], + 'gmtCreate' => [ + 'description' => 'Creation time in UTC', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1545726028000', + ], + 'relationId' => [ + 'description' => '审批关联的事务ID', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '123', + ], + 'relationType' => [ + 'description' => '审批的类型(如rule代表策略的审批)', + 'type' => 'string', + 'example' => 'RULE', + ], + 'relationName' => [ + 'description' => 'The name of the associated transaction (can be null)', + 'type' => 'string', + 'example' => 't', + ], + 'relationExt' => [ + 'description' => 'Information about other related parties (in JSON format)', + 'type' => 'string', + 'example' => '{}', + ], + 'auditMsg' => [ + 'description' => 'Approval comments', + 'type' => 'string', + 'example' => '同意', + ], + 'auditRemark' => [ + 'description' => 'Approval application remarks', + 'type' => 'string', + 'example' => '备注', + ], + ], + ], + 'externalRuleName' => [ + 'description' => 'External rule name', + 'type' => 'string', + 'example' => '策略1', + ], + 'ruleAuthType' => [ + 'description' => 'Rule Auth type', + 'type' => 'string', + 'example' => 'CUSTMER', + ], + 'authType' => [ + 'description' => 'Service authorization type', + 'type' => 'string', + 'example' => 'admin', + ], + 'ruleType' => [ + 'type' => 'string', + 'description' => 'Rule type', + 'example' => 'DEFAULT', + ], + ], + ], + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"totalItem\\": 3,\\n \\"pageSize\\": 20,\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\",\\n \\"currentPage\\": 1,\\n \\"totalPage\\": 9,\\n \\"resultObject\\": [\\n {\\n \\"eventCode\\": \\"de_aszbjb7236\\",\\n \\"ruleId\\": \\"4730\\",\\n \\"ruleStatus\\": \\"RUNNING\\",\\n \\"gmtModified\\": 1565701886000,\\n \\"gmtCreate\\": 1621578648000,\\n \\"templateId\\": 6,\\n \\"priority\\": 10,\\n \\"ruleName\\": \\"营销风险识别\\",\\n \\"ruleMemo\\": \\"描述信息\\",\\n \\"eventName\\": \\"注册风险\\",\\n \\"id\\": 497,\\n \\"version\\": 1,\\n \\"ruleVersionId\\": 3823,\\n \\"eventType\\": \\"MAIN\\",\\n \\"mainRuleId\\": \\"4399\\",\\n \\"consoleAudit\\": {\\n \\"id\\": 1728,\\n \\"applyUserId\\": \\"1234567890999\\",\\n \\"applyUserName\\": \\"张三\\",\\n \\"auditUserId\\": \\"123\\",\\n \\"auditUserName\\": \\"李四\\",\\n \\"auditRealUserId\\": \\"1234567890\\",\\n \\"auditRealUserName\\": \\"王五\\",\\n \\"auditStatus\\": \\"AGREE\\",\\n \\"auditTime\\": 1545726028000,\\n \\"gmtCreate\\": 1545726028000,\\n \\"relationId\\": 123,\\n \\"relationType\\": \\"RULE\\",\\n \\"relationName\\": \\"t\\",\\n \\"relationExt\\": \\"{}\\",\\n \\"auditMsg\\": \\"同意\\",\\n \\"auditRemark\\": \\"备注\\"\\n },\\n \\"externalRuleName\\": \\"策略1\\",\\n \\"ruleAuthType\\": \\"CUSTMER\\",\\n \\"authType\\": \\"admin\\",\\n \\"ruleType\\": \\"DSL\\"\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Scenarized Risk Control Event Strategy List', + 'description' => 'Query the list of scenarized risk control event strategies', + 'responseParamsDescription' => 'None', + 'extraInfo' => '无', + 'translator' => 'machine', + ], + 'CreateSampleApi' => [ + 'summary' => 'User-level Single API to Create Sample Batches', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'create', + 'abilityTreeCode' => '206993', + 'abilityTreeNodes' => [ + 'FEATUREsaf6MRPQF', + ], + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'RegId', + 'in' => 'query', + 'schema' => [ + 'description' => 'regionId', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-shanghai', + ], + ], + [ + 'name' => 'SampleBatchType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sample batch type', + 'type' => 'string', + 'required' => false, + 'example' => '白名单/黑名单/混合', + ], + ], + [ + 'name' => 'DataType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Same as input parameter', + 'type' => 'string', + 'required' => false, + 'example' => 'ip/accountID', + ], + ], + [ + 'name' => 'ServiceList', + 'in' => 'query', + 'schema' => [ + 'description' => 'Service list.', + 'type' => 'string', + 'required' => false, + 'example' => '同参数', + ], + ], + [ + 'name' => 'DataValue', + 'in' => 'query', + 'schema' => [ + 'description' => 'Specific data value', + 'type' => 'string', + 'required' => false, + 'example' => '同参数', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Response Schema', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'ID of the request', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'Code' => [ + 'description' => 'Status code.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Message' => [ + 'description' => 'Error message.', + 'type' => 'string', + 'example' => 'ConsolePocQueryServiceImpl.queryServiceCodeName.arg0.tab tab Type error', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"Code\\": 200,\\n \\"Message\\": \\"success\\"\\n}","type":"json"}]', + 'title' => 'Interface for Uploading Samples via API', + 'translator' => 'machine', + ], + 'DescribeOperatorListByScene' => [ + 'summary' => 'Query Operator Mapping List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'scene', + 'in' => 'query', + 'schema' => [ + 'description' => 'Scene type.', + 'type' => 'string', + 'required' => false, + 'enumValueTitles' => [ + 'VELOCITY' => '累计变量', + 'RULE' => '策略', + 'EXPRESSION' => '自定义变量', + ], + 'example' => 'VELOCITY', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'array', + 'items' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'fieldType' => [ + 'description' => 'Return value type', + 'type' => 'string', + 'example' => 'STRING', + ], + 'operators' => [ + 'description' => 'Operator list', + 'type' => 'array', + 'items' => [ + 'description' => 'Operator list', + 'type' => 'object', + 'properties' => [ + 'name' => [ + 'description' => 'Operator name', + 'type' => 'string', + 'example' => '等于', + ], + 'memo' => [ + 'description' => 'Description', + 'type' => 'string', + 'example' => '等于', + ], + 'code' => [ + 'description' => 'Operator code', + 'type' => 'string', + 'example' => 'equals', + ], + 'hasRightVariable' => [ + 'description' => 'Whether it contains a right variable', + 'type' => 'boolean', + 'example' => 'true', + ], + 'rightVariables' => [ + 'description' => 'Right variable object', + 'type' => 'array', + 'items' => [ + 'description' => 'Right variable', + 'type' => 'object', + 'properties' => [ + 'fieldValue' => [ + 'description' => 'Field value.', + 'type' => 'string', + 'example' => '20', + ], + 'fieldType' => [ + 'description' => 'Field type.', + 'type' => 'string', + 'example' => 'INT', + ], + 'fieldName' => [ + 'description' => 'Field name.', + 'type' => 'string', + 'example' => '年龄', + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'requestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": [\\n {\\n \\"fieldType\\": \\"STRING\\",\\n \\"operators\\": [\\n {\\n \\"name\\": \\"等于\\",\\n \\"memo\\": \\"等于\\",\\n \\"code\\": \\"equals\\",\\n \\"hasRightVariable\\": true,\\n \\"rightVariables\\": [\\n {\\n \\"fieldValue\\": \\"20\\",\\n \\"fieldType\\": \\"INT\\",\\n \\"fieldName\\": \\"年龄\\"\\n }\\n ]\\n }\\n ]\\n }\\n ],\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\"\\n}","type":"json"}]', + 'title' => 'Query Operator Mapping List by Scene', + 'translator' => 'machine', + ], + 'DescribeEventVariableTemplateList' => [ + 'summary' => 'Query Event Template', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for the request and response messages. The default value is **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'templateCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Template code.', + 'type' => 'string', + 'required' => false, + 'example' => 'register', + ], + ], + [ + 'name' => 'type', + 'in' => 'query', + 'schema' => [ + 'description' => 'Template type.', + 'type' => 'string', + 'required' => false, + 'example' => 'NATIVE', + ], + ], + [ + 'name' => 'inputs', + 'in' => 'query', + 'schema' => [ + 'description' => 'Input parameters, separated by commas.', + 'type' => 'string', + 'required' => false, + 'example' => 'age,ip', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'array', + 'items' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'templateCode' => [ + 'description' => 'Template code.', + 'type' => 'string', + 'example' => 'register', + ], + 'templateName' => [ + 'description' => 'Template name.', + 'type' => 'string', + 'example' => '注册模版', + ], + 'variables' => [ + 'description' => 'Variable list.', + 'type' => 'array', + 'items' => [ + 'description' => 'Variable list', + 'type' => 'object', + 'properties' => [ + 'code' => [ + 'description' => 'Variable code', + 'type' => 'string', + 'example' => 'age', + ], + 'title' => [ + 'description' => 'Title.', + 'type' => 'string', + 'example' => '年龄', + ], + 'type' => [ + 'description' => 'Variable type.', + 'type' => 'string', + 'example' => 'NATIVE', + ], + 'fieldType' => [ + 'description' => 'Variable input type', + 'type' => 'string', + 'example' => 'STRING', + ], + 'description' => [ + 'description' => 'Description information.', + 'type' => 'string', + 'example' => '描述', + ], + 'name' => [ + 'description' => 'Variable name', + 'type' => 'string', + 'example' => 'age', + ], + 'id' => [ + 'description' => 'Primary key ID', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '454', + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"resultObject\\": [\\n {\\n \\"templateCode\\": \\"register\\",\\n \\"templateName\\": \\"注册模版\\",\\n \\"variables\\": [\\n {\\n \\"code\\": \\"age\\",\\n \\"title\\": \\"年龄\\",\\n \\"type\\": \\"NATIVE\\",\\n \\"fieldType\\": \\"STRING\\",\\n \\"description\\": \\"描述\\",\\n \\"name\\": \\"age\\",\\n \\"id\\": 454\\n }\\n ]\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Query Event Template', + 'translator' => 'machine', + ], + 'DescribeInputFeildCountByEventCode' => [ + 'summary' => 'Query Total Number of Events', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for request and response, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'createType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Creation type', + 'type' => 'string', + 'required' => false, + 'example' => 'NORMAL', + ], + ], + [ + 'name' => 'eventCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code', + 'type' => 'string', + 'required' => false, + 'example' => 'de_ahqido8038', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'object', + 'properties' => [ + 'totalItem' => [ + 'description' => 'Total number of items', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '8', + ], + 'maxTotalItem' => [ + 'description' => 'Maximum number of created items', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '100', + ], + 'limit' => [ + 'description' => 'Whether it exceeds the maximum quantity', + 'type' => 'boolean', + 'example' => 'true', + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"resultObject\\": {\\n \\"totalItem\\": 8,\\n \\"maxTotalItem\\": 100,\\n \\"limit\\": true\\n }\\n}","type":"json"}]', + 'title' => 'Query Total Number of Events', + 'translator' => 'machine', + ], + 'DescribeTaskList' => [ + 'summary' => 'Task List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'CurrentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page.', + 'type' => 'string', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size, with a default value of 10.', + 'type' => 'string', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'IsPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Whether to paginate.', + 'type' => 'boolean', + 'required' => false, + 'example' => 'true', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'totalItem' => [ + 'description' => 'Total number of items', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '6', + ], + 'pageSize' => [ + 'description' => 'Page size, with a default value of 10', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'currentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'totalPage' => [ + 'description' => 'Total number of pages', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'sceneName' => [ + 'description' => 'Scene name', + 'type' => 'string', + 'example' => '样本调度', + ], + 'mark' => [ + 'description' => 'Total number of mark information.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '100', + ], + 'taskType' => [ + 'description' => 'Task type'."\n" + .'1: Data upload'."\n" + .'2: Supplemental upload'."\n" + .'3: Labeling', + 'type' => 'string', + 'example' => '1', + ], + 'createTime' => [ + 'description' => 'Creation time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1753804800000', + ], + 'status' => [ + 'description' => 'Data status.'."\n" + ."\n" + .'-1: Failed'."\n" + .'0: Deleted'."\n" + .'1: Pending'."\n" + .'2: Success', + 'type' => 'string', + 'example' => '2', + ], + 'remark' => [ + 'description' => 'Remark.', + 'type' => 'string', + 'example' => '备注', + ], + 'taskLogId' => [ + 'description' => 'Task ID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1102', + ], + 'id' => [ + 'description' => 'Task ID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '497', + ], + 'completionTime' => [ + 'description' => 'Completion time, in milliseconds.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1753804800000', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"totalItem\\": 6,\\n \\"pageSize\\": 10,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"currentPage\\": 1,\\n \\"totalPage\\": 1,\\n \\"resultObject\\": [\\n {\\n \\"sceneName\\": \\"样本调度\\",\\n \\"mark\\": 100,\\n \\"taskType\\": \\"1\\",\\n \\"createTime\\": 1753804800000,\\n \\"status\\": \\"2\\",\\n \\"remark\\": \\"备注\\",\\n \\"taskLogId\\": 1102,\\n \\"id\\": 497,\\n \\"completionTime\\": 1753804800000\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Task List', + 'translator' => 'machine', + ], + 'DescribePocOssToken' => [ + 'summary' => 'Get File Upload Credentials', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'Key' => [ + 'description' => 'The Key required for file upload.', + 'type' => 'string', + 'example' => 'saf/de/namelist/e924/ufzgsedX9bd3a7', + ], + 'resultObject' => [ + 'description' => 'Return result.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Signature' => [ + 'description' => 'Upload signature information.', + 'type' => 'string', + 'example' => '0lxQEWM0BqHd476JJE0fNXdS3UA=', + ], + 'Host' => [ + 'description' => 'Host address.', + 'type' => 'string', + 'example' => '192.168.34.191', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'Policy' => [ + 'description' => 'OSS security policy.', + 'type' => 'string', + 'example' => 'eyJleHBpcmF0aW9uIjoiMjAyNS0wNy0zMFQwNjowNTo0OS45NTRaIiwiY29uZGl0aW9ucyI6W1siY29udGVudC1sZW5ndGgtcmFuZ2UiLDAsMTA0ODU3NjAwMF0sWyJlcSIsIiRrZXkiLCJzYWZcL2RlXC9uYW1lbGlzdFwvZTkyNFwvdWZ6Z3NlZFg5Ymxxxxxxxxxxx', + ], + 'AccessId' => [ + 'description' => 'AccessKeyId for OSS file upload', + 'type' => 'string', + 'example' => 'LTAxxxxxxxxxxxx', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Key\\": \\"saf/de/namelist/e924/ufzgsedX9bd3a7\\",\\n \\"resultObject\\": true,\\n \\"Signature\\": \\"0lxQEWM0BqHd476JJE0fNXdS3UA=\\",\\n \\"Host\\": \\"192.168.34.191\\",\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"Policy\\": \\"eyJleHBpcmF0aW9uIjoiMjAyNS0wNy0zMFQwNjowNTo0OS45NTRaIiwiY29uZGl0aW9ucyI6W1siY29udGVudC1sZW5ndGgtcmFuZ2UiLDAsMTA0ODU3NjAwMF0sWyJlcSIsIiRrZXkiLCJzYWZcL2RlXC9uYW1lbGlzdFwvZTkyNFwvdWZ6Z3NlZFg5Ymxxxxxxxxxxx\\",\\n \\"AccessId\\": \\"LTAI5tE7sActovY6Hvpu5oTh\\"\\n}","type":"json"}]', + 'title' => 'Get File Upload Credentials', + 'translator' => 'machine', + ], + 'DescribeTagsList' => [ + 'summary' => 'Get Tag List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and responses, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Return object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Get Tag List', + 'translator' => 'machine', + ], + 'DescribeTemplateCount' => [ + 'summary' => 'Query Total Event Count', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'totalItem' => [ + 'description' => 'Total count.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '13', + ], + 'maxTotalItem' => [ + 'description' => 'Maximum count', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1000', + ], + 'limit' => [ + 'description' => 'Template quantity limit.', + 'type' => 'boolean', + 'example' => 'false', + ], + ], + ], + 'requestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'AE7E6105-7DEB-5125-9B24-DCBC139F6CD2', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"resultObject\\": {\\n \\"totalItem\\": 13,\\n \\"maxTotalItem\\": 1000,\\n \\"limit\\": false\\n },\\n \\"requestId\\": \\"AE7E6105-7DEB-5125-9B24-DCBC139F6CD2\\"\\n}","type":"json"}]', + 'title' => 'Query Total Event Count', + 'translator' => 'machine', + ], + 'DescribeScoreList' => [ + 'summary' => 'Score Distribution', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'abilityTreeCode' => '139868', + 'abilityTreeNodes' => [ + 'FEATUREsafT73ZWM', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Language type of the returned message. Values:'."\n" + ."\n" + .'- **zh** (default): Chinese'."\n" + .'- **en**: English', + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'Id', + 'in' => 'query', + 'schema' => [ + 'description' => 'Primary key ID.', + 'type' => 'string', + 'required' => false, + 'example' => '300126', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'ResultObject' => [ + 'description' => 'Return result.', + 'type' => 'string', + 'example' => 'true', + ], + 'Code' => [ + 'description' => 'Status code.', + 'type' => 'string', + 'example' => '200', + ], + 'HttpStatusCode' => [ + 'description' => 'HTTP status code.', + 'type' => 'string', + 'example' => '200', + ], + 'Message' => [ + 'description' => 'Return message.', + 'type' => 'string', + 'example' => 'success', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"ResultObject\\": \\"true\\",\\n \\"Code\\": \\"200\\",\\n \\"HttpStatusCode\\": \\"200\\",\\n \\"Message\\": \\"success\\"\\n}","type":"json"}]', + 'title' => 'Score Distribution', + 'translator' => 'machine', + ], + 'DescribeServiceCodeName' => [ + 'summary' => 'ServiceCodeName Information', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'abilityTreeCode' => '138839', + 'abilityTreeNodes' => [ + 'FEATUREsafT73ZWM', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'Tab', + 'in' => 'query', + 'schema' => [ + 'description' => 'Scenario.', + 'type' => 'string', + 'required' => false, + 'example' => 'FNAENIC', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'ResultObject' => [ + 'description' => 'Return result.', + 'type' => 'string', + 'example' => 'true', + ], + 'Code' => [ + 'description' => 'Status code.', + 'type' => 'string', + 'example' => '200', + ], + 'HttpStatusCode' => [ + 'description' => 'HTTP status code.', + 'type' => 'string', + 'example' => '200', + ], + 'Message' => [ + 'description' => 'Return message.', + 'type' => 'string', + 'example' => 'success', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"ResultObject\\": \\"true\\",\\n \\"Code\\": \\"200\\",\\n \\"HttpStatusCode\\": \\"200\\",\\n \\"Message\\": \\"success\\"\\n}","type":"json"}]', + 'title' => 'All Services', + 'translator' => 'machine', + ], + 'PocCreateTask' => [ + 'summary' => 'createTask', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + 'abilityTreeCode' => '158650', + 'abilityTreeNodes' => [ + 'FEATUREsafT73ZWM', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for request and response messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'Token', + 'in' => 'query', + 'schema' => [ + 'description' => 'Task token.', + 'type' => 'string', + 'required' => true, + 'example' => '68ce949aff6be7f1201eb2f9095ac95f', + ], + ], + [ + 'name' => 'DateFormat', + 'in' => 'query', + 'schema' => [ + 'description' => 'Date format', + 'type' => 'string', + 'required' => false, + 'example' => 'yyyyMMdd', + ], + ], + [ + 'name' => 'TaskName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Task name.', + 'type' => 'string', + 'required' => false, + 'example' => 'o32d1pktx4t', + ], + ], + [ + 'name' => 'RegId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'Data' => [ + 'description' => 'Task creation result', + 'type' => 'string', + 'example' => '{\'Values\': {\'status\': {\'value\': 4, \'label\': u\'\\u5904\\u7406\\u4e2d\'}, \'bbs_ticket\': True, \'description\': u\'[LV-ERROR ', + ], + 'Code' => [ + 'description' => 'Status code.', + 'type' => 'string', + 'example' => '200', + ], + 'HttpStatusCode' => [ + 'description' => 'HTTP status code', + 'type' => 'string', + 'example' => '200', + ], + 'Message' => [ + 'description' => 'Response message.', + 'type' => 'string', + 'example' => 'successful', + ], + 'Success' => [ + 'description' => 'Whether the task was successful. **true** indicates success, **false** indicates failure.', + 'type' => 'string', + 'example' => 'true', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"Data\\": \\"{\'Values\': {\'status\': {\'value\': 4, \'label\': u\'\\\\\\\\u5904\\\\\\\\u7406\\\\\\\\u4e2d\'}, \'bbs_ticket\': True, \'description\': u\'[LV-ERROR \\",\\n \\"Code\\": \\"200\\",\\n \\"HttpStatusCode\\": \\"200\\",\\n \\"Message\\": \\"successful\\",\\n \\"Success\\": \\"true\\"\\n}","type":"json"}]', + 'title' => 'Create POC Task', + 'translator' => 'machine', + ], + 'PocGetToken' => [ + 'summary' => 'getToken', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + 'abilityTreeCode' => '158648', + 'abilityTreeNodes' => [ + 'FEATUREsafT73ZWM', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'ServiceCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Service code.', + 'type' => 'string', + 'required' => true, + 'example' => 'alinlp', + ], + ], + [ + 'name' => 'RegId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'Data' => [ + 'description' => 'Returned data', + 'type' => 'string', + 'example' => 'true', + ], + 'Code' => [ + 'description' => 'Status code', + 'type' => 'string', + 'example' => '200', + ], + 'HttpStatusCode' => [ + 'description' => 'HTTP status code', + 'type' => 'string', + 'example' => '200', + ], + 'Message' => [ + 'description' => 'Return message', + 'type' => 'string', + 'example' => 'success', + ], + 'Success' => [ + 'description' => 'Whether the call was successful. true: Call succeeded. false: Call failed.', + 'type' => 'string', + 'example' => 'true', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"Data\\": \\"true\\",\\n \\"Code\\": \\"200\\",\\n \\"HttpStatusCode\\": \\"200\\",\\n \\"Message\\": \\"success\\",\\n \\"Success\\": \\"true\\"\\n}","type":"json"}]', + 'title' => 'Request Token', + 'translator' => 'machine', + ], + 'PocSendData' => [ + 'summary' => 'sendData', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + 'abilityTreeCode' => '158649', + 'abilityTreeNodes' => [ + 'FEATUREsafT73ZWM', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'Token', + 'in' => 'query', + 'schema' => [ + 'description' => 'Task token.', + 'type' => 'string', + 'required' => true, + 'example' => 'a471aa421752633438', + ], + ], + [ + 'name' => 'ParamsList', + 'in' => 'query', + 'schema' => [ + 'description' => 'Return parameters, in JSON format.', + 'type' => 'string', + 'required' => true, + 'example' => 'c222460c', + ], + ], + [ + 'name' => 'BatchNo', + 'in' => 'query', + 'schema' => [ + 'description' => 'Starting position for batch operations, starting from 0.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => 'd0', + ], + ], + [ + 'name' => 'RegId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'Data' => [ + 'description' => 'Returned data result.', + 'type' => 'string', + 'example' => 'true', + ], + 'Code' => [ + 'description' => 'API status code.', + 'type' => 'string', + 'example' => '200', + ], + 'HttpStatusCode' => [ + 'description' => 'HTTP status code.', + 'type' => 'string', + 'example' => '200', + ], + 'Message' => [ + 'description' => 'Return message.', + 'type' => 'string', + 'example' => 'success', + ], + 'Success' => [ + 'description' => 'Whether the operation was successful.', + 'type' => 'string', + 'example' => 'true', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"Data\\": \\"true\\",\\n \\"Code\\": \\"200\\",\\n \\"HttpStatusCode\\": \\"200\\",\\n \\"Message\\": \\"success\\",\\n \\"Success\\": \\"true\\"\\n}","type":"json"}]', + 'title' => 'Batch Upload', + 'translator' => 'machine', + ], + 'DescribeModelDetailsById' => [ + 'summary' => 'View Result', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'abilityTreeCode' => '156209', + 'abilityTreeNodes' => [ + 'FEATUREsafT73ZWM', + ], + ], + 'parameters' => [ + [ + 'name' => 'RegId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'ModelId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Model ID.', + 'type' => 'string', + 'required' => true, + 'example' => '20619', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'ResultObject' => [ + 'description' => 'Returned result information', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned result information', + 'type' => 'object', + 'properties' => [ + 'modelEffectEvaluation' => [ + 'description' => 'Model prediction result.', + 'type' => 'string', + 'example' => '{\\"AUC\\":0.9895246624946594,\\"Count\\":2489,\\"DecisionMark\\":[0.0,0.0010000000474974513,0.05287817938420348,0.0]}', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"ResultObject\\": [\\n {\\n \\"modelEffectEvaluation\\": \\"{\\\\\\\\\\\\\\"AUC\\\\\\\\\\\\\\":0.9895246624946594,\\\\\\\\\\\\\\"Count\\\\\\\\\\\\\\":2489,\\\\\\\\\\\\\\"DecisionMark\\\\\\\\\\\\\\":[0.0,0.0010000000474974513,0.05287817938420348,0.0]}\\"\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'View Details', + 'translator' => 'machine', + ], + 'CreateModel' => [ + 'summary' => 'Submit Task', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + 'abilityTreeCode' => '155724', + 'abilityTreeNodes' => [ + 'FEATUREsafT73ZWM', + ], + ], + 'parameters' => [ + [ + 'name' => 'RegId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'ModelName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Model name.', + 'type' => 'string', + 'required' => true, + 'example' => 'qwen-max', + ], + ], + [ + 'name' => 'ModelScene', + 'in' => 'query', + 'schema' => [ + 'description' => 'Model scenario.', + 'type' => 'string', + 'required' => true, + 'example' => 'saf_ai_account_abuse', + ], + ], + [ + 'name' => 'FilePath', + 'in' => 'query', + 'schema' => [ + 'description' => 'File path.', + 'type' => 'string', + 'required' => true, + 'example' => 'tempCache/ef2387dfb357ffe87925fd51d2b5305b/1665717035328/mockData.csv', + ], + ], + [ + 'name' => 'Counts', + 'in' => 'query', + 'schema' => [ + 'description' => 'Number of file rows.', + 'type' => 'string', + 'required' => true, + 'example' => '1000', + ], + ], + [ + 'name' => 'ParameterNum', + 'in' => 'query', + 'schema' => [ + 'description' => 'Number of file columns.', + 'type' => 'string', + 'required' => true, + 'example' => '10', + ], + ], + [ + 'name' => 'FileMD5', + 'in' => 'query', + 'schema' => [ + 'description' => 'File MD5 value.', + 'type' => 'string', + 'required' => true, + 'example' => 'VC6Sj3u138yfWHLxLl7dtA==', + ], + ], + [ + 'name' => 'BucId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Submitter ID.', + 'type' => 'string', + 'required' => true, + 'example' => 'WB01160353', + ], + ], + [ + 'name' => 'UserLocalFileName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Uploaded file name.', + 'type' => 'string', + 'required' => true, + 'example' => 'fileTest', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'ResultObject' => [ + 'description' => 'Result object.', + 'type' => 'boolean', + 'example' => 'True', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"ResultObject\\": true\\n}","type":"json"}]', + 'title' => 'Create Model', + 'translator' => 'machine', + ], + 'ModelNameIsDuplication' => [ + 'summary' => 'Is Model Name Duplicated', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + 'abilityTreeCode' => '155859', + 'abilityTreeNodes' => [ + 'FEATUREsafT73ZWM', + ], + ], + 'parameters' => [ + [ + 'name' => 'RegId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'ModelName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Model name.', + 'type' => 'string', + 'required' => true, + 'example' => 'text-embedding-v2', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'ResultObject' => [ + 'description' => 'Return result.', + 'type' => 'boolean', + 'example' => 'true', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"ResultObject\\": true\\n}","type":"json"}]', + 'title' => 'Is Model Name Duplicated', + 'translator' => 'machine', + ], + 'ModelIsUsing' => [ + 'summary' => 'Enable, Disable', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + 'abilityTreeCode' => '155843', + 'abilityTreeNodes' => [ + 'FEATUREsafT73ZWM', + ], + ], + 'parameters' => [ + [ + 'name' => 'RegId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'ModelId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Model ID.', + 'type' => 'string', + 'required' => true, + 'example' => '27269', + ], + ], + [ + 'name' => 'ModelName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Model name.', + 'type' => 'string', + 'required' => true, + 'example' => 'text-embedding-v1', + ], + ], + [ + 'name' => 'Status', + 'in' => 'query', + 'schema' => [ + 'description' => 'Model status.', + 'type' => 'string', + 'required' => true, + 'example' => 'Disabled', + ], + ], + [ + 'name' => 'ModelCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Model code.', + 'type' => 'string', + 'required' => true, + 'example' => 'ebgdsa', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'ResultObject' => [ + 'description' => 'Result object.', + 'type' => 'boolean', + 'example' => 'true', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"ResultObject\\": true\\n}","type":"json"}]', + 'title' => 'Enable/Disable', + 'translator' => 'machine', + ], + 'ModelFileUpload' => [ + 'summary' => 'File Upload', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + 'abilityTreeCode' => '155881', + 'abilityTreeNodes' => [ + 'FEATUREsafT73ZWM', + ], + ], + 'parameters' => [ + [ + 'name' => 'RegId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'ObjectName', + 'in' => 'query', + 'schema' => [ + 'description' => 'File name.', + 'type' => 'string', + 'required' => true, + 'example' => '2023-07-10/商品信息批量导出-20230710132028', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'ResultObject' => [ + 'description' => 'Return result.', + 'type' => 'boolean', + 'example' => 'true', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"ResultObject\\": true\\n}","type":"json"}]', + 'title' => 'File Upload Validation', + 'translator' => 'machine', + ], + 'ModelDelete' => [ + 'summary' => 'Delete', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + 'abilityTreeCode' => '155842', + 'abilityTreeNodes' => [ + 'FEATUREsafT73ZWM', + ], + ], + 'parameters' => [ + [ + 'name' => 'RegId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'ModelName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Model name.', + 'type' => 'string', + 'required' => true, + 'example' => 'qwen-max', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'ResultObject' => [ + 'description' => 'Deletion result.', + 'type' => 'boolean', + 'example' => 'true', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"ResultObject\\": true\\n}","type":"json"}]', + 'title' => 'Delete Model', + 'translator' => 'machine', + ], + 'DescribeListModel' => [ + 'summary' => 'Display of Model List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + 'abilityTreeCode' => '155392', + 'abilityTreeNodes' => [ + 'FEATUREsafT73ZWM', + ], + ], + 'parameters' => [ + [ + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Number of items per page.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'CurrentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'RegId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'ResultObject' => [ + 'description' => 'Returned data.', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned data.', + 'type' => 'object', + 'properties' => [ + 'modelId' => [ + 'description' => 'Unique identifier of the model in use.', + 'type' => 'string', + 'example' => 'qwen-plus', + ], + 'modelName' => [ + 'description' => 'Model name.', + 'type' => 'string', + 'example' => 'custom_model', + ], + 'modelScene' => [ + 'description' => 'Model scenario.', + 'type' => 'string', + 'example' => 'custom_scene', + ], + 'createTime' => [ + 'description' => 'Creation time.', + 'type' => 'string', + 'example' => '2025-05-07T02:26:01Z', + ], + 'updateTime' => [ + 'description' => 'Last update time of the model.', + 'type' => 'string', + 'example' => '2024-11-18T02:07:00Z', + ], + 'userId' => [ + 'description' => 'User ID.', + 'type' => 'string', + 'example' => '1806507582222226', + ], + 'bucId' => [ + 'description' => 'Uploader ID.', + 'type' => 'string', + 'example' => '011786', + ], + 'modelCode' => [ + 'description' => 'Model code.', + 'type' => 'string', + 'example' => 'code', + ], + 'modelStatus' => [ + 'description' => 'Model status, values: -**ENABLED**: Enabled-**DISABLED**: Disabled', + 'type' => 'string', + 'example' => 'ENABLED', + ], + 'taskId' => [ + 'description' => 'Task ID.', + 'type' => 'string', + 'example' => '0c8a3799-5ac8-434b-b255-e06edb35c05f', + ], + 'userLocalFileName' => [ + 'description' => 'File name.', + 'type' => 'string', + 'example' => 'saf-ai-1662519103706.csv', + ], + ], + ], + ], + 'TotalItem' => [ + 'description' => 'Total number of records.', + 'type' => 'string', + 'example' => '1', + ], + 'TotalPage' => [ + 'description' => 'Total number of pages.', + 'type' => 'string', + 'example' => '1', + ], + 'CurrentPage' => [ + 'description' => 'Current page number.', + 'type' => 'string', + 'example' => '1', + ], + 'PageSize' => [ + 'description' => 'Number of items per page.', + 'type' => 'string', + 'example' => '30', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"ResultObject\\": [\\n {\\n \\"modelId\\": \\"qwen-plus\\",\\n \\"modelName\\": \\"custom_model\\",\\n \\"modelScene\\": \\"custom_scene\\",\\n \\"createTime\\": \\"2025-05-07T02:26:01Z\\",\\n \\"updateTime\\": \\"2024-11-18T02:07:00Z\\",\\n \\"userId\\": \\"1806507582222226\\",\\n \\"bucId\\": \\"011786\\",\\n \\"modelCode\\": \\"code\\",\\n \\"modelStatus\\": \\"ENABLED\\",\\n \\"taskId\\": \\"0c8a3799-5ac8-434b-b255-e06edb35c05f\\",\\n \\"userLocalFileName\\": \\"saf-ai-1662519103706.csv\\"\\n }\\n ],\\n \\"TotalItem\\": \\"1\\",\\n \\"TotalPage\\": \\"1\\",\\n \\"CurrentPage\\": \\"1\\",\\n \\"PageSize\\": \\"30\\"\\n}","type":"json"}]', + 'title' => 'Model Task List', + 'translator' => 'machine', + ], + 'ModelSampleDownload' => [ + 'summary' => 'Template Download', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + 'abilityTreeCode' => '155933', + 'abilityTreeNodes' => [ + 'FEATUREsafT73ZWM', + ], + ], + 'parameters' => [ + [ + 'name' => 'RegId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'ResultObject' => [ + 'description' => 'Request result.', + 'type' => 'boolean', + 'example' => 'true', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"ResultObject\\": true\\n}","type":"json"}]', + 'title' => 'Template Download', + 'translator' => 'machine', + ], + 'DescribeModelOssPolicy' => [ + 'summary' => 'Get File Upload Credentials', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'list', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'Key' => [ + 'description' => 'OSS access key secret.', + 'type' => 'string', + 'example' => 'saf/a/uid/ccc', + ], + 'resultObject' => [ + 'description' => 'Return result.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Signature' => [ + 'description' => 'Signature information.', + 'type' => 'string', + 'example' => 'tzl1wL4q8rR/xxxxxx', + ], + 'Host' => [ + 'description' => 'Address.', + 'type' => 'string', + 'example' => 'https://xxxxxxxx-xxxxxxx.aliyuncs.com', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'Policy' => [ + 'description' => 'The policy for user form upload, which is a base64-encoded string.', + 'type' => 'string', + 'example' => 'eyJleHBpxxxxxx', + ], + 'AccessId' => [ + 'description' => 'Access ID for OSS.', + 'type' => 'string', + 'example' => 'LTAxxxxxxxxxxxx', + ], + 'Message' => [ + 'description' => 'Error message.', + 'type' => 'string', + 'example' => 'success', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Key\\": \\"saf/a/uid/ccc\\",\\n \\"resultObject\\": true,\\n \\"Signature\\": \\"tzl1wL4q8rR/xxxxxx\\",\\n \\"Host\\": \\"https://saf-ai.oss-cn-shanghai.aliyuncs.com\\",\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"Policy\\": \\"eyJleHBpxxxxxx\\",\\n \\"AccessId\\": \\"LTAIpeYTKEbC0v10\\",\\n \\"Message\\": \\"success\\"\\n}","type":"json"}]', + 'title' => 'Model OSS Information', + 'translator' => 'machine', + ], + 'PocGetDownloadUrl' => [ + 'summary' => 'PocGetDownloadUrl', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '168985', + 'abilityTreeNodes' => [ + 'FEATUREsafT73ZWM', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'Token', + 'in' => 'query', + 'schema' => [ + 'description' => 'Task token.', + 'type' => 'string', + 'required' => false, + 'example' => 'd83221f51752805880', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Response schema', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'ID of the request', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'Data' => [ + 'description' => 'Data', + 'type' => 'string', + 'example' => '{\'searchResult\': [], \'searchTotalNum\': 0, \'searchTime\': 0.012349}', + ], + 'Code' => [ + 'description' => 'Status code.', + 'type' => 'string', + 'example' => '200', + ], + 'HttpStatusCode' => [ + 'description' => 'HTTP status code', + 'type' => 'string', + 'example' => '200', + ], + 'Message' => [ + 'description' => 'Response message', + 'type' => 'string', + 'example' => 'successful', + ], + 'Success' => [ + 'description' => 'Indicates whether the call was successful. true: Call succeeded. false: Call failed.', + 'type' => 'string', + 'example' => 'True', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"Data\\": \\"{\'searchResult\': [], \'searchTotalNum\': 0, \'searchTime\': 0.012349}\\",\\n \\"Code\\": \\"200\\",\\n \\"HttpStatusCode\\": \\"200\\",\\n \\"Message\\": \\"successful\\",\\n \\"Success\\": \\"True\\"\\n}","type":"json"}]', + 'title' => 'Get Download URL', + 'translator' => 'machine', + ], + 'DescribeRiskTagsLineChart' => [ + 'summary' => 'Tag Hit Rate Tag Hit Dimension', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'list', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for the request and response messages. Default value is **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'RegId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'EventCodes', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code', + 'type' => 'string', + 'required' => false, + 'example' => 'de_afghcf6411', + ], + ], + [ + 'name' => 'BeginTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'Start time of the query, in milliseconds (ms).', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1729563800605', + ], + ], + [ + 'name' => 'EndTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'End time, accurate to milliseconds (ms).', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1729563800605', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'Success' => [ + 'description' => 'Indicates whether the request was successful.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Code' => [ + 'description' => 'Status code. Note: 200 indicates success.', + 'type' => 'string', + 'example' => '200', + ], + 'Message' => [ + 'description' => 'Error message.', + 'type' => 'string', + 'example' => 'success', + ], + 'HttpStatusCode' => [ + 'description' => 'HTTP status code', + 'type' => 'string', + 'example' => '200', + ], + 'ResultObject' => [ + 'description' => 'Returned result information', + 'type' => 'object', + 'properties' => [ + 'Xaxis' => [ + 'description' => 'X-axis data of the chart', + 'type' => 'object', + 'properties' => [ + 'Data' => [ + 'description' => 'Data returned by the chart', + 'type' => 'array', + 'items' => [ + 'description' => 'X-axis data of the chart', + 'type' => 'string', + 'example' => '['."\n" + .' "2025-07-01",'."\n" + .' "2025-07-02",'."\n" + .' "2025-07-03",'."\n" + .' "2025-07-04",'."\n" + .' "2025-07-05",'."\n" + .' "2025-07-06",'."\n" + .' "2025-07-07",'."\n" + .' "2025-07-08",'."\n" + .' "2025-07-09",'."\n" + .' "2025-07-10"'."\n" + .' ]', + ], + ], + ], + ], + 'Series' => [ + 'description' => 'Chart data', + 'type' => 'array', + 'items' => [ + 'description' => 'Chart data', + 'type' => 'object', + 'properties' => [ + 'Name' => [ + 'description' => 'Name', + 'type' => 'string', + 'example' => 'rm0102', + ], + 'Data' => [ + 'description' => 'Data', + 'type' => 'number', + 'format' => 'float', + 'example' => '10', + 'default' => '0.0', + ], + ], + ], + ], + 'Total' => [ + 'description' => 'Total number of records.', + 'type' => 'array', + 'items' => [ + 'description' => 'Total count', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '4', + ], + ], + 'Percent' => [ + 'description' => 'Call percentage, represented as a decimal', + 'type' => 'array', + 'items' => [ + 'description' => 'Percentage, represented as a decimal', + 'type' => 'number', + 'format' => 'float', + 'example' => '0.5', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"Success\\": true,\\n \\"Code\\": \\"200\\",\\n \\"Message\\": \\"success\\",\\n \\"HttpStatusCode\\": \\"200\\",\\n \\"ResultObject\\": {\\n \\"Xaxis\\": {\\n \\"Data\\": [\\n \\"[\\\\n \\\\\\"2025-07-01\\\\\\",\\\\n \\\\\\"2025-07-02\\\\\\",\\\\n \\\\\\"2025-07-03\\\\\\",\\\\n \\\\\\"2025-07-04\\\\\\",\\\\n \\\\\\"2025-07-05\\\\\\",\\\\n \\\\\\"2025-07-06\\\\\\",\\\\n \\\\\\"2025-07-07\\\\\\",\\\\n \\\\\\"2025-07-08\\\\\\",\\\\n \\\\\\"2025-07-09\\\\\\",\\\\n \\\\\\"2025-07-10\\\\\\"\\\\n ]\\"\\n ]\\n },\\n \\"Series\\": [\\n {\\n \\"Name\\": \\"rm0102\\",\\n \\"Data\\": 10\\n }\\n ],\\n \\"Total\\": [\\n 4\\n ],\\n \\"Percent\\": [\\n 0.5\\n ]\\n }\\n}","type":"json"}]', + 'title' => 'Tag Hit Rate Tag Hit Dimension', + 'translator' => 'machine', + ], + 'ImportField' => [ + 'summary' => 'Batch Import', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'create', + 'abilityTreeCode' => '173080', + 'abilityTreeNodes' => [ + 'FEATUREsafWH3N80', + ], + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'FileUrl', + 'in' => 'query', + 'schema' => [ + 'description' => 'Attachment download URL.', + 'type' => 'string', + 'required' => true, + 'example' => 'filed/data/text.csv', + ], + ], + [ + 'name' => 'RegId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'Success' => [ + 'description' => 'Indicator of whether the request was successful.', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Code' => [ + 'description' => 'API status code.', + 'type' => 'string', + 'example' => '200', + ], + 'Message' => [ + 'description' => 'Error message.', + 'type' => 'string', + 'example' => 'successful', + ], + 'HttpStatusCode' => [ + 'description' => 'HTTP status code', + 'type' => 'string', + 'example' => '200', + ], + 'ResultObject' => [ + 'description' => 'Returned result', + 'type' => 'object', + 'properties' => [ + 'TotalNum' => [ + 'description' => 'Total number of records.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '7', + ], + 'SuccessNum' => [ + 'description' => 'Number of successful executions.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '7', + ], + 'FailFieldNames' => [ + 'description' => 'Names of fields that failed to upload', + 'type' => 'string', + 'example' => 'test', + ], + ], + ], + ], + ], + ], + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"Success\\": true,\\n \\"Code\\": \\"200\\",\\n \\"Message\\": \\"successful\\",\\n \\"HttpStatusCode\\": \\"200\\",\\n \\"ResultObject\\": {\\n \\"TotalNum\\": 7,\\n \\"SuccessNum\\": 7,\\n \\"FailFieldNames\\": \\"test\\"\\n }\\n}","type":"json"}]', + 'title' => 'Batch Import Fields', + 'translator' => 'machine', + ], + 'DescribeInitDig' => [ + 'summary' => 'Initialization Popup Information', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'systemTags' => [ + 'operationType' => 'get', + 'abilityTreeCode' => '193636', + 'abilityTreeNodes' => [ + 'FEATUREsafT73ZWM', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for request and response messages. Default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English', + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'RegId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'Type', + 'in' => 'query', + 'schema' => [ + 'description' => 'Data source type', + 'type' => 'string', + 'required' => true, + 'example' => 'SAF_CONSOLE', + ], + ], + ], + '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' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'ResultObject' => [ + 'description' => 'Returned result information', + 'type' => 'object', + 'properties' => [ + 'TipInfo' => [ + 'description' => 'Prompt information', + 'type' => 'string', + 'example' => '阿里云内部测试', + ], + ], + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"ResultObject\\": {\\n \\"TipInfo\\": \\"阿里云内部测试\\"\\n }\\n}","type":"json"}]', + 'title' => 'POC Popup Prompt Information', + 'description' => 'Add prompt information in BOPS, POC new page initialization popup prompts this information', + 'responseParamsDescription' => 'None', + 'extraInfo' => '无', + 'translator' => 'machine', + ], + 'CompareCopyRuleVariable' => [ + 'summary' => 'Policy Comparison', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English', + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'SourceRuleId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Original policy ruleId.', + 'type' => 'string', + 'required' => false, + 'example' => '102125', + ], + ], + [ + 'name' => 'SourceRuleIds', + 'in' => 'query', + 'schema' => [ + 'description' => 'Original policy ruleIds.', + 'type' => 'string', + 'required' => false, + 'example' => '102125,102129', + ], + ], + [ + 'name' => 'TargetEventCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Target event eventCode.', + 'type' => 'string', + 'required' => false, + 'example' => 'de_ajtshf1581', + ], + ], + [ + 'name' => 'RegId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'CreateType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Creation type', + 'type' => 'string', + 'required' => false, + 'example' => 'NORMAL', + ], + ], + ], + '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' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'ResultObject' => [ + 'description' => 'Result object.', + 'type' => 'object', + 'properties' => [ + 'EventVariableList' => [ + 'description' => 'Event field variables', + 'type' => 'array', + 'items' => [ + 'description' => 'Event field variables', + 'type' => 'object', + 'properties' => [ + 'Id' => [ + 'description' => 'Variable id', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '375', + ], + 'Name' => [ + 'description' => 'Variable name', + 'type' => 'string', + 'example' => 'age', + ], + 'Title' => [ + 'description' => 'Title', + 'type' => 'string', + 'example' => '年龄', + ], + 'Description' => [ + 'description' => 'Description', + 'type' => 'string', + 'example' => '描述', + ], + 'OutType' => [ + 'description' => 'Variable type', + 'type' => 'string', + 'example' => 'NATIVE', + ], + ], + ], + ], + 'NameListVariableList' => [ + 'description' => 'Name list variables', + 'type' => 'array', + 'items' => [ + 'description' => 'Name list variables', + 'type' => 'object', + 'properties' => [ + 'Id' => [ + 'description' => 'Variable id', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1987', + ], + 'Name' => [ + 'description' => 'Variable name', + 'type' => 'string', + 'example' => 'nl_UN8otElLb490', + ], + 'Title' => [ + 'description' => 'Title', + 'type' => 'string', + 'example' => '白名单', + ], + 'Description' => [ + 'description' => 'Description', + 'type' => 'string', + 'example' => '描述', + ], + 'OutType' => [ + 'description' => 'Variable type', + 'type' => 'string', + 'example' => 'NAME_LIST', + ], + ], + ], + ], + 'SystemVariableList' => [ + 'description' => 'System variable list', + 'type' => 'array', + 'items' => [ + 'description' => 'System variable list', + 'type' => 'object', + 'properties' => [ + 'Id' => [ + 'description' => 'Variable ID', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1003', + ], + 'Name' => [ + 'description' => 'Variable name', + 'type' => 'string', + 'example' => 'sl_S02sHLFT7818', + ], + 'Title' => [ + 'description' => 'Title', + 'type' => 'string', + 'example' => '根据ip地址得到评分'."\n", + ], + 'Description' => [ + 'description' => 'Description', + 'type' => 'string', + 'example' => '描述', + ], + 'OutType' => [ + 'description' => 'Variable type', + 'type' => 'string', + 'example' => 'SELF_BIND', + ], + ], + ], + ], + 'CustVariableList' => [ + 'description' => 'Cumulative variable list', + 'type' => 'array', + 'items' => [ + 'description' => 'Cumulative variable list', + 'type' => 'object', + 'properties' => [ + 'Id' => [ + 'description' => 'Variable ID', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1483', + ], + 'Name' => [ + 'description' => 'Variable name', + 'type' => 'string', + 'example' => 'dxkkLw8fe18', + ], + 'Title' => [ + 'description' => 'Title', + 'type' => 'string', + 'example' => '近1天账户登录设备数_bk4'."\n", + ], + 'Description' => [ + 'description' => 'Description', + 'type' => 'string', + 'example' => '描述', + ], + 'OutType' => [ + 'description' => 'Variable type', + 'type' => 'string', + 'example' => 'SELF_VELOCITY', + ], + ], + ], + ], + 'ExpressionVariableList' => [ + 'description' => 'Custom variable list', + 'type' => 'array', + 'items' => [ + 'description' => 'Custom variable list', + 'type' => 'object', + 'properties' => [ + 'Id' => [ + 'description' => 'Variable ID', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '2540', + ], + 'Name' => [ + 'description' => 'Variable name', + 'type' => 'string', + 'example' => 'ex_XheC9A382fe7', + ], + 'Title' => [ + 'description' => 'Title', + 'type' => 'string', + 'example' => '手机号前7位', + ], + 'Description' => [ + 'description' => 'Description', + 'type' => 'string', + 'example' => '描述', + ], + 'OutType' => [ + 'description' => 'Variable Type', + 'type' => 'string', + 'example' => 'EXPRESSION', + ], + ], + ], + ], + 'QueryExpressionVariableList' => [ + 'description' => 'Custom Query Variable List', + 'type' => 'array', + 'items' => [ + 'description' => 'Custom Query Variable List', + 'type' => 'object', + 'properties' => [ + 'Id' => [ + 'description' => 'Variable ID', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '217', + ], + 'Name' => [ + 'description' => 'Variable Name', + 'type' => 'string', + 'example' => 'ex_vcaoii1697', + ], + 'Title' => [ + 'description' => 'Title', + 'type' => 'string', + 'example' => '获取年龄', + ], + 'Description' => [ + 'description' => 'Description', + 'type' => 'string', + 'example' => '描述', + ], + 'OutType' => [ + 'description' => 'Variable Type', + 'type' => 'string', + 'example' => 'QUERY_EXPRESSION', + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"ResultObject\\": {\\n \\"EventVariableList\\": [\\n {\\n \\"Id\\": 375,\\n \\"Name\\": \\"age\\",\\n \\"Title\\": \\"年龄\\",\\n \\"Description\\": \\"描述\\",\\n \\"OutType\\": \\"NATIVE\\"\\n }\\n ],\\n \\"NameListVariableList\\": [\\n {\\n \\"Id\\": 1987,\\n \\"Name\\": \\"nl_UN8otElLb490\\",\\n \\"Title\\": \\"白名单\\",\\n \\"Description\\": \\"描述\\",\\n \\"OutType\\": \\"NAME_LIST\\"\\n }\\n ],\\n \\"SystemVariableList\\": [\\n {\\n \\"Id\\": 1003,\\n \\"Name\\": \\"sl_S02sHLFT7818\\",\\n \\"Title\\": \\"根据ip地址得到评分\\\\n\\",\\n \\"Description\\": \\"描述\\",\\n \\"OutType\\": \\"SELF_BIND\\"\\n }\\n ],\\n \\"CustVariableList\\": [\\n {\\n \\"Id\\": 1483,\\n \\"Name\\": \\"dxkkLw8fe18\\",\\n \\"Title\\": \\"近1天账户登录设备数_bk4\\\\n\\",\\n \\"Description\\": \\"描述\\",\\n \\"OutType\\": \\"SELF_VELOCITY\\"\\n }\\n ],\\n \\"ExpressionVariableList\\": [\\n {\\n \\"Id\\": 2540,\\n \\"Name\\": \\"ex_XheC9A382fe7\\",\\n \\"Title\\": \\"手机号前7位\\",\\n \\"Description\\": \\"描述\\",\\n \\"OutType\\": \\"EXPRESSION\\"\\n }\\n ],\\n \\"QueryExpressionVariableList\\": [\\n {\\n \\"Id\\": 217,\\n \\"Name\\": \\"ex_vcaoii1697\\",\\n \\"Title\\": \\"获取年龄\\",\\n \\"Description\\": \\"描述\\",\\n \\"OutType\\": \\"QUERY_EXPRESSION\\"\\n }\\n ]\\n }\\n}","type":"json"}]', + 'title' => 'Policy Replication Comparison', + 'translator' => 'machine', + ], + 'DeepCopyRule' => [ + 'summary' => 'Policy Replication', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'SourceRuleId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Source policy ID', + 'type' => 'string', + 'required' => false, + 'example' => '102125', + ], + ], + [ + 'name' => 'SourceRuleIds', + 'in' => 'query', + 'schema' => [ + 'description' => 'Target policy ID', + 'type' => 'string', + 'required' => false, + 'example' => '102125,102129', + ], + ], + [ + 'name' => 'TargetEventCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Target event', + 'type' => 'string', + 'required' => false, + 'example' => 'de_ajtshf1581', + ], + ], + [ + 'name' => 'TargetEventName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Target event name', + 'type' => 'string', + 'required' => false, + 'example' => '目标事件名称', + ], + ], + [ + 'name' => 'ExpressionVariableInfo', + 'in' => 'query', + 'schema' => [ + 'description' => 'Custom variables to be added', + 'type' => 'string', + 'required' => false, + 'example' => '[{"id":"ex_2wxZPcxg3a03","title":"新标题"}]', + ], + ], + [ + 'name' => 'QueryExpressionVariableInfo', + 'in' => 'query', + 'schema' => [ + 'description' => 'Custom query variables to be added', + 'type' => 'string', + 'required' => false, + 'example' => '[{"id":"ex_2wxZPcxg3a03","title":"新标题"}]', + ], + ], + [ + 'name' => 'CustWriteInfo', + 'in' => 'query', + 'schema' => [ + 'description' => 'Read cumulative variable', + 'type' => 'string', + 'required' => false, + 'example' => '[1234,2345]', + ], + ], + [ + 'name' => 'CustInsertInfo', + 'in' => 'query', + 'schema' => [ + 'description' => 'Newly added cumulative variable', + 'type' => 'string', + 'required' => false, + 'example' => '[{"id":"1288","title":"新标题"}]', + ], + ], + [ + 'name' => 'CreateType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Creation type', + 'type' => 'string', + 'required' => false, + 'example' => 'NORMAL', + ], + ], + [ + 'name' => 'RegId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'ResultObject' => [ + 'description' => 'Returned result information', + 'type' => 'object', + 'properties' => [ + 'RuleId' => [ + 'description' => 'Policy ID', + 'type' => 'string', + 'example' => '104556', + ], + 'ConsoleRuleId' => [ + 'description' => 'Primary key of the policy', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '2346', + ], + 'RuleVersionId' => [ + 'description' => 'Primary key of the policy version', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1135', + ], + 'BatchCopyFlag' => [ + 'description' => 'Whether to redirect to details', + 'type' => 'boolean', + 'example' => 'true', + ], + ], + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"ResultObject\\": {\\n \\"RuleId\\": \\"104556\\",\\n \\"ConsoleRuleId\\": 2346,\\n \\"RuleVersionId\\": 1135,\\n \\"BatchCopyFlag\\": true\\n }\\n}","type":"json"}]', + 'title' => 'Policy Replication', + 'translator' => 'machine', + ], + 'CheckCopyRuleVariable' => [ + 'summary' => 'Policy Replication Lineage Check', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'SourceRuleId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Source policy ID', + 'type' => 'string', + 'required' => false, + 'example' => '102125', + ], + ], + [ + 'name' => 'SourceRuleIds', + 'in' => 'query', + 'schema' => [ + 'description' => 'Source policy IDs', + 'type' => 'string', + 'required' => false, + 'example' => '02125,102129', + ], + ], + [ + 'name' => 'TargetEventCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Target event', + 'type' => 'string', + 'required' => false, + 'example' => 'de_ajtshf1581', + ], + ], + [ + 'name' => 'RegId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'CreateType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Creation type', + 'type' => 'string', + 'required' => false, + 'example' => 'NORMAL', + ], + ], + ], + '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' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'ResultObject' => [ + 'description' => 'Returned result information', + 'type' => 'object', + 'properties' => [ + 'Message' => [ + 'description' => 'Information.', + 'type' => 'array', + 'items' => [ + 'description' => 'Prompt information for the returned result.', + 'type' => 'object', + 'properties' => [ + 'Id' => [ + 'description' => 'Primary key ID of the variable', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '213', + ], + 'Name' => [ + 'description' => 'Name of the variable', + 'type' => 'string', + 'example' => 'age', + ], + 'Title' => [ + 'description' => 'Title of the variable', + 'type' => 'string', + 'example' => '年龄', + ], + 'Type' => [ + 'description' => 'Type of the variable', + 'type' => 'string', + 'example' => 'NATIVE', + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"ResultObject\\": {\\n \\"Message\\": [\\n {\\n \\"Id\\": 213,\\n \\"Name\\": \\"age\\",\\n \\"Title\\": \\"年龄\\",\\n \\"Type\\": \\"NATIVE\\"\\n }\\n ]\\n }\\n}","type":"json"}]', + 'title' => 'Check if Copied', + 'translator' => 'machine', + ], + 'AddSampleDataByCsv' => [ + 'summary' => 'Add Sample Data via CSV', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English', + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'sampleBatchUuid', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sample UUID.', + 'type' => 'string', + 'required' => false, + 'example' => '1806507582222226_saf_sample_split_coupon_abuse_saf_sample_split_mobile_saf_sample_split_pass', + ], + ], + [ + 'name' => 'ossFileName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Uploaded OSS address.', + 'type' => 'string', + 'required' => false, + 'example' => 'saf/path/test.csv', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Add Sample Data via CSV', + 'translator' => 'machine', + ], + 'DeleteSampleBatchMeta' => [ + 'summary' => 'Sample Deletion', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'write', + 'systemTags' => [ + 'operationType' => 'delete', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'batchUuid', + 'in' => 'query', + 'schema' => [ + 'description' => 'UUID.', + 'type' => 'string', + 'required' => false, + 'example' => 'jigaklba83ka', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Response Schema', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'ID of the request', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Sample Deletion', + 'translator' => 'machine', + ], + 'DescribeSampleDataByBatchUUidPage' => [ + 'summary' => 'Sample List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'dataValue', + 'in' => 'query', + 'schema' => [ + 'description' => 'Content of the list entered in the text box', + 'type' => 'string', + 'required' => false, + 'example' => '1770000000,1770000001', + ], + ], + [ + 'name' => 'updateBeginTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'Start time', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '1724986526000', + ], + ], + [ + 'name' => 'updateEndTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'End time', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '1724986526000', + ], + ], + [ + 'name' => 'currentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size, default value is 10', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'batchUuid', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sample batch UUID', + 'type' => 'string', + 'required' => false, + 'example' => '203f1ae65c0a41a49dc4f8a47946caa2', + ], + ], + ], + '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' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'totalItem' => [ + 'description' => 'Total number of items', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '6', + ], + 'totalPage' => [ + 'description' => 'Total number of pages.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'pageSize' => [ + 'description' => 'Page size, default value is 10', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'currentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'uuid' => [ + 'description' => 'Sample batch UUID', + 'type' => 'string', + 'example' => '203f1ae65c0a41a49dc4f8a47946caa2', + ], + 'gmtCreate' => [ + 'description' => 'Creation time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1621578648000', + ], + 'gmtModified' => [ + 'description' => 'Modification time', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1565701886000', + ], + 'batchName' => [ + 'description' => 'Sample batch name', + 'type' => 'string', + 'example' => '白样本', + ], + 'dataValue' => [ + 'description' => 'Data content', + 'type' => 'string', + 'example' => '177000001', + ], + 'lastSourceType' => [ + 'description' => 'Last source', + 'type' => 'string', + 'example' => 'Console-Text', + ], + 'version' => [ + 'description' => 'Version', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'dataTagType' => [ + 'description' => 'Sample type', + 'type' => 'string', + 'example' => 'pass', + ], + 'creator' => [ + 'description' => 'Creator', + 'type' => 'string', + 'example' => '1519714049632764', + ], + ], + ], + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"totalItem\\": 6,\\n \\"totalPage\\": 1,\\n \\"pageSize\\": 10,\\n \\"currentPage\\": 1,\\n \\"resultObject\\": [\\n {\\n \\"uuid\\": \\"203f1ae65c0a41a49dc4f8a47946caa2\\",\\n \\"gmtCreate\\": 1621578648000,\\n \\"gmtModified\\": 1565701886000,\\n \\"batchName\\": \\"白样本\\",\\n \\"dataValue\\": \\"177000001\\",\\n \\"lastSourceType\\": \\"Console-Text\\",\\n \\"version\\": 1,\\n \\"dataTagType\\": \\"pass\\",\\n \\"creator\\": \\"1519714049632764\\"\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Sample List', + 'translator' => 'machine', + ], + 'DownloadSmapleBatch' => [ + 'summary' => 'Sample List Data Download', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeCode' => '206061', + 'abilityTreeNodes' => [ + 'FEATUREsafT73ZWM', + ], + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English', + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'batchUuid', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sample batch UUID', + 'type' => 'string', + 'required' => false, + 'example' => '203f1ae65c0a41a49dc4f8a47946caa2', + ], + ], + ], + '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' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'fileDownloadURL' => [ + 'description' => 'Download URL', + 'type' => 'string', + 'example' => 'https://xxxxx-oss-xxxxx.xxxxxx.aliyuncs.com/xx/xx/xxx/xxxxxx.csv?Expires=1753433384&OSSAccessKeyId=xxxxxxxxx&Signature=%2F%xxxxxxxxxxxx%3D', + ], + ], + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'eventInfo' => [ + 'enable' => false, + 'eventNames' => [], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"resultObject\\": {\\n \\"fileDownloadURL\\": \\"https://xxxxx-oss-xxxxx.xxxxxx.aliyuncs.com/xx/xx/xxx/xxxxxx.csv?Expires=1753433384&OSSAccessKeyId=xxxxxxxxx&Signature=%2F%xxxxxxxxxxxx%3D\\"\\n }\\n}","type":"json"}]', + 'title' => 'Sample List Data Download', + 'translator' => 'machine', + ], + 'DescribeSampleDataPage' => [ + 'summary' => 'Sample List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'dataValue', + 'in' => 'query', + 'schema' => [ + 'description' => 'Content of the list entered in the text box', + 'type' => 'string', + 'required' => false, + 'example' => '1770000000', + ], + ], + [ + 'name' => 'updateBeginTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'Start time', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '1730429469000', + ], + ], + [ + 'name' => 'updateEndTime', + 'in' => 'query', + 'schema' => [ + 'description' => 'End time', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '1730429469000', + ], + ], + [ + 'name' => 'currentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size, default value is 10', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '10', + ], + ], + ], + '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' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'totalItem' => [ + 'description' => 'Total number of items', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '3', + ], + 'pageSize' => [ + 'description' => 'Number of items per page, default is 10.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'currentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'totalPage' => [ + 'description' => 'Total number of pages.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'uuid' => [ + 'description' => 'UUID of the sample batch', + 'type' => 'string', + 'example' => '48653f1372444c078f7b3d1c317d37dc', + ], + 'gmtCreate' => [ + 'description' => 'Creation time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1621578648000', + ], + 'gmtModified' => [ + 'description' => 'Modification time', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1565701886000', + ], + 'dataValue' => [ + 'description' => 'Content of the list entered in the text box', + 'type' => 'string', + 'example' => '1770000000', + ], + 'lastSourceType' => [ + 'description' => 'Last source', + 'type' => 'string', + 'example' => 'Console-Text', + ], + 'version' => [ + 'description' => 'Version number', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'dataTagType' => [ + 'description' => 'Sample type', + 'type' => 'string', + 'example' => 'pass', + ], + 'creator' => [ + 'description' => 'Creator', + 'type' => 'string', + 'example' => '1519714049632764', + ], + 'updator' => [ + 'description' => 'Modifier', + 'type' => 'string', + 'example' => '1519714049632764', + ], + ], + ], + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"totalItem\\": 3,\\n \\"pageSize\\": 10,\\n \\"currentPage\\": 1,\\n \\"totalPage\\": 1,\\n \\"resultObject\\": [\\n {\\n \\"uuid\\": \\"48653f1372444c078f7b3d1c317d37dc\\",\\n \\"gmtCreate\\": 1621578648000,\\n \\"gmtModified\\": 1565701886000,\\n \\"dataValue\\": \\"1770000000\\",\\n \\"lastSourceType\\": \\"Console-Text\\",\\n \\"version\\": 1,\\n \\"dataTagType\\": \\"pass\\",\\n \\"creator\\": \\"1519714049632764\\",\\n \\"updator\\": \\"1519714049632764\\"\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Sample List', + 'translator' => 'machine', + ], + 'DescribeSamplebatchPage' => [ + 'summary' => 'Sample Batch List', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'dataValue', + 'in' => 'query', + 'schema' => [ + 'description' => 'Content of the list entered in the text box', + 'type' => 'string', + 'required' => false, + 'example' => '1770000000', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size, with a default value of 10', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'currentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '1', + ], + ], + ], + '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' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'totalItem' => [ + 'description' => 'Total number of items', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '3', + ], + 'pageSize' => [ + 'description' => 'Page size, with a default value of 10', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'currentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'totalPage' => [ + 'description' => 'Total number of pages', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'uuid' => [ + 'description' => 'Sample batch UUID', + 'type' => 'string', + 'example' => '203f1ae65c0a41a49dc4f8a47946caa2', + ], + 'gmtCreate' => [ + 'description' => 'Creation time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1621578648000', + ], + 'gmtModified' => [ + 'description' => 'Modification time', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1565701886000', + ], + 'batchName' => [ + 'description' => 'Sample batch name', + 'type' => 'string', + 'example' => '白样本', + ], + 'description' => [ + 'description' => 'Description.', + 'type' => 'string', + 'example' => '描述', + ], + 'dataType' => [ + 'description' => 'Data type', + 'type' => 'string', + 'example' => 'mobile', + ], + 'sampleBatchType' => [ + 'description' => 'Specific type of the sample list', + 'type' => 'string', + 'example' => 'pass', + ], + 'updator' => [ + 'description' => 'Modifier', + 'type' => 'string', + 'example' => '1519714049632764', + ], + 'creator' => [ + 'description' => 'Creator.', + 'type' => 'string', + 'example' => '1519714049632764', + ], + 'initValidFileRow' => [ + 'description' => 'Valid sample content data', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '2', + ], + 'services' => [ + 'description' => 'Service ID', + 'type' => 'string', + 'example' => 'account_abuse', + ], + ], + ], + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"totalItem\\": 3,\\n \\"pageSize\\": 10,\\n \\"currentPage\\": 1,\\n \\"totalPage\\": 1,\\n \\"resultObject\\": [\\n {\\n \\"uuid\\": \\"203f1ae65c0a41a49dc4f8a47946caa2\\",\\n \\"gmtCreate\\": 1621578648000,\\n \\"gmtModified\\": 1565701886000,\\n \\"batchName\\": \\"白样本\\",\\n \\"description\\": \\"描述\\",\\n \\"dataType\\": \\"mobile\\",\\n \\"sampleBatchType\\": \\"pass\\",\\n \\"updator\\": \\"1519714049632764\\",\\n \\"creator\\": \\"1519714049632764\\",\\n \\"initValidFileRow\\": 2,\\n \\"services\\": \\"account_abuse\\"\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Sample Batch List', + 'translator' => 'machine', + ], + 'BatchDeleteSampleData' => [ + 'summary' => 'Batch Delete Sample List Data', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Language of the error message returned by the interface. Values: zh: Chinese; en: English. Default is en.', + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'uuids', + 'in' => 'query', + 'schema' => [ + 'description' => 'UUID.', + 'type' => 'string', + 'required' => false, + 'example' => '89cd3e44cd2f4a529fb020f3bab3ee1c', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Batch Delete Sample List Data', + 'translator' => 'machine', + ], + 'UploadFileCheck' => [ + 'summary' => 'Sample Inspection', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREsafY3PCXI', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English', + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'batchName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sample batch name', + 'type' => 'string', + 'required' => false, + 'example' => '白样本', + ], + ], + [ + 'name' => 'sampleTagType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sample type', + 'type' => 'string', + 'required' => false, + 'example' => '白名单', + ], + ], + [ + 'name' => 'dataType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Data type', + 'type' => 'string', + 'required' => false, + 'example' => 'mobile', + ], + ], + [ + 'name' => 'serviceList', + 'in' => 'query', + 'schema' => [ + 'description' => 'Service list', + 'type' => 'string', + 'required' => false, + 'example' => 'account_abuse', + ], + ], + [ + 'name' => 'ossFileName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Uploaded OSS address.', + 'type' => 'string', + 'required' => false, + 'example' => 'sample/94b4193d321c44b44ee92b19984000a0/样本测试01/0d8dbc6809834d51b1d88a42295c803e/1753865835166.csv', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Response schema', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'ID of the request', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'object', + 'properties' => [ + 'totalNumber' => [ + 'description' => 'Total number of rows', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '100', + ], + 'effectiveNumber' => [ + 'description' => 'Number of effective rows', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '100', + ], + 'resultList' => [ + 'description' => 'Valid sample data', + 'type' => 'array', + 'items' => [ + 'description' => 'Result set', + 'type' => 'string', + 'example' => '1770000001', + ], + ], + ], + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"resultObject\\": {\\n \\"totalNumber\\": 100,\\n \\"effectiveNumber\\": 100,\\n \\"resultList\\": [\\n \\"1770000001\\"\\n ]\\n }\\n}","type":"json"}]', + 'title' => 'Sample Inspection', + 'translator' => 'machine', + ], + 'AddSampleDataByText' => [ + 'summary' => 'Add list data through a text box for samples', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'sampleBatchUuid', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sample UUID.', + 'type' => 'string', + 'required' => false, + 'example' => '1806507582222226'."\n" + .'_saf_sample_split_coupon_abuse_saf_sample_split_mobile_saf_sample_split_pass', + ], + ], + [ + 'name' => 'dataValue', + 'in' => 'query', + 'schema' => [ + 'description' => 'List data.', + 'type' => 'string', + 'required' => false, + 'example' => 'testA \\n testB', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Response Schema', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Add Sample Data via TEXT', + 'translator' => 'machine', + ], + 'DescribeSampleBatchOssPolicy' => [ + 'summary' => 'Get File Upload Credentials', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'systemTags' => [ + 'operationType' => 'list', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREsafY3PCXI', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Set the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'batchName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sample batch name', + 'type' => 'string', + 'required' => false, + 'example' => '白样本', + ], + ], + ], + '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' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'AccessId' => [ + 'description' => 'OSS Access ID', + 'type' => 'string', + 'example' => 'LTAxxxxxxxxxxxx', + ], + 'Signature' => [ + 'description' => 'OSS Signature', + 'type' => 'string', + 'example' => 'PoAUQ//RusJJFIvCrn36O3+mM/U=', + ], + 'Host' => [ + 'description' => 'OSS Domain', + 'type' => 'string', + 'example' => '172.25.126.234', + ], + 'Key' => [ + 'description' => 'Key required for file upload.', + 'type' => 'string', + 'example' => 'saf/de/namelist/e924/ufzgsedX9bd3a7', + ], + 'Policy' => [ + 'description' => 'OSS Security Policy', + 'type' => 'string', + 'example' => 'eyJleHBpcmF0aW9uIjoiMjAyNS0wNy0zMFQwNjowNTo0OS45NTRaIiwiY29uZGl0aW9ucyI6W1siY29udGVudC1sZW5ndGgtcmFuZ2UiLDAsMTA0ODU3NjAwMF0sWyJlcSIsIiRrZXkiLCJzYWZcL2RlXC9uYW1lbGlzdFwvZTkyNFwvdWZ6Z3NlZFg5Ymxxxxxxxxxxx', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"AccessId\\": \\"LTAI5tE7sActovY6Hvpu5oTh\\",\\n \\"Signature\\": \\"PoAUQ//RusJJFIvCrn36O3+mM/U=\\",\\n \\"Host\\": \\"172.25.126.234\\",\\n \\"Key\\": \\"saf/de/namelist/e924/ufzgsedX9bd3a7\\",\\n \\"Policy\\": \\"eyJleHBpcmF0aW9uIjoiMjAyNS0wNy0zMFQwNjowNTo0OS45NTRaIiwiY29uZGl0aW9ucyI6W1siY29udGVudC1sZW5ndGgtcmFuZ2UiLDAsMTA0ODU3NjAwMF0sWyJlcSIsIiRrZXkiLCJzYWZcL2RlXC9uYW1lbGlzdFwvZTkyNFwvdWZ6Z3NlZFg5Ymxxxxxxxxxxx\\"\\n}","type":"json"}]', + 'title' => 'Get File Upload Credentials', + 'translator' => 'machine', + ], + 'CreateSampleBatch' => [ + 'summary' => 'Create Sample Batch', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'systemTags' => [ + 'operationType' => 'create', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English', + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'batchName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sample batch name', + 'type' => 'string', + 'required' => false, + 'example' => '白样本', + ], + ], + [ + 'name' => 'sampleBatchType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Specific type of sample list', + 'type' => 'string', + 'required' => false, + 'example' => '白名单', + ], + ], + [ + 'name' => 'dataType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Data type', + 'type' => 'string', + 'required' => false, + 'example' => 'mobile', + ], + ], + [ + 'name' => 'serviceList', + 'in' => 'query', + 'schema' => [ + 'description' => 'Service list', + 'type' => 'string', + 'required' => false, + 'example' => 'account_takeover', + ], + ], + [ + 'name' => 'ossFileName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Uploaded OSS address.', + 'type' => 'string', + 'required' => false, + 'example' => 'sample/94b4193d321c44b44ee92b19984000a0/样本测试01/0d8dbc6809834d51b1d88a42295c803e/1753865835166.csv', + ], + ], + [ + 'name' => 'dataValue', + 'in' => 'query', + 'schema' => [ + 'description' => 'Content of the list entered in the text box', + 'type' => 'string', + 'required' => false, + 'example' => '1770000000,1770000001', + ], + ], + [ + 'name' => 'description', + 'in' => 'query', + 'schema' => [ + 'description' => 'Description information.', + 'type' => 'string', + 'required' => false, + 'example' => '描述', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Response schema', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'ID of the request', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\"\\n}","type":"json"}]', + 'title' => 'Create Sample Batch', + 'translator' => 'machine', + ], + 'DeleteSelfBindVariable' => [ + 'summary' => 'Delete Custom System Variable', + 'path' => '', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'update', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREsafXYIHRP', + ], + 'tenantRelevance' => 'tenant', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English', + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'id', + 'in' => 'query', + 'schema' => [ + 'description' => 'Variable ID', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '3144', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Response Schema', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'ID of the request', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'boolean', + 'example' => 'true', + ], + ], + ], + ], + ], + 'errorCodes' => [ + 400 => [ + [ + 'errorCode' => '1230', + 'errorMessage' => 'variable is used.', + ], + ], + 500 => [ + [ + 'errorCode' => '1101', + 'errorMessage' => 'system error', + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"resultObject\\": true\\n}","type":"json"}]', + 'title' => 'Delete Custom System Variable', + 'translator' => 'machine', + ], + 'ListVariableDefine' => [ + 'summary' => 'Query Variable Definition', + 'path' => '', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREsafBCGX2Z', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English', + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'scenesStr', + 'in' => 'query', + 'schema' => [ + 'description' => 'Scenario', + 'type' => 'string', + 'required' => false, + 'example' => '[\\"EVENT_ACTION\\"]', + ], + ], + [ + 'name' => 'currentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size, default value is 10', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'queryContent', + 'in' => 'query', + 'schema' => [ + 'description' => 'Query content', + 'type' => 'string', + 'required' => false, + 'example' => 'age', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'chargingMode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Charging mode', + 'type' => 'string', + 'required' => false, + 'example' => 'FREE', + ], + ], + [ + 'name' => 'title', + 'in' => 'query', + 'schema' => [ + 'description' => 'Title.', + 'type' => 'string', + 'required' => false, + 'example' => '变量的title', + ], + ], + [ + 'name' => 'source', + 'in' => 'query', + 'schema' => [ + 'description' => 'Source', + 'type' => 'string', + 'required' => false, + 'example' => 'SAF', + ], + ], + [ + 'name' => 'paging', + 'in' => 'query', + 'schema' => [ + 'description' => 'Paging identifier', + 'type' => 'string', + 'required' => false, + 'example' => 'false', + ], + ], + [ + 'name' => 'typesStr', + 'in' => 'query', + 'schema' => [ + 'description' => 'Type', + 'type' => 'string', + 'required' => false, + 'example' => '[\\"IDENTIFY_SERVICE\\"]'."\n", + ], + ], + [ + 'name' => 'allowBind', + 'in' => 'query', + 'schema' => [ + 'description' => 'Whether binding is allowed, default is ENABLE', + 'type' => 'string', + 'required' => false, + 'example' => 'ENABLE', + ], + ], + [ + 'name' => 'status', + 'in' => 'query', + 'schema' => [ + 'description' => 'Status.', + 'type' => 'string', + 'required' => false, + 'example' => 'ENABLE', + ], + ], + [ + 'name' => 'roleType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Authorization type', + 'type' => 'string', + 'required' => false, + 'example' => '1', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'totalItem' => [ + 'description' => 'Total items', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '27', + ], + 'resultObject' => [ + 'description' => 'Returned object', + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'Request ID', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'totalPage' => [ + 'description' => 'Total pages.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '4', + ], + 'pageSize' => [ + 'description' => 'Page size, default value is 10', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'currentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"totalItem\\": 27,\\n \\"resultObject\\": true,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"totalPage\\": 4,\\n \\"pageSize\\": 10,\\n \\"currentPage\\": 1\\n}","type":"json"}]', + 'title' => 'Query Variable Definition', + 'translator' => 'machine', + ], + 'DeleteEventField' => [ + 'summary' => 'Delete Event Field', + 'path' => '', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'update', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREsafWH3N80', + ], + 'tenantRelevance' => 'tenant', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'eventCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Event code', + 'type' => 'string', + 'required' => false, + 'example' => 'de_awukck7117', + ], + ], + [ + 'name' => 'fieldName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Field name', + 'type' => 'string', + 'required' => false, + 'example' => 'age', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region ID', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Response schema', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'ID of the request', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'resuleObject' => [ + 'description' => 'Result object', + 'type' => 'boolean', + 'example' => 'true', + ], + ], + ], + ], + ], + 'errorCodes' => [ + 400 => [ + [ + 'errorCode' => '1230', + 'errorMessage' => 'variable is used.', + ], + [ + 'errorCode' => '1403', + 'errorMessage' => 'user no data power', + ], + ], + 500 => [ + [ + 'errorCode' => '1101', + 'errorMessage' => 'system error', + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"resuleObject\\": true\\n}","type":"json"}]', + 'title' => 'Delete Event Field', + 'translator' => 'machine', + ], + 'DescribeOperationLogMonitoring' => [ + 'summary' => 'Query Operation Log Monitoring Statistics', + 'path' => '', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREsafXYIHRP', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Language type of the returned message. Values:'."\n" + ."\n" + .'- **zh** (default): Chinese'."\n" + .'- **en**: English', + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'startDate', + 'in' => 'query', + 'schema' => [ + 'description' => 'Start date (in yyyy-MM-dd format, and the interval from the current date cannot exceed 90 days)', + 'type' => 'string', + 'required' => false, + 'example' => '2025-07-19', + ], + ], + [ + 'name' => 'endDate', + 'in' => 'query', + 'schema' => [ + 'description' => 'End date (in yyyy-MM-dd format, and the interval from the start date cannot exceed 90 days)', + 'type' => 'string', + 'required' => false, + 'example' => '2025-07-30', + ], + ], + [ + 'name' => 'userNameSearch', + 'in' => 'query', + 'schema' => [ + 'description' => 'Operator.', + 'type' => 'string', + 'required' => false, + 'example' => 'root', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'resultObject' => [ + 'description' => 'Returned object.', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned object.', + 'type' => 'object', + 'properties' => [ + 'dateGrouped' => [ + 'description' => 'Time axis slice.', + 'type' => 'string', + 'example' => '2025-07-19', + ], + 'totalCount' => [ + 'description' => 'Total count.', + 'type' => 'string', + 'example' => '2', + ], + ], + ], + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"resultObject\\": [\\n {\\n \\"dateGrouped\\": \\"2025-07-19\\",\\n \\"totalCount\\": \\"2\\"\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'Query Operation Log Monitoring Statistics', + 'translator' => 'machine', + ], + 'DescribeVersionPageList' => [ + 'summary' => 'Variable Version List Query', + 'path' => '', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'list', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREsafXYIHRP', + ], + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for the request and response messages, with a default value of **zh**. Values: '."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'currentPage', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Number of items per page, with a default value of 10.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'objectId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Primary key ID of the variable.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '392023', + ], + ], + [ + 'name' => 'objectCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Name of the variable.', + 'type' => 'string', + 'required' => false, + 'example' => 'ex_OERlw0Zqfb23', + ], + ], + [ + 'name' => 'type', + 'in' => 'query', + 'schema' => [ + 'description' => 'Type.', + 'type' => 'string', + 'required' => false, + 'example' => 'EXPRESSION', + ], + ], + [ + 'name' => 'paging', + 'in' => 'query', + 'schema' => [ + 'description' => 'Pagination flag, with a default value of true.', + 'type' => 'boolean', + 'required' => false, + 'example' => 'true', + ], + ], + [ + 'name' => 'MaxResults', + 'in' => 'query', + 'schema' => [ + 'description' => 'Maximum number of results to be read in this call, with a default value of 10.', + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'NextToken', + 'in' => 'query', + 'schema' => [ + 'description' => 'Used to mark the starting position for reading. An empty value indicates starting from the beginning.', + 'type' => 'string', + 'required' => false, + 'example' => '1', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'totalItem' => [ + 'description' => 'Total number of items.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'pageSize' => [ + 'description' => 'Number of items per page, with a default value of 10.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'RequestId' => [ + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'currentPage' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'totalPage' => [ + 'description' => 'Total number of pages.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'resultObject' => [ + 'description' => 'Returned object.', + 'type' => 'array', + 'items' => [ + 'description' => 'Returned object.', + 'type' => 'object', + 'properties' => [ + 'gmtModified' => [ + 'description' => 'Modification time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1565701886000', + ], + 'creator' => [ + 'description' => 'Creator.', + 'type' => 'string', + 'example' => 'root', + ], + 'objectCode' => [ + 'description' => 'Name of the variable.', + 'type' => 'string', + 'example' => 'ex_OERlw0Zqfb23', + ], + 'modifier' => [ + 'title' => '数据状态', + 'description' => 'Modifier.', + 'type' => 'string', + 'example' => 'root', + ], + 'description' => [ + 'description' => 'Variable description.', + 'type' => 'string', + 'example' => '变量描述', + ], + 'gmtCreate' => [ + 'description' => 'Creation time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1621578648000', + ], + 'type' => [ + 'description' => 'Variable type.', + 'type' => 'string', + 'example' => 'EXPRESSION', + ], + 'userId' => [ + 'description' => 'User UID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '151222222222226', + ], + 'version' => [ + 'description' => 'Version number.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1', + ], + 'content' => [ + 'description' => 'Change content.', + 'type' => 'string', + 'example' => '{\\"description\\":\\"自定义变量\\",\\"expression\\":\\"1\\",\\"expressionTitle\\":\\"1\\",\\"expressionVariable\\":\\"\\",\\"fieldRank\\":0,\\"id\\":392023,\\"name\\":\\"ex_OERlw0Zqfb23\\",\\"outlier\\":\\"SYS_ERROR\\",\\"outputs\\":\\"STRING\\",\\"refObjId\\":\\"de_auevox0336\\",\\"region\\":\\"SH\\",\\"title\\":\\"自定义变量\\",\\"version\\":4}', + ], + 'id' => [ + 'description' => 'Primary key ID of the version.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '808', + ], + 'region' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'example' => 'cn-hangzhou', + ], + 'objectId' => [ + 'description' => 'Primary key ID of the variable.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '392023', + ], + ], + ], + ], + 'MaxResults' => [ + 'description' => 'The maximum amount of data to be read in this call, with a default value of 10.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'NextToken' => [ + 'description' => '用来表示当前调用返回读取到的位置。空代表数据已经读取完毕。', + 'type' => 'string', + 'example' => '1', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"totalItem\\": 10,\\n \\"pageSize\\": 10,\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"currentPage\\": 1,\\n \\"totalPage\\": 1,\\n \\"resultObject\\": [\\n {\\n \\"gmtModified\\": 1565701886000,\\n \\"creator\\": \\"root\\",\\n \\"objectCode\\": \\"ex_OERlw0Zqfb23\\",\\n \\"modifier\\": \\"root\\",\\n \\"description\\": \\"变量描述\\",\\n \\"gmtCreate\\": 1621578648000,\\n \\"type\\": \\"EXPRESSION\\",\\n \\"userId\\": 151222222222226,\\n \\"version\\": 1,\\n \\"content\\": \\"{\\\\\\\\\\\\\\"description\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"自定义变量\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"expression\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"expressionTitle\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"expressionVariable\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"fieldRank\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\"id\\\\\\\\\\\\\\":392023,\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ex_OERlw0Zqfb23\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"outlier\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SYS_ERROR\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"outputs\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"STRING\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"refObjId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"de_auevox0336\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"region\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SH\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"title\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"自定义变量\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"version\\\\\\\\\\\\\\":4}\\",\\n \\"id\\": 808,\\n \\"region\\": \\"cn-hangzhou\\",\\n \\"objectId\\": 392023\\n }\\n ],\\n \\"MaxResults\\": 10,\\n \\"NextToken\\": \\"1\\"\\n}","type":"json"}]', + 'title' => 'Variable Version List Query', + 'translator' => 'machine', + ], + 'CompareRule' => [ + 'summary' => 'Policy Comparison.', + 'path' => '', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREsafBCGX2Z', + ], + 'tenantRelevance' => 'tenant', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, with a default value of **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'ruleVersionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Primary key ID of the policy version.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '11519', + ], + ], + [ + 'name' => 'previousRuleVersionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Primary key ID of the previous policy version.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '11518', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'resultObject' => [ + 'description' => 'Returned object.', + 'type' => 'object', + 'properties' => [ + 'oldRule' => [ + 'description' => 'Old policy object.', + 'type' => 'object', + 'properties' => [ + 'memo' => [ + 'description' => 'Description.', + 'type' => 'string', + 'example' => '鸿蒙元服务_交费业务', + ], + 'ruleActionMap' => [ + 'description' => 'Returned rule action structure. Returned when the policy type is DEFAULT.', + 'type' => 'object', + 'example' => '{'."\n" + .' "TAG": "[{\\"code\\":\\"addDeTags\\",\\"inputs\\":[\\"test\\"],\\"description\\":\\"打标签\\",\\"type\\":\\"ACTION\\",\\"title\\":\\"打标签\\",\\"actionType\\":\\"TAG\\",\\"displayType\\":\\"ACTION\\",\\"sourceType\\":\\"SAF\\",\\"name\\":\\"__addDeTags__\\",\\"fieldType\\":\\"STRING\\"}]"'."\n" + .'}', + ], + 'version' => [ + 'description' => 'Version number.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '2', + ], + 'gmtCreate' => [ + 'description' => 'Creation time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1760670462000', + ], + 'ruleStatus' => [ + 'description' => 'Policy status.', + 'type' => 'string', + 'example' => 'RUNNING', + ], + 'ruleExpressions' => [ + 'description' => 'Policy expression. Returned when the policy type is DEFAULT.', + 'type' => 'string', + 'example' => '[{\\"expressionName\\":\\"设备token不为空\\",\\"itemId\\":1,\\"left\\":{\\"name\\":\\"deviceToken\\"},\\"operatorCode\\":\\"isNotEmptyWrapper\\",\\"operatorName\\":\\"不为空\\"}]', + ], + 'gmtModified' => [ + 'description' => 'Modification time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1760670462000', + ], + 'eventName' => [ + 'description' => 'Event name.', + 'type' => 'string', + 'example' => '注册_事件', + ], + 'ruleName' => [ + 'description' => 'Policy name.', + 'type' => 'string', + 'example' => '返回设备信息', + ], + 'logicExpression' => [ + 'description' => 'Execution logic of the policy expression.', + 'type' => 'string', + 'example' => '1&2', + ], + 'consoleRuleId' => [ + 'description' => 'Primary key ID of the policy.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '6760', + ], + 'ruleId' => [ + 'description' => 'Policy ID.', + 'type' => 'string', + 'example' => '101793', + ], + 'ruleVersionId' => [ + 'description' => 'Primary key ID of the policy version.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '11518', + ], + 'mainEventCode' => [ + 'description' => 'Main event code.', + 'type' => 'string', + 'example' => 'de_asssce8122', + ], + 'eventCode' => [ + 'description' => 'Event code.', + 'type' => 'string', + 'example' => 'de_asssce8122', + ], + 'ruleActions' => [ + 'description' => 'Policy execution output actions. Returned when the policy type is DEFAULT.', + 'type' => 'string', + 'example' => '['."\n" + .' {'."\n" + .' "actionType": "TAG",'."\n" + .' "code": "addDeTags",'."\n" + .' "description": "打标签",'."\n" + .' "displayType": "ACTION",'."\n" + .' "fieldType": "STRING",'."\n" + .' "inputs": ['."\n" + .' "test"'."\n" + .' ],'."\n" + .' "name": "__addDeTags__",'."\n" + .' "sourceType": "SAF",'."\n" + .' "title": "打标签",'."\n" + .' "type": "ACTION"'."\n" + .' }'."\n" + .']', + ], + 'ruleBody' => [ + 'description' => 'DSL policy execution logic. Returned when the policy type is DSL.', + 'type' => 'string', + 'example' => '{'."\n" + .' "elseStatement": {'."\n" + ."\n" + .' },'."\n" + .' "ifStatement": {'."\n" + .' "condition": {'."\n" + .' "currentId": 0,'."\n" + .' "deepCount": 1,'."\n" + .' "list": ['."\n" + .' {'."\n" + .' "sequence": 1,'."\n" + .' "left": {'."\n" + .' "displayType": "NATIVE",'."\n" + .' "code": "ip",'."\n" + .' "functionCode": "",'."\n" + .' "functionName": "",'."\n" + .' "name": "ip",'."\n" + .' "description": "IP地址",'."\n" + .' "hasRightVariable": true,'."\n" + .' "title": "IP地址",'."\n" + .' "type": "NATIVE",'."\n" + .' "fieldType": "STRING"'."\n" + .' },'."\n" + .' "currentId": 0,'."\n" + .' "deepCount": 1,'."\n" + .' "right": {'."\n" + .' "name": "192.168.1.1",'."\n" + .' "rightVariableType": "constant"'."\n" + .' },'."\n" + .' "operatorCode": "equals",'."\n" + .' "operatorName": "等于",'."\n" + .' "parentId": 0'."\n" + .' }'."\n" + .' ],'."\n" + .' "relationship": "and",'."\n" + .' "parentId": 0'."\n" + .' },'."\n" + .' "then": ['."\n" + .' {'."\n" + .' "actionType": "TAG",'."\n" + .' "displayType": "ACTION",'."\n" + .' "code": "addDeTags",'."\n" + .' "sourceType": "SAF",'."\n" + .' "inputs": ['."\n" + .' "10"'."\n" + .' ],'."\n" + .' "name": "__addDeTags__",'."\n" + .' "description": "打标签",'."\n" + .' "outputType": "const",'."\n" + .' "title": "打标签",'."\n" + .' "type": "ACTION",'."\n" + .' "fieldType": "STRING"'."\n" + .' }'."\n" + .' ],'."\n" + .' "expressions": ['."\n" + .' {'."\n" + .' "itemId": 1,'."\n" + .' "left": {'."\n" + .' "displayType": "NATIVE",'."\n" + .' "code": "ip",'."\n" + .' "functionCode": "",'."\n" + .' "functionName": "",'."\n" + .' "name": "ip",'."\n" + .' "description": "IP地址",'."\n" + .' "hasRightVariable": true,'."\n" + .' "title": "IP地址",'."\n" + .' "type": "NATIVE",'."\n" + .' "fieldType": "STRING"'."\n" + .' },'."\n" + .' "expressionName": "IP地址 等于 192.168.1.1",'."\n" + .' "rightValue": "192.168.1.1",'."\n" + .' "right": {'."\n" + .' "name": "192.168.1.1",'."\n" + .' "fieldValue": "192.168.1.1"'."\n" + .' },'."\n" + .' "operatorCode": "equals",'."\n" + .' "operatorName": "等于"'."\n" + .' }'."\n" + .' ]'."\n" + .' },'."\n" + .' "elseIfStatement": ['."\n" + ."\n" + .' ]'."\n" + .'}', + ], + 'ruleType' => [ + 'description' => 'Policy type.', + 'type' => 'string', + 'example' => 'DSL', + ], + 'ruleAuthType' => [ + 'description' => 'Policy authorization type.', + 'type' => 'string', + 'example' => 'NORMAL', + ], + 'createType' => [ + 'description' => 'Creation type.', + 'type' => 'string', + 'example' => 'NORMAL', + ], + 'authType' => [ + 'description' => 'Authorization type.', + 'type' => 'string', + 'example' => 'all', + ], + 'auditId' => [ + 'description' => 'Audit ID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '257', + ], + 'userId' => [ + 'description' => 'User UID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '151222xxxxxxxxx', + ], + ], + ], + 'newRule' => [ + 'description' => 'New policy object.', + 'type' => 'object', + 'properties' => [ + 'memo' => [ + 'description' => 'Memo.', + 'type' => 'string', + 'example' => '鸿蒙元服务_交费业务', + ], + 'ruleActionMap' => [ + 'description' => 'Returned rule action structure. Returned when the policy type is DEFAULT.', + 'type' => 'object', + 'example' => '{'."\n" + .' "TAG": "[{\\"code\\":\\"addDeTags\\",\\"inputs\\":[\\"test\\"],\\"description\\":\\"打标签\\",\\"type\\":\\"ACTION\\",\\"title\\":\\"打标签\\",\\"actionType\\":\\"TAG\\",\\"displayType\\":\\"ACTION\\",\\"sourceType\\":\\"SAF\\",\\"name\\":\\"__addDeTags__\\",\\"fieldType\\":\\"STRING\\"}]"'."\n" + .'}', + ], + 'version' => [ + 'description' => 'Version number.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '3', + ], + 'gmtCreate' => [ + 'description' => 'Creation time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1760670462000', + ], + 'ruleStatus' => [ + 'description' => 'Policy status.', + 'type' => 'string', + 'example' => 'DRAFT', + ], + 'ruleExpressions' => [ + 'description' => 'Policy expressions. Returned when the policy type is DEFAULT.', + 'type' => 'string', + 'example' => '[{\\"expressionName\\":\\"设备token不为空\\",\\"itemId\\":1,\\"left\\":{\\"name\\":\\"deviceToken\\"},\\"operatorCode\\":\\"isNotEmptyWrapper\\",\\"operatorName\\":\\"不为空\\"}]', + ], + 'gmtModified' => [ + 'description' => 'Modification time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1761196952000', + ], + 'eventName' => [ + 'description' => 'Event name.', + 'type' => 'string', + 'example' => '注册_事件'."\n", + ], + 'ruleName' => [ + 'description' => 'Rule name.', + 'type' => 'string', + 'example' => '返回设备信息'."\n", + ], + 'logicExpression' => [ + 'description' => 'Logic of the rule expression execution.', + 'type' => 'string', + 'example' => '1&2&3', + ], + 'consoleRuleId' => [ + 'description' => 'Primary key ID of the rule.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '6760', + ], + 'ruleId' => [ + 'description' => 'Rule ID.', + 'type' => 'string', + 'example' => '101793'."\n", + ], + 'ruleVersionId' => [ + 'description' => 'Primary key ID of the rule version.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '11519', + ], + 'mainEventCode' => [ + 'description' => 'Main event code.', + 'type' => 'string', + 'example' => 'de_asssce8122', + ], + 'eventCode' => [ + 'description' => 'Event code.', + 'type' => 'string', + 'example' => 'de_asssce8122', + ], + 'ruleActions' => [ + 'description' => 'Output actions of the rule execution. Returned when the rule type is DEFAULT.', + 'type' => 'string', + 'example' => '['."\n" + .' {'."\n" + .' "actionType": "TAG",'."\n" + .' "code": "addDeTags",'."\n" + .' "description": "打标签",'."\n" + .' "displayType": "ACTION",'."\n" + .' "fieldType": "STRING",'."\n" + .' "inputs": ['."\n" + .' "test"'."\n" + .' ],'."\n" + .' "name": "__addDeTags__",'."\n" + .' "sourceType": "SAF",'."\n" + .' "title": "打标签",'."\n" + .' "type": "ACTION"'."\n" + .' }'."\n" + .']', + ], + 'ruleBody' => [ + 'description' => 'DSL logic for rule execution. Returned when the rule type is DSL.', + 'type' => 'string', + 'example' => '{'."\n" + .' "elseStatement": {'."\n" + ."\n" + .' },'."\n" + .' "ifStatement": {'."\n" + .' "condition": {'."\n" + .' "currentId": 0,'."\n" + .' "deepCount": 1,'."\n" + .' "list": ['."\n" + .' {'."\n" + .' "sequence": 1,'."\n" + .' "left": {'."\n" + .' "displayType": "NATIVE",'."\n" + .' "code": "ip",'."\n" + .' "functionCode": "",'."\n" + .' "functionName": "",'."\n" + .' "name": "ip",'."\n" + .' "description": "IP地址",'."\n" + .' "hasRightVariable": true,'."\n" + .' "title": "IP地址",'."\n" + .' "type": "NATIVE",'."\n" + .' "fieldType": "STRING"'."\n" + .' },'."\n" + .' "currentId": 0,'."\n" + .' "deepCount": 1,'."\n" + .' "right": {'."\n" + .' "name": "192.168.1.1",'."\n" + .' "rightVariableType": "constant"'."\n" + .' },'."\n" + .' "operatorCode": "equals",'."\n" + .' "operatorName": "等于",'."\n" + .' "parentId": 0'."\n" + .' }'."\n" + .' ],'."\n" + .' "relationship": "and",'."\n" + .' "parentId": 0'."\n" + .' },'."\n" + .' "then": ['."\n" + .' {'."\n" + .' "actionType": "TAG",'."\n" + .' "displayType": "ACTION",'."\n" + .' "code": "addDeTags",'."\n" + .' "sourceType": "SAF",'."\n" + .' "inputs": ['."\n" + .' "10"'."\n" + .' ],'."\n" + .' "name": "__addDeTags__",'."\n" + .' "description": "打标签",'."\n" + .' "outputType": "const",'."\n" + .' "title": "打标签",'."\n" + .' "type": "ACTION",'."\n" + .' "fieldType": "STRING"'."\n" + .' }'."\n" + .' ],'."\n" + .' "expressions": ['."\n" + .' {'."\n" + .' "itemId": 1,'."\n" + .' "left": {'."\n" + .' "displayType": "NATIVE",'."\n" + .' "code": "ip",'."\n" + .' "functionCode": "",'."\n" + .' "functionName": "",'."\n" + .' "name": "ip",'."\n" + .' "description": "IP地址",'."\n" + .' "hasRightVariable": true,'."\n" + .' "title": "IP地址",'."\n" + .' "type": "NATIVE",'."\n" + .' "fieldType": "STRING"'."\n" + .' },'."\n" + .' "expressionName": "IP地址 等于 192.168.1.1",'."\n" + .' "rightValue": "192.168.1.1",'."\n" + .' "right": {'."\n" + .' "name": "192.168.1.1",'."\n" + .' "fieldValue": "192.168.1.1"'."\n" + .' },'."\n" + .' "operatorCode": "equals",'."\n" + .' "operatorName": "等于"'."\n" + .' }'."\n" + .' ]'."\n" + .' },'."\n" + .' "elseIfStatement": ['."\n" + ."\n" + .' ]'."\n" + .'}', + ], + 'ruleType' => [ + 'description' => 'Rule type.', + 'type' => 'string', + 'example' => 'DSL', + ], + 'ruleAuthType' => [ + 'description' => 'Authorization type of the rule.', + 'type' => 'string', + 'example' => 'NORMAL', + ], + 'createType' => [ + 'description' => 'Creation type.', + 'type' => 'string', + 'example' => 'NORMAL', + ], + 'authType' => [ + 'description' => 'Authorization type.', + 'type' => 'string', + 'example' => 'all', + ], + 'auditId' => [ + 'description' => 'Audit ID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '258', + ], + 'userId' => [ + 'description' => 'User UID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '151222xxxxxxxxx'."\n", + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"resultObject\\": {\\n \\"oldRule\\": {\\n \\"memo\\": \\"鸿蒙元服务_交费业务\\",\\n \\"ruleActionMap\\": {\\n \\"TAG\\": \\"[{\\\\\\"code\\\\\\":\\\\\\"addDeTags\\\\\\",\\\\\\"inputs\\\\\\":[\\\\\\"test\\\\\\"],\\\\\\"description\\\\\\":\\\\\\"打标签\\\\\\",\\\\\\"type\\\\\\":\\\\\\"ACTION\\\\\\",\\\\\\"title\\\\\\":\\\\\\"打标签\\\\\\",\\\\\\"actionType\\\\\\":\\\\\\"TAG\\\\\\",\\\\\\"displayType\\\\\\":\\\\\\"ACTION\\\\\\",\\\\\\"sourceType\\\\\\":\\\\\\"SAF\\\\\\",\\\\\\"name\\\\\\":\\\\\\"__addDeTags__\\\\\\",\\\\\\"fieldType\\\\\\":\\\\\\"STRING\\\\\\"}]\\"\\n },\\n \\"version\\": 2,\\n \\"gmtCreate\\": 1760670462000,\\n \\"ruleStatus\\": \\"RUNNING\\",\\n \\"ruleExpressions\\": \\"[{\\\\\\\\\\\\\\"expressionName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"设备token不为空\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"itemId\\\\\\\\\\\\\\":1,\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"deviceToken\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"operatorCode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"isNotEmptyWrapper\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operatorName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"不为空\\\\\\\\\\\\\\"}]\\",\\n \\"gmtModified\\": 1760670462000,\\n \\"eventName\\": \\"注册_事件\\",\\n \\"ruleName\\": \\"返回设备信息\\",\\n \\"logicExpression\\": \\"1&2\\",\\n \\"consoleRuleId\\": 6760,\\n \\"ruleId\\": \\"101793\\",\\n \\"ruleVersionId\\": 11518,\\n \\"mainEventCode\\": \\"de_asssce8122\\",\\n \\"eventCode\\": \\"de_asssce8122\\",\\n \\"ruleActions\\": \\"[\\\\n {\\\\n \\\\\\"actionType\\\\\\": \\\\\\"TAG\\\\\\",\\\\n \\\\\\"code\\\\\\": \\\\\\"addDeTags\\\\\\",\\\\n \\\\\\"description\\\\\\": \\\\\\"打标签\\\\\\",\\\\n \\\\\\"displayType\\\\\\": \\\\\\"ACTION\\\\\\",\\\\n \\\\\\"fieldType\\\\\\": \\\\\\"STRING\\\\\\",\\\\n \\\\\\"inputs\\\\\\": [\\\\n \\\\\\"test\\\\\\"\\\\n ],\\\\n \\\\\\"name\\\\\\": \\\\\\"__addDeTags__\\\\\\",\\\\n \\\\\\"sourceType\\\\\\": \\\\\\"SAF\\\\\\",\\\\n \\\\\\"title\\\\\\": \\\\\\"打标签\\\\\\",\\\\n \\\\\\"type\\\\\\": \\\\\\"ACTION\\\\\\"\\\\n }\\\\n]\\",\\n \\"ruleBody\\": \\"{\\\\n \\\\\\"elseStatement\\\\\\": {\\\\n\\\\n },\\\\n \\\\\\"ifStatement\\\\\\": {\\\\n \\\\\\"condition\\\\\\": {\\\\n \\\\\\"currentId\\\\\\": 0,\\\\n \\\\\\"deepCount\\\\\\": 1,\\\\n \\\\\\"list\\\\\\": [\\\\n {\\\\n \\\\\\"sequence\\\\\\": 1,\\\\n \\\\\\"left\\\\\\": {\\\\n \\\\\\"displayType\\\\\\": \\\\\\"NATIVE\\\\\\",\\\\n \\\\\\"code\\\\\\": \\\\\\"ip\\\\\\",\\\\n \\\\\\"functionCode\\\\\\": \\\\\\"\\\\\\",\\\\n \\\\\\"functionName\\\\\\": \\\\\\"\\\\\\",\\\\n \\\\\\"name\\\\\\": \\\\\\"ip\\\\\\",\\\\n \\\\\\"description\\\\\\": \\\\\\"IP地址\\\\\\",\\\\n \\\\\\"hasRightVariable\\\\\\": true,\\\\n \\\\\\"title\\\\\\": \\\\\\"IP地址\\\\\\",\\\\n \\\\\\"type\\\\\\": \\\\\\"NATIVE\\\\\\",\\\\n \\\\\\"fieldType\\\\\\": \\\\\\"STRING\\\\\\"\\\\n },\\\\n \\\\\\"currentId\\\\\\": 0,\\\\n \\\\\\"deepCount\\\\\\": 1,\\\\n \\\\\\"right\\\\\\": {\\\\n \\\\\\"name\\\\\\": \\\\\\"192.168.1.1\\\\\\",\\\\n \\\\\\"rightVariableType\\\\\\": \\\\\\"constant\\\\\\"\\\\n },\\\\n \\\\\\"operatorCode\\\\\\": \\\\\\"equals\\\\\\",\\\\n \\\\\\"operatorName\\\\\\": \\\\\\"等于\\\\\\",\\\\n \\\\\\"parentId\\\\\\": 0\\\\n }\\\\n ],\\\\n \\\\\\"relationship\\\\\\": \\\\\\"and\\\\\\",\\\\n \\\\\\"parentId\\\\\\": 0\\\\n },\\\\n \\\\\\"then\\\\\\": [\\\\n {\\\\n \\\\\\"actionType\\\\\\": \\\\\\"TAG\\\\\\",\\\\n \\\\\\"displayType\\\\\\": \\\\\\"ACTION\\\\\\",\\\\n \\\\\\"code\\\\\\": \\\\\\"addDeTags\\\\\\",\\\\n \\\\\\"sourceType\\\\\\": \\\\\\"SAF\\\\\\",\\\\n \\\\\\"inputs\\\\\\": [\\\\n \\\\\\"10\\\\\\"\\\\n ],\\\\n \\\\\\"name\\\\\\": \\\\\\"__addDeTags__\\\\\\",\\\\n \\\\\\"description\\\\\\": \\\\\\"打标签\\\\\\",\\\\n \\\\\\"outputType\\\\\\": \\\\\\"const\\\\\\",\\\\n \\\\\\"title\\\\\\": \\\\\\"打标签\\\\\\",\\\\n \\\\\\"type\\\\\\": \\\\\\"ACTION\\\\\\",\\\\n \\\\\\"fieldType\\\\\\": \\\\\\"STRING\\\\\\"\\\\n }\\\\n ],\\\\n \\\\\\"expressions\\\\\\": [\\\\n {\\\\n \\\\\\"itemId\\\\\\": 1,\\\\n \\\\\\"left\\\\\\": {\\\\n \\\\\\"displayType\\\\\\": \\\\\\"NATIVE\\\\\\",\\\\n \\\\\\"code\\\\\\": \\\\\\"ip\\\\\\",\\\\n \\\\\\"functionCode\\\\\\": \\\\\\"\\\\\\",\\\\n \\\\\\"functionName\\\\\\": \\\\\\"\\\\\\",\\\\n \\\\\\"name\\\\\\": \\\\\\"ip\\\\\\",\\\\n \\\\\\"description\\\\\\": \\\\\\"IP地址\\\\\\",\\\\n \\\\\\"hasRightVariable\\\\\\": true,\\\\n \\\\\\"title\\\\\\": \\\\\\"IP地址\\\\\\",\\\\n \\\\\\"type\\\\\\": \\\\\\"NATIVE\\\\\\",\\\\n \\\\\\"fieldType\\\\\\": \\\\\\"STRING\\\\\\"\\\\n },\\\\n \\\\\\"expressionName\\\\\\": \\\\\\"IP地址 等于 192.168.1.1\\\\\\",\\\\n \\\\\\"rightValue\\\\\\": \\\\\\"192.168.1.1\\\\\\",\\\\n \\\\\\"right\\\\\\": {\\\\n \\\\\\"name\\\\\\": \\\\\\"192.168.1.1\\\\\\",\\\\n \\\\\\"fieldValue\\\\\\": \\\\\\"192.168.1.1\\\\\\"\\\\n },\\\\n \\\\\\"operatorCode\\\\\\": \\\\\\"equals\\\\\\",\\\\n \\\\\\"operatorName\\\\\\": \\\\\\"等于\\\\\\"\\\\n }\\\\n ]\\\\n },\\\\n \\\\\\"elseIfStatement\\\\\\": [\\\\n\\\\n ]\\\\n}\\",\\n \\"ruleType\\": \\"DSL\\",\\n \\"ruleAuthType\\": \\"NORMAL\\",\\n \\"createType\\": \\"NORMAL\\",\\n \\"authType\\": \\"all\\",\\n \\"auditId\\": 257,\\n \\"userId\\": 0\\n },\\n \\"newRule\\": {\\n \\"memo\\": \\"鸿蒙元服务_交费业务\\",\\n \\"ruleActionMap\\": {\\n \\"TAG\\": \\"[{\\\\\\"code\\\\\\":\\\\\\"addDeTags\\\\\\",\\\\\\"inputs\\\\\\":[\\\\\\"test\\\\\\"],\\\\\\"description\\\\\\":\\\\\\"打标签\\\\\\",\\\\\\"type\\\\\\":\\\\\\"ACTION\\\\\\",\\\\\\"title\\\\\\":\\\\\\"打标签\\\\\\",\\\\\\"actionType\\\\\\":\\\\\\"TAG\\\\\\",\\\\\\"displayType\\\\\\":\\\\\\"ACTION\\\\\\",\\\\\\"sourceType\\\\\\":\\\\\\"SAF\\\\\\",\\\\\\"name\\\\\\":\\\\\\"__addDeTags__\\\\\\",\\\\\\"fieldType\\\\\\":\\\\\\"STRING\\\\\\"}]\\"\\n },\\n \\"version\\": 3,\\n \\"gmtCreate\\": 1760670462000,\\n \\"ruleStatus\\": \\"DRAFT\\",\\n \\"ruleExpressions\\": \\"[{\\\\\\\\\\\\\\"expressionName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"设备token不为空\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"itemId\\\\\\\\\\\\\\":1,\\\\\\\\\\\\\\"left\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"deviceToken\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"operatorCode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"isNotEmptyWrapper\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operatorName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"不为空\\\\\\\\\\\\\\"}]\\",\\n \\"gmtModified\\": 1761196952000,\\n \\"eventName\\": \\"注册_事件\\\\n\\",\\n \\"ruleName\\": \\"返回设备信息\\\\n\\",\\n \\"logicExpression\\": \\"1&2&3\\",\\n \\"consoleRuleId\\": 6760,\\n \\"ruleId\\": \\"101793\\\\n\\",\\n \\"ruleVersionId\\": 11519,\\n \\"mainEventCode\\": \\"de_asssce8122\\",\\n \\"eventCode\\": \\"de_asssce8122\\",\\n \\"ruleActions\\": \\"[\\\\n {\\\\n \\\\\\"actionType\\\\\\": \\\\\\"TAG\\\\\\",\\\\n \\\\\\"code\\\\\\": \\\\\\"addDeTags\\\\\\",\\\\n \\\\\\"description\\\\\\": \\\\\\"打标签\\\\\\",\\\\n \\\\\\"displayType\\\\\\": \\\\\\"ACTION\\\\\\",\\\\n \\\\\\"fieldType\\\\\\": \\\\\\"STRING\\\\\\",\\\\n \\\\\\"inputs\\\\\\": [\\\\n \\\\\\"test\\\\\\"\\\\n ],\\\\n \\\\\\"name\\\\\\": \\\\\\"__addDeTags__\\\\\\",\\\\n \\\\\\"sourceType\\\\\\": \\\\\\"SAF\\\\\\",\\\\n \\\\\\"title\\\\\\": \\\\\\"打标签\\\\\\",\\\\n \\\\\\"type\\\\\\": \\\\\\"ACTION\\\\\\"\\\\n }\\\\n]\\",\\n \\"ruleBody\\": \\"{\\\\n \\\\\\"elseStatement\\\\\\": {\\\\n\\\\n },\\\\n \\\\\\"ifStatement\\\\\\": {\\\\n \\\\\\"condition\\\\\\": {\\\\n \\\\\\"currentId\\\\\\": 0,\\\\n \\\\\\"deepCount\\\\\\": 1,\\\\n \\\\\\"list\\\\\\": [\\\\n {\\\\n \\\\\\"sequence\\\\\\": 1,\\\\n \\\\\\"left\\\\\\": {\\\\n \\\\\\"displayType\\\\\\": \\\\\\"NATIVE\\\\\\",\\\\n \\\\\\"code\\\\\\": \\\\\\"ip\\\\\\",\\\\n \\\\\\"functionCode\\\\\\": \\\\\\"\\\\\\",\\\\n \\\\\\"functionName\\\\\\": \\\\\\"\\\\\\",\\\\n \\\\\\"name\\\\\\": \\\\\\"ip\\\\\\",\\\\n \\\\\\"description\\\\\\": \\\\\\"IP地址\\\\\\",\\\\n \\\\\\"hasRightVariable\\\\\\": true,\\\\n \\\\\\"title\\\\\\": \\\\\\"IP地址\\\\\\",\\\\n \\\\\\"type\\\\\\": \\\\\\"NATIVE\\\\\\",\\\\n \\\\\\"fieldType\\\\\\": \\\\\\"STRING\\\\\\"\\\\n },\\\\n \\\\\\"currentId\\\\\\": 0,\\\\n \\\\\\"deepCount\\\\\\": 1,\\\\n \\\\\\"right\\\\\\": {\\\\n \\\\\\"name\\\\\\": \\\\\\"192.168.1.1\\\\\\",\\\\n \\\\\\"rightVariableType\\\\\\": \\\\\\"constant\\\\\\"\\\\n },\\\\n \\\\\\"operatorCode\\\\\\": \\\\\\"equals\\\\\\",\\\\n \\\\\\"operatorName\\\\\\": \\\\\\"等于\\\\\\",\\\\n \\\\\\"parentId\\\\\\": 0\\\\n }\\\\n ],\\\\n \\\\\\"relationship\\\\\\": \\\\\\"and\\\\\\",\\\\n \\\\\\"parentId\\\\\\": 0\\\\n },\\\\n \\\\\\"then\\\\\\": [\\\\n {\\\\n \\\\\\"actionType\\\\\\": \\\\\\"TAG\\\\\\",\\\\n \\\\\\"displayType\\\\\\": \\\\\\"ACTION\\\\\\",\\\\n \\\\\\"code\\\\\\": \\\\\\"addDeTags\\\\\\",\\\\n \\\\\\"sourceType\\\\\\": \\\\\\"SAF\\\\\\",\\\\n \\\\\\"inputs\\\\\\": [\\\\n \\\\\\"10\\\\\\"\\\\n ],\\\\n \\\\\\"name\\\\\\": \\\\\\"__addDeTags__\\\\\\",\\\\n \\\\\\"description\\\\\\": \\\\\\"打标签\\\\\\",\\\\n \\\\\\"outputType\\\\\\": \\\\\\"const\\\\\\",\\\\n \\\\\\"title\\\\\\": \\\\\\"打标签\\\\\\",\\\\n \\\\\\"type\\\\\\": \\\\\\"ACTION\\\\\\",\\\\n \\\\\\"fieldType\\\\\\": \\\\\\"STRING\\\\\\"\\\\n }\\\\n ],\\\\n \\\\\\"expressions\\\\\\": [\\\\n {\\\\n \\\\\\"itemId\\\\\\": 1,\\\\n \\\\\\"left\\\\\\": {\\\\n \\\\\\"displayType\\\\\\": \\\\\\"NATIVE\\\\\\",\\\\n \\\\\\"code\\\\\\": \\\\\\"ip\\\\\\",\\\\n \\\\\\"functionCode\\\\\\": \\\\\\"\\\\\\",\\\\n \\\\\\"functionName\\\\\\": \\\\\\"\\\\\\",\\\\n \\\\\\"name\\\\\\": \\\\\\"ip\\\\\\",\\\\n \\\\\\"description\\\\\\": \\\\\\"IP地址\\\\\\",\\\\n \\\\\\"hasRightVariable\\\\\\": true,\\\\n \\\\\\"title\\\\\\": \\\\\\"IP地址\\\\\\",\\\\n \\\\\\"type\\\\\\": \\\\\\"NATIVE\\\\\\",\\\\n \\\\\\"fieldType\\\\\\": \\\\\\"STRING\\\\\\"\\\\n },\\\\n \\\\\\"expressionName\\\\\\": \\\\\\"IP地址 等于 192.168.1.1\\\\\\",\\\\n \\\\\\"rightValue\\\\\\": \\\\\\"192.168.1.1\\\\\\",\\\\n \\\\\\"right\\\\\\": {\\\\n \\\\\\"name\\\\\\": \\\\\\"192.168.1.1\\\\\\",\\\\n \\\\\\"fieldValue\\\\\\": \\\\\\"192.168.1.1\\\\\\"\\\\n },\\\\n \\\\\\"operatorCode\\\\\\": \\\\\\"equals\\\\\\",\\\\n \\\\\\"operatorName\\\\\\": \\\\\\"等于\\\\\\"\\\\n }\\\\n ]\\\\n },\\\\n \\\\\\"elseIfStatement\\\\\\": [\\\\n\\\\n ]\\\\n}\\",\\n \\"ruleType\\": \\"DSL\\",\\n \\"ruleAuthType\\": \\"NORMAL\\",\\n \\"createType\\": \\"NORMAL\\",\\n \\"authType\\": \\"all\\",\\n \\"auditId\\": 258,\\n \\"userId\\": 0\\n }\\n }\\n}","type":"json"}]', + 'title' => 'Policy Version Comparison', + 'translator' => 'machine', + ], + 'DescribeExpressionVariableVersionDetail' => [ + 'summary' => 'Custom Variable Version Details.', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREsafBCGX2Z', + ], + 'tenantRelevance' => 'tenant', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'type', + 'in' => 'query', + 'schema' => [ + 'description' => 'Variable type.', + 'type' => 'string', + 'required' => false, + 'example' => 'EXPRESSION', + ], + ], + [ + 'name' => 'objectId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Associated variable primary key ID.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '397625', + ], + ], + [ + 'name' => 'objectCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Associated variable code.', + 'type' => 'string', + 'required' => false, + 'example' => 'ex_0kWIfZ27c525', + ], + ], + [ + 'name' => 'version', + 'in' => 'query', + 'schema' => [ + 'description' => 'Version number.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '2', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'resultObject' => [ + 'description' => 'Returned object.', + 'type' => 'object', + 'properties' => [ + 'id' => [ + 'description' => 'Custom variable primary key.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '397625', + ], + 'gmtCreate' => [ + 'description' => 'Creation time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1762409015000', + ], + 'gmtModified' => [ + 'description' => 'Modification time.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1762409026000', + ], + 'userId' => [ + 'description' => 'User UID.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '151222xxxxxxxxxx', + ], + 'name' => [ + 'description' => 'Variable name, a uniquely generated identifier.', + 'type' => 'string', + 'example' => 'ex_0kWIfZ27c525', + ], + 'title' => [ + 'description' => 'Variable title.', + 'type' => 'string', + 'example' => '年龄', + ], + 'description' => [ + 'description' => 'Description information.', + 'type' => 'string', + 'example' => '变量描述', + ], + 'type' => [ + 'description' => 'Variable type.', + 'type' => 'string', + 'example' => 'EXPRESSION', + ], + 'outputs' => [ + 'description' => 'Variable return type.', + 'type' => 'string', + 'example' => 'EXPRESSION', + ], + 'refObjType' => [ + 'description' => 'Variable association type.', + 'type' => 'string', + 'example' => 'EVENT_BY_EXPRESSION', + ], + 'refObjId' => [ + 'description' => 'Variable associated event.', + 'type' => 'string', + 'example' => 'de_awkhwh0314', + ], + 'version' => [ + 'description' => 'Variable version.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '2', + ], + 'invokeKey' => [ + 'description' => 'Invoke key.', + 'type' => 'string', + 'example' => 'deInvokeSelfVariable_v1', + ], + 'status' => [ + 'description' => 'Status.', + 'type' => 'string', + 'example' => 'ENABLE', + ], + 'sourceType' => [ + 'description' => 'Source type.', + 'type' => 'string', + 'example' => 'SAF', + ], + 'fieldRank' => [ + 'description' => 'Field ranking.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'region' => [ + 'description' => 'Region ID.', + 'type' => 'string', + 'example' => 'cn-hangzhou', + ], + 'createType' => [ + 'description' => 'Creation type.', + 'type' => 'string', + 'example' => 'MORMAL', + ], + 'expression' => [ + 'description' => 'Expression.', + 'type' => 'string', + 'example' => '@ex_GX9rrlTq4b67 + 1001', + ], + 'expressionTitle' => [ + 'description' => 'Expression title.', + 'type' => 'string', + 'example' => '@selfvariable_02 + 1001', + ], + 'expressionVariable' => [ + 'description' => 'Expression variable.', + 'type' => 'string', + 'example' => 'ex_GX9rrlTq4b67', + ], + 'outlier' => [ + 'description' => 'Outlier.', + 'type' => 'string', + 'example' => 'SYS_ERROR', + ], + ], + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"resultObject\\": {\\n \\"id\\": 397625,\\n \\"gmtCreate\\": 1762409015000,\\n \\"gmtModified\\": 1762409026000,\\n \\"userId\\": 0,\\n \\"name\\": \\"ex_0kWIfZ27c525\\",\\n \\"title\\": \\"年龄\\",\\n \\"description\\": \\"变量描述\\",\\n \\"type\\": \\"EXPRESSION\\",\\n \\"outputs\\": \\"EXPRESSION\\",\\n \\"refObjType\\": \\"EVENT_BY_EXPRESSION\\",\\n \\"refObjId\\": \\"de_awkhwh0314\\",\\n \\"version\\": 2,\\n \\"invokeKey\\": \\"deInvokeSelfVariable_v1\\",\\n \\"status\\": \\"ENABLE\\",\\n \\"sourceType\\": \\"SAF\\",\\n \\"fieldRank\\": 0,\\n \\"region\\": \\"cn-hangzhou\\",\\n \\"createType\\": \\"MORMAL\\",\\n \\"expression\\": \\"@ex_GX9rrlTq4b67 + 1001\\",\\n \\"expressionTitle\\": \\"@selfvariable_02 + 1001\\",\\n \\"expressionVariable\\": \\"ex_GX9rrlTq4b67\\",\\n \\"outlier\\": \\"SYS_ERROR\\"\\n }\\n}","type":"json"}]', + 'title' => 'Query Custom Variable Version Details', + 'translator' => 'machine', + ], + 'DescribeVariableVersionDetail' => [ + 'summary' => 'Cumulative Variable Version Details.', + 'methods' => [ + 'get', + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREsafBCGX2Z', + ], + 'tenantRelevance' => 'tenant', + ], + 'parameters' => [ + [ + 'name' => 'Lang', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sets the language type for requests and received messages, default value is **zh**. Values:'."\n" + .'- **zh**: Chinese'."\n" + .'- **en**: English'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + [ + 'name' => 'regId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Region code.', + 'type' => 'string', + 'required' => false, + 'example' => 'cn-hangzhou', + ], + ], + [ + 'name' => 'type', + 'in' => 'query', + 'schema' => [ + 'description' => 'Type.', + 'type' => 'string', + 'required' => false, + 'example' => 'VELOCITY', + ], + ], + [ + 'name' => 'objectId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Associated variable ID.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '3434', + ], + ], + [ + 'name' => 'objectCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Associated variable name.', + 'type' => 'string', + 'required' => false, + 'example' => 'dHSi2zf5bb8', + ], + ], + [ + 'name' => 'version', + 'in' => 'query', + 'schema' => [ + 'description' => 'Version.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '2', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'resultObject' => [ + 'description' => 'Returned object.', + 'type' => 'object', + 'properties' => [ + 'id' => [ + 'description' => 'Primary key ID of the version.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '3434', + ], + 'eventCodes' => [ + 'description' => 'Event code.', + 'type' => 'string', + 'example' => 'de_awkhwh0314', + ], + 'velocityFC' => [ + 'description' => 'Cumulative indicator processing function.', + 'type' => 'string', + 'example' => 'COUNT', + ], + 'title' => [ + 'description' => 'Title.', + 'type' => 'string', + 'example' => '累计个数', + ], + 'description' => [ + 'description' => 'Variable description information.', + 'type' => 'string', + 'example' => '变量描述', + ], + 'timeType' => [ + 'description' => 'Time slice type.', + 'type' => 'string', + 'example' => 'CURRENT', + ], + 'twCount' => [ + 'description' => 'Number of time slices.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1', + ], + 'velocityTW' => [ + 'description' => 'Cumulative indicator time window.', + 'type' => 'string', + 'example' => 'MONTH_1', + ], + 'historyValueType' => [ + 'description' => 'Historical value parameter type.', + 'type' => 'string', + 'example' => 'COUNT', + ], + 'subject' => [ + 'description' => 'Main attribute (multiple separated by commas, up to 5, sourced from the event attribute list code).', + 'type' => 'string', + 'example' => 'age', + ], + 'object' => [ + 'description' => 'Subordinate attribute (single selection, sourced from the event attribute list code).', + 'type' => 'string', + 'example' => 'name', + ], + 'dataVersion' => [ + 'description' => 'Data version.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1', + ], + 'condition' => [ + 'description' => 'Condition value.', + 'type' => 'string', + 'example' => '{"currentId":1,"deepCount":0,"list":[{"currentId":2,"deepCount":1,"left":{"code":"accountId","fieldType":"STRING","functionName":"","hasRightVariable":false,"name":"accountId"},"operatorCode":"isNotEmptyWrapper","parentId":1,"right":{"code":"\'A\\nB\\nC\'","functionName":"","name":"","rightVariableType":"constant"}}],"parentId":0,"relationship":"and"}', + ], + 'topN' => [ + 'description' => 'Top N.', + 'type' => 'integer', + 'format' => 'int64', + 'example' => 'topN累计', + ], + 'global' => [ + 'description' => 'Global cumulative. Not currently available externally.', + 'type' => 'boolean', + 'example' => 'false', + ], + 'status' => [ + 'description' => 'Status.', + 'type' => 'string', + 'example' => 'ENABLE', + ], + ], + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"resultObject\\": {\\n \\"id\\": 3434,\\n \\"eventCodes\\": \\"de_awkhwh0314\\",\\n \\"velocityFC\\": \\"COUNT\\",\\n \\"title\\": \\"累计个数\\",\\n \\"description\\": \\"变量描述\\",\\n \\"timeType\\": \\"CURRENT\\",\\n \\"twCount\\": 1,\\n \\"velocityTW\\": \\"MONTH_1\\",\\n \\"historyValueType\\": \\"COUNT\\",\\n \\"subject\\": \\"age\\",\\n \\"object\\": \\"name\\",\\n \\"dataVersion\\": 1,\\n \\"condition\\": \\"{\\\\\\"currentId\\\\\\":1,\\\\\\"deepCount\\\\\\":0,\\\\\\"list\\\\\\":[{\\\\\\"currentId\\\\\\":2,\\\\\\"deepCount\\\\\\":1,\\\\\\"left\\\\\\":{\\\\\\"code\\\\\\":\\\\\\"accountId\\\\\\",\\\\\\"fieldType\\\\\\":\\\\\\"STRING\\\\\\",\\\\\\"functionName\\\\\\":\\\\\\"\\\\\\",\\\\\\"hasRightVariable\\\\\\":false,\\\\\\"name\\\\\\":\\\\\\"accountId\\\\\\"},\\\\\\"operatorCode\\\\\\":\\\\\\"isNotEmptyWrapper\\\\\\",\\\\\\"parentId\\\\\\":1,\\\\\\"right\\\\\\":{\\\\\\"code\\\\\\":\\\\\\"\'A\\\\\\\\nB\\\\\\\\nC\'\\\\\\",\\\\\\"functionName\\\\\\":\\\\\\"\\\\\\",\\\\\\"name\\\\\\":\\\\\\"\\\\\\",\\\\\\"rightVariableType\\\\\\":\\\\\\"constant\\\\\\"}}],\\\\\\"parentId\\\\\\":0,\\\\\\"relationship\\\\\\":\\\\\\"and\\\\\\"}\\",\\n \\"topN\\": 0,\\n \\"global\\": false,\\n \\"status\\": \\"ENABLE\\"\\n }\\n}","type":"json"}]', + 'title' => 'Cumulative Variable Version Details', + 'translator' => 'machine', + ], + ], + 'endpoints' => [ + [ + 'regionId' => 'cn-shanghai', + 'endpoint' => 'riskcontrol-share.aliyuncs.com', + ], + [ + 'regionId' => 'cn-hangzhou', + 'endpoint' => 'riskcontrol-share.aliyuncs.com', + ], + [ + 'regionId' => 'ap-southeast-1', + 'endpoint' => 'riskcontrol-share.ap-southeast-1.aliyuncs.com', + ], + [ + 'regionId' => 'ap-southeast-3', + 'endpoint' => 'riskcontrol-share.ap-southeast-1.aliyuncs.com', + ], + [ + 'regionId' => 'ap-southeast-5', + 'endpoint' => 'riskcontrol-share.ap-southeast-1.aliyuncs.com', + ], + ], +]; diff --git a/data/en_us/xtee/2022-05-13/api-docs.php b/data/en_us/xtee/2022-05-13/api-docs.php new file mode 100644 index 0000000..6dbf02d --- /dev/null +++ b/data/en_us/xtee/2022-05-13/api-docs.php @@ -0,0 +1,879 @@ +<?php return [ + 'version' => '1.0', + 'info' => [ + 'style' => 'RPC', + 'product' => 'xtee', + 'version' => '2022-05-13', + ], + 'directories' => [ + [ + 'id' => 0, + 'title' => '其它', + 'type' => 'directory', + 'children' => [ + 'MeterageTallyServiceCallStatistics', + 'MeterageTallyGlobalStatistics', + 'MeterageTallyServiceAndSceneList', + 'MeterageOpenServiceQuery', + 'MeterageTallyServiceAndSceneStatistics', + 'MeterageStatisticsDownLoad', + 'MeterageSubTallyServiceAndSceneStatistics', + ], + ], + ], + 'components' => [ + 'schemas' => [], + ], + 'apis' => [ + 'MeterageTallyServiceCallStatistics' => [ + 'summary' => 'Query Meterage Package Deduction Daily Statistics', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'TabCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Tag item code.', + 'type' => 'string', + 'required' => true, + 'example' => 'MS', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'ResultObject' => [ + 'description' => 'Return result.', + 'type' => 'string', + 'example' => '{'."\n" + .' "code": 200,'."\n" + .' "data": {'."\n" + .' "ResultObject": {'."\n" + .' "dataList": ['."\n" + .' 10,'."\n" + .' 20,'."\n" + .' 70,'."\n" + .' 100,'."\n" + .' 0,'."\n" + .' 0,'."\n" + .' 90'."\n" + .' ],'."\n" + .' "categoryList": ['."\n" + .' "2025-07-26",'."\n" + .' "2025-07-27",'."\n" + .' "2025-07-28",'."\n" + .' "2025-07-29",'."\n" + .' "2025-07-30",'."\n" + .' "2025-07-31",'."\n" + .' "2025-08-01"'."\n" + .' ]'."\n" + .' },'."\n" + .' "HttpStatusCode": "200",'."\n" + .' "Code": "200"'."\n" + .' },'."\n" + .' "requestId": "9FC7E340-D441-5D3B-A7F6-42DF4D40B54C",'."\n" + .' "success": true'."\n" + .'}', + ], + 'Code' => [ + 'description' => 'Status code.', + 'type' => 'string', + 'example' => '200', + ], + 'HttpStatusCode' => [ + 'description' => 'HTTP status code.', + 'type' => 'string', + 'example' => '200', + ], + ], + ], + ], + ], + 'errorCodes' => [ + 400 => [ + [ + 'errorCode' => 'IdempotentParameterMismatch', + 'errorMessage' => 'The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.', + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"ResultObject\\": \\"{\\\\n \\\\\\"code\\\\\\": 200,\\\\n \\\\\\"data\\\\\\": {\\\\n \\\\\\"ResultObject\\\\\\": {\\\\n \\\\\\"dataList\\\\\\": [\\\\n 10,\\\\n 20,\\\\n 70,\\\\n 100,\\\\n 0,\\\\n 0,\\\\n 90\\\\n ],\\\\n \\\\\\"categoryList\\\\\\": [\\\\n \\\\\\"2025-07-26\\\\\\",\\\\n \\\\\\"2025-07-27\\\\\\",\\\\n \\\\\\"2025-07-28\\\\\\",\\\\n \\\\\\"2025-07-29\\\\\\",\\\\n \\\\\\"2025-07-30\\\\\\",\\\\n \\\\\\"2025-07-31\\\\\\",\\\\n \\\\\\"2025-08-01\\\\\\"\\\\n ]\\\\n },\\\\n \\\\\\"HttpStatusCode\\\\\\": \\\\\\"200\\\\\\",\\\\n \\\\\\"Code\\\\\\": \\\\\\"200\\\\\\"\\\\n },\\\\n \\\\\\"requestId\\\\\\": \\\\\\"9FC7E340-D441-5D3B-A7F6-42DF4D40B54C\\\\\\",\\\\n \\\\\\"success\\\\\\": true\\\\n}\\",\\n \\"Code\\": \\"200\\",\\n \\"HttpStatusCode\\": \\"200\\"\\n}","type":"json"}]', + 'title' => 'Query Meterage Package Deduction Daily Statistics', + 'translator' => 'machine', + ], + 'MeterageTallyGlobalStatistics' => [ + 'summary' => 'Query Global Statistics for Meterage', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'TabCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Tag item code.', + 'type' => 'string', + 'required' => true, + 'example' => 'MS', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'ResultObject' => [ + 'description' => 'Result object.', + 'type' => 'string', + 'example' => '{'."\n" + .' "globalData": {'."\n" + .' "marketing_shield": {'."\n" + .' "remainingAmount": 0,'."\n" + .' "amount": 2001000,'."\n" + .' "usedAmount": 2001000'."\n" + .' }'."\n" + .' }'."\n" + .' }', + ], + 'Code' => [ + 'description' => 'Status code.', + 'type' => 'string', + 'example' => '200', + ], + 'HttpStatusCode' => [ + 'description' => 'HTTP status code.', + 'type' => 'string', + 'example' => '200', + ], + ], + ], + ], + ], + 'errorCodes' => [ + 400 => [ + [ + 'errorCode' => 'IdempotentParameterMismatch', + 'errorMessage' => 'The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.', + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"ResultObject\\": \\"{\\\\n \\\\\\"globalData\\\\\\": {\\\\n \\\\\\"marketing_shield\\\\\\": {\\\\n \\\\\\"remainingAmount\\\\\\": 0,\\\\n \\\\\\"amount\\\\\\": 2001000,\\\\n \\\\\\"usedAmount\\\\\\": 2001000\\\\n }\\\\n }\\\\n }\\",\\n \\"Code\\": \\"200\\",\\n \\"HttpStatusCode\\": \\"200\\"\\n}","type":"json"}]', + 'title' => 'Query Global Statistics for Meterage', + 'translator' => 'machine', + ], + 'MeterageTallyServiceAndSceneList' => [ + 'summary' => 'Get the List of Services and Scenarios under a Specific User Package', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'TabCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Tag item code.', + 'type' => 'string', + 'required' => true, + 'example' => 'MS', + ], + ], + [ + 'name' => 'StartDate', + 'in' => 'query', + 'schema' => [ + 'description' => 'Start timestamp. Unit: milliseconds.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1753631000000', + ], + ], + [ + 'name' => 'EndDate', + 'in' => 'query', + 'schema' => [ + 'description' => 'End timestamp. Unit: milliseconds.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1742227199999', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'ResultObject' => [ + 'description' => 'Result object.', + 'type' => 'string', + 'example' => '{'."\n" + .' "scenesMap": {'."\n" + .' "anti_fraud_customed": ['."\n" + .' "saf_feat_bin_quota"'."\n" + .' ]'."\n" + .' },'."\n" + .' "services": ['."\n" + .' "anti_fraud_customed"'."\n" + .' ]'."\n" + .'}', + ], + 'HttpStatusCode' => [ + 'description' => 'HTTP status code.', + 'type' => 'string', + 'example' => '200', + ], + 'Code' => [ + 'description' => 'Status code.', + 'type' => 'string', + 'example' => '200', + ], + ], + ], + ], + ], + 'errorCodes' => [ + 400 => [ + [ + 'errorCode' => 'IdempotentParameterMismatch', + 'errorMessage' => 'The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.', + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"ResultObject\\": \\"{\\\\n \\\\\\"scenesMap\\\\\\": {\\\\n \\\\\\"anti_fraud_customed\\\\\\": [\\\\n \\\\\\"saf_feat_bin_quota\\\\\\"\\\\n ]\\\\n },\\\\n \\\\\\"services\\\\\\": [\\\\n \\\\\\"anti_fraud_customed\\\\\\"\\\\n ]\\\\n}\\",\\n \\"HttpStatusCode\\": \\"200\\",\\n \\"Code\\": \\"200\\"\\n}","type":"json"}]', + 'title' => 'Get the List of Services and Scenarios under a Specific User Package', + 'translator' => 'machine', + ], + 'MeterageOpenServiceQuery' => [ + 'summary' => 'Check if Service is Enabled', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'TabCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Tag item code.', + 'type' => 'string', + 'required' => true, + 'example' => 'MS', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'FB6524B9-9199-51DF-9D17-CA615CBBE180', + ], + 'ResultObject' => [ + 'description' => 'Result object.', + 'type' => 'string', + 'example' => '{"hasOpen": true}', + ], + 'Code' => [ + 'description' => 'Status code.', + 'type' => 'string', + 'example' => '200', + ], + 'HttpStatusCode' => [ + 'description' => 'HTTP status code.'."\n", + 'type' => 'string', + 'example' => '200', + ], + ], + ], + ], + ], + 'errorCodes' => [ + 400 => [ + [ + 'errorCode' => 'IdempotentParameterMismatch', + 'errorMessage' => 'The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.', + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"FB6524B9-9199-51DF-9D17-CA615CBBE180\\",\\n \\"ResultObject\\": \\"{\\\\\\"hasOpen\\\\\\": true}\\",\\n \\"Code\\": \\"200\\",\\n \\"HttpStatusCode\\": \\"200\\"\\n}","type":"json"}]', + 'title' => 'Check if Service is Enabled', + 'translator' => 'machine', + ], + 'MeterageTallyServiceAndSceneStatistics' => [ + 'summary' => 'Retrieve Service and Scenario Call Analysis for a Specific User Package', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'TabCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Tag item code.', + 'type' => 'string', + 'required' => true, + 'example' => 'MS', + ], + ], + [ + 'name' => 'Scene', + 'in' => 'query', + 'schema' => [ + 'description' => 'Scenario', + 'type' => 'string', + 'required' => false, + 'example' => 'saf_feat_bin_quota', + ], + ], + [ + 'name' => 'Service', + 'in' => 'query', + 'schema' => [ + 'description' => 'Service.', + 'type' => 'string', + 'required' => false, + 'example' => 'anti_fraud_customed', + ], + ], + [ + 'name' => 'StartDate', + 'in' => 'query', + 'schema' => [ + 'description' => 'Start date timestamp. Unit: milliseconds.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1753631000000', + ], + ], + [ + 'name' => 'EndDate', + 'in' => 'query', + 'schema' => [ + 'description' => 'End date timestamp. Unit: milliseconds.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'example' => '1732982399999', + ], + ], + [ + 'name' => 'Page', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size, default: 10.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '10', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'ResultObject' => [ + 'description' => 'Return result.', + 'type' => 'string', + 'example' => '{'."\n" + .' "serviceAndSceneStatisticsData": {'."\n" + .' "total": 7,'."\n" + .' "serviceDataList": {'."\n" + .' "ei_riskLpInfo_lite": ['."\n" + .' 0,'."\n" + .' 0,'."\n" + .' 0,'."\n" + .' 1,'."\n" + .' 0,'."\n" + .' 0,'."\n" + .' 0'."\n" + .' ],'."\n" + .' "ei_riskLpInfo_cstm": ['."\n" + .' 2,'."\n" + .' 0,'."\n" + .' 0,'."\n" + .' 1,'."\n" + .' 6,'."\n" + .' 0,'."\n" + .' 0'."\n" + .' ]'."\n" + .' },'."\n" + .' "totalPage": 1,'."\n" + .' "categoryList": ['."\n" + .' "2025-07-25",'."\n" + .' "2025-07-26",'."\n" + .' "2025-07-27",'."\n" + .' "2025-07-28",'."\n" + .' "2025-07-29",'."\n" + .' "2025-07-30",'."\n" + .' "2025-07-31"'."\n" + .' ],'."\n" + .' "pageSize": 10,'."\n" + .' "currentPage": 1'."\n" + .' }'."\n" + .'}', + ], + 'Code' => [ + 'description' => 'Status code.', + 'type' => 'string', + 'example' => '200', + ], + 'HttpStatusCode' => [ + 'description' => 'HTTP status code.', + 'type' => 'string', + 'example' => '200', + ], + ], + ], + ], + ], + 'errorCodes' => [ + 400 => [ + [ + 'errorCode' => 'IdempotentParameterMismatch', + 'errorMessage' => 'The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.', + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"ResultObject\\": \\"{\\\\n \\\\\\"serviceAndSceneStatisticsData\\\\\\": {\\\\n \\\\\\"total\\\\\\": 7,\\\\n \\\\\\"serviceDataList\\\\\\": {\\\\n \\\\\\"ei_riskLpInfo_lite\\\\\\": [\\\\n 0,\\\\n 0,\\\\n 0,\\\\n 1,\\\\n 0,\\\\n 0,\\\\n 0\\\\n ],\\\\n \\\\\\"ei_riskLpInfo_cstm\\\\\\": [\\\\n 2,\\\\n 0,\\\\n 0,\\\\n 1,\\\\n 6,\\\\n 0,\\\\n 0\\\\n ]\\\\n },\\\\n \\\\\\"totalPage\\\\\\": 1,\\\\n \\\\\\"categoryList\\\\\\": [\\\\n \\\\\\"2025-07-25\\\\\\",\\\\n \\\\\\"2025-07-26\\\\\\",\\\\n \\\\\\"2025-07-27\\\\\\",\\\\n \\\\\\"2025-07-28\\\\\\",\\\\n \\\\\\"2025-07-29\\\\\\",\\\\n \\\\\\"2025-07-30\\\\\\",\\\\n \\\\\\"2025-07-31\\\\\\"\\\\n ],\\\\n \\\\\\"pageSize\\\\\\": 10,\\\\n \\\\\\"currentPage\\\\\\": 1\\\\n }\\\\n}\\",\\n \\"Code\\": \\"200\\",\\n \\"HttpStatusCode\\": \\"200\\"\\n}","type":"json"}]', + 'title' => 'Retrieve Service and Scenario Call Analysis for a Specific User Package', + 'translator' => 'machine', + ], + 'MeterageStatisticsDownLoad' => [ + 'summary' => 'Download Statistics', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREsafY3PCXI', + ], + ], + 'parameters' => [ + [ + 'name' => 'TabCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Tag item code.', + 'type' => 'string', + 'required' => false, + 'example' => 'MS', + ], + ], + [ + 'name' => 'Scene', + 'in' => 'query', + 'schema' => [ + 'description' => 'Scene.', + 'type' => 'string', + 'required' => false, + 'example' => 'saf_feat_bin_quota', + ], + ], + [ + 'name' => 'Service', + 'in' => 'query', + 'schema' => [ + 'description' => 'Service.', + 'type' => 'string', + 'required' => false, + 'example' => 'anti_fraud_customed', + ], + ], + [ + 'name' => 'StartDate', + 'in' => 'query', + 'schema' => [ + 'description' => 'Start date timestamp. Unit: milliseconds.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '1753631000000', + ], + ], + [ + 'name' => 'EndDate', + 'in' => 'query', + 'schema' => [ + 'description' => 'End date timestamp. Unit: milliseconds.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '1753631999999', + ], + ], + [ + 'name' => 'Page', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size, default: 10.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '10', + ], + ], + ], + 'responses' => [ + 200 => [ + 'headers' => [], + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'ResultObject' => [ + 'description' => 'Return result.', + 'type' => 'string', + 'example' => '{"downLoadUrl": "https://xxxxx-oss-xxxxx.xxxxxx.aliyuncs.com/xx/xx/xxx/xxxxxx.csv?Expires=1753433384&OSSAccessKeyId=xxxxxxxxx&Signature=%2F%xxxxxxxxxxxx%3D"}', + ], + 'Code' => [ + 'description' => 'Status code.', + 'type' => 'string', + 'example' => '200', + ], + 'HttpStatusCode' => [ + 'description' => 'HTTP status code.', + 'type' => 'string', + 'example' => '200', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"ResultObject\\": \\"{\\\\\\"downLoadUrl\\\\\\": \\\\\\"https://xxxxx-oss-xxxxx.xxxxxx.aliyuncs.com/xx/xx/xxx/xxxxxx.csv?Expires=1753433384&OSSAccessKeyId=xxxxxxxxx&Signature=%2F%xxxxxxxxxxxx%3D\\\\\\"}\\",\\n \\"Code\\": \\"200\\",\\n \\"HttpStatusCode\\": \\"200\\"\\n}","type":"json"}]', + 'title' => 'Download Statistics', + 'translator' => 'machine', + ], + 'MeterageSubTallyServiceAndSceneStatistics' => [ + 'summary' => 'Sub-account Level Call Volume Statistics', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + ], + 'parameters' => [ + [ + 'name' => 'TabCode', + 'in' => 'query', + 'schema' => [ + 'description' => 'Tag item code.', + 'type' => 'string', + 'required' => false, + 'example' => 'MS', + ], + ], + [ + 'name' => 'Scene', + 'in' => 'query', + 'schema' => [ + 'description' => 'Scene.', + 'type' => 'string', + 'required' => false, + 'example' => 'saf_feat_bin_quota', + ], + ], + [ + 'name' => 'Service', + 'in' => 'query', + 'schema' => [ + 'description' => 'Service.', + 'type' => 'string', + 'required' => false, + 'example' => 'anti_fraud_customed', + ], + ], + [ + 'name' => 'StartDate', + 'in' => 'query', + 'schema' => [ + 'description' => 'Start date timestamp. Unit: milliseconds.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '1753631000000', + ], + ], + [ + 'name' => 'EndDate', + 'in' => 'query', + 'schema' => [ + 'description' => 'End timestamp. Unit: milliseconds.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '1748966399999', + ], + ], + [ + 'name' => 'Page', + 'in' => 'query', + 'schema' => [ + 'description' => 'Current page number.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'Page size, default: 10.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '10', + ], + ], + [ + 'name' => 'SubUserId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Sub-account UID.', + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'example' => '25353XX', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'Request ID.', + 'type' => 'string', + 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094', + ], + 'ResultObject' => [ + 'description' => 'Result object.', + 'type' => 'string', + 'example' => '{}', + ], + 'Code' => [ + 'description' => 'Status code.', + 'type' => 'string', + 'example' => '200', + ], + 'HttpStatusCode' => [ + 'description' => 'HTTP status code.', + 'type' => 'string', + 'example' => '200', + ], + ], + ], + ], + ], + 'errorCodes' => [ + 400 => [ + [ + 'errorCode' => 'IdempotentParameterMismatch', + 'errorMessage' => 'The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.', + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"ResultObject\\": \\"{}\\",\\n \\"Code\\": \\"200\\",\\n \\"HttpStatusCode\\": \\"200\\"\\n}","type":"json"}]', + 'title' => 'Sub-account Level Call Volume Statistics', + 'translator' => 'machine', + ], + ], + 'endpoints' => [ + [ + 'regionId' => 'cn-shanghai', + 'endpoint' => 'riskcontrol-share.aliyuncs.com', + ], + [ + 'regionId' => 'cn-hangzhou', + 'endpoint' => 'riskcontrol-share.aliyuncs.com', + ], + [ + 'regionId' => 'ap-southeast-1', + 'endpoint' => 'riskcontrol-share.ap-southeast-1.aliyuncs.com', + ], + [ + 'regionId' => 'ap-southeast-3', + 'endpoint' => 'riskcontrol-share.ap-southeast-1.aliyuncs.com', + ], + [ + 'regionId' => 'ap-southeast-5', + 'endpoint' => 'riskcontrol-share.ap-southeast-1.aliyuncs.com', + ], + ], +]; |
