'1.0', 'info' => ['style' => 'ROA', 'product' => 'OpenSearch', 'version' => '2017-12-25'], 'components' => [ 'schemas' => [ 'ABTestExperiment' => [ 'type' => 'object', 'properties' => [ 'name' => ['type' => 'string'], 'traffic' => ['type' => 'integer', 'format' => 'int32'], 'serialNumber' => ['type' => 'integer', 'format' => 'int32'], 'online' => ['type' => 'boolean'], 'params' => [ 'type' => 'object', 'additionalProperties' => ['type' => 'string'], ], ], ], 'ABTestGroup' => [ 'type' => 'object', 'properties' => [ 'name' => ['type' => 'string'], 'status' => ['type' => 'integer', 'format' => 'int32'], ], ], 'ABTestScene' => [ 'type' => 'object', 'properties' => [ 'name' => ['type' => 'string'], 'values' => [ 'type' => 'array', 'items' => ['type' => 'string'], ], 'status' => ['type' => 'integer', 'format' => 'int32'], ], ], 'DataSource' => [ 'type' => 'object', 'properties' => [ 'tableName' => ['type' => 'string'], 'type' => ['type' => 'string'], 'fields' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'additionalProperties' => ['type' => 'string'], ], ], 'plugins' => [ 'type' => 'object', 'additionalProperties' => [ 'type' => 'object', 'properties' => [ 'name' => ['type' => 'string'], 'fromFields' => ['type' => 'string'], 'parameters' => [ 'type' => 'object', 'additionalProperties' => ['type' => 'string'], ], ], ], ], 'keyField' => ['type' => 'string'], 'schemaName' => ['type' => 'string'], 'parameters' => ['type' => 'object'], ], ], 'FirstRank' => [ 'type' => 'object', 'properties' => [ 'type' => ['type' => 'string'], 'name' => ['type' => 'string'], 'description' => ['type' => 'string'], 'active' => ['type' => 'boolean'], 'meta' => ['type' => 'any'], ], ], 'PrepayOrderInfo' => [ 'type' => 'object', 'properties' => [ 'duration' => ['type' => 'integer', 'format' => 'int32'], 'pricingCycle' => ['type' => 'string'], 'autoRenew' => ['type' => 'boolean'], ], ], 'Proceeding' => [ 'type' => 'object', 'properties' => [ 'progress' => ['type' => 'number', 'format' => 'float'], 'type' => ['type' => 'string'], 'status' => ['type' => 'string'], 'subTasks' => ['$ref' => '#/components/schemas/Proceeding'], 'detail' => ['type' => 'object'], ], ], 'Quota' => [ 'type' => 'object', 'properties' => [ 'docSize' => ['type' => 'integer', 'format' => 'int32'], 'computeResource' => ['type' => 'integer', 'format' => 'int32'], 'spec' => ['type' => 'string'], 'orderType' => ['type' => 'string'], ], ], 'ScheduledTask' => [ 'type' => 'object', 'properties' => [ 'type' => ['type' => 'string'], 'cron' => ['type' => 'string'], 'enabled' => ['type' => 'boolean'], 'version' => ['type' => 'string'], 'forkedAppId' => ['type' => 'string'], 'autoSwitch' => ['type' => 'boolean'], 'permanent' => ['type' => 'boolean'], 'runNow' => ['type' => 'boolean'], 'filter' => [ 'type' => 'object', 'properties' => [ 'field' => ['type' => 'string'], 'days' => ['type' => 'integer', 'format' => 'int32'], 'unit' => ['type' => 'string'], 'expression' => ['type' => 'string'], ], ], ], ], 'Schema' => [ 'type' => 'object', 'properties' => [ 'tables' => [ 'type' => 'object', 'additionalProperties' => [ 'type' => 'object', 'properties' => [ 'name' => ['type' => 'string'], 'primaryTable' => ['type' => 'boolean'], 'fields' => [ 'type' => 'object', 'additionalProperties' => [ 'type' => 'object', 'properties' => [ 'name' => ['type' => 'string'], 'primaryKey' => ['type' => 'boolean'], 'type' => ['type' => 'string'], 'joinWith' => [ 'type' => 'array', 'items' => ['type' => 'string'], ], 'label' => ['type' => 'string'], ], ], ], ], ], ], 'indexes' => [ 'type' => 'object', 'properties' => [ 'searchFields' => [ 'type' => 'object', 'additionalProperties' => [ 'type' => 'object', 'properties' => [ 'analyzer' => ['type' => 'string'], 'analyzerType' => ['type' => 'string'], 'analyzerGeneration' => ['type' => 'string'], 'fields' => [ 'type' => 'array', 'items' => ['type' => 'string'], ], 'label' => ['type' => 'string'], ], ], ], 'filterFields' => [ 'type' => 'array', 'items' => ['type' => 'string'], ], ], ], 'routeField' => ['type' => 'string'], 'routeFieldValues' => [ 'type' => 'array', 'items' => ['type' => 'string'], ], 'secondRouteField' => ['type' => 'string'], 'ttlField' => [ 'type' => 'object', 'properties' => [ 'name' => ['type' => 'string'], 'ttl' => ['type' => 'integer', 'format' => 'int64'], ], ], 'indexSortConfig' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'field' => ['type' => 'string'], 'direction' => ['type' => 'string'], ], ], ], 'name' => ['type' => 'string'], ], ], 'SearchStrategy' => [ 'type' => 'object', 'properties' => [ 'name' => ['type' => 'string'], 'description' => ['type' => 'string'], 'searchConfigs' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'queryType' => ['type' => 'string'], 'firstRankName' => ['type' => 'string'], 'secondRankName' => ['type' => 'string'], 'mergeProportion' => ['type' => 'integer', 'format' => 'int32'], ], ], ], 'mergeConfig' => [ 'type' => 'object', 'properties' => [ 'rankName' => ['type' => 'string'], 'docCount' => ['type' => 'integer', 'format' => 'int32'], ], ], 'isDefault' => ['type' => 'boolean'], ], ], 'SecondRank' => [ 'type' => 'object', 'properties' => [ 'meta' => ['type' => 'any'], 'name' => ['type' => 'string'], 'description' => ['type' => 'string'], 'active' => ['type' => 'boolean'], ], ], ], ], 'apis' => [ 'BindESUserAnalyzer' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/es/{esInstanceId}/actions/bind-analyzer', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'esInstanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'body', 'in' => 'body', 'schema' => ['type' => 'any', 'required' => false], ], ], ], 'BindEsInstance' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/actions/bind-es-instance', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => ['type' => 'object', 'required' => false], ], ], ], 'CompileSortScript' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/apps/{appVersionId}/sort-scripts/{scriptName}/actions/compiling', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'scriptName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'appVersionId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'CreateABTestExperiment' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/scenes/{sceneId}/groups/{groupId}/experiments', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'sceneId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '-1', 'maximum' => '999999999'], ], [ 'name' => 'groupId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '-1', 'maximum' => '999999999'], ], [ 'name' => 'dryRun', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'body', 'in' => 'body', 'schema' => ['$ref' => '#/components/schemas/ABTestExperiment', 'required' => false], ], ], ], 'CreateABTestGroup' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/scenes/{sceneId}/groups', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'sceneId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '-1', 'maximum' => '999999999'], ], [ 'name' => 'body', 'in' => 'body', 'schema' => ['$ref' => '#/components/schemas/ABTestGroup', 'required' => false], ], [ 'name' => 'dryRun', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'CreateABTestScene' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/scenes', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'body', 'in' => 'body', 'schema' => ['$ref' => '#/components/schemas/ABTestScene', 'required' => false], ], [ 'name' => 'dryRun', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'CreateApp' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/apps', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'dryRun', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'autoSwitch' => ['type' => 'boolean', 'required' => false], 'networkType' => ['type' => 'string', 'required' => false], 'description' => ['type' => 'string', 'required' => false], 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'tables' => ['type' => 'object', 'required' => false], 'indexes' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'filterFields' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], 'searchFields' => ['type' => 'object', 'required' => false], ], ], 'routeField' => ['type' => 'string', 'required' => false], 'routeFieldValues' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], 'secondRouteField' => ['type' => 'string', 'required' => false], 'ttlField' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'name' => ['type' => 'string', 'required' => false], 'ttl' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], 'indexSortConfig' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'field' => ['type' => 'string', 'required' => false], 'direction' => ['type' => 'string', 'required' => false], ], ], ], 'name' => ['type' => 'string', 'required' => false], ], ], 'schemas' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'tables' => ['type' => 'object', 'required' => false], 'indexes' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'filterFields' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], 'searchFields' => ['type' => 'object', 'required' => false], ], ], 'routeField' => ['type' => 'string', 'required' => false], 'routeFieldValues' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], 'secondRouteField' => ['type' => 'string', 'required' => false], 'ttlField' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'name' => ['type' => 'string', 'required' => false], 'ttl' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], 'indexSortConfig' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'field' => ['type' => 'string', 'required' => false], 'direction' => ['type' => 'string', 'required' => false], ], ], ], 'name' => ['type' => 'string', 'required' => false], ], ], ], 'firstRanks' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'type' => ['type' => 'string', 'required' => false], 'name' => ['type' => 'string', 'required' => false], 'description' => ['type' => 'string', 'required' => false], 'active' => ['type' => 'boolean', 'required' => false], 'meta' => ['type' => 'any', 'required' => false], ], ], ], 'secondRanks' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'meta' => ['type' => 'any', 'required' => false], 'name' => ['type' => 'string', 'required' => false], 'description' => ['type' => 'string', 'required' => false], 'active' => ['type' => 'boolean', 'required' => false], ], ], ], 'dataSources' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'tableName' => ['type' => 'string', 'required' => false], 'type' => ['type' => 'string', 'required' => false], 'fields' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'object', 'required' => false], ], 'plugins' => ['type' => 'object', 'required' => false], 'keyField' => ['type' => 'string', 'required' => false], 'schemaName' => ['type' => 'string', 'required' => false], 'parameters' => ['type' => 'object', 'required' => false], ], ], ], 'summaries' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'name' => ['type' => 'string', 'required' => false], 'meta' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'field' => ['type' => 'string', 'required' => false], 'len' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'element' => ['type' => 'string', 'required' => false], 'ellipsis' => ['type' => 'string', 'required' => false], 'snippet' => ['type' => 'string', 'required' => false], ], ], ], ], ], ], 'fetchFields' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], 'queryProcessors' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'name' => ['type' => 'string', 'required' => false], 'domain' => ['type' => 'string', 'required' => false], 'category' => ['type' => 'string', 'required' => false], 'processors' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'object', 'required' => false], ], 'indexes' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], 'active' => ['type' => 'boolean', 'required' => false], ], ], ], 'cluster' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'maxTimeoutMS' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'maxQueryClauseLength' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'textSparseEmbeddingModel' => ['type' => 'string'], 'textEmbeddingModel' => ['type' => 'string'], 'chunkModels' => [ 'type' => 'array', 'items' => ['type' => 'object'], ], 'imageContentRecognizerModels' => [ 'type' => 'array', 'items' => ['type' => 'object'], ], 'graphRag' => ['type' => 'object'], 'vectorIndexConfigs' => [ 'type' => 'array', 'items' => ['type' => 'object'], ], ], ], 'domain' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'name' => ['type' => 'string', 'required' => false], 'category' => ['type' => 'string', 'required' => false], 'functions' => ['type' => 'object', 'required' => false], ], ], 'realtimeShared' => ['type' => 'boolean'], 'interpretations' => [ 'type' => 'array', 'items' => ['type' => 'object'], ], 'prompts' => [ 'type' => 'array', 'items' => ['type' => 'object'], ], 'configItems' => [ 'type' => 'array', 'items' => ['type' => 'object'], ], ], ], ], ], ], 'CreateAppGroup' => [ 'path' => '/v4/openapi/app-groups', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'name' => ['type' => 'string', 'required' => false], 'chargeType' => ['type' => 'string', 'required' => false], 'type' => ['type' => 'string', 'required' => false], 'resourceGroupId' => ['type' => 'string', 'required' => false], 'tags' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'key' => ['type' => 'string', 'required' => false], 'value' => ['type' => 'string', 'required' => false], ], ], ], 'quota' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'docSize' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'computeResource' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'spec' => ['type' => 'string', 'required' => false], ], ], ], ], ], ], ], 'CreateAppGroupCredentials' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/credentials', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'dryRun', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'type' => ['type' => 'string', 'required' => false], ], ], ], [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'CreateFirstRank' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/apps/{appId}/first-ranks', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'dryRun', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'appId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'body', 'in' => 'body', 'schema' => ['$ref' => '#/components/schemas/FirstRank', 'required' => false], ], ], ], 'CreateFunctionInstance' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/functions/{functionName}/instances', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'instanceName' => ['type' => 'string', 'required' => true], 'modelType' => ['type' => 'string', 'required' => true], 'functionType' => ['type' => 'string', 'required' => false], 'description' => ['type' => 'string', 'required' => false], 'createParameters' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'name' => ['type' => 'string', 'required' => false], 'value' => ['type' => 'string', 'required' => false], ], ], ], 'usageParameters' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'name' => ['type' => 'string', 'required' => false], 'value' => ['type' => 'string', 'required' => false], ], ], ], 'cron' => ['type' => 'string', 'required' => false], ], ], ], [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'functionName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'CreateFunctionResource' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/functions/{functionName}/resources', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'functionName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Data' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Content' => ['type' => 'string', 'required' => false], 'Generators' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Generator' => ['type' => 'string', 'required' => false], 'Input' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Features' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Name' => ['type' => 'string', 'required' => false], 'Type' => ['type' => 'string', 'required' => false], ], ], ], ], ], 'Output' => ['type' => 'string', 'required' => false], ], ], ], ], ], 'Description' => ['type' => 'string', 'required' => false], 'ResourceName' => ['type' => 'string', 'required' => false], 'ResourceType' => ['type' => 'string', 'required' => false], ], ], ], ], ], 'CreateFunctionTask' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/functions/{functionName}/instances/{instanceName}/tasks', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'functionName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'instanceName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'CreateInterventionDictionary' => [ 'path' => '/v4/openapi/intervention-dictionaries', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'dryRun', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'name' => ['type' => 'string', 'required' => false], 'type' => ['type' => 'string', 'required' => false], 'analyzerType' => ['type' => 'string', 'required' => false], ], ], ], ], ], 'CreateQueryProcessor' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/apps/{appId}/query-processors', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'appId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'dryRun', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'body', 'in' => 'body', 'schema' => ['type' => 'any', 'required' => false], ], ], ], 'CreateScheduledTask' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/scheduled-tasks', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'body', 'in' => 'body', 'schema' => ['$ref' => '#/components/schemas/ScheduledTask', 'required' => false], ], ], ], 'CreateSearchStrategy' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/apps/{appId}/search-strategies', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'appId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'body', 'in' => 'body', 'schema' => ['$ref' => '#/components/schemas/SearchStrategy', 'required' => false], ], ], ], 'CreateSecondRank' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/apps/{appId}/second-ranks', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'appId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'dryRun', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'body', 'in' => 'body', 'schema' => ['$ref' => '#/components/schemas/SecondRank', 'required' => false], ], ], ], 'CreateSortScript' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/apps/{appVersionId}/sort-scripts', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'appVersionId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'scriptName' => ['type' => 'string', 'required' => false], 'type' => ['type' => 'string', 'required' => false], 'scope' => ['type' => 'string', 'required' => false], 'description' => ['type' => 'string'], ], ], ], ], ], 'CreateUserAnalyzer' => [ 'path' => '/v4/openapi/user-analyzers', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'name' => ['type' => 'string', 'required' => false], 'business' => ['type' => 'string', 'required' => false], 'businessType' => ['type' => 'string', 'required' => false], 'type' => ['type' => 'string', 'required' => false], 'businessAppGroupId' => ['type' => 'string', 'required' => false], ], ], ], [ 'name' => 'dryRun', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'DeleteABTestExperiment' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/scenes/{sceneId}/groups/{groupId}/experiments/{experimentId}', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'sceneId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '-1', 'maximum' => '999999999'], ], [ 'name' => 'groupId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '-1', 'maximum' => '999999999'], ], [ 'name' => 'experimentId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '-1', 'maximum' => '999999999'], ], ], ], 'DeleteABTestGroup' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/scenes/{sceneId}/groups/{groupId}', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'sceneId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '-1', 'maximum' => '999999999'], ], [ 'name' => 'groupId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '-1', 'maximum' => '999999999'], ], ], ], 'DeleteABTestScene' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/scenes/{sceneId}', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'sceneId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '-1', 'maximum' => '999999999'], ], ], ], 'DeleteFunctionInstance' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/functions/{functionName}/instances/{instanceName}', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => [], 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'functionName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'instanceName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteFunctionResource' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/functions/{functionName}/resources/{resourceName}', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'functionName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'resourceName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteFunctionTask' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/functions/{functionName}/instances/{instanceName}/tasks/{generation}', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'functionName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'instanceName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'generation', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteSortScript' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/apps/{appVersionId}/sort-scripts/{scriptName}', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'scriptName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'appVersionId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteSortScriptFile' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/apps/{appVersionId}/sort-scripts/{scriptName}/files/src/{fileName}', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'appVersionId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'scriptName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'fileName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DescribeABTestExperiment' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/scenes/{sceneId}/groups/{groupId}/experiments/{experimentId}', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'sceneId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '-1', 'maximum' => '999999999'], ], [ 'name' => 'groupId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '-1', 'maximum' => '999999999'], ], [ 'name' => 'experimentId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '-1', 'maximum' => '999999999'], ], ], ], 'DescribeABTestGroup' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/scenes/{sceneId}/groups/{groupId}', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'sceneId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '-1', 'maximum' => '999999999'], ], [ 'name' => 'groupId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '-1', 'maximum' => '999999999'], ], ], ], 'DescribeABTestScene' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/scenes/{sceneId}', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'sceneId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '-1', 'maximum' => '999999999'], ], ], ], 'DescribeApp' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/apps/{appId}', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'appId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], ], ], 'DescribeAppGroup' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DescribeAppStatistics' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/apps/{appId}/statistics', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'appId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DescribeApps' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/apps', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DescribeDataCollction' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/data-collections/{dataCollectionIdentity}', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'dataCollectionIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DescribeFirstRank' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/apps/{appId}/first-ranks/{name}', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'appId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'name', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DescribeInterventionDictionary' => [ 'path' => '/v4/openapi/intervention-dictionaries/{name}', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'name', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DescribeQueryProcessor' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/apps/{appId}/query-processors/{name}', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'appId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'name', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DescribeRegions' => [ 'path' => '/v4/openapi/regions', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [], ], 'DescribeScheduledTask' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/scheduled-tasks/{taskId}', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'taskId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DescribeSecondRank' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/apps/{appId}/second-ranks/{name}', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'appId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'name', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DescribeSlowQueryStatus' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/optimizers/slow-query', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DescribeUserAnalyzer' => [ 'path' => '/v4/openapi/user-analyzers/{name}', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'name', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'with', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'DisableSlowQuery' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/optimizers/slow-query/actions/disable', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'EnableSlowQuery' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/optimizers/slow-query/actions/enable', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GenerateMergedTable' => [ 'path' => '/v4/openapi/assist/schema/actions/merge', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'spec', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'body', 'in' => 'body', 'schema' => ['$ref' => '#/components/schemas/Schema', 'required' => false], ], ], ], 'GetDomain' => [ 'path' => '/v4/openapi/domains/{domainName}', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'domainName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'appGroupIdentity', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetFunctionCurrentVersion' => [ 'path' => '/v4/openapi/functions/{functionName}/current-version', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ 'name' => 'functionName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'modelType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'functionType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'domain', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'category', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetFunctionDefaultInstance' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/functions/{functionName}/default-instance', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'functionName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetFunctionInstance' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/functions/{functionName}/instances/{instanceName}', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => [], 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'functionName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'instanceName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'output', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetFunctionResource' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/functions/{functionName}/resources/{resourceName}', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'functionName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'resourceName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'output', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, 'enum' => ['simple', 'normal', 'detail'], ], ], ], ], 'GetFunctionTask' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/functions/{functionName}/instances/{instanceName}/tasks/{generation}', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'functionName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'instanceName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'generation', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetFunctionVersion' => [ 'path' => '/v4/openapi/functions/{functionName}/versions/{versionId}', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ 'name' => 'functionName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'versionId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], ], ], 'GetScriptFileNames' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/apps/{appVersionId}/sort-scripts/{scriptName}/file-names', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'appVersionId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'scriptName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetSearchStrategy' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/apps/{appId}/search-strategies/{strategyName}', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'appId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'strategyName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetSortScript' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/apps/{appVersionId}/sort-scripts/{scriptName}', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'scriptName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'appVersionId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetSortScriptFile' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/apps/{appVersionId}/sort-scripts/{scriptName}/files/src/{fileName}', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'scriptName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'appVersionId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'fileName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'ListABTestExperiments' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/scenes/{sceneId}/groups/{groupId}/experiments', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'sceneId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '-1', 'maximum' => '999999999'], ], [ 'name' => 'groupId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '-1', 'maximum' => '999999999'], ], ], ], 'ListABTestFixedFlowDividers' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/scenes/{sceneId}/groups/{groupId}/experiments/{experimentId}/fixed-flow-dividers', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'sceneId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '-1', 'maximum' => '999999999'], ], [ 'name' => 'groupId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '-1', 'maximum' => '999999999'], ], [ 'name' => 'experimentId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '-1', 'maximum' => '999999999'], ], ], ], 'ListABTestGroups' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/scenes/{sceneId}/groups', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'sceneId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '-1', 'maximum' => '999999999'], ], ], ], 'ListABTestScenes' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/scenes', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'ListAppGroups' => [ 'path' => '/v4/openapi/app-groups', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'pageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'pageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'instanceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'name', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'type', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'sortBy', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'resourceGroupId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'tags', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'key' => ['type' => 'string', 'required' => false], 'value' => ['type' => 'string', 'required' => false], ], ], ], ], ], ], 'ListDataCollections' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/data-collections', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'pageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'pageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'ListDataSourceTableFields' => [ 'path' => '/v4/openapi/assist/data-sources/{dataSourceType}/fields', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'dataSourceType', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'params', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'rawType', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'ListDataSourceTables' => [ 'path' => '/v4/openapi/assist/data-sources/{dataSourceType}/tables', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'dataSourceType', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'params', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'ListFirstRanks' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/apps/{appId}/first-ranks', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'appId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], ], ], 'ListFunctionInstances' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/functions/{functionName}/instances', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'functionName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'modelType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'functionType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'source', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'pageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'pageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'output', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListFunctionResources' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/functions/{functionName}/resources', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'functionName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'resourceType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'output', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, 'enum' => ['simple', 'normal', 'detail'], ], ], [ 'name' => 'pageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'pageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'ListFunctionTasks' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/functions/{functionName}/instances/{instanceName}/tasks', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'functionName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'instanceName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'status', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'startTime', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'endTime', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'pageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'pageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'ListInterventionDictionaries' => [ 'path' => '/v4/openapi/intervention-dictionaries', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'pageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'pageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'types', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListInterventionDictionaryEntries' => [ 'path' => '/v4/openapi/intervention-dictionaries/{name}/entries', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'name', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'word', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'pageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'pageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'ListInterventionDictionaryNerResults' => [ 'path' => '/v4/openapi/intervention-dictionaries/{name}/ner-results', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'name', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'query', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'ListInterventionDictionaryRelatedEntities' => [ 'path' => '/v4/openapi/intervention-dictionaries/{name}/related', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'name', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'ListProceedings' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/proceedings', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'filterFinished', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'ListQueryProcessorAnalyzerResults' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/apps/{appId}/query-processors/{name}/analyze', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'appId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'name', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'text', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'ListQueryProcessorNers' => [ 'path' => '/v4/openapi/query-processor/ner/default-priorities', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'domain', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListQueryProcessors' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/apps/{appId}/query-processors', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'appId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'isActive', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'ListQuotaReviewTasks' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/quota-review-tasks', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'pageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'pageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'ListScheduledTasks' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/scheduled-tasks', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'type', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'pageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'pageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'ListSearchStrategies' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/apps/{appId}/search-strategies', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'appId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'ListSecondRanks' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/apps/{appId}/second-ranks', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'appId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], ], ], 'ListSlowQueryCategories' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/optimizers/slow-query/categories', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'ListSlowQueryQueries' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/optimizers/slow-query/categories/{categoryIndex}/queries', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'categoryIndex', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'ListSortExpressions' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/apps/{appId}/sort-expressions', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'appId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '1', 'maximum' => '999999999'], ], ], ], 'ListSortScripts' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/apps/{appVersionId}/sort-scripts', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'appVersionId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'ListStatisticLogs' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/statistic-logs/{moduleName}', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'moduleName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'startTime', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0', 'maximum' => '9999999999'], ], [ 'name' => 'stopTime', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0', 'maximum' => '9999999999'], ], [ 'name' => 'pageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'maximum' => '1000'], ], [ 'name' => 'pageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'maximum' => '10000'], ], [ 'name' => 'query', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'sortBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'distinct', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'columns', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListStatisticReport' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/statistic-report/{moduleName}', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'moduleName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'startTime', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0', 'maximum' => '9999999999'], ], [ 'name' => 'endTime', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0', 'maximum' => '9999999999'], ], [ 'name' => 'pageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'maximum' => '100'], ], [ 'name' => 'pageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'maximum' => '10000'], ], [ 'name' => 'columns', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'query', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListTagResources' => [ 'path' => '/v4/openapi/resource-tags', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ 'name' => 'resourceType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'resourceId', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'tag', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'key' => ['type' => 'string', 'required' => false], 'value' => ['type' => 'string', 'required' => false], ], ], ], ], [ 'name' => 'nextToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListUserAnalyzerEntries' => [ 'path' => '/v4/openapi/user-analyzers/{name}/entries', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'name', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'word', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'pageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '-1', 'maximum' => '999999999'], ], [ 'name' => 'pageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '-1', 'maximum' => '999999999'], ], ], ], 'ListUserAnalyzers' => [ 'path' => '/v4/openapi/user-analyzers', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'pageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '-1', 'maximum' => '999999999'], ], [ 'name' => 'pageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '-1', 'maximum' => '999999999'], ], ], ], 'ModifyAppGroup' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'description' => ['type' => 'string', 'required' => false], 'currentVersion' => ['type' => 'string', 'required' => false], 'domain' => ['type' => 'string', 'required' => false], 'resourceGroupId' => ['type' => 'string', 'required' => false], ], ], ], [ 'name' => 'dryRun', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'ModifyAppGroupQuota' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/quota', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'clientToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'dryRun', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'body', 'in' => 'body', 'schema' => ['$ref' => '#/components/schemas/Quota', 'required' => false], ], ], ], 'ModifyFirstRank' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/apps/{appId}/first-ranks/{name}', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'dryRun', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'appId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'name', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'body', 'in' => 'body', 'schema' => ['$ref' => '#/components/schemas/FirstRank', 'required' => false], ], ], ], 'ModifyQueryProcessor' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/apps/{appId}/query-processors/{name}', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'appId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'dryRun', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'name', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'body', 'in' => 'body', 'schema' => ['type' => 'any', 'required' => false], ], ], ], 'ModifyScheduledTask' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/scheduled-tasks/{taskId}', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'taskId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'body', 'in' => 'body', 'schema' => ['type' => 'any', 'required' => false], ], ], ], 'ModifySecondRank' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/apps/{appId}/second-ranks/{name}', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'appId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'name', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'dryRun', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'body', 'in' => 'body', 'schema' => ['$ref' => '#/components/schemas/SecondRank', 'required' => false], ], ], ], 'PushInterventionDictionaryEntries' => [ 'path' => '/v4/openapi/intervention-dictionaries/{name}/entries/actions/bulk', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], [ 'APP' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'name', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'dryRun', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'object', 'required' => false], 'maxItems' => 100, ], ], ], ], 'PushUserAnalyzerEntries' => [ 'path' => '/v4/openapi/user-analyzers/{name}/entries/actions/bulk', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'name', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'dryRun', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'entries' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'cmd' => ['type' => 'string', 'required' => false], 'key' => ['type' => 'string', 'required' => false], 'value' => ['type' => 'string', 'required' => false], 'splitEnabled' => ['type' => 'boolean', 'required' => false], ], ], 'maxItems' => 100, ], ], ], ], ], ], 'ReleaseSortScript' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/apps/{appVersionId}/sort-scripts/{scriptName}/actions/release', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'scriptName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'appVersionId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'RemoveApp' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/apps/{appId}', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'appId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], ], ], 'RemoveAppGroup' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'RemoveDataCollection' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/data-collections/{dataCollectionIdentity}', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'dataCollectionIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'RemoveFirstRank' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/apps/{appId}/first-ranks/{name}', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'appId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'name', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'RemoveInterventionDictionary' => [ 'path' => '/v4/openapi/intervention-dictionaries/{name}', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'parameters' => [ [ 'name' => 'name', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'RemoveQueryProcessor' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/apps/{appId}/query-processors/{name}', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'appId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'name', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'RemoveScheduledTask' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/scheduled-tasks/{taskId}', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'taskId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'RemoveSearchStrategy' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/apps/{appId}/search-strategies/{strategyName}', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'appId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'strategyName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'RemoveSecondRank' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/apps/{appId}/second-ranks/{name}', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'appId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'name', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'RemoveUserAnalyzer' => [ 'path' => '/v4/openapi/user-analyzers/{name}', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'name', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'RenewAppGroup' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/actions/renew', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'clientToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'body', 'in' => 'body', 'schema' => ['$ref' => '#/components/schemas/PrepayOrderInfo', 'required' => false], ], ], ], 'ReplaceAppGroupCommodityCode' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/actions/to-instance-typed', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'SaveSortScriptFile' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/apps/{appVersionId}/sort-scripts/{scriptName}/files/src/{fileName}', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'scriptName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'appVersionId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'fileName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'content' => ['type' => 'string', 'required' => false], 'version' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], ], ], 'StartSlowQueryAnalyzer' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/optimizers/slow-query/actions/run', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'TagResources' => [ 'path' => '/v4/openapi/resource-tags', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'resourceType' => ['type' => 'string', 'required' => true], 'resourceId' => [ 'type' => 'array', 'required' => true, 'items' => ['type' => 'string', 'required' => false], ], 'tag' => [ 'type' => 'array', 'required' => true, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'key' => ['type' => 'string', 'required' => false], 'value' => ['type' => 'string', 'required' => false], ], ], ], ], ], ], ], ], 'UnbindESUserAnalyzer' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/es/{esInstanceId}/actions/unbind-analyzer', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'esInstanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'body', 'in' => 'body', 'schema' => ['type' => 'any', 'required' => false], ], ], ], 'UnbindEsInstance' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/actions/unbind-es-instance', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'UntagResources' => [ 'path' => '/v4/openapi/resource-tags', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ 'name' => 'resourceType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'resourceId', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'tagKey', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'all', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'UpdateABTestExperiment' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/scenes/{sceneId}/groups/{groupId}/experiments/{experimentId}', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'sceneId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '-1', 'maximum' => '999999999'], ], [ 'name' => 'groupId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '-1', 'maximum' => '999999999'], ], [ 'name' => 'experimentId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '-1', 'maximum' => '999999999'], ], [ 'name' => 'dryRun', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'body', 'in' => 'body', 'schema' => ['$ref' => '#/components/schemas/ABTestExperiment', 'required' => false], ], ], ], 'UpdateABTestFixedFlowDividers' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/scenes/{sceneId}/groups/{groupId}/experiments/{experimentId}/fixed-flow-dividers', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'sceneId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '-1', 'maximum' => '999999999'], ], [ 'name' => 'groupId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '-1', 'maximum' => '999999999'], ], [ 'name' => 'experimentId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '-1', 'maximum' => '999999999'], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], 'maxItems' => 100, ], ], ], ], 'UpdateABTestGroup' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/scenes/{sceneId}/groups/{groupId}', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'sceneId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '-1', 'maximum' => '999999999'], ], [ 'name' => 'groupId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '-1', 'maximum' => '999999999'], ], [ 'name' => 'body', 'in' => 'body', 'schema' => ['$ref' => '#/components/schemas/ABTestGroup', 'required' => false], ], [ 'name' => 'dryRun', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'UpdateABTestScene' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/scenes/{sceneId}', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'sceneId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '-1', 'maximum' => '999999999'], ], [ 'name' => 'body', 'in' => 'body', 'schema' => ['$ref' => '#/components/schemas/ABTestScene', 'required' => false], ], [ 'name' => 'dryRun', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'UpdateAppGroupDeleteProtection' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/delete-protection', 'methods' => ['put'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => ['type' => 'object', 'required' => false], ], ], ], 'UpdateFetchFields' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/apps/{appId}/fetch-fields', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'dryRun', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'appId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], 'maxItems' => 100, ], ], ], ], 'UpdateFunctionDefaultInstance' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/functions/{functionName}/default-instance', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'instanceName' => ['type' => 'string', 'required' => false], ], ], ], [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'functionName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'UpdateFunctionInstance' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/functions/{functionName}/instances/{instanceName}', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'cron' => ['type' => 'string', 'required' => false], 'createParameters' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'name' => ['type' => 'string', 'required' => false], 'value' => ['type' => 'string', 'required' => false], ], ], ], 'usageParameters' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'name' => ['type' => 'string', 'required' => false], 'value' => ['type' => 'string', 'required' => false], ], ], ], 'description' => ['type' => 'string', 'required' => false], ], ], ], [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'functionName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'instanceName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'UpdateFunctionResource' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/functions/{functionName}/resources/{resourceName}', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'functionName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'resourceName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Data' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Content' => ['type' => 'string', 'required' => false], 'Generators' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Generator' => ['type' => 'string', 'required' => false], 'Input' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Features' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Name' => ['type' => 'string', 'required' => false], 'Type' => ['type' => 'string', 'required' => false], ], ], ], ], ], 'Output' => ['type' => 'string', 'required' => false], ], ], ], ], ], 'Description' => ['type' => 'string', 'required' => false], ], ], ], ], ], 'UpdateSearchStrategy' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/apps/{appId}/search-strategies/{strategyName}', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'appId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'strategyName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'body', 'in' => 'body', 'schema' => ['$ref' => '#/components/schemas/SearchStrategy', 'required' => false], ], ], ], 'UpdateSortScript' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/apps/{appVersionId}/sort-scripts/{scriptName}', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'appVersionId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'scriptName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'type' => 'object', 'properties' => [ 'description' => ['type' => 'string'], ], ], ], ], ], 'UpdateSummaries' => [ 'path' => '/v4/openapi/app-groups/{appGroupIdentity}/apps/{appId}/summaries', 'methods' => ['put'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'dryRun', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'appGroupIdentity', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'appId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'field' => ['type' => 'string', 'required' => false], 'len' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'element' => ['type' => 'string', 'required' => false], 'ellipsis' => ['type' => 'string', 'required' => false], 'snippet' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], 'maxItems' => 100, ], ], ], ], 'ValidateDataSources' => [ 'path' => '/v4/openapi/assist/data-sources/validations', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'body', 'in' => 'body', 'schema' => ['$ref' => '#/components/schemas/DataSource', 'required' => false], ], ], ], ], 'endpoints' => [ ['regionId' => 'ap-southeast-1', 'regionName' => '新加坡', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'opensearch.ap-southeast-1.aliyuncs.com', 'endpoint' => 'opensearch.ap-southeast-1.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-beijing', 'regionName' => '华北2(北京)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'opensearch.cn-beijing.aliyuncs.com', 'endpoint' => 'opensearch.cn-beijing.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-hangzhou', 'regionName' => '华东1(杭州)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'opensearch.cn-hangzhou.aliyuncs.com', 'endpoint' => 'opensearch.cn-hangzhou.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-hongkong', 'regionName' => '中国香港', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'opensearch.cn-hongkong.aliyuncs.com', 'endpoint' => 'opensearch.cn-hongkong.aliyuncs.com', 'vpc' => 'opensearch-vpc.cn-hongkong.aliyuncs.com'], ['regionId' => 'cn-qingdao', 'regionName' => '华北1(青岛)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'opensearch.cn-qingdao.aliyuncs.com', 'endpoint' => 'opensearch.cn-qingdao.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-shanghai', 'regionName' => '华东2(上海)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'opensearch.cn-shanghai.aliyuncs.com', 'endpoint' => 'opensearch.cn-shanghai.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-shenzhen', 'regionName' => '华南1(深圳)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'opensearch.cn-shenzhen.aliyuncs.com', 'endpoint' => 'opensearch.cn-shenzhen.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-zhangjiakou', 'regionName' => '华北3(张家口)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'opensearch.cn-zhangjiakou.aliyuncs.com', 'endpoint' => 'opensearch.cn-zhangjiakou.aliyuncs.com', 'vpc' => ''], ['regionId' => 'us-east-1', 'regionName' => '美国(弗吉尼亚)', 'areaId' => 'europeAmerica', 'areaName' => '欧洲与美洲', 'public' => 'opensearch.us-east-1.aliyuncs.com', 'endpoint' => 'opensearch.us-east-1.aliyuncs.com', 'vpc' => 'opensearch-vpc.us-east-1.aliyuncs.com'], ['regionId' => 'eu-central-1', 'regionName' => '德国(法兰克福)', 'areaId' => 'europeAmerica', 'areaName' => '欧洲与美洲', 'public' => 'opensearch.eu-central-1.aliyuncs.com', 'endpoint' => 'opensearch.eu-central-1.aliyuncs.com', 'vpc' => 'opensearch-vpc.eu-central-1.aliyuncs.com'], ['regionId' => 'cn-north-2-gov-1', 'regionName' => '北京政务云', 'areaId' => 'industryCloud', 'areaName' => '行业云', 'public' => 'opensearch.cn-north-2-gov-1.aliyuncs.com', 'endpoint' => 'opensearch.cn-north-2-gov-1.aliyuncs.com', 'vpc' => ''], ], ];