'1.0',
'info' => [
'style' => 'RPC',
'product' => 'MPServerless',
'version' => '2019-06-15',
],
'directories' => [
[
'id' => 77563,
'title' => null,
'type' => 'directory',
'children' => [
'CreateSpaceWithOrder',
'DescribeSpaces',
'CreateSpace',
'DeleteSpace',
'UpdateSpace',
'ListSpace',
],
],
[
'id' => 77595,
'title' => null,
'type' => 'directory',
'children' => [
'CreateFunction',
'CreateFunctionDeployment',
'DeleteFunction',
'UpdateFunction',
'UpdateHttpTriggerConfig',
'DescribeFunction',
'DescribeHttpTriggerConfig',
'ListFunction',
'ListFunctionDeployment',
'ListFunctionLog',
'DeployFunction',
'RunFunction',
],
],
[
'id' => 77612,
'title' => null,
'type' => 'directory',
'children' => [
[
'id' => 164600,
'title' => null,
'type' => 'directory',
'children' => [
'DeleteDBCollection',
'RenameDBCollection',
'RunDBCommand',
],
],
[
'id' => 77541,
'title' => null,
'type' => 'directory',
'children' => [
'CreateDBRestoreTask',
'QueryDBBackupCollections',
'QueryDBRestoreTaskStatus',
'QueryDBBackupDumpTimes',
],
],
[
'id' => 164601,
'title' => null,
'type' => 'directory',
'children' => [
'CreateDBExportTask',
'CreateDBImportTask',
'QueryDBExportTaskStatus',
'QueryDBImportTaskStatus',
],
],
],
],
[
'id' => 164602,
'title' => null,
'type' => 'directory',
'children' => [
'DeleteFile',
'RegisterFile',
'DescribeFileUploadSignedUrl',
'ListFile',
'DescribeCdnDomain',
'SaveCdnDomainConfig',
],
],
[
'id' => 77573,
'title' => null,
'type' => 'directory',
'children' => [
[
'id' => 164603,
'title' => null,
'type' => 'directory',
'children' => [
'DeleteWebHostingFile',
'BatchDeleteWebHostingFiles',
'ListWebHostingFiles',
'DescribeWebHostingFile',
'GetWebHostingUploadCredential',
],
],
[
'id' => 164604,
'title' => null,
'type' => 'directory',
'children' => [
'BindWebHostingCustomDomain',
'UnbindWebHostingCustomDomain',
'SaveWebHostingCustomDomainConfig',
'VerifyWebHostingDomainOwner',
'GetWebHostingDomainVerificationContent',
'ListWebHostingCustomDomains',
'RefreshWebHostingCustomDomainCache',
],
],
[
'id' => 164605,
'title' => null,
'type' => 'directory',
'children' => [
'DeleteWebHostingCertificate',
'AttachWebHostingCertificate',
'GetWebHostingCertificateDetail',
],
],
[
'id' => 164606,
'title' => null,
'type' => 'directory',
'children' => [
'SaveWebHostingCustomDomainCorsConfig',
'GetWebHostingConfig',
'ModifyWebHostingConfig',
],
],
],
],
[
'id' => 77544,
'title' => null,
'type' => 'directory',
'children' => [
'EnableExtension',
'UpdateServicePolicy',
'OpenService',
'OpenWebHostingService',
'ResetServerSecret',
'SaveAppAuthToken',
'DescribeFCOpenStatus',
'DescribeServicePolicy',
'ListExtensions',
'QueryServiceStatus',
'GetWebHostingStatus',
'CheckMpServerlessRoleExists',
],
],
[
'id' => 77582,
'title' => null,
'type' => 'directory',
'children' => [
'AddDingtalkOpenPlatformConfig',
'SaveAntOpenPlatformConfig',
'SaveWechatOpenPlatformConfig',
'DeleteAntOpenPlatformConfig',
'DeleteDingtalkOpenPlatformConfig',
'DeleteWechatOpenPlatformConfig',
'UpdateDingtalkOpenPlatformConfig',
'DescribeSpaceClientConfig',
'ListOpenPlatformConfig',
'ListDingtalkOpenPlatformConfigs',
],
],
[
'id' => 77619,
'title' => null,
'type' => 'directory',
'children' => [
'AddCorsDomain',
'DeleteCorsDomain',
'ListCorsDomains',
],
],
[
'id' => 164608,
'title' => null,
'type' => 'directory',
'children' => [
'QuerySpaceSpecDetail',
'QuerySpaceUsage',
'QuerySpaceConsumption',
'DescribeResourceQuota',
'DescribeResourceUsage',
],
],
],
'components' => [
'schemas' => [],
],
'apis' => [
'CreateSpaceWithOrder' => [
'summary' => '创建服务空间并下单',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'deprecated' => false,
'systemTags' => [
'operationType' => 'create',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasY2CCBF',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'Name',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'test',
],
],
[
'name' => 'Desc',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '',
'maxLength' => 128,
],
],
[
'name' => 'SubscriptionType',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'example' => 'Subscription',
'enum' => [
'Subscription',
'PayAsYouGo',
],
],
],
[
'name' => 'Period',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'example' => '1',
'enum' => [
'1',
'2',
'3',
'6',
'12',
],
],
],
[
'name' => 'PackageVersion',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'professional',
'enum' => [
'free',
'base',
'standard',
'professional',
'enterprise',
'ultimate',
],
],
],
[
'name' => 'UseCoupon',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'boolean',
'required' => false,
'example' => 'true',
'default' => 'false',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'SpaceId' => [
'description' => '',
'type' => 'string',
'example' => 'mp-1140a548-****-44ac-8bfb-a21c073f0d1a',
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'C71E8AEA-D1C3-****-956F-C261B7A43E92',
],
'OrderId' => [
'description' => '',
'type' => 'string',
'example' => '222082414200***',
],
'InstanceId' => [
'description' => '',
'type' => 'string',
'example' => 'emas_EmasServerlessPost_public_cn-n8m2y7l****',
],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"SpaceId\\": \\"mp-1140a548-****-44ac-8bfb-a21c073f0d1a\\",\\n \\"RequestId\\": \\"C71E8AEA-D1C3-****-956F-C261B7A43E92\\",\\n \\"OrderId\\": \\"222082414200***\\",\\n \\"InstanceId\\": \\"emas_EmasServerlessPost_public_cn-n8m2y7l****\\"\\n}","type":"json"}]',
],
'DescribeSpaces' => [
'summary' => '根据 spaceId、租户ID、EMAS项目空间或者套餐规格来查询空间实例信息',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasY2CCBF',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'PageNum',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'minimum' => '0',
'example' => '0',
'default' => '0',
],
],
[
'name' => 'PageSize',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'maximum' => '1000',
'minimum' => '1',
'example' => '10',
'default' => '10',
],
],
[
'name' => 'SpaceIds',
'in' => 'formData',
'style' => 'simple',
'schema' => [
'description' => '',
'type' => 'array',
'items' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'mp-c2d29d85-44f5-4ede-****-4f803ba06a7c',
],
'required' => false,
],
],
[
'name' => 'TenantId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'XKHKTPDJ',
],
],
[
'name' => 'EmasWorkspaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'required' => false,
'example' => '3449110',
],
],
[
'name' => 'SpecCode',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'ULTIMATE',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '68B76E59-CC10-5EEC-BCED-73A6C51179BC',
],
'GmtCreate' => [
'description' => '',
'type' => 'string',
'example' => '-',
],
'Count' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '10',
],
'Spaces' => [
'description' => '',
'type' => 'array',
'items' => [
'description' => '',
'type' => 'object',
'properties' => [
'SpaceId' => [
'description' => '',
'type' => 'string',
'example' => 'mp-f215973f-db40-4013-92a8-b09690c7****',
],
'InstanceId' => [
'description' => '',
'type' => 'string',
'example' => 'emas_EmasServerlessPre_public_cn-0ju2pax****',
],
'EmasWorkspaceId' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '3818905',
],
'Name' => [
'description' => '',
'type' => 'string',
'example' => 'myspace',
],
'Description' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'ServiceStatus' => [
'description' => '',
'type' => 'string',
'example' => 'IN_SERVICE',
],
'PackageStatus' => [
'description' => '',
'type' => 'string',
'example' => 'UPGRADING',
],
'GmtCreate' => [
'description' => '',
'type' => 'string',
'example' => '2022-05-19T06:06:05Z',
],
'GmtModified' => [
'description' => '',
'type' => 'string',
'example' => '2022-05-19T06:06:05Z',
],
'SpecCode' => [
'description' => '',
'type' => 'string',
'example' => 'ENTERPRISE',
],
'ChargeType' => [
'description' => '',
'type' => 'string',
'example' => 'PREPAY',
],
'OrderType' => [
'description' => '',
'type' => 'string',
'example' => 'BUY',
],
'AutoRenew' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'RenewDuration' => [
'description' => '',
'type' => 'string',
'example' => '3',
],
'PackageStartDate' => [
'description' => '',
'type' => 'string',
'example' => '2022-06-18T16:00:00Z',
],
'PackageEndDate' => [
'description' => '',
'type' => 'string',
'example' => '2022-09-18T16:00:00Z',
],
],
],
],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"68B76E59-CC10-5EEC-BCED-73A6C51179BC\\",\\n \\"GmtCreate\\": \\"2024-03-27T06:43:17Z\\",\\n \\"Count\\": 10,\\n \\"Spaces\\": [\\n {\\n \\"SpaceId\\": \\"mp-f215973f-db40-4013-92a8-b09690c7****\\",\\n \\"InstanceId\\": \\"emas_EmasServerlessPre_public_cn-0ju2pax****\\",\\n \\"EmasWorkspaceId\\": 3818905,\\n \\"Name\\": \\"myspace\\",\\n \\"Description\\": \\"线上\\",\\n \\"ServiceStatus\\": \\"IN_SERVICE\\",\\n \\"PackageStatus\\": \\"UPGRADING\\",\\n \\"GmtCreate\\": \\"2022-05-19T06:06:05Z\\",\\n \\"GmtModified\\": \\"2022-05-19T06:06:05Z\\",\\n \\"SpecCode\\": \\"ENTERPRISE\\",\\n \\"ChargeType\\": \\"PREPAY\\",\\n \\"OrderType\\": \\"BUY\\",\\n \\"AutoRenew\\": true,\\n \\"RenewDuration\\": \\"3\\",\\n \\"PackageStartDate\\": \\"2022-06-18T16:00:00Z\\",\\n \\"PackageEndDate\\": \\"2022-09-18T16:00:00Z\\"\\n }\\n ]\\n}","type":"json"}]',
],
'CreateSpace' => [
'summary' => '创建小程序Serverless服务空间',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'deprecated' => false,
'systemTags' => [
'operationType' => 'create',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasY2CCBF',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'Name',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'docRequired' => true,
'example' => 'space1',
],
],
[
'name' => 'Desc',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'description',
'maxLength' => 128,
],
],
[
'name' => 'WorkspaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'required' => false,
'maximum' => '9223372036854775807',
'minimum' => '1',
'example' => '211975XXXX',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'SpaceId' => [
'description' => '',
'type' => 'string',
'example' => 'fd46b91a-4591-49b6-abcd-59e9733*****',
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'C44BB160-2F2D-5E34-BC08-B8C8B6D7702F',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"SpaceId\\": \\"fd46b91a-4591-49b6-abcd-59e9733*****\\",\\n \\"RequestId\\": \\"C44BB160-2F2D-5E34-BC08-B8C8B6D7702F\\"\\n}","errorExample":""},{"type":"xml","example":"\\n C44BB160-2F2D-5E34-BC08-B8C8B6D7702F\\n fd46b91a-4591-49b6-abcd-59e9733*****\\n true\\n","errorExample":""}]',
'title' => 'CreateSpace',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'DeleteSpace' => [
'summary' => '删除服务空间',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'deprecated' => false,
'systemTags' => [
'operationType' => 'delete',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasY2CCBF',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '92e26ea9-6450-4b40-9c20-xxxx',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'C293BB03-B6AD-46C2-80D1-19C8FB573916',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"C293BB03-B6AD-46C2-80D1-19C8FB573916\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n\\r\\n\\t9D653EC3-8F53-4307-9B1C-52F5922384A6\\r\\n\\t\\r\\n","errorExample":""}]',
'title' => 'DeleteSpace',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'UpdateSpace' => [
'summary' => '更新服务空间',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'deprecated' => false,
'systemTags' => [
'operationType' => 'update',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasY2CCBF',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '826061c4-5095-4550-8b74-3bcd9af*****',
],
],
[
'name' => 'Desc',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '',
],
],
[
'name' => 'Status',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'IN_SERVICE',
'enum' => [
'IN_SERVICE',
'PAUSED',
],
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'EA770971-A4A0-4555-9E00-C94A2194E150',
],
],
],
],
],
'errorCodes' => [
400 => [
[
'errorCode' => 'AccessDenied',
'errorMessage' => 'You are not authorized to access this space.',
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"EA770971-A4A0-4555-9E00-C94A2194E150\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n 9D653EC3-8F53-4307-9B1C-52F5922384A6\\r\\n","errorExample":""}]',
'title' => 'UpdateSpace',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'ListSpace' => [
'summary' => '查询服务空间列表',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'list',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasY2CCBF',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'PageNum',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'minimum' => '0',
'example' => '0',
'default' => '0',
],
],
[
'name' => 'PageSize',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'maximum' => '1000',
'minimum' => '1',
'example' => '10',
'default' => '10',
],
],
[
'name' => 'SpaceIds',
'in' => 'formData',
'style' => 'simple',
'schema' => [
'description' => '',
'type' => 'array',
'items' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'b9105f6d-f403-4ad5-8a05-82e4524659c8,aff8cd35-4273-40ce-943e-9ab8cd8d89fc',
],
'required' => false,
],
],
[
'name' => 'EmasWorkspaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '3821658',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'B314EDAD-FFCA-536D-BA9C-08B42F7C2DDE',
],
'GmtCreate' => [
'type' => 'string',
],
'Count' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '23',
],
'Spaces' => [
'description' => '',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'Status' => [
'description' => '',
'type' => 'string',
'example' => 'IN_SERVICE',
],
'GmtCreate' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1582018007000',
],
'SpaceId' => [
'description' => '',
'type' => 'string',
'example' => '368ef42a-763f-0000-acc2-8aa9564c****',
],
'Name' => [
'description' => '',
'type' => 'string',
'example' => 'myspace',
],
'Desc' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'GmtLastAccess' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1582018007000',
],
],
],
],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"B314EDAD-FFCA-536D-BA9C-08B42F7C2DDE\\",\\n \\"GmtCreate\\": \\"\\",\\n \\"Count\\": 23,\\n \\"Spaces\\": [\\n {\\n \\"Status\\": \\"IN_SERVICE\\",\\n \\"GmtCreate\\": 1582018007000,\\n \\"SpaceId\\": \\"368ef42a-763f-0000-acc2-8aa9564c****\\",\\n \\"Name\\": \\"myspace\\",\\n \\"Desc\\": \\"我的空间\\",\\n \\"GmtLastAccess\\": 1582018007000\\n }\\n ]\\n}","type":"json"}]',
],
'CreateFunction' => [
'summary' => '创建云函数',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'deprecated' => false,
'systemTags' => [
'operationType' => 'create',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasWGZWPL',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'Name',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'demoFunction',
],
],
[
'name' => 'Desc',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '',
'maxLength' => 128,
],
],
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '226e5213-697c-4a52-b4ff-xxxxx',
],
],
[
'name' => 'Runtime',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'nodejs12',
'default' => 'nodejs14',
'enum' => [
'nodejs8',
'nodejs12',
],
],
],
[
'name' => 'Memory',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'example' => '512',
'maximum' => '2048',
'minimum' => '128',
],
],
[
'name' => 'Timeout',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'example' => '5',
'maximum' => '7200',
'minimum' => '1',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'E63E7F4F-8538-5B0E-8712-78F92B6DCB9C',
],
'CreatedAt' => [
'description' => '',
'type' => 'string',
'example' => '2021-11-18T08:02:33.954Z',
],
'Name' => [
'description' => '',
'type' => 'string',
'example' => 'demoFunction',
],
'ModifiedAt' => [
'description' => '',
'type' => 'string',
'example' => '021-11-18T08:02:33.954Z',
],
'Desc' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'Spec' => [
'description' => '',
'type' => 'object',
'properties' => [
'Timeout' => [
'description' => '',
'type' => 'string',
'example' => '5s',
],
'Runtime' => [
'description' => '',
'type' => 'string',
'example' => 'Node.js 12',
],
'InstanceConcurrency' => [
'description' => '',
'type' => 'string',
'example' => '1',
],
'Memory' => [
'description' => '',
'type' => 'string',
'example' => '512 MB',
],
],
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"E63E7F4F-8538-5B0E-8712-78F92B6DCB9C\\",\\n \\"CreatedAt\\": \\"2021-11-18T08:02:33.954Z\\",\\n \\"Name\\": \\"demoFunction\\",\\n \\"ModifiedAt\\": \\"021-11-18T08:02:33.954Z\\",\\n \\"Desc\\": \\"测试函数\\",\\n \\"Spec\\": {\\n \\"Timeout\\": \\"5s\\",\\n \\"Runtime\\": \\"Node.js 12\\",\\n \\"InstanceConcurrency\\": \\"1\\",\\n \\"Memory\\": \\"512 MB\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n 2021-11-18T08:02:33.954Z\\n 测试函数\\n E63E7F4F-8538-5B0E-8712-78F92B6DCB9C\\n 2021-11-18T08:02:33.954Z\\n \\n Node.js 12\\n 5 s\\n 512 MB\\n 1\\n \\n true\\n demoFunction\\n","errorExample":""}]',
],
'CreateFunctionDeployment' => [
'summary' => '创建云函数部署单',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'deprecated' => false,
'systemTags' => [
'operationType' => 'create',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasWGZWPL',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'Name',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'demoFunction',
],
],
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'dece4ea0-d432-4cfa-8514-xxxx',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'UploadSignedUrl' => [
'description' => '',
'type' => 'string',
'example' => 'http://bucket.oss-cn-shanghai.aliyuncs.com/afc0e1c9d446fxxxxx-v2.zip?OSSAccessKeyId=LTAIKCq5x****kK6&Expires=1561425220&Signature=xEuiAgUMShQ4v8fYIl3FM8Jp3MA%3D',
],
'DeploymentId' => [
'description' => '',
'type' => 'string',
'example' => 'dep-5e49fd471c9d4451c33bdd06',
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '9D653EC3-8F53-4307-9B1C-52F5922384A6',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"UploadSignedUrl\\": \\"http://bucket.oss-cn-shanghai.aliyuncs.com/afc0e1c9d446fxxxxx-v2.zip?OSSAccessKeyId=LTAI****************&Expires=1561425220&Signature=xEuiAgUMShQ4v8fYIl3FM8Jp3MA%3D\\",\\n \\"DeploymentId\\": \\"dep-5e49fd471c9d4451c33bdd06\\",\\n \\"RequestId\\": \\"9D653EC3-8F53-4307-9B1C-52F5922384A6\\"\\n}","errorExample":""},{"type":"xml","example":"\\n 9D653EC3-8F53-4307-9B1C-52F5922384A6\\n 5cff17161c9d4401e9208145\\n http://bucket.oss-cn-shanghai.aliyuncs.com/afc0e1c9d44*****2c30a-v2.zip?OSSAccessKeyId=LTAIKCq5xHz1****&Expires=1561425220&Signature=xEuiAgUMShQ4v8fYIl3FM8Jp3MA%3D\\n","errorExample":""}]',
'title' => 'CreateFunctionDeployment',
],
'DeleteFunction' => [
'summary' => '删除云函数',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'systemTags' => [
'operationType' => 'delete',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasWGZWPL',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'Name',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'demoFunction',
],
],
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'dece4ea0-d432-4cfa-****-8a88d205e2b8',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '9D653EC3-8F53-4307-9B1C-52F5922384A6',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"9D653EC3-8F53-4307-9B1C-52F5922384A6\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n\\r\\n\\t9D653EC3-8F53-4307-9B1C-52F5922384A6\\r\\n\\t\\r\\n","errorExample":""}]',
'title' => 'DeleteFunction',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'UpdateFunction' => [
'summary' => '更新函数信息',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'deprecated' => false,
'systemTags' => [
'operationType' => 'update',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasWGZWPL',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'Desc',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'description',
'maxLength' => 128,
],
],
[
'name' => 'Name',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'demoFunction',
],
],
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'dece4ea0-d432-4cfa-8514-8a88d205e2b8',
],
],
[
'name' => 'Memory',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'maximum' => '2048',
'minimum' => '128',
'example' => '256',
],
],
[
'name' => 'Timeout',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'maximum' => '7200',
'minimum' => '1',
'example' => '5',
],
],
[
'name' => 'HttpTriggerPath',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '/http/hello',
'maxLength' => 128,
],
],
[
'name' => 'TimingTriggerConfig',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'cron:0 0 * * * *',
],
],
[
'name' => 'TimingTriggerUserPayload',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'hello',
],
],
[
'name' => 'InstanceConcurrency',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'maximum' => '20',
'minimum' => '1',
'example' => '1',
],
],
[
'name' => 'Runtime',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'nodejs8',
'enum' => [
'nodejs8',
'nodejs12',
],
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'C293BB03-B6AD-46C2-80D1-19C8FB573916',
],
'TimingTriggerConfig' => [
'description' => '',
'type' => 'string',
'example' => 'cron:0 0 * * * *',
],
'TimingTriggerUserPayload' => [
'description' => '',
'type' => 'string',
'example' => '24',
],
'HttpTriggerPath' => [
'description' => '',
'type' => 'string',
'example' => '/http/hello',
],
'CreatedAt' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'Name' => [
'description' => '',
'type' => 'string',
'example' => 'demoFunction',
],
'ModifiedAt' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'Desc' => [
'description' => '',
'type' => 'string',
'example' => 'description',
],
'Spec' => [
'description' => '',
'type' => 'object',
'properties' => [
'Timeout' => [
'description' => '',
'type' => 'string',
'example' => '5s',
],
'Runtime' => [
'description' => '',
'type' => 'string',
'example' => 'Node.js 8',
],
'InstanceConcurrency' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '1',
],
'Memory' => [
'description' => '',
'type' => 'string',
'example' => '128 MB',
],
],
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"C293BB03-B6AD-46C2-80D1-19C8FB573916\\",\\n \\"TimingTriggerConfig\\": \\"cron:0 0 * * * *\\",\\n \\"TimingTriggerUserPayload\\": \\"24\\",\\n \\"HttpTriggerPath\\": \\"/http/hello\\",\\n \\"CreatedAt\\": \\"2019-06-20T03:22:54.854Z\\",\\n \\"Name\\": \\"demoFunction\\",\\n \\"ModifiedAt\\": \\"2019-06-20T03:22:54.854Z\\",\\n \\"Desc\\": \\"description\\",\\n \\"Spec\\": {\\n \\"Timeout\\": \\"5s\\",\\n \\"Runtime\\": \\"Node.js 8\\",\\n \\"InstanceConcurrency\\": 1,\\n \\"Memory\\": \\"128 MB\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"2019-06-20T03:22:54.854Z\\nxxx\\n/http/hello\\n319DADF8-0BE9-4AAB-B3C1-4EA07ACE35CE\\n2019-06-20T03:22:54.854Z\\ncron:0 0 * * * *\\n\\n 1\\n Node.js 8\\n 5s\\n 128 MB\\n\\nsayHello","errorExample":""}]',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'UpdateHttpTriggerConfig' => [
'summary' => '更新云函数的HTTP触发配置',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'deprecated' => false,
'systemTags' => [
'operationType' => 'update',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasWGZWPL',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'EnableService',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'boolean',
'required' => true,
'docRequired' => true,
'example' => 'true',
],
],
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '34C45988-2B24-****-A4DC-4D6C952890D8',
],
],
[
'name' => 'CustomDomain',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'abc.xxx.com',
'maxLength' => 253,
],
],
[
'name' => 'CustomDomainCertificate',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '-----BEGIN CERTIFICATE----- MIIFK****GCSqGSIb3DQEBCwUA= -----END CERTIFICATE-----',
],
],
[
'name' => 'CustomDomainPrivateKey',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '-----BEGIN PRIVATE KEY----- MIIEwA******DmUwVD0M74ECwZw= -----END PRIVATE KEY-----',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'EnableService' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'CustomDomainCname' => [
'description' => '',
'type' => 'string',
'example' => '724d************795a2.custom.bspapp.com',
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '34C45988-2B24-****-A4DC-4D6C952890D8',
],
'DefaultEndpoint' => [
'description' => '',
'type' => 'string',
'example' => '724dade5-492f-426b-a5df-ff****0795a2.bspapp.com',
],
'CustomDomainCertificateInfo' => [
'description' => '',
'type' => 'string',
'example' => '{"notAfter":"2021-09-28T08:21:42Z","notBefore":"2021-06-30T08:21:43Z","subject":"CN=*.example.com"}',
],
'CustomDomain' => [
'description' => '',
'type' => 'string',
'example' => 'abc.example.com',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"EnableService\\": true,\\n \\"CustomDomainCname\\": \\"724d************795a2.custom.bspapp.com\\",\\n \\"RequestId\\": \\"34C45988-2B24-****-A4DC-4D6C952890D8\\",\\n \\"DefaultEndpoint\\": \\"724dade5-492f-426b-a5df-ff****0795a2.bspapp.com\\",\\n \\"CustomDomainCertificateInfo\\": \\"{\\\\\\"notAfter\\\\\\":\\\\\\"2021-09-28T08:21:42Z\\\\\\",\\\\\\"notBefore\\\\\\":\\\\\\"2021-06-30T08:21:43Z\\\\\\",\\\\\\"subject\\\\\\":\\\\\\"CN=*.example.com\\\\\\"}\\",\\n \\"CustomDomain\\": \\"abc.example.com\\"\\n}","errorExample":""},{"type":"xml","example":"\\n\\n\\t226e5213-****-4a52-b4ff-35a09f8a52de.bspapp.com\\n\\t34C45988-2B24-495D-A4DC-4D6C952890D8\\n\\ttrue\\n\\ttrue\\n\\t226e5213-****-4a52-b4ff-35a09f8a52de.custom.bspapp.com\\n \\n\\t\\n","errorExample":""}]',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'DescribeFunction' => [
'summary' => '查询已创建的云函数详情',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasWGZWPL',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'Name',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'demoFunction',
],
],
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'dece4ea0-d432-4cfa-8514-xxxx',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '75CE67BE-48E9-52AF-B965-4690270CD53A',
],
'Function' => [
'type' => 'object',
'properties' => [
'TimingTriggerConfig' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'TimingTriggerUserPayload' => [
'description' => '',
'type' => 'string',
'example' => 'hello',
],
'HttpTriggerPath' => [
'description' => '',
'type' => 'string',
'example' => '/http/getWxToken',
],
'CreatedAt' => [
'description' => '',
'type' => 'string',
'example' => '2021-12-02T02:40:37Z',
],
'Name' => [
'description' => '',
'type' => 'string',
'example' => 'demoFunction',
],
'ModifiedAt' => [
'description' => '',
'type' => 'string',
'example' => '2019-06-21T02:22:53Z',
],
'Desc' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'Spec' => [
'type' => 'object',
'properties' => [
'Timeout' => [
'description' => '',
'type' => 'string',
'example' => '5',
],
'Runtime' => [
'description' => '',
'type' => 'string',
'example' => 'nodejs12',
],
'InstanceConcurrency' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '1',
],
'Memory' => [
'description' => '',
'type' => 'string',
'example' => '512',
],
],
],
],
],
'Deployment' => [
'type' => 'object',
'properties' => [
'CreatedAt' => [
'description' => '',
'type' => 'string',
'example' => '2019-06-11T10:51:19Z',
],
'DeploymentId' => [
'description' => '',
'type' => 'string',
'example' => 'dep-62020d3bea44fd4608118233',
],
'DownloadSignedUrl' => [
'description' => '',
'type' => 'string',
'example' => 'http://bucket.oss-cn-shanghai.aliyuncs.com/xxxx-v2.zip?OSSAccessKeyId=LT*********1DkK6&Expires=1561425220&Signature=xEuiAgUMShQ4v8fYIl3FM8Jp3MA%3D',
],
'VersionNo' => [
'description' => '',
'type' => 'string',
'example' => '2019061110511905080',
],
'ModifiedAt' => [
'description' => '',
'type' => 'string',
'example' => '2019-06-11T10:51:19Z',
],
],
],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"75CE67BE-48E9-52AF-B965-4690270CD53A\\",\\n \\"Function\\": {\\n \\"TimingTriggerConfig\\": \\"公测版:cron:0 0 */2 * * *\\\\n\\\\n商业版:0 0 */2 * * *\\",\\n \\"TimingTriggerUserPayload\\": \\"hello\\",\\n \\"HttpTriggerPath\\": \\"/http/getWxToken\\",\\n \\"CreatedAt\\": \\"2021-12-02T02:40:37Z\\",\\n \\"Name\\": \\"demoFunction\\",\\n \\"ModifiedAt\\": \\"2019-06-21T02:22:53Z\\",\\n \\"Desc\\": \\"获取微信绑定手机号\\",\\n \\"Spec\\": {\\n \\"Timeout\\": \\"5\\",\\n \\"Runtime\\": \\"nodejs12\\",\\n \\"InstanceConcurrency\\": 1,\\n \\"Memory\\": \\"512\\"\\n }\\n },\\n \\"Deployment\\": {\\n \\"CreatedAt\\": \\"2019-06-11T10:51:19Z\\",\\n \\"DeploymentId\\": \\"dep-62020d3bea44fd4608118233\\",\\n \\"DownloadSignedUrl\\": \\"http://bucket.oss-cn-shanghai.aliyuncs.com/xxxx-v2.zip?OSSAccessKeyId=LT*********1DkK6&Expires=1561425220&Signature=xEuiAgUMShQ4v8fYIl3FM8Jp3MA%3D\\",\\n \\"VersionNo\\": \\"2019061110511905080\\",\\n \\"ModifiedAt\\": \\"2019-06-11T10:51:19Z\\"\\n }\\n}","type":"json"}]',
],
'DescribeHttpTriggerConfig' => [
'summary' => '查询云函数的HTTP触发配置',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasWGZWPL',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '34C45988-2B24-****-A4DC-4D6C952890D8',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'EnableService' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'CustomDomainCname' => [
'description' => '',
'type' => 'string',
'example' => '724d************795a2.custom.bspapp.com',
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '4555773F-769B-4960-87E6-16009E5A4844',
],
'DefaultEndpoint' => [
'description' => '',
'type' => 'string',
'example' => '724dade5-492f-426b-a5df-ff****0795a2.bspapp.com',
],
'CustomDomainCertificateInfo' => [
'description' => '',
'type' => 'string',
'example' => '{"notAfter":"2021-09-28T08:21:42Z","notBefore":"2021-06-30T08:21:43Z","subject":"CN=*.example.com"}',
],
'CustomDomain' => [
'description' => '',
'type' => 'string',
'example' => 'abc.example.com',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"EnableService\\": true,\\n \\"CustomDomainCname\\": \\"724d************795a2.custom.bspapp.com\\",\\n \\"RequestId\\": \\"4555773F-769B-4960-87E6-16009E5A4844\\",\\n \\"DefaultEndpoint\\": \\"724dade5-492f-426b-a5df-ff****0795a2.bspapp.com\\",\\n \\"CustomDomainCertificateInfo\\": \\"{\\\\\\"notAfter\\\\\\":\\\\\\"2021-09-28T08:21:42Z\\\\\\",\\\\\\"notBefore\\\\\\":\\\\\\"2021-06-30T08:21:43Z\\\\\\",\\\\\\"subject\\\\\\":\\\\\\"CN=*.example.com\\\\\\"}\\",\\n \\"CustomDomain\\": \\"abc.example.com\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n\\r\\n\\t226e5213-697c-****-b4ff-35a09f8a52de.bspapp.com\\r\\n\\t63D32428-3AF4-459F-8FB0-FE7B8A9D9003\\r\\n\\ttrue\\r\\n\\ttrue\\r\\n\\t226e5213-697c-4a52-b4ff-35a09f8a52de.custom.bspapp.com\\r\\n","errorExample":""}]',
'title' => 'DescribeHttpTriggerConfig',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'ListFunction' => [
'summary' => '查询已创建的云函数列表',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasWGZWPL',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'PageNum',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'docRequired' => false,
'maximum' => '100',
'minimum' => '1',
'example' => '1',
'default' => '1',
],
],
[
'name' => 'PageSize',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'docRequired' => false,
'maximum' => '100',
'minimum' => '1',
'example' => '10',
'default' => '10',
],
],
[
'name' => 'FilterBy',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'docRequired' => false,
'example' => 'demo',
],
],
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'dece4ea0-d432-4cfa-****-8a88d205e2b8',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'D388FE2B-61D5-4A76-A8F0-xxxx',
],
'Paginator' => [
'description' => '',
'type' => 'object',
'properties' => [
'PageNum' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '1',
],
'PageSize' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '10',
],
'Total' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '1',
],
'PageCount' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '1',
],
],
],
'DataList' => [
'description' => '',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'TimingTriggerConfig' => [
'description' => '',
'type' => 'string',
'example' => 'cron:0 0 * * * *',
],
'HttpTriggerPath' => [
'description' => '',
'type' => 'string',
'example' => '/http/hello',
],
'CreatedAt' => [
'description' => '',
'type' => 'string',
'example' => '2019-06-21T02:22:55.996Z',
],
'ModifiedAt' => [
'description' => '',
'type' => 'string',
'example' => '2019-06-21T02:22:55.996Z',
],
'Name' => [
'description' => '',
'type' => 'string',
'example' => 'demoFunction',
],
'Desc' => [
'description' => '',
'type' => 'string',
'example' => 'test',
],
'Spec' => [
'description' => '',
'type' => 'object',
'properties' => [
'Timeout' => [
'description' => '',
'type' => 'string',
'example' => '5s',
],
'Runtime' => [
'description' => '',
'type' => 'string',
'example' => 'Node.js 8',
],
'InstanceConcurrency' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '1',
],
'Memory' => [
'description' => '',
'type' => 'string',
'example' => '128 MB',
],
],
],
],
],
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"D388FE2B-61D5-4A76-A8F0-xxxx\\",\\n \\"Paginator\\": {\\n \\"PageNum\\": 1,\\n \\"PageSize\\": 10,\\n \\"Total\\": 1,\\n \\"PageCount\\": 1\\n },\\n \\"DataList\\": [\\n {\\n \\"TimingTriggerConfig\\": \\"cron:0 0 * * * *\\",\\n \\"HttpTriggerPath\\": \\"/http/hello\\",\\n \\"CreatedAt\\": \\"2019-06-21T02:22:55.996Z\\",\\n \\"ModifiedAt\\": \\"2019-06-21T02:22:55.996Z\\",\\n \\"Name\\": \\"demoFunction\\",\\n \\"Desc\\": \\"test\\",\\n \\"Spec\\": {\\n \\"Timeout\\": \\"5s\\",\\n \\"Runtime\\": \\"Node.js 8\\",\\n \\"InstanceConcurrency\\": 1,\\n \\"Memory\\": \\"128 MB\\"\\n }\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"319DADF8-0BE9-4AAB-B3C1-4EA07ACE35CE\\n\\n 1\\n 1\\n 10\\n 1\\n\\n","errorExample":""}]',
'title' => 'ListFunction',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'ListFunctionDeployment' => [
'summary' => '查询云函数部署单列表',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasWGZWPL',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'PageNum',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'docRequired' => false,
'maximum' => '9223372036854775807',
'minimum' => '1',
'example' => '1',
'default' => '1',
],
],
[
'name' => 'PageSize',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'docRequired' => false,
'maximum' => '100',
'minimum' => '1',
'example' => '10',
'default' => '10',
],
],
[
'name' => 'Name',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'demoFunction',
],
],
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'dece4ea0-d432-4cfa-****-8a88d205e2b8',
],
],
[
'name' => 'Status',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'docRequired' => false,
'example' => 'DEPLOY_SUCCESS',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'C293BB03-B6AD-46C2-80D1-19C8FB573916',
],
'Paginator' => [
'description' => '',
'type' => 'object',
'properties' => [
'PageNum' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '1',
],
'PageSize' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '10',
],
'Total' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '1',
],
'PageCount' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '1',
],
],
],
'DataList' => [
'description' => '',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'CreatedAt' => [
'description' => '',
'type' => 'string',
'example' => '2019-06-21T02:22:53.309Z',
],
'DeploymentId' => [
'description' => '',
'type' => 'string',
'example' => 'dep-5e49fd471c9d4451c33bdd06',
],
'DownloadSignedUrl' => [
'description' => '',
'type' => 'string',
'example' => 'http://function-apiserver-test.oss-cn-shanghai.aliyuncs.com/5d0afc0e1c9d44*****32c30a-v5.zip?OSSAccessKeyId=LTA************&Expires=1561425220&Signature=SAgUkZFK54eAbU6TLT9zMZ7S8eg%3D',
],
'VersionNo' => [
'description' => '',
'type' => 'string',
'example' => '2019061110511930090',
],
'ModifiedAt' => [
'description' => '',
'type' => 'string',
'example' => '2019-06-21T02:22:55.996Z',
],
'Status' => [
'description' => '',
'type' => 'object',
'properties' => [
'Status' => [
'description' => '',
'type' => 'string',
'example' => 'DEPLOY_SUCCESS',
],
'Label' => [
'description' => '',
'type' => 'string',
'example' => '',
],
],
],
],
],
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"C293BB03-B6AD-46C2-80D1-19C8FB573916\\",\\n \\"Paginator\\": {\\n \\"PageNum\\": 1,\\n \\"PageSize\\": 10,\\n \\"Total\\": 1,\\n \\"PageCount\\": 1\\n },\\n \\"DataList\\": [\\n {\\n \\"CreatedAt\\": \\"2019-06-21T02:22:53.309Z\\",\\n \\"DeploymentId\\": \\"dep-5e49fd471c9d4451c33bdd06\\",\\n \\"DownloadSignedUrl\\": \\"http://function-apiserver-test.oss-cn-shanghai.aliyuncs.com/5d0afc0e1c9d44*****32c30a-v5.zip?OSSAccessKeyId=LTA************&Expires=1561425220&Signature=SAgUkZFK54eAbU6TLT9zMZ7S8eg%3D\\",\\n \\"VersionNo\\": \\"2019061110511930090\\",\\n \\"ModifiedAt\\": \\"2019-06-21T02:22:55.996Z\\",\\n \\"Status\\": {\\n \\"Status\\": \\"DEPLOY_SUCCESS\\",\\n \\"Label\\": \\"部署成功\\"\\n }\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"200\\n71F897B5-7078-487E-8029-EE2FD071D203\\n\\n 1\\n 10\\n 1\\n 2\\n\\n\\n\\ntrue\\nOK","errorExample":""}]',
'title' => 'ListFunctionDeployment',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'ListFunctionLog' => [
'summary' => '查询函数执行日志',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasWGZWPL',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'PageNum',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'docRequired' => false,
'minimum' => '1',
'example' => '1',
],
],
[
'name' => 'PageSize',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'minimum' => '1',
'example' => '10',
],
],
[
'name' => 'Name',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'demoFunction',
],
],
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'dece4ea0-****-4cfa-8514-8a88d205e2b8',
],
],
[
'name' => 'LogRequestId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '0a206a521561344642018387523432',
],
],
[
'name' => 'FromDate',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'required' => false,
'example' => '1560134212326',
],
],
[
'name' => 'ToDate',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'required' => false,
'example' => '1560134212326',
],
],
[
'name' => 'Status',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'SUCCESS',
],
],
],
'responses' => [
200 => [
'schema' => [
'description' => '',
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'C293BB03-B6AD-46C2-80D1-19C8FB573916',
],
'Paginator' => [
'description' => '',
'type' => 'object',
'properties' => [
'PageNum' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '1',
],
'PageSize' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '10',
],
'Total' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '1',
],
'PageCount' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '1',
],
],
],
'DataList' => [
'description' => '',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'Status' => [
'description' => '',
'type' => 'string',
'example' => 'SUCCESS',
],
'SpaceId' => [
'description' => '',
'type' => 'string',
'example' => 'dece4ea0-d432-4cfa-8514-8a88d205e2b8',
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'C293BB03-B6AD-46C2-80D1-19C8FB573916',
],
'FunctionName' => [
'description' => '',
'type' => 'string',
'example' => 'demoFunction',
],
'Timestamps' => [
'description' => '',
'type' => 'array',
'items' => [
'description' => '',
'type' => 'string',
'example' => '1545403746724',
],
],
'Contents' => [
'description' => '',
'type' => 'array',
'items' => [
'description' => '',
'type' => 'string',
'example' => '2018-12-21 14:49:06.724 INFO Start `hello2` at Fri Dec 21 2018 14:49:06 GMT+0000 (UTC) 2018-12-21 14:49:06.724 INFO Successin 0ms',
],
],
'Levels' => [
'description' => '',
'type' => 'array',
'items' => [
'description' => '',
'type' => 'string',
'example' => 'INFO',
],
],
],
],
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"C293BB03-B6AD-46C2-80D1-19C8FB573916\\",\\n \\"Paginator\\": {\\n \\"PageNum\\": 1,\\n \\"PageSize\\": 10,\\n \\"Total\\": 1,\\n \\"PageCount\\": 1\\n },\\n \\"DataList\\": [\\n {\\n \\"Status\\": \\"SUCCESS\\",\\n \\"SpaceId\\": \\"dece4ea0-d432-4cfa-8514-8a88d205e2b8\\",\\n \\"RequestId\\": \\"C293BB03-B6AD-46C2-80D1-19C8FB573916\\",\\n \\"FunctionName\\": \\"demoFunction\\",\\n \\"Timestamps\\": [\\n \\"1545403746724\\"\\n ],\\n \\"Contents\\": [\\n \\"2018-12-21 14:49:06.724 INFO Start `hello2` at Fri Dec 21 2018 14:49:06 GMT+0000 (UTC) 2018-12-21 14:49:06.724 INFO Successin 0ms\\"\\n ],\\n \\"Levels\\": [\\n \\"INFO\\"\\n ]\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"C293BB03-B6AD-46C2-80D1-19C8FB573916\\n\\n 1\\n 1\\n 10\\n 1\\n\\n","errorExample":""}]',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'DeployFunction' => [
'summary' => '函数部署',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'systemTags' => [
'operationType' => 'update',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasWGZWPL',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'DeploymentId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'dep-5e49fd471c9d4451c33bdd06',
],
],
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'dece4ea0-d432-4cfa-****-8a88d205e2b8xxxx',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '9D653EC3-8F53-4307-9B1C-52F5922384A6',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"9D653EC3-8F53-4307-9B1C-52F5922384A6\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n\\r\\n\\t9D653EC3-8F53-4307-9B1C-52F5922384A6\\r\\n\\t\\r\\n","errorExample":""}]',
'title' => 'DeployFunction',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'RunFunction' => [
'summary' => '执行函数,同步执行最多支持60秒',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'readAndWrite',
'systemTags' => [
'operationType' => 'none',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasWGZWPL',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'ach41172-adba-4af1-b2e5-63fc5f56a649',
],
],
[
'name' => 'Body',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '{"functionTarget":"test-function","functionArgs":{"a":"aaaa","b":"bbbb","num":100}}',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'F75E60FA-7583-4E2E-AC14-6C608F89804',
],
'Result' => [
'description' => '',
'type' => 'string',
'example' => '{"name":"tom"}',
],
'RuntimeMeta' => [
'description' => '',
'type' => 'object',
'properties' => [
'InvocationDuration' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '523',
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '980879201561364765437209427735',
],
'BillingDuration' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '600',
],
'MaxMemoryUsage' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '27',
],
],
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"F75E60FA-7583-4E2E-AC14-6C608F89804\\",\\n \\"Result\\": \\"{\\\\\\"name\\\\\\":\\\\\\"tom\\\\\\"}\\",\\n \\"RuntimeMeta\\": {\\n \\"InvocationDuration\\": 523,\\n \\"RequestId\\": \\"980879201561364765437209427735\\",\\n \\"BillingDuration\\": 600,\\n \\"MaxMemoryUsage\\": 27\\n }\\n}","errorExample":""},{"type":"xml","example":"{\\"name\\":\\"tom\\"}\\n200\\n780A14D7-D478-4090-AF53-A324A60C0222\\n1\\ntrue\\nOK","errorExample":""}]',
'title' => 'RunFunction',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'DeleteDBCollection' => [
'summary' => '删除数据库集合',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'deprecated' => false,
'systemTags' => [
'operationType' => 'delete',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasA7J3YO',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '92e26ea9-6450-4b40-9c20-xxxx',
],
],
[
'name' => 'Body',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '{"command": "drop", "collection": "table1"}',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '20C1EDFE-6355-4344-B20A-A7A5A1581026',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"20C1EDFE-6355-4344-B20A-A7A5A1581026\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n\\t0\\r\\n\\t20C1EDFE-6355-4344-B20A-A7A5A1581026\\r\\n\\ttrue\\r\\n","errorExample":""}]',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'RenameDBCollection' => [
'summary' => '重命名集合',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'update',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasA7J3YO',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0e16bb12-14af-4635-b24c-5ac1a9*****',
],
],
[
'name' => 'OriginCollection',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'coll1',
],
],
[
'name' => 'NewCollection',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'newColl1',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '20C1EDFE-6355-4344-B20A-A7A5A1581026',
],
],
],
],
],
'errorCodes' => [
400 => [
[
'errorCode' => 'AccessDenied',
'errorMessage' => 'You are not authorized to access this space.',
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"20C1EDFE-6355-4344-B20A-A7A5A1581026\\"\\n}","errorExample":""},{"type":"xml","example":"\\n 20C1EDFE-6355-4344-B20A-A7A5A1581026\\n","errorExample":""}]',
'title' => 'RenameDBCollection',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'RunDBCommand' => [
'summary' => '执行数据库命令',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'readAndWrite',
'systemTags' => [
'operationType' => 'none',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasA7J3YO',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'ach41172-adba-4af1-b2e5-63fc5f56a649',
],
],
[
'name' => 'Body',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '{"command":"findOne","collection":"test_collection","query":{"name":"tome"}}',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'F75E60FA-7583-4E2E-AC14-6C608F89804',
],
'Result' => [
'description' => '',
'type' => 'string',
'example' => '{"_id":"5d107e5af957c439d505b95b","age":1,"name":"aaaaa","time":1561362071732}',
],
'AffectedDocs' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '1',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"F75E60FA-7583-4E2E-AC14-6C608F89804\\",\\n \\"Result\\": \\"{\\\\\\"_id\\\\\\":\\\\\\"5d107e5af957c439d505b95b\\\\\\",\\\\\\"age\\\\\\":1,\\\\\\"name\\\\\\":\\\\\\"aaaaa\\\\\\",\\\\\\"time\\\\\\":1561362071732}\\",\\n \\"AffectedDocs\\": 1\\n}","errorExample":""},{"type":"xml","example":"{\\"_id\\":\\"5d107e5af957c439d505b95b\\",\\"age\\":1,\\"name\\":\\"aaaaa\\",\\"text\\":\\"Mon Jun 24 2019 15:41:11 GMT+0800 (CST)\\",\\"time\\":1561362071732}\\n200\\n780A14D7-D478-4090-AF53-A324A60C0222\\n1\\ntrue\\nOK","errorExample":""}]',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
],
'CreateDBRestoreTask' => [
'summary' => '创建集合回档任务。创建回档任务成功后,会返回任务ID',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'create',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasA7J3YO',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0e16bb12-14af-4635-b24c-5ac1a9a*****',
],
],
[
'name' => 'BackupId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '20201118114602_6bd7c996-f620-4026-ae24-418eddf78671',
],
],
[
'name' => 'OriginCollections',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'coll1,coll2',
],
],
[
'name' => 'NewCollections',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'newColl1,newColl2',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E',
],
'TaskId' => [
'description' => '',
'type' => 'string',
'example' => '0150006d-ab93-4920-a63e-c011dea1e089',
],
],
],
],
],
'errorCodes' => [
400 => [
[
'errorCode' => 'AccessDenied',
'errorMessage' => 'You are not authorized to access this space.',
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E\\",\\n \\"TaskId\\": \\"0150006d-ab93-4920-a63e-c011dea1e089\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n 58881468-E779-4203-B933-BD53FDC60D6F\\r\\n 0150006d-ab93-4920-a63e-c011dea1e089\\r\\n","errorExample":""}]',
'title' => 'CreateDBRestoreTask',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'QueryDBBackupCollections' => [
'summary' => '根据备份ID来查询备份的集合',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasA7J3YO',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E',
],
],
[
'name' => 'BackupId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '20201118114602_6bd7c996-f620-4026-ae24-418eddf78671',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E',
],
'Collections' => [
'type' => 'array',
'items' => [
'description' => '',
'type' => 'string',
'example' => 'coll1',
],
],
],
],
],
],
'errorCodes' => [
400 => [
[
'errorCode' => 'AccessDenied',
'errorMessage' => 'You are not authorized to access this space.',
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E\\",\\n \\"Collections\\": [\\n \\"coll1\\"\\n ]\\n}","errorExample":""},{"type":"xml","example":"\\n 58881468-E779-4203-B933-BD53FDC60D6F\\n coll1\\n coll2\\n","errorExample":""}]',
'title' => 'QueryDBBackupCollections',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'QueryDBRestoreTaskStatus' => [
'summary' => '查询集合回档任务状态',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasA7J3YO',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0e16bb12-14af-4635-b24c-5ac1a9a*****',
],
],
[
'name' => 'TaskId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0150006d-ab93-4920-a63e-c011dea1e089',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'Status' => [
'description' => '',
'type' => 'string',
'example' => 'SUCCESS',
],
'FailedCount' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1',
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E',
],
'DetailMessage' => [
'description' => '',
'type' => 'string',
'example' => 'SERVER_BUSY',
],
'SuccessCount' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1',
],
],
],
],
],
'errorCodes' => [
400 => [
[
'errorCode' => 'TaskId.NotFound',
'errorMessage' => 'The specified TaskId does not exist.',
],
[
'errorCode' => 'AccessDenied',
'errorMessage' => 'You are not authorized to access this space.',
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"Status\\": \\"SUCCESS\\",\\n \\"FailedCount\\": 1,\\n \\"RequestId\\": \\"473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E\\",\\n \\"DetailMessage\\": \\"SERVER_BUSY\\",\\n \\"SuccessCount\\": 1\\n}","errorExample":""},{"type":"xml","example":"\\n 58881468-E779-4203-B933-BD53FDC60D6F\\n SUCCESS\\n 1\\n 0\\n","errorExample":""}]',
'title' => 'QueryDBRestoreTaskStatus',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'QueryDBBackupDumpTimes' => [
'summary' => '查询备份时间和备份ID,默认保存最近7天的备份记录',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'update',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasA7J3YO',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0e16bb12-14af-4635-b24c-5ac1a9a*****',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E',
],
'BackupDumpTimes' => [
'description' => '',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'BackupId' => [
'description' => '',
'type' => 'string',
'example' => '20201118114602_6bd7c996-f620-4026-ae24-418eddf78671',
],
'DumpTime' => [
'description' => '',
'type' => 'string',
'example' => '2020-11-18T03:46:02Z',
],
],
],
],
],
],
],
],
'errorCodes' => [
400 => [
[
'errorCode' => 'AccessDenied',
'errorMessage' => 'You are not authorized to access this space.',
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E\\",\\n \\"BackupDumpTimes\\": [\\n {\\n \\"BackupId\\": \\"20201118114602_6bd7c996-f620-4026-ae24-418eddf78671\\",\\n \\"DumpTime\\": \\"2020-11-18T03:46:02Z\\"\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"\\n 58881468-E779-4203-B933-BD53FDC60D6F\\n \\n 2020-11-18T03:46:02Z\\n 20201118114602_6bd7c996-f620-4026-ae24-418eddf78671\\n \\n \\n 2020-11-18T04:05:28Z\\n 20201118120527_6bd7c996-f620-4026-ae24-418eddf78671\\n \\n","errorExample":""}]',
'title' => 'QueryDBBackupDumpTimes',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'CreateDBExportTask' => [
'summary' => '创建数据库导出任务',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'create',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasA7J3YO',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0e16bb12-14af-4635-b24c-5ac1a9a*****',
],
],
[
'name' => 'Collection',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'article',
],
],
[
'name' => 'FileType',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'CSV',
'enum' => [
'JSON',
'CSV',
],
],
],
[
'name' => 'Fields',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'docRequired' => false,
'example' => 'name,content',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E',
],
'TaskId' => [
'description' => '',
'type' => 'string',
'example' => '0150006d-ab93-4920-a63e-c011dea1e089',
],
],
],
],
],
'errorCodes' => [
400 => [
[
'errorCode' => 'AccessDenied',
'errorMessage' => 'You are not authorized to access this space.',
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E\\",\\n \\"TaskId\\": \\"0150006d-ab93-4920-a63e-c011dea1e089\\"\\n}","errorExample":""},{"type":"xml","example":"\\n 0150006d-ab93-4920-a63e-c011dea1e089\\n 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E\\n","errorExample":""}]',
'title' => 'CreateDBExportTask',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'CreateDBImportTask' => [
'summary' => '创建数据库导入任务',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'create',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasA7J3YO',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0e16bb12-14af-4635-b24c-5ac1a9a*****',
],
],
[
'name' => 'Collection',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'test',
],
],
[
'name' => 'FileType',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'CSV',
'enum' => [
'JSON',
'CSV',
],
],
],
[
'name' => 'Mode',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'docRequired' => true,
'example' => 'UPSERT',
'enum' => [
'INSERT',
'UPSERT',
],
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'Host' => [
'description' => '',
'type' => 'string',
'example' => 'https://mps-zjk-share.oss-cn-zhangjiakou.aliyuncs.com',
],
'ExpireTime' => [
'description' => '',
'type' => 'string',
'example' => '2020-07-20T05:32:03Z',
],
'FileKey' => [
'description' => '',
'type' => 'string',
'example' => 'mongo/import/0e16bb12-14af-4635-b24c-5ac1a9*****/20200720130203_973820af-966d-42ec-9fab-17dfe4a******.csv',
],
'AccessKeyId' => [
'description' => '',
'type' => 'string',
'example' => 'LTAIupaslTlU*****',
],
'Signature' => [
'description' => '',
'type' => 'string',
'example' => '*****luWDvbmhqwwy9pm/Mso++pk=',
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '692DCFEF-46DD-4EBB-B1DB-338E687DC260',
],
'Policy' => [
'description' => '',
'type' => 'string',
'example' => 'eyJleHBpcmF0aW9uIjjoiMjAyMC0wNy0yMFQwNTozMjowMy40NDVaIiwiY29uZGl0aW9ucyI*****Y29udGVudC1sZW5ndoiMjAyMC==',
],
'TaskId' => [
'description' => '',
'type' => 'string',
'example' => '973820af-966d-42ec-9fab-17dfe4a*****',
],
],
],
],
],
'errorCodes' => [
400 => [
[
'errorCode' => 'AccessDenied',
'errorMessage' => 'You are not authorized to access this space.',
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"Host\\": \\"https://mps-zjk-share.oss-cn-zhangjiakou.aliyuncs.com\\",\\n \\"ExpireTime\\": \\"2020-07-20T05:32:03Z\\",\\n \\"FileKey\\": \\"mongo/import/0e16bb12-14af-4635-b24c-5ac1a9*****/20200720130203_973820af-966d-42ec-9fab-17dfe4a******.csv\\",\\n \\"AccessKeyId\\": \\"LTAI****************\\",\\n \\"Signature\\": \\"*****luWDvbmhqwwy9pm/Mso++pk=\\",\\n \\"RequestId\\": \\"692DCFEF-46DD-4EBB-B1DB-338E687DC260\\",\\n \\"Policy\\": \\"eyJleHBpcmF0aW9uIjjoiMjAyMC0wNy0yMFQwNTozMjowMy40NDVaIiwiY29uZGl0aW9ucyI*****Y29udGVudC1sZW5ndoiMjAyMC==\\",\\n \\"TaskId\\": \\"973820af-966d-42ec-9fab-17dfe4a*****\\"\\n}","errorExample":""},{"type":"xml","example":"\\n eyJleHBpcmF0aW9uIjjoiMjAyMC0wNy0yMFQwNTozMjowMy40NDVaIiwiY29uZGl0aW9ucyI*****Y29udGVudC1sZW5ndoiMjAyMC==\\n mongo/import/0e16bb12-14af-4635-b24c-5ac1a9*****/20200720130203_973820af-966d-42ec-9fab-17dfe4a******.csv\\n 973820af-966d-42ec-9fab-17dfe4a*****\\n 692DCFEF-46DD-4EBB-B1DB-338E687DC260\\n LTAIupaslTlU*****\\n *****luWDvbmhqwwy9pm/Mso++pk=\\n https://mps-zjk-share.oss-cn-zhangjiakou.aliyuncs.com\\n 2020-07-20T05:32:03Z\\n","errorExample":""}]',
'title' => 'CreateDBImportTask',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'QueryDBExportTaskStatus' => [
'summary' => '查询数据库导出任务状态,若任务执行成功会同时返回文件下载链接,若失败会返回失败原因',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasA7J3YO',
],
'autoTest' => false,
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0e16bb12-14af-4635-b24c-5ac1a9*****',
],
],
[
'name' => 'TaskId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0150006d-ab93-4920-a63e-c011dea*****',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'ExportedCount' => [
'description' => '',
'type' => 'string',
'example' => '2',
],
'Status' => [
'description' => '',
'type' => 'string',
'example' => 'SUCCESS',
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '58881468-E779-4203-B933-BD53FDC60D6F',
],
'DownloadUrl' => [
'description' => '',
'type' => 'string',
'example' => 'https://mps-zjk-share.oss-cn-zhangjiakou.aliyuncs.com/mongo/export/0e16bb12-14af-4635-b24c-5ac1a9a7bb9f/20200720104406_0150006d-ab93-4920-a63e-c011dea1e089.csv?Expires=1595215206&OSSAccessKeyId=LTAIupaslTlU****&Signature=CKxpKX3Wj%2BLVtZ****%2FTbe%2BX9sc%3D',
],
'DetailMessage' => [
'description' => '',
'type' => 'string',
'example' => ' SERVER_BUSY',
],
],
],
],
],
'errorCodes' => [
400 => [
[
'errorCode' => 'TaskId.NotFound',
'errorMessage' => 'The specified TaskId does not exist.',
],
[
'errorCode' => 'AccessDenied',
'errorMessage' => 'You are not authorized to access this space.',
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"ExportedCount\\": \\"2\\",\\n \\"Status\\": \\"SUCCESS\\",\\n \\"RequestId\\": \\"58881468-E779-4203-B933-BD53FDC60D6F\\",\\n \\"DownloadUrl\\": \\"https://mps-zjk-share.oss-cn-zhangjiakou.aliyuncs.com/mongo/export/0e16bb12-14af-4635-b24c-5ac1a9a7bb9f/20200720104406_0150006d-ab93-4920-a63e-c011dea1e089.csv?Expires=1595215206&OSSAccessKeyId=LTAI****************&Signature=CKxpKX3Wj%2BLVtZ****%2FTbe%2BX9sc%3D\\",\\n \\"DetailMessage\\": \\" SERVER_BUSY\\"\\n}","errorExample":""},{"type":"xml","example":"\\n SUCCESS\\n 2\\n 58881468-E779-4203-B933-BD53FDC60D6F\\n https://mps-zjk-share.oss-cn-zhangjiakou.aliyuncs.com/mongo/export/0e16bb12-14af-4635-b24c-5ac1a9a7bb9f/20200720104406_0150006d-ab93-4920-a63e-c011dea1e089.csv?Expires=1595215206&OSSAccessKeyId=LTAIupaslTlU****&Signature=CKxpKX3Wj%2BLVtZ****%2FTbe%2BX9sc%3D\\n","errorExample":""}]',
'title' => 'QueryDBExportTaskStatus',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'QueryDBImportTaskStatus' => [
'summary' => '查询数据库导入状态',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasA7J3YO',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0e16bb12-14af-4635-b24c-5ac1a9a*****',
],
],
[
'name' => 'TaskId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '973820af-966d-42ec-9fab-17dfe4a*****',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'Status' => [
'description' => '',
'type' => 'string',
'example' => 'SUCCESS',
],
'FailedCount' => [
'description' => '',
'type' => 'string',
'example' => '0',
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '692DCFEF-46DD-4EBB-B1DB-338E687DC260',
],
'DetailMessage' => [
'description' => '',
'type' => 'string',
'example' => 'SERVER_BUSY',
],
'SuccessCount' => [
'description' => '',
'type' => 'string',
'example' => '6',
],
],
],
],
],
'errorCodes' => [
400 => [
[
'errorCode' => 'TaskId.NotFound',
'errorMessage' => 'The specified TaskId does not exist.',
],
[
'errorCode' => 'AccessDenied',
'errorMessage' => 'You are not authorized to access this space.',
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"Status\\": \\"SUCCESS\\",\\n \\"FailedCount\\": \\"0\\",\\n \\"RequestId\\": \\"692DCFEF-46DD-4EBB-B1DB-338E687DC260\\",\\n \\"DetailMessage\\": \\"SERVER_BUSY\\",\\n \\"SuccessCount\\": \\"6\\"\\n}","errorExample":""},{"type":"xml","example":"\\n SUCCESS\\n 692DCFEF-46DD-4EBB-B1DB-338E687DC260\\n 0\\n 2\\n","errorExample":""}]',
'title' => 'QueryDBImportTaskStatus',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'DeleteFile' => [
'summary' => '删除文件',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'systemTags' => [
'operationType' => 'delete',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasXYAKDO',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'Id',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'c568f23d-a46f-4866-****-142e5eb3e174',
],
],
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0e16bb12-14af-****-b24c-5ac1a9a7bb9f',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'F655A8D5-B967-440B-8683-DAD6FF8DE990',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"F655A8D5-B967-440B-8683-DAD6FF8DE990\\"\\n}","errorExample":""},{"type":"xml","example":"\\n F655A8D5-B967-440B-8683-DAD6FF8DE990\\n","errorExample":""}]',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'RegisterFile' => [
'summary' => '注册文件',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'systemTags' => [
'operationType' => 'update',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasXYAKDO',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'Id',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '2fada31e-8fa5-****-b595-9698cd6b5f06',
],
],
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0e16bb12-****-4635-b24c-5ac1a9a7bb9f',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'CEF72CEB-54B6-4AE8-B225-F876FF7BA984',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"CEF72CEB-54B6-4AE8-B225-F876FF7BA984\\"\\n}","errorExample":""},{"type":"xml","example":" CEF72CEB-54B6-4AE8-B225-F876FF7BA984","errorExample":""}]',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'DescribeFileUploadSignedUrl' => [
'summary' => '获取上传文件需要的签名',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'create',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasXYAKDO',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'Filename',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'wlop29.jpg',
],
],
[
'name' => 'Size',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'required' => true,
'docRequired' => true,
'example' => '41836',
],
],
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'mp-0e16bb12-14af-****-b24c-5ac1a9a7bb9f',
],
],
[
'name' => 'ContentType',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'png',
],
],
[
'name' => 'FileId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '/abc/edf/hello.jpg',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'SignUrl' => [
'description' => '',
'type' => 'string',
'example' => 'https://bsppub.oss-cn-shanghai.aliyuncs.com/FBPSBVMO-myspace/41552d60-52de-xxx-a713-43e879b0717a.JPG?OSSAccessKeyId=LTAIk****dtFueLA&Expires=1582152512&Signature=sek1B0Xm2r***tNvfX9tX%2BBJxA%3D',
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'E9A50E1B-5ECE-42D4-B261-C07D1BBE68DE',
],
'Id' => [
'description' => '',
'type' => 'string',
'example' => '2fada31e-8fa5-****-b595-9698cd6b5f06',
],
'OssCallbackUrl' => [
'description' => '',
'type' => 'string',
'example' => 'https://api.next.bspapp.com/oss_upload_callback',
],
'Overwrite' => [
'type' => 'boolean',
],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"SignUrl\\": \\"https://bsppub.oss-cn-shanghai.aliyuncs.com/FBPSBVMO-myspace/41552d60-52de-xxx-a713-43e879b0717a.JPG?OSSAccessKeyId=LTAI****************&Expires=1582152512&Signature=sek1B0Xm2r***tNvfX9tX%2BBJxA%3D\\",\\n \\"RequestId\\": \\"E9A50E1B-5ECE-42D4-B261-C07D1BBE68DE\\",\\n \\"Id\\": \\"2fada31e-8fa5-****-b595-9698cd6b5f06\\",\\n \\"OssCallbackUrl\\": \\"https://api.next.bspapp.com/oss_upload_callback\\",\\n \\"Overwrite\\": true\\n}","type":"json"}]',
],
'ListFile' => [
'summary' => '查询文件列表',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasXYAKDO',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0e16bb12-14af-4635-xxxx-5ac1a9a7bb9f',
],
],
[
'name' => 'PageSize',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'docRequired' => false,
'maximum' => '100',
'minimum' => '1',
'example' => '10',
'default' => '10',
],
],
[
'name' => 'Keyword',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '',
],
],
[
'name' => 'FileId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'id1',
],
],
[
'name' => 'NextToken',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'CAESBgoEIgIIABgAIrQBCrEBA6wAAAAxTDdmZmZmZmZmZjg5OWJlMzguUzZkNzAyZDY2Mz***',
],
],
[
'name' => 'Mode',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'DIRECTORY',
'enum' => [
'DEFAULT',
'DIRECTORY',
],
],
],
[
'name' => 'Prefix',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '/images',
],
],
[
'name' => 'AuthDelta',
'in' => 'formData',
'schema' => [
'type' => 'integer',
'format' => 'int32',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'FE88BEC8-8F83-408A-9ED3-771C510C705F',
],
'Paginator' => [
'description' => '',
'type' => 'object',
'properties' => [
'PageSize' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '10',
],
'NextToken' => [
'description' => '',
'type' => 'string',
'example' => 'eyJhY2NvdW50IjoiMTE2MTQwNTMxMDE0OTY2OCIsImV2ZW50SWQiOiIzMkI3QTE1Mi05NUJFLTUyNkMtQjEyNC00RUYxRDk2RDM4QkEiLCJsb2dJZCI6IjE0LTExNjE0MDUzMTAxNDk2NjgiLCJ0aW1lIjoxNjM1MjEzMzk0MDAwfQ',
],
],
],
'DataList' => [
'description' => '',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'Type' => [
'description' => '',
'type' => 'string',
'example' => 'JPG',
],
'Size' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '1000',
],
'GmtCreate' => [
'description' => '',
'type' => 'string',
'example' => '2020-01-16T05:45:33.000Z',
],
'Url' => [
'description' => '',
'type' => 'string',
'example' => 'https://fbpxxx.cdn.bspapp.com/FBPSBVMO-myspace/68dbd670-3823-11ea-bfb9-xxxx.JPG',
],
'GmtModified' => [
'description' => '',
'type' => 'string',
'example' => '2020-01-16T05:45:33.000Z',
],
'Name' => [
'description' => '',
'type' => 'string',
'example' => '1579153532001.JPG',
],
'Id' => [
'description' => '',
'type' => 'string',
'example' => 'c568f23d-a46f-4866-xxxx-142e5eb3e174',
],
'AuthDelta' => [
'type' => 'integer',
'format' => 'int32',
],
],
],
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"FE88BEC8-8F83-408A-9ED3-771C510C705F\\",\\n \\"Paginator\\": {\\n \\"PageSize\\": 10,\\n \\"NextToken\\": \\"eyJhY2NvdW50IjoiMTE2MTQwNTMxMDE0OTY2OCIsImV2ZW50SWQiOiIzMkI3QTE1Mi05NUJFLTUyNkMtQjEyNC00RUYxRDk2RDM4QkEiLCJsb2dJZCI6IjE0LTExNjE0MDUzMTAxNDk2NjgiLCJ0aW1lIjoxNjM1MjEzMzk0MDAwfQ\\"\\n },\\n \\"DataList\\": [\\n {\\n \\"Type\\": \\"JPG\\",\\n \\"Size\\": 1000,\\n \\"GmtCreate\\": \\"2020-01-16T05:45:33.000Z\\",\\n \\"Url\\": \\"https://fbpxxx.cdn.bspapp.com/FBPSBVMO-myspace/68dbd670-3823-11ea-bfb9-xxxx.JPG\\",\\n \\"GmtModified\\": \\"2020-01-16T05:45:33.000Z\\",\\n \\"Name\\": \\"1579153532001.JPG\\",\\n \\"Id\\": \\"c568f23d-a46f-4866-xxxx-142e5eb3e174\\",\\n \\"AuthDelta\\": 1800\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"\\n FE88BEC8-8F83-408A-9ED3-771C510C705F\\n \\n 1\\n 10\\n 1\\n 1\\n \\n \\n","errorExample":""}]',
],
'DescribeCdnDomain' => [
'summary' => '查询cdn域名',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasXYAKDO',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'TenantId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'UNIGTXQTAO',
],
],
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'example' => 'mp-05c3aa1c-****-43ae-a03d-61eff91c592e',
],
],
[
'name' => 'Type',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'example' => 'FILE',
'enum' => [
'FILE',
'WEB',
],
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'SpaceId' => [
'description' => '',
'type' => 'string',
'example' => 'mp-65e6491b-****-4c2e-b202-7f0036eb2713',
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'E8A2FA95-6F70-****-971C-34C27485441D',
],
'ServiceStatus' => [
'description' => '',
'type' => 'string',
'example' => 'IN_SERVICE',
],
'DomainName' => [
'description' => '',
'type' => 'string',
'example' => 'mp-65e6491b-****-4c2e-b202-7f0036eb2713.cdn.bspapp.com',
],
'CorsConfig' => [
'description' => '',
'type' => 'object',
'properties' => [
'AllowOrigin' => [
'description' => '',
'type' => 'string',
'example' => 'https://www.baidu.com',
],
'ConfigId' => [
'description' => '',
'type' => 'string',
'example' => '274436853071****',
],
'AccessOriginControl' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
],
],
'RefererConfig' => [
'description' => '',
'type' => 'object',
'properties' => [
'Type' => [
'description' => '',
'type' => 'string',
'example' => 'white',
],
'ReferList' => [
'description' => '',
'type' => 'string',
'example' => 'a*b.example.com',
],
'AllowEmpty' => [
'description' => '',
'type' => 'string',
'example' => 'on',
],
'DisableAst' => [
'description' => '',
'type' => 'string',
'example' => 'a*b.example.com',
],
'ConfigId' => [
'description' => '',
'type' => 'string',
'example' => '28048528682****',
],
],
],
'IpConfig' => [
'description' => '',
'type' => 'object',
'properties' => [
'Type' => [
'description' => '',
'type' => 'string',
'example' => 'black',
],
'IpList' => [
'description' => '',
'type' => 'string',
'example' => '183.157.108.82,140.205.147.26',
],
'ConfigId' => [
'description' => '',
'type' => 'string',
'example' => '25623800702****',
],
],
],
'UaConfig' => [
'description' => '',
'type' => 'object',
'properties' => [
'Type' => [
'description' => '',
'type' => 'string',
'example' => 'white',
],
'UaList' => [
'description' => '',
'type' => 'string',
'example' => '*curl*|*IE*|*chrome*|*firefox*',
],
'ConfigId' => [
'description' => '',
'type' => 'string',
'example' => '25950108534****',
],
],
],
'AuthConfig' => [
'description' => '',
'type' => 'object',
'properties' => [
'AuthType' => [
'description' => '',
'type' => 'string',
'example' => 'no_auth',
],
'AuthKey' => [
'description' => '',
'type' => 'string',
'example' => 'SL4ZB****',
],
'AuthDelta' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '3600',
],
'configId' => [
'description' => '',
'type' => 'string',
'example' => '25950108534****'."\n",
],
],
],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"SpaceId\\": \\"mp-65e6491b-****-4c2e-b202-7f0036eb2713\\",\\n \\"RequestId\\": \\"E8A2FA95-6F70-****-971C-34C27485441D\\",\\n \\"ServiceStatus\\": \\"IN_SERVICE\\",\\n \\"DomainName\\": \\"mp-65e6491b-****-4c2e-b202-7f0036eb2713.cdn.bspapp.com\\",\\n \\"CorsConfig\\": {\\n \\"AllowOrigin\\": \\"https://www.baidu.com\\",\\n \\"ConfigId\\": \\"274436853071****\\",\\n \\"AccessOriginControl\\": true\\n },\\n \\"RefererConfig\\": {\\n \\"Type\\": \\"white\\",\\n \\"ReferList\\": \\"a*b.example.com\\",\\n \\"AllowEmpty\\": \\"on\\",\\n \\"DisableAst\\": \\"a*b.example.com\\",\\n \\"ConfigId\\": \\"28048528682****\\"\\n },\\n \\"IpConfig\\": {\\n \\"Type\\": \\"black\\",\\n \\"IpList\\": \\"183.157.108.82,140.205.147.26\\",\\n \\"ConfigId\\": \\"25623800702****\\"\\n },\\n \\"UaConfig\\": {\\n \\"Type\\": \\"white\\",\\n \\"UaList\\": \\"*curl*|*IE*|*chrome*|*firefox*\\",\\n \\"ConfigId\\": \\"25950108534****\\"\\n },\\n \\"AuthConfig\\": {\\n \\"AuthType\\": \\"no_auth\\",\\n \\"AuthKey\\": \\"SL4ZB****\\",\\n \\"AuthDelta\\": 3600,\\n \\"configId\\": \\"25950108534****\\\\n\\"\\n }\\n}","type":"json"}]',
],
'SaveCdnDomainConfig' => [
'summary' => '配置cdn',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'deprecated' => false,
'systemTags' => [
'operationType' => 'update',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasXYAKDO',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'TenantId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'UNIULEH***',
],
],
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'example' => 'mp-03c11beb-****-4d02-bb40-65a7ad224f4d',
],
],
[
'name' => 'Type',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'example' => 'FILE',
'enum' => [
'FILE',
'WEB',
],
],
],
[
'name' => 'CorsConfig',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => ' {"allowOrigin":"https://*.example.com", "accessOriginControl": true} ',
],
],
[
'name' => 'RefererConfig',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => ' {"type":"white", "referList":"example.com", "allowEmpty":"off", "disableAst":"off"}',
],
],
[
'name' => 'IpConfig',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => ' {"type":"white", "ipList":"192.168.2.0/24"}',
],
],
[
'name' => 'UaConfig',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => ' {"type":"white", "uaList":"*IE*|*firefox*"}',
],
],
[
'name' => 'AuthConfig',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '{"authType":"type_a", "authKey":"hkpyytgrnf", "authDelta":1800}',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '9B1D280D-F8C8-****-B30F-BDE5A981FDA9',
],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"9B1D280D-F8C8-****-B30F-BDE5A981FDA9\\"\\n}","type":"json"}]',
],
'DeleteWebHostingFile' => [
'summary' => '删除静态网站托管下的文件',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'delete',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasU3GTV3',
],
'autoTest' => false,
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0e16bb12-14af-4635-b24c-5ac1a9a*****',
],
],
[
'name' => 'FilePath',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '/error.jpg',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'Data' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '0e16bb12-14af-4635-b24c-5ac1a9a*****',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"0e16bb12-14af-4635-b24c-5ac1a9a*****\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n DB14BED4-ABB5-4033-920F-E22E52580911\\r\\n 200\\r\\n true\\r\\n success\\r\\n true\\r\\n","errorExample":""}]',
'title' => 'DeleteWebHostingFile',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'BatchDeleteWebHostingFiles' => [
'summary' => '批量删除静态网站托管下的文件',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'delete',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasU3GTV3',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0e16bb12-14af-4635-b24c-5ac1a9a*****',
],
],
[
'name' => 'FilePaths',
'in' => 'formData',
'style' => 'repeatList',
'schema' => [
'description' => '',
'type' => 'array',
'items' => [
'type' => 'string',
],
'required' => true,
'example' => '/static/test.png',
'maxItems' => 1000,
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'Data' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '0e16bb12-14af-4635-b24c-5ac1a9a*****',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"0e16bb12-14af-4635-b24c-5ac1a9a*****\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n true\\r\\n 0e16bb12-14af-4635-b24c-5ac1a9a*****\\r\\n","errorExample":""}]',
'title' => 'BatchDeleteWebHostingFiles',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'ListWebHostingFiles' => [
'summary' => '分页获取网站静态文件',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasU3GTV3',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0e16bb12-14af-4635-b24c-5ac1a9a*****',
],
],
[
'name' => 'Prefix',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '/',
],
],
[
'name' => 'Marker',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'docRequired' => false,
'example' => '0e16bb12-14af-4635-b24c-5ac1a9a*****/test/error1.png',
],
],
[
'name' => 'PageSize',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'maximum' => '500',
'minimum' => '1',
'example' => '100',
'default' => '50',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '93FC5921-2A54-408B-B360-2E5C93488CF4',
],
'Data' => [
'description' => '',
'type' => 'object',
'properties' => [
'NextMarker' => [
'description' => '',
'type' => 'string',
'example' => '0e16bb12-14af-4635-b24c-5ac1a9a*****/test/error1.png',
],
'Count' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '50',
],
'WebHostingFiles' => [
'description' => '',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'FilePath' => [
'description' => '',
'type' => 'string',
'example' => 'error/error.jpg',
],
'ContentType' => [
'description' => '',
'type' => 'string',
'example' => 'image/png',
],
'ETag' => [
'description' => '',
'type' => 'string',
'example' => 'test',
],
'Size' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '235628',
],
'LastModifiedTime' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1590398956000',
],
'SignedUrl' => [
'description' => '',
'type' => 'string',
'example' => 'http://fbpsbvmo-15415903938*****-static.oss-cn-zhangjiakou.aliyuncs.com/0e16bb12-14af-4635-b24c-5ac1a9a*****/test/error.jpg?Expires=1590462873&OSSAccessKeyId=STS.NT9oaFvbRzj8vSViJL2y*****&Signature=pSMbsZUZGwfZEcvT9R7VZPMp%2BVA%3D&security-token=CAISgQJ1q6Ft5B2yfSjIr5eMJNvym71zzajTdHXnjUoZPvYVjIHgpjz2IHBEeXRuA%2B0WsvQ%2Bnm9X6vgelqFZYqRoYGHiUZOgBG3HPUXzDbDasumZsJYm6vT8a0XxZjf%2F2MjNGZabKPrWZvaqbX3diyZ32sGUXD6%2BXlujQ%2Fbr4NwdGbZxZASjaidcD9p7PxZrrNRgVUHcLvGwKBXn8AGyZQhKwlMh1ToiuPzkk5bMukuE1gXAp7VL99irEP%2BNdNJxOZpzadCx0dFte7DJuCwqsEgaqfoo1vEUpWeW5I7CXwcN%2BWePN%2BvF79tuIEpwae0gEqsBtv%2F4mLhxtunSkZQQTrutnEPAOhqAAZ6L6gVhZYEK78ZBsQq1hP9nvtEGENelJYiTPWAHmB1mDutOaEzgSpwVMaP3FWpMTy6KgBKMox1NJLUZJK23NlJIlMIJ8lVyCQOG4Ig7oTXTbFc0PQMShK%2FeQIQ2WvZ2x%2F%2FZdgaZIeQR4WnawsWF%2BYC4ScTig0wYTuaLx7pH2WHJ',
],
],
],
],
],
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"93FC5921-2A54-408B-B360-2E5C93488CF4\\",\\n \\"Data\\": {\\n \\"NextMarker\\": \\"0e16bb12-14af-4635-b24c-5ac1a9a*****/test/error1.png\\",\\n \\"Count\\": 50,\\n \\"WebHostingFiles\\": [\\n {\\n \\"FilePath\\": \\"error/error.jpg\\",\\n \\"ContentType\\": \\"image/png\\",\\n \\"ETag\\": \\"test\\",\\n \\"Size\\": 235628,\\n \\"LastModifiedTime\\": 1590398956000,\\n \\"SignedUrl\\": \\"http://fbpsbvmo-15415903938*****-static.oss-cn-zhangjiakou.aliyuncs.com/0e16bb12-14af-4635-b24c-5ac1a9a*****/test/error.jpg?Expires=1590462873&OSSAccessKeyId=STS.NT9oaFvbRzj8vSViJL2y*****&Signature=pSMbsZUZGwfZEcvT9R7VZPMp%2BVA%3D&security-token=CAISgQJ1q6Ft5B2yfSjIr5eMJNvym71zzajTdHXnjUoZPvYVjIHgpjz2IHBEeXRuA%2B0WsvQ%2Bnm9X6vgelqFZYqRoYGHiUZOgBG3HPUXzDbDasumZsJYm6vT8a0XxZjf%2F2MjNGZabKPrWZvaqbX3diyZ32sGUXD6%2BXlujQ%2Fbr4NwdGbZxZASjaidcD9p7PxZrrNRgVUHcLvGwKBXn8AGyZQhKwlMh1ToiuPzkk5bMukuE1gXAp7VL99irEP%2BNdNJxOZpzadCx0dFte7DJuCwqsEgaqfoo1vEUpWeW5I7CXwcN%2BWePN%2BvF79tuIEpwae0gEqsBtv%2F4mLhxtunSkZQQTrutnEPAOhqAAZ6L6gVhZYEK78ZBsQq1hP9nvtEGENelJYiTPWAHmB1mDutOaEzgSpwVMaP3FWpMTy6KgBKMox1NJLUZJK23NlJIlMIJ8lVyCQOG4Ig7oTXTbFc0PQMShK%2FeQIQ2WvZ2x%2F%2FZdgaZIeQR4WnawsWF%2BYC4ScTig0wYTuaLx7pH2WHJ\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n 077C43E6-95E9-40FC-A796-B2CFBD63C2D6\\n 200\\n \\n \\n error.html\\n http://fbpsbvmo-154159039388****-static.oss-cn-zhangjiakou.aliyuncs.com/0e16bb12-14af-4635-b24c-5ac1a9a*****/error.html?Expires=1590460358&OSSAccessKeyId=STS.NUcPHyHQr2xQ6zAe5ybi*****&Signature=b2L4kBEFrA2EZvZbm3B%2FyNSxVeA%3D&security-token=CAISgQJ1q6Ft5B2yfSjIr5bWG%2FLNpY5Thbq6NFzwgTUsbuZ4grfe0Tz2IHBEeXRuA%2B0WsvQ%2Bnm9X6vgelqFZYqRoYGHiUZOjKEbIPUXzDbDasumZsJYm6vT8a0XxZjf%2F2MjNGZabKPrWZvaqbX3diyZ32sGUXD6%2BXlujQ%2Fbr4NwdGbZxZASjaidcD9p7PxZrrNRgVUHcLvGwKBXn8AGyZQhKwlMh1ToiuPzkk5bMukuE1gXAp7VL99irEP%2BNdNJxOZpzadCx0dFte7DJuCwqsEgaqfoo1vEUpWeW5I7CXwcN%2BWePN%2BvF79tuIEpwae0gEqsBtv%2F4mLhxtunSkZQQTrutnEPAOhqAAU49tl4awl%2F0fID3wRpPDCKqg%2BfXifeRRPI2Tr%2Bm4PmK4qPffsI%2F5JXB4JA71uN5TkvMC6LxxTuQnJaTateDrfEDnzyyIVISjvQ7rzt8sxZCnDDfjzx6Lc5TAELuapDjeXK6w%2BWkbhwBTWcjrGAJvdaOA4IodaPZyDlyhO4jt1nv\\n text/html\\n 172\\n 1590399001000\\n \\n \\n index.html\\n http://fbpsbvmo-154159039388****-static.oss-cn-zhangjiakou.aliyuncs.com/0e16bb12-14af-4635-b24c-5ac1a9a7*****/index.html?Expires=1590460358&OSSAccessKeyId=STS.NUcPHyHQr2xQ6zAe5ybi*****&Signature=w7ke9GsiFjb2bR7bQNOOTk4nlbA%3D&security-token=CAISgQJ1q6Ft5B2yfSjIr5bWG%2FLNpY5Thbq6NFzwgTUsbuZ4grfe0Tz2IHBEeXRuA%2B0WsvQ%2Bnm9X6vgelqFZYqRoYGHiUZOjKEbIPUXzDbDasumZsJYm6vT8a0XxZjf%2F2MjNGZabKPrWZvaqbX3diyZ32sGUXD6%2BXlujQ%2Fbr4NwdGbZxZASjaidcD9p7PxZrrNRgVUHcLvGwKBXn8AGyZQhKwlMh1ToiuPzkk5bMukuE1gXAp7VL99irEP%2BNdNJxOZpzadCx0dFte7DJuCwqsEgaqfoo1vEUpWeW5I7CXwcN%2BWePN%2BvF79tuIEpwae0gEqsBtv%2F4mLhxtunSkZQQTrutnEPAOhqAAU49tl4awl%2F0fID3wRpPDCKqg%2BfXifeRRPI2Tr%2Bm4PmK4qPffsI%2F5JXB4JA71uN5TkvMC6LxxTuQnJaTateDrfEDnzyyIVISjvQ7rzt8sxZCnDDfjzx6Lc5TAELuapDjeXK6w%2BWkbhwBTWcjrGAJvdaOA4IodaPZyDlyhO4jt1nv\\n text/html\\n 166\\n 1590398956000\\n \\n 2\\n \\n success\\n true\\n","errorExample":""}]',
'title' => 'ListWebHostingFiles',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'DescribeWebHostingFile' => [
'summary' => '查询静态网站托管下的一个文件详情',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasU3GTV3',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0e16bb12-14af-4635-b24c-5ac1a9a*****',
],
],
[
'name' => 'FilePath',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '/error.png',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '93FC5921-2A54-408B-B360-2E5C93488CF4',
],
'Data' => [
'description' => '',
'type' => 'object',
'properties' => [
'FilePath' => [
'description' => '',
'type' => 'string',
'example' => '/error.png',
],
'ContentType' => [
'description' => '',
'type' => 'string',
'example' => 'image/png',
],
'ETag' => [
'description' => '',
'type' => 'string',
'example' => 'test',
],
'Size' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '235628',
],
'Exists' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'LastModifiedTime' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1590398956000',
],
'SignedUrl' => [
'description' => '',
'type' => 'string',
'example' => 'http://fbpsbvmo-154159039388****-static.oss-cn-zhangjiakou.aliyuncs.com/0e16bb12-14af-4635-b24c-5ac1a9a*****/error.png?Expires=1590460358&OSSAccessKeyId=STS.NUcPHyHQr2xQ6zAe5ybi*****&Signature=b2L4kBEFrA2EZvZbm3B%2FyNSxVeA%3D&security-token=CAISgQJ1q6Ft5B2yfSjIr5bWG%2FLNpY5Thbq6NFzwgTUsbuZ4grfe0Tz2IHBEeXRuA%2B0WsvQ%2Bnm9X6vgelqFZYqRoYGHiUZOjKEbIPUXzDbDasumZsJYm6vT8a0XxZjf%2F2MjNGZabKPrWZvaqbX3diyZ32sGUXD6%2BXlujQ%2Fbr4NwdGbZxZASjaidcD9p7PxZrrNRgVUHcLvGwKBXn8AGyZQhKwlMh1ToiuPzkk5bMukuE1gXAp7VL99irEP%2BNdNJxOZpzadCx0dFte7DJuCwqsEgaqfoo1vEUpWeW5I7CXwcN%2BWePN%2BvF79tuIEpwae0gEqsBtv%2F4mLhxtunSkZQQTrutnEPAOhqAAU49tl4awl%2F0fID3wRpPDCKqg%2BfXifeRRPI2Tr%2Bm4PmK4qPffsI%2F5JXB4JA71uN5TkvMC6LxxTuQnJaTateDrfEDnzyyIVISjvQ7rzt8sxZCnDDfjzx6Lc5TAELuapDjeXK6w%2BWkbhwBTWcjrGAJvdaOA4IodaPZyDlyhO4jt1nv',
],
],
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"93FC5921-2A54-408B-B360-2E5C93488CF4\\",\\n \\"Data\\": {\\n \\"FilePath\\": \\"/error.png\\",\\n \\"ContentType\\": \\"image/png\\",\\n \\"ETag\\": \\"test\\",\\n \\"Size\\": 235628,\\n \\"Exists\\": true,\\n \\"LastModifiedTime\\": 1590398956000,\\n \\"SignedUrl\\": \\"http://fbpsbvmo-154159039388****-static.oss-cn-zhangjiakou.aliyuncs.com/0e16bb12-14af-4635-b24c-5ac1a9a*****/error.png?Expires=1590460358&OSSAccessKeyId=STS.NUcPHyHQr2xQ6zAe5ybi*****&Signature=b2L4kBEFrA2EZvZbm3B%2FyNSxVeA%3D&security-token=CAISgQJ1q6Ft5B2yfSjIr5bWG%2FLNpY5Thbq6NFzwgTUsbuZ4grfe0Tz2IHBEeXRuA%2B0WsvQ%2Bnm9X6vgelqFZYqRoYGHiUZOjKEbIPUXzDbDasumZsJYm6vT8a0XxZjf%2F2MjNGZabKPrWZvaqbX3diyZ32sGUXD6%2BXlujQ%2Fbr4NwdGbZxZASjaidcD9p7PxZrrNRgVUHcLvGwKBXn8AGyZQhKwlMh1ToiuPzkk5bMukuE1gXAp7VL99irEP%2BNdNJxOZpzadCx0dFte7DJuCwqsEgaqfoo1vEUpWeW5I7CXwcN%2BWePN%2BvF79tuIEpwae0gEqsBtv%2F4mLhxtunSkZQQTrutnEPAOhqAAU49tl4awl%2F0fID3wRpPDCKqg%2BfXifeRRPI2Tr%2Bm4PmK4qPffsI%2F5JXB4JA71uN5TkvMC6LxxTuQnJaTateDrfEDnzyyIVISjvQ7rzt8sxZCnDDfjzx6Lc5TAELuapDjeXK6w%2BWkbhwBTWcjrGAJvdaOA4IodaPZyDlyhO4jt1nv\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n 077C43E6-95E9-40FC-A796-B2CFBD63C2D6\\n \\n true\\n test\\n /error.png\\n 1590398956000\\n http://fbpsbvmo-154159039388****-static.oss-cn-zhangjiakou.aliyuncs.com/0e16bb12-14af-4635-b24c-5ac1a9a*****/error.png?Expires=1590460358&OSSAccessKeyId=STS.NUcPHyHQr2xQ6zAe5ybi*****&Signature=b2L4kBEFrA2EZvZbm3B%2FyNSxVeA%3D&security-token=CAISgQJ1q6Ft5B2yfSjIr5bWG%2FLNpY5Thbq6NFzwgTUsbuZ4grfe0Tz2IHBEeXRuA%2B0WsvQ%2Bnm9X6vgelqFZYqRoYGHiUZOjKEbIPUXzDbDasumZsJYm6vT8a0XxZjf%2F2MjNGZabKPrWZvaqbX3diyZ32sGUXD6%2BXlujQ%2Fbr4NwdGbZxZASjaidcD9p7PxZrrNRgVUHcLvGwKBXn8AGyZQhKwlMh1ToiuPzkk5bMukuE1gXAp7VL99irEP%2BNdNJxOZpzadCx0dFte7DJuCwqsEgaqfoo1vEUpWeW5I7CXwcN%2BWePN%2BvF79tuIEpwae0gEqsBtv%2F4mLhxtunSkZQQTrutnEPAOhqAAU49tl4awl%2F0fID3wRpPDCKqg%2BfXifeRRPI2Tr%2Bm4PmK4qPffsI%2F5JXB4JA71uN5TkvMC6LxxTuQnJaTateDrfEDnzyyIVISjvQ7rzt8sxZCnDDfjzx6Lc5TAELuapDjeXK6w%2BWkbhwBTWcjrGAJvdaOA4IodaPZyDlyhO4jt1nv\\n image/png\\n 235628\\n \\n","errorExample":""}]',
'title' => 'DescribeWebHostingFile',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'GetWebHostingUploadCredential' => [
'summary' => '获取静态网站托管的上传文件凭证',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasU3GTV3',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0e16bb12-14af-4635-b24c-5ac1a9a*****',
],
],
[
'name' => 'FilePath',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '/',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '93FC5921-2A54-408B-B360-2E5C93488CF4',
],
'Data' => [
'description' => '',
'type' => 'object',
'properties' => [
'FilePath' => [
'description' => '',
'type' => 'string',
'example' => '/',
],
'Signature' => [
'description' => '',
'type' => 'string',
'example' => 'w7ke9GsiFjb2bR7bQNOOTk4nlbA',
],
'Policy' => [
'description' => '',
'type' => 'string',
'example' => 'eyJleHBpcmF0aW9uIjoiMjAyMC0wNS0yNlQwNjozMjoxOC43NTZaIiwiY29uZGl0aW9ucyI6W1siY29udGVudC1sZW5ndGgtcmFuZ2UiLDAsNTI0Mjg4MDBdLHsia2V5IjoiMGUxNmJiMTItMTRhZi00NjM1LWIyNGMtNWFjMWE5YTdiYjlmL2Zvcm1hdC5qc29uIn1dfQ==',
],
'SecurityToken' => [
'description' => '',
'type' => 'string',
'example' => 'CAISgQJ1q6Ft5B2yfSjIr5bWG%2FLNpY5Thbq6NFzwgTUsbuZ4grfe0Tz2IHBEeXRuA%2B0WsvQ%2Bnm9X6vgelqFZYqRoYGHiUZOjKEbIPUXzDbDasumZsJYm6vT8a0XxZjf%2F2MjNGZabKPrWZvaqbX3diyZ32sGUXD6%2BXlujQ%2Fbr4NwdGbZxZASjaidcD9p7PxZrrNRgVUHcLvGwKBXn8AGyZQhKwlMh1ToiuPzkk5bMukuE1gXAp7VL99irEP%2BNdNJxOZpzadCx0dFte7DJuCwqsEgaqfoo1vEUpWeW5I7CXwcN%2BWePN%2BvF79tuIEpwae0gEqsBtv%2F4mLhxtunSkZQQTrutnEPAOhqAAU49tl4awl%2F0fID3wRpPDCKqg%2BfXifeRRPI2Tr%2Bm4PmK4qPffsI%2F5JXB4JA71uN5TkvMC6LxxTuQnJaTateDrfEDnzyyIVISjvQ7rzt8sxZCnDDfjzx6Lc5TAELuapDjeXK6w%2BWkbhwBTWcjrGAJvdaOA4IodaPZyDlyhO4jt1nv',
],
'ExpiredTime' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1590460358',
],
'Endpoint' => [
'description' => '',
'type' => 'string',
'example' => 'fbpsbvmo-154159039388***-static.oss-cn-zhangjiakou.aliyuncs.com',
],
'AccessKeyId' => [
'description' => '',
'type' => 'string',
'example' => 'STS.NUcPHyHQr2xQ6zAe5ybi*****',
],
],
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"93FC5921-2A54-408B-B360-2E5C93488CF4\\",\\n \\"Data\\": {\\n \\"FilePath\\": \\"/\\",\\n \\"Signature\\": \\"w7ke9GsiFjb2bR7bQNOOTk4nlbA\\",\\n \\"Policy\\": \\"eyJleHBpcmF0aW9uIjoiMjAyMC0wNS0yNlQwNjozMjoxOC43NTZaIiwiY29uZGl0aW9ucyI6W1siY29udGVudC1sZW5ndGgtcmFuZ2UiLDAsNTI0Mjg4MDBdLHsia2V5IjoiMGUxNmJiMTItMTRhZi00NjM1LWIyNGMtNWFjMWE5YTdiYjlmL2Zvcm1hdC5qc29uIn1dfQ==\\",\\n \\"SecurityToken\\": \\"CAISgQJ1q6Ft5B2yfSjIr5bWG%2FLNpY5Thbq6NFzwgTUsbuZ4grfe0Tz2IHBEeXRuA%2B0WsvQ%2Bnm9X6vgelqFZYqRoYGHiUZOjKEbIPUXzDbDasumZsJYm6vT8a0XxZjf%2F2MjNGZabKPrWZvaqbX3diyZ32sGUXD6%2BXlujQ%2Fbr4NwdGbZxZASjaidcD9p7PxZrrNRgVUHcLvGwKBXn8AGyZQhKwlMh1ToiuPzkk5bMukuE1gXAp7VL99irEP%2BNdNJxOZpzadCx0dFte7DJuCwqsEgaqfoo1vEUpWeW5I7CXwcN%2BWePN%2BvF79tuIEpwae0gEqsBtv%2F4mLhxtunSkZQQTrutnEPAOhqAAU49tl4awl%2F0fID3wRpPDCKqg%2BfXifeRRPI2Tr%2Bm4PmK4qPffsI%2F5JXB4JA71uN5TkvMC6LxxTuQnJaTateDrfEDnzyyIVISjvQ7rzt8sxZCnDDfjzx6Lc5TAELuapDjeXK6w%2BWkbhwBTWcjrGAJvdaOA4IodaPZyDlyhO4jt1nv\\",\\n \\"ExpiredTime\\": 1590460358,\\n \\"Endpoint\\": \\"fbpsbvmo-154159039388***-static.oss-cn-zhangjiakou.aliyuncs.com\\",\\n \\"AccessKeyId\\": \\"STS.NUcPHyHQr2xQ6zAe5ybi*****\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n 93FC5921-2A54-408B-B360-2E5C93488CF4\\n 200\\n \\n /\\n eyJleHBpcmF0aW9uIjoiMjAyMC0wNS0yNlQwNjozMjoxOC43NTZaIiwiY29uZGl0aW9ucyI6W1siY29udGVudC1sZW5ndGgtcmFuZ2UiLDAsNTI0Mjg4MDBdLHsia2V5IjoiMGUxNmJiMTItMTRhZi00NjM1LWIyNGMtNWFjMWE5YTdiYjlmL2Zvcm1hdC5qc29uIn1dfQ==\\n CAISgQJ1q6Ft5B2yfSjIr5bWG%2FLNpY5Thbq6NFzwgTUsbuZ4grfe0Tz2IHBEeXRuA%2B0WsvQ%2Bnm9X6vgelqFZYqRoYGHiUZOjKEbIPUXzDbDasumZsJYm6vT8a0XxZjf%2F2MjNGZabKPrWZvaqbX3diyZ32sGUXD6%2BXlujQ%2Fbr4NwdGbZxZASjaidcD9p7PxZrrNRgVUHcLvGwKBXn8AGyZQhKwlMh1ToiuPzkk5bMukuE1gXAp7VL99irEP%2BNdNJxOZpzadCx0dFte7DJuCwqsEgaqfoo1vEUpWeW5I7CXwcN%2BWePN%2BvF79tuIEpwae0gEqsBtv%2F4mLhxtunSkZQQTrutnEPAOhqAAU49tl4awl%2F0fID3wRpPDCKqg%2BfXifeRRPI2Tr%2Bm4PmK4qPffsI%2F5JXB4JA71uN5TkvMC6LxxTuQnJaTateDrfEDnzyyIVISjvQ7rzt8sxZCnDDfjzx6Lc5TAELuapDjeXK6w%2BWkbhwBTWcjrGAJvdaOA4IodaPZyDlyhO4jt1nv\\n fbpsbvmo-154159039388***-static\\n fbpsbvmo-154159039388***-static.oss-cn-zhangjiakou.aliyuncs.com\\n STS.NUcPHyHQr2xQ6zAe5ybi*****\\n w7ke9GsiFjb2bR7bQNOOTk4nlbA\\n 1590460358\\n \\n success\\n true\\n","errorExample":""}]',
'title' => 'GetWebHostingUploadCredential',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'BindWebHostingCustomDomain' => [
'summary' => '添加自定义域名',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'update',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasU3GTV3',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0e16bb12-14af-4635-b24c-5ac1a9a*****',
],
],
[
'name' => 'CustomDomain',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'www.example.com',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'Data' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'CEF9831B-A6D2-4485-9CAD-1B8FBC8BC6F7',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"CEF9831B-A6D2-4485-9CAD-1B8FBC8BC6F7\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n CEF9831B-A6D2-4485-9CAD-1B8FBC8BC6F7\\r\\n 200\\r\\n true\\r\\n success\\r\\n true\\r\\n","errorExample":""}]',
'title' => 'BindWebHostingCustomDomain',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'UnbindWebHostingCustomDomain' => [
'summary' => '删除一个自定义域名',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'deprecated' => false,
'systemTags' => [
'operationType' => 'delete',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasU3GTV3',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0e16bb12-14af-4635-b24c-5ac1a9a*****',
],
],
[
'name' => 'CustomDomain',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'www.example.com',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'Data' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'CEF9831B-A6D2-4485-9CAD-1B8FBC8BC6F7',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"CEF9831B-A6D2-4485-9CAD-1B8FBC8BC6F7\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n CEF9831B-A6D2-4485-9CAD-1B8FBC8BC6F7\\r\\n 200\\r\\n true\\r\\n success\\r\\n true\\r\\n","errorExample":""}]',
'title' => 'UnbindWebHostingCustomDomain',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'SaveWebHostingCustomDomainConfig' => [
'summary' => '保存域名配置',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'deprecated' => false,
'systemTags' => [
'operationType' => 'update',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasU3GTV3',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0e16bb12-14af-4635-b24c-5ac1a9a*****',
],
],
[
'name' => 'ForceRedirectType',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'HTTPS_FORCE',
'enum' => [
'HTTPS_FORCE',
'OFF',
],
],
],
[
'name' => 'DomainName',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'www.example.com',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '828A8808-3FC9-418C-893A-5A708CFABB8E',
],
],
],
],
],
'errorCodes' => [
400 => [
[
'errorCode' => 'AccessDenied',
'errorMessage' => 'You are not authorized to access this space.',
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"828A8808-3FC9-418C-893A-5A708CFABB8E\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n 0e16bb12-14af-4635-b24c-5ac1a9a*****\\r\\n","errorExample":""}]',
'title' => 'SaveWebHostingCustomDomainConfig',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'VerifyWebHostingDomainOwner' => [
'summary' => '验证Web主机域名所有者',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'update',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasU3GTV3',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '226e5213-697c-****-b4ff-35a09f8a52de',
],
],
[
'name' => 'Domain',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'example.com',
],
],
[
'name' => 'VerifyType',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'dnsCheck',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '74374923-6536-46EB-8639-409384EAE980',
],
],
],
],
],
'errorCodes' => [
400 => [
[
'errorCode' => 'AccessDenied',
'errorMessage' => 'You are not authorized to access this space.',
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"74374923-6536-46EB-8639-409384EAE980\\"\\n}","errorExample":""},{"type":"xml","example":"\\n \\n 74374923-6536-46EB-8639-409384EAE980\\n","errorExample":""}]',
'title' => 'VerifyWebHostingDomainOwner',
],
'GetWebHostingDomainVerificationContent' => [
'summary' => '获取域名归属校验内容',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasU3GTV3',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0e16bb12-14af-****-b24c-5ac1a9a7bb9f',
],
],
[
'name' => 'Domain',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'example.com',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '74374923-6536-46EB-8639-409384EAE980',
],
'Data' => [
'description' => '',
'type' => 'object',
'properties' => [
'Content' => [
'description' => '',
'type' => 'string',
'example' => 'verify_c28a8e24b4bc9fab22d949cebdb1d7ae',
],
'Domain' => [
'description' => '',
'type' => 'string',
'example' => 'example.com',
],
],
],
],
],
],
],
'errorCodes' => [
400 => [
[
'errorCode' => 'AccessDenied',
'errorMessage' => 'You are not authorized to access this space.',
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"74374923-6536-46EB-8639-409384EAE980\\",\\n \\"Data\\": {\\n \\"Content\\": \\"verify_c28a8e24b4bc9fab22d949cebdb1d7ae\\",\\n \\"Domain\\": \\"example.com\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n 74374923-6536-46EB-8639-409384EAE980\\n \\n verify_c28a8e24b4bc9fab22d949cebdb1d7ae\\n example.com\\n \\n","errorExample":""}]',
'title' => 'GetWebHostingDomainVerificationContent',
],
'ListWebHostingCustomDomains' => [
'summary' => '查询当前静态网站绑定的自定义域名',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasU3GTV3',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0e16bb12-14af-4635-b24c-5ac1a9a*****',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '93FC5921-2A54-408B-B360-2E5C93488CF4',
],
'Data' => [
'description' => '',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'Status' => [
'description' => '',
'type' => 'string',
'example' => 'online',
],
'Domain' => [
'description' => '',
'type' => 'string',
'example' => 'www.test.com',
],
'UpdateTime' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1590470646143',
],
'SslProtocol' => [
'description' => '',
'type' => 'string',
'example' => 'off',
],
'ForceRedirectType' => [
'description' => '',
'type' => 'string',
'example' => 'HTTPS_FORCE',
],
'Description' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'CreateTime' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1590470646000',
],
'Cname' => [
'description' => '',
'type' => 'string',
'example' => 'www.test.com.w.kunlungr.com',
],
'EnableCors' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'AccessControlAllowOrigin' => [
'description' => '',
'type' => 'string',
'example' => 'https://*.example.com, https://*.example.org',
],
'AccessOriginControl' => [
'type' => 'boolean',
],
],
],
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"93FC5921-2A54-408B-B360-2E5C93488CF4\\",\\n \\"Data\\": [\\n {\\n \\"Status\\": \\"online\\",\\n \\"Domain\\": \\"www.test.com\\",\\n \\"UpdateTime\\": 1590470646143,\\n \\"SslProtocol\\": \\"off\\",\\n \\"ForceRedirectType\\": \\"HTTPS_FORCE\\",\\n \\"Description\\": \\"测试域名\\",\\n \\"CreateTime\\": 1590470646000,\\n \\"Cname\\": \\"www.test.com.w.kunlungr.com\\",\\n \\"EnableCors\\": true,\\n \\"AccessControlAllowOrigin\\": \\"https://*.example.com, https://*.example.org\\",\\n \\"AccessOriginControl\\": true\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"\\n 93FC5921-2A54-408B-B360-2E5C93488CF4\\n 200\\n \\n online\\n true\\n off\\n OFF\\n 测试域名\\n 1590470646000\\n 1590470646143\\n https://*.example.com, https://*.example.org\\n www.test.com\\n www.test.com.w.kunlungr.com\\n \\n success\\n true\\n","errorExample":""}]',
'title' => 'ListWebHostingCustomDomains',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'RefreshWebHostingCustomDomainCache' => [
'summary' => '刷新网站CDN缓存',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'deprecated' => false,
'systemTags' => [
'operationType' => 'none',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasU3GTV3',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0e16bb12-14af-4635-b24c-5ac1a9a7bb9f',
],
],
[
'name' => 'DomainName',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'www.example.com',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'E63E7F4F-8538-5B0E-8712-78F92B6DCB9C',
],
],
],
],
],
'errorCodes' => [
400 => [
[
'errorCode' => 'AccessDenied',
'errorMessage' => 'You are not authorized to access this space.',
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"E63E7F4F-8538-5B0E-8712-78F92B6DCB9C\\"\\n}","type":"json"}]',
],
'DeleteWebHostingCertificate' => [
'summary' => '解绑证书,关闭HTTPS访问',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'delete',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasU3GTV3',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0e16bb12-14af-4635-b24c-5ac1a9a*****',
],
],
[
'name' => 'Domain',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'www.example.com',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'Data' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'D85CAE0D-5B1F-4A56-B776-DEEA2B232E9F',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"D85CAE0D-5B1F-4A56-B776-DEEA2B232E9F\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n CEF9831B-A6D2-4485-9CAD-1B8FBC8BC6F7\\r\\n 200\\r\\n true\\r\\n success\\r\\n true\\r\\n","errorExample":""}]',
'title' => 'DeleteWebHostingCertificate',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'AttachWebHostingCertificate' => [
'summary' => '绑定证书',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'update',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasU3GTV3',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0e16bb12-14af-4635-b24c-5ac1a9a*****',
],
],
[
'name' => 'Domain',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'www.example.com',
],
],
[
'name' => 'CertType',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'upload',
'enum' => [
'upload',
],
],
],
[
'name' => 'CertName',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'docRequired' => false,
'example' => 'testCert',
],
],
[
'name' => 'ServerCertificate',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '-----BEGIN CERTIFICATE----- ...... -----END CERTIFICATE-----',
],
],
[
'name' => 'PrivateKey',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '-----BEGIN RSA PRIVATE KEY----- ...... -----END RSA PRIVATE KEY-----',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'Data' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'CEF9831B-A6D2-4485-9CAD-1B8FBC8B****',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"CEF9831B-A6D2-4485-9CAD-1B8FBC8B****\\"\\n}","errorExample":""},{"type":"xml","example":"\\n true\\n CEF9831B-A6D2-4485-9CAD-1B8FBC8B****\\n","errorExample":""}]',
'title' => 'AttachWebHostingCertificate',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'GetWebHostingCertificateDetail' => [
'summary' => '查询自定义域名关联的证书详情',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasU3GTV3',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0e16bb12-14af-4635-b24c-5ac1a9a7bb9f',
],
],
[
'name' => 'CustomDomain',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'www.example.com',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'D85CAE0D-5B1F-4A56-B776-DEEA2B232E9F',
],
'Data' => [
'description' => '',
'type' => 'object',
'properties' => [
'CertLife' => [
'description' => '',
'type' => 'string',
'example' => '1 years',
],
'CertType' => [
'description' => '',
'type' => 'string',
'example' => 'upload',
],
'CertDomainName' => [
'description' => '',
'type' => 'string',
'example' => 'www.example.com',
],
'ServerCertificateStatus' => [
'description' => '',
'type' => 'string',
'example' => 'on',
],
'CertName' => [
'description' => '',
'type' => 'string',
'example' => 'test',
],
'CertExpiredTime' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1621252800000',
],
],
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"D85CAE0D-5B1F-4A56-B776-DEEA2B232E9F\\",\\n \\"Data\\": {\\n \\"CertLife\\": \\"1 years\\",\\n \\"CertType\\": \\"upload\\",\\n \\"CertDomainName\\": \\"www.example.com\\",\\n \\"ServerCertificateStatus\\": \\"on\\",\\n \\"CertName\\": \\"test\\",\\n \\"CertExpiredTime\\": 1621252800000\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n D85CAE0D-5B1F-4A56-B776-DEEA2B232E9F\\n 200\\n \\n 1 years\\n 1621252800000\\n www.example.com\\n upload\\n test\\n on\\n \\n success\\n true\\n","errorExample":""}]',
'title' => 'GetWebHostingCertificateDetail',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'SaveWebHostingCustomDomainCorsConfig' => [
'summary' => '静态网站跨域设置',
'methods' => [
'get',
'post',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'deprecated' => false,
'systemTags' => [
'operationType' => 'update',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasU3GTV3',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'example' => '226e5213-697c-4a52-b4ff-35a09f8*****',
],
],
[
'name' => 'DomainName',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'example' => 'www.example.com',
],
],
[
'name' => 'EnableCors',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'boolean',
'required' => true,
'example' => 'true',
],
],
[
'name' => 'AccessControlAllowOrigin',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'https://*.example.com, https://*.example.org',
],
],
[
'name' => 'AccessOriginControl',
'in' => 'formData',
'schema' => [
'type' => 'boolean',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'Code' => [
'description' => '',
'type' => 'string',
'example' => 'success',
'title' => 'Id of the request',
],
'Message' => [
'description' => '',
'type' => 'string',
'example' => 'SpaceNotExist',
],
'HttpStatusCode' => [
'description' => '',
'type' => 'string',
'example' => '200',
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '6E2E1770-E9C7-52E9-BF2C-94A0BACFADBE"',
],
'Success' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'Data' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
],
'title' => 'Schema of Response',
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": \\"success\\",\\n \\"Message\\": \\"SpaceNotExist\\",\\n \\"HttpStatusCode\\": \\"200\\",\\n \\"RequestId\\": \\"6E2E1770-E9C7-52E9-BF2C-94A0BACFADBE\\\\\\"\\",\\n \\"Success\\": true,\\n \\"Data\\": true\\n}","errorExample":""},{"type":"xml","example":"\\r\\n\\t6E2E1770-E9C7-52E9-BF2C-94A0BACFADBE\\r\\n\\ttrue\\r\\n\\ttrue\\r\\n","errorExample":""}]',
'title' => 'SaveWebHostingCustomDomainCorsConfig',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'GetWebHostingConfig' => [
'summary' => '查询静态网站配置',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasU3GTV3',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0e16bb12-14af-4635-b24c-5ac1a9a*****',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '828A8808-3FC9-418C-893A-5A708CFABB8E',
],
'Data' => [
'description' => '',
'type' => 'object',
'properties' => [
'SpaceId' => [
'description' => '',
'type' => 'string',
'example' => '0e16bb12-14af-4635-b24c-5ac1a9a*****',
],
'AllowedIps' => [
'description' => '',
'type' => 'string',
'example' => '42.120.72.0/24',
],
'ErrorPath' => [
'description' => '',
'type' => 'string',
'example' => 'error.html',
],
'DefaultDomain' => [
'description' => '',
'type' => 'string',
'example' => 'static-0e16bb12-14af-4635-b24c-5ac1a9a*****.bspapp.com',
],
'IndexPath' => [
'description' => '',
'type' => 'string',
'example' => 'index.html',
],
'ErrorHttpStatus' => [
'type' => 'string',
'enum' => [],
],
],
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"828A8808-3FC9-418C-893A-5A708CFABB8E\\",\\n \\"Data\\": {\\n \\"SpaceId\\": \\"0e16bb12-14af-4635-b24c-5ac1a9a*****\\",\\n \\"AllowedIps\\": \\"42.120.72.0/24\\",\\n \\"ErrorPath\\": \\"error.html\\",\\n \\"DefaultDomain\\": \\"static-0e16bb12-14af-4635-b24c-5ac1a9a*****.bspapp.com\\",\\n \\"IndexPath\\": \\"index.html\\",\\n \\"ErrorHttpStatus\\": \\"200\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n success\\n 200\\n SpaceNotExist\\n 828A8808-3FC9-418C-893A-5A708CFABB8E\\n true\\n \\n 0e16bb12-14af-4635-b24c-5ac1a9a*****\\n 42.120.72.0/24\\n error.html\\n static-0e16bb12-14af-4635-b24c-5ac1a9a*****.bspapp.com\\n index.html\\n /\\n \\n","errorExample":""}]',
'title' => 'GetWebHostingConfig',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'ModifyWebHostingConfig' => [
'summary' => '更新静态网站配置',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'update',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasU3GTV3',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0e16bb12-14af-4635-b24c-5ac1a9a*****',
],
],
[
'name' => 'IndexPath',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'index.html',
],
],
[
'name' => 'ErrorPath',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'error.html',
],
],
[
'name' => 'AllowedIps',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '42.120.72.0/24',
],
],
[
'name' => 'ErrorHttpStatus',
'in' => 'formData',
'schema' => [
'type' => 'string',
'enum' => [
'200',
'404',
],
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'Data' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '074C8CF9-E7F8-436D-A546-4E5876D0F800',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"074C8CF9-E7F8-436D-A546-4E5876D0F800\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n CEF9831B-A6D2-4485-9CAD-1B8FBC8BC6F7\\r\\n 200\\r\\n true\\r\\n success\\r\\n true\\r\\n","errorExample":""}]',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'EnableExtension' => [
'summary' => '开通扩展能力',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'systemTags' => [
'operationType' => 'update',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemas25T2EG',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'ExtensionId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'ext-5d53a4fb1c9d446e2075a2cc',
],
],
],
'responses' => [
200 => [
'schema' => [
'description' => '',
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'F655A8D5-B967-440B-8683-DAD6FF8DE990',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"F655A8D5-B967-440B-8683-DAD6FF8DE990\\"\\n}","errorExample":""},{"type":"xml","example":"F655A8D5-B967-440B-8683-DAD6FF8DE990","errorExample":""}]',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'UpdateServicePolicy' => [
'summary' => '更新权限',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'deprecated' => false,
'systemTags' => [
'operationType' => 'update',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasY2CCBF',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0e16bb12-14af-****-b24c-5ac1a9a7bb9f',
],
],
[
'name' => 'ServiceName',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'db',
'enum' => [
'db',
'file',
],
],
],
[
'name' => 'Policy',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'docRequired' => false,
'example' => '{\\".write\\":false,\\".read\\":true}',
],
],
[
'name' => 'CollectionName',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'docRequired' => false,
'example' => 'test',
],
],
[
'name' => 'PolicyName',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'docRequired' => false,
'example' => 'EXTENDED',
'enum' => [
'PUBLICREAD',
'PRIVATE',
'ADMINWRITEONLY',
'ADMINREADWRITEONLY',
'EXTENDED',
],
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'SpaceId' => [
'description' => '',
'type' => 'string',
'example' => '0e16bb12-14af-****-b24c-5ac1a9a7bb9f',
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '8932780D-9AF2-4E50-844C-13A1250918EE',
],
'Policy' => [
'description' => '',
'type' => 'string',
'example' => '{\\".write\\":false,\\".read\\":true}',
],
'PolicyName' => [
'description' => '',
'type' => 'string',
'example' => 'EXTENDED',
],
'ServiceName' => [
'description' => '',
'type' => 'string',
'example' => 'db',
],
'CollectionName' => [
'description' => '',
'type' => 'string',
'example' => 'test',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"SpaceId\\": \\"0e16bb12-14af-****-b24c-5ac1a9a7bb9f\\",\\n \\"RequestId\\": \\"8932780D-9AF2-4E50-844C-13A1250918EE\\",\\n \\"Policy\\": \\"{\\\\\\\\\\\\\\".write\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\".read\\\\\\\\\\\\\\":true}\\",\\n \\"PolicyName\\": \\"EXTENDED\\",\\n \\"ServiceName\\": \\"db\\",\\n \\"CollectionName\\": \\"test\\"\\n}","errorExample":""},{"type":"xml","example":"\\n {\\".write\\":false,\\".read\\":true}\\n 3E1EB9A8-28F8-4820-8ABE-2E592010533E\\n db\\n test\\n EXTENDED\\n 826061c4-5095-4550-8b74-3bcd9af*****\\n","errorExample":""}]',
'title' => 'UpdateServicePolicy',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'OpenService' => [
'summary' => '开通Serverless产品',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'deprecated' => false,
'systemTags' => [
'operationType' => 'update',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasY2CCBF',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '226e5213-697c-4a52-b4ff-xxxxx',
],
],
[
'name' => 'ServiceName',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'CLOUD_FUNCTION',
'enum' => [
'CLOUD_STORAGE',
'WEB_HOSTING',
'CLOUD_FUNCTION',
],
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'E63E7F4F-8538-5B0E-8712-78F92B6DCB9C',
],
],
],
],
],
'errorCodes' => [
400 => [
[
'errorCode' => 'AccessDenied',
'errorMessage' => 'You are not authorized to access this space.',
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"E63E7F4F-8538-5B0E-8712-78F92B6DCB9C\\"\\n}","errorExample":""},{"type":"xml","example":"\\n E63E7F4F-8538-5B0E-8712-78F92B6DCB9C\\n","errorExample":""}]',
'title' => 'OpenService',
],
'OpenWebHostingService' => [
'summary' => '开通静态网站托管功能',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'deprecated' => false,
'systemTags' => [
'operationType' => 'update',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasU3GTV3',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0e16bb12-14af-4635-b24c-5ac1a9a*****',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'Data' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '1819B1E4-3540-47ED-8E5A-A252C926D81D',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"1819B1E4-3540-47ED-8E5A-A252C926D81D\\"\\n}","errorExample":""},{"type":"xml","example":"\\n 1819B1E4-3540-47ED-8E5A-A252C926D81D\\n 200\\n true\\n success\\n true\\n","errorExample":""}]',
'title' => 'OpenWebHostingService',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'ResetServerSecret' => [
'summary' => '接口重置服务端密钥',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'update',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasY2CCBF',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '826061c4-5095-4550-8b74-3bcd9af*****',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'EA770971-A4A0-4555-9E00-C94A2194E150',
],
],
],
],
],
'errorCodes' => [
400 => [
[
'errorCode' => 'AccessDenied',
'errorMessage' => 'You are not authorized to access this space.',
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"EA770971-A4A0-4555-9E00-C94A2194E150\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n\\t C293BB03-B6AD-46C2-80D1-19C8FB573916\\r\\n","errorExample":""}]',
'title' => 'ResetServerSecret',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'SaveAppAuthToken' => [
'summary' => '授权isv模式访问',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'deprecated' => false,
'systemTags' => [
'operationType' => 'update',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasY2CCBF',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '368ef42a-763f-0000-acc2-8aa9564c****',
],
],
[
'name' => 'IsvAppId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '2021002110693xxx',
],
],
[
'name' => 'AppId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '2021002198669xxx',
],
],
[
'name' => 'AppAuthToken',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '202111BB576ef688a3564875a75a9babd6XXXXXX',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'F340DF8D-7125-49B7-AC48-7F5C8DB382CB',
],
],
],
],
],
'errorCodes' => [
400 => [
[
'errorCode' => 'AccessDenied',
'errorMessage' => 'You are not authorized to access this space.',
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"F340DF8D-7125-49B7-AC48-7F5C8DB382CB\\"\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]',
'title' => 'SaveAppAuthToken',
],
'DescribeFCOpenStatus' => [
'summary' => '查看是否已开通阿里云函数计算服务',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasWGZWPL',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'Status' => [
'description' => '',
'type' => 'string',
'example' => 'Opened',
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'C293BB03-B6AD-46C2-80D1-xxxx',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"Status\\": \\"Opened\\",\\n \\"RequestId\\": \\"C293BB03-B6AD-46C2-80D1-xxxx\\"\\n}","errorExample":""},{"type":"xml","example":"\\n Opened\\n C293BB03-B6AD-46C2-80D1-xxxx\\n","errorExample":""}]',
'title' => 'DescribeFCOpenStatus',
],
'DescribeServicePolicy' => [
'summary' => '查询权限规则',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasY2CCBF',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0e16bb12-14af-****-b24c-5ac1a9a7bb9f',
],
],
[
'name' => 'ServiceName',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'db',
'enum' => [
'db',
'file',
],
],
],
[
'name' => 'CollectionName',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'test',
'docRequired' => false,
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'SpaceId' => [
'description' => '',
'type' => 'string',
'example' => '0e16bb12-14af-****-b24c-5ac1a9a7bb9f',
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '15F08A3A-DDBC-4199-93CA-343419E81235',
],
'Policy' => [
'description' => '',
'type' => 'string',
'example' => '{\\".write\\":false,\\".read\\":true}',
],
'PolicyName' => [
'description' => '',
'type' => 'string',
'example' => 'ADMINWRITEONLY',
],
'ServiceName' => [
'description' => '',
'type' => 'string',
'example' => 'db',
],
'CollectionName' => [
'description' => '',
'type' => 'string',
'example' => 'test',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"SpaceId\\": \\"0e16bb12-14af-****-b24c-5ac1a9a7bb9f\\",\\n \\"RequestId\\": \\"15F08A3A-DDBC-4199-93CA-343419E81235\\",\\n \\"Policy\\": \\"{\\\\\\\\\\\\\\".write\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\".read\\\\\\\\\\\\\\":true}\\",\\n \\"PolicyName\\": \\"ADMINWRITEONLY\\",\\n \\"ServiceName\\": \\"db\\",\\n \\"CollectionName\\": \\"test\\"\\n}","errorExample":""},{"type":"xml","example":"\\n {\\".write\\":false,\\".read\\":true}\\n 42B1D550-53CA-4DFC-A081-94D8DF00B81B\\n db\\n test\\n ADMINWRITEONLY\\n 200\\n 826061c4-5095-4550-8b74-3bcd9af*****\\n true\\n","errorExample":""}]',
'title' => 'DescribeServicePolicy',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'ListExtensions' => [
'summary' => '查询扩展能力',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemas25T2EG',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'PageNumber',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'docRequired' => false,
'example' => '1',
'minimum' => '1',
'default' => '1',
],
],
[
'name' => 'PageSize',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'example' => '10',
'docRequired' => false,
'maximum' => '100',
'minimum' => '1',
'default' => '10',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'DD0F8BC9-516F-4AEF-8D95-D290C2296D78',
],
'PageNumber' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '1',
],
'PageSize' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '10',
],
'TotalCount' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '1',
],
'Extensions' => [
'description' => '',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'ExtensionDocumentationLink' => [
'description' => '',
'type' => 'string',
'example' => 'https://help.aliyun.com/document_detail/137586.html',
],
'ExtensionId' => [
'description' => '',
'type' => 'string',
'example' => 'ext-5d53a4fb1c9d446e2075a2cc',
],
'ExtensionDesc' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'ExtensionName' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'Enabled' => [
'description' => '',
'type' => 'string',
'example' => 'true',
],
],
],
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"DD0F8BC9-516F-4AEF-8D95-D290C2296D78\\",\\n \\"PageSize\\": 10,\\n \\"PageNumber\\": 1,\\n \\"TotalCount\\": 1,\\n \\"Extensions\\": [\\n {\\n \\"ExtensionDocumentationLink\\": \\"https://help.aliyun.com/document_detail/137586.html\\",\\n \\"ExtensionId\\": \\"ext-5d53a4fb1c9d446e2075a2cc\\",\\n \\"ExtensionDesc\\": \\"支持开发者在云函数中快速调用小程序生态的业务API。已支持支付宝特色能力,高德、钉钉相关能力敬请期待。\\",\\n \\"Enabled\\": \\"true\\",\\n \\"ExtensionName\\": \\"云调用\\"\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"\\n true\\n 支持开发者在云函数中快速调用小程序生态的业务API。已支持支付宝特色能力,高德、钉钉相关能力敬请期待。\\n https://help.aliyun.com/document_detail/137586.html\\n 云调用\\n ext-5d53a4fb1c9d446e2075a2cc\\n\\n1\\n200\\n1\\n10\\nDD0F8BC9-516F-4AEF-8D95-D290C2296D78\\ntrue\\nOK","errorExample":""}]',
'title' => 'ListExtensions',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'QueryServiceStatus' => [
'summary' => '查询Serverless产品服务状态',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasY2CCBF',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '226e5213-697c-4a52-b4ff-xxxxx',
],
],
[
'name' => 'ServiceName',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'CLOUD_FUNCTION',
'enum' => [
'CLOUD_FUNCTION',
'CLOUD_STORAGE',
'WEB_HOSTING',
],
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'E63E7F4F-8538-5B0E-8712-78F92B6DCB9C',
],
'ServiceStatus' => [
'description' => '',
'type' => 'string',
'enumValueTitles' => [
'IN_SERVICE' => 'IN_SERVICE',
'UNUSED' => 'UNUSED',
'OPENING' => 'OPENING',
],
'example' => 'OPENING',
],
],
],
],
],
'errorCodes' => [
400 => [
[
'errorCode' => 'AccessDenied',
'errorMessage' => 'You are not authorized to access this space.',
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"E63E7F4F-8538-5B0E-8712-78F92B6DCB9C\\",\\n \\"ServiceStatus\\": \\"OPENING\\"\\n}","type":"json"}]',
],
'GetWebHostingStatus' => [
'summary' => '查询静态网站托管功能开通状态',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasU3GTV3',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0e16bb12-14af-4635-b24c-5ac1a9a*****',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'D8F7FDDC-4EF3-44B9-9452-CFD7A081FB85',
],
'Data' => [
'description' => '',
'type' => 'object',
'properties' => [
'Status' => [
'description' => '',
'type' => 'string',
'example' => 'OPENING',
],
'SpaceId' => [
'description' => '',
'type' => 'string',
'example' => '0e16bb12-14af-4635-b24c-5ac1a9a*****',
],
],
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"D8F7FDDC-4EF3-44B9-9452-CFD7A081FB85\\",\\n \\"Data\\": {\\n \\"Status\\": \\"OPENING\\",\\n \\"SpaceId\\": \\"0e16bb12-14af-4635-b24c-5ac1a9a*****\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n D8F7FDDC-4EF3-44B9-9452-CFD7A081FB85\\n 200\\n \\n OPENING\\n 0e16bb12-14af-4635-b24c-5ac1a9a*****\\n \\n success\\n true\\n","errorExample":""}]',
'title' => 'GetWebHostingStatus',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'CheckMpServerlessRoleExists' => [
'summary' => '检查阿里云用户是否具有权限',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasY2CCBF',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'RoleName',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'AliyunServiceRoleForMPServerless',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'F340DF8D-7125-49B7-AC48-7F5C8DB382CB',
],
'Exists' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"F340DF8D-7125-49B7-AC48-7F5C8DB382CB\\",\\n \\"Exists\\": true\\n}","errorExample":""},{"type":"xml","example":"\\n F340DF8D-7125-49B7-AC48-7F5C8DB382CB\\n true\\n","errorExample":""}]',
'title' => 'CheckMpServerlessRoleExists',
],
'AddDingtalkOpenPlatformConfig' => [
'summary' => '添加钉钉开放平台配置',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'deprecated' => false,
'systemTags' => [
'operationType' => 'create',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasY2CCBF',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'AppId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'dingoa7pqicyk3x9t*****',
'maxLength' => 64,
],
],
[
'name' => 'AppSecret',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '1r0ElNPFqLI6qgY08*******************************9TIK3RN_5fk9SEMO',
'maxLength' => 200,
],
],
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0e16bb12-14af-****-b24c-5ac1a9a7bb9f',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '44DF7A95-603F-4651-9298-BE1850BEB53F',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"44DF7A95-603F-4651-9298-BE1850BEB53F\\"\\n}","errorExample":""},{"type":"xml","example":"44DF7A95-603F-4651-9298-BE1850BEB53F","errorExample":""}]',
'title' => 'AddDingtalkOpenPlatformConfig',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'SaveAntOpenPlatformConfig' => [
'summary' => '保存支付宝开放平台配置',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'deprecated' => false,
'systemTags' => [
'operationType' => 'create',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasY2CCBF',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0e16bb12-14af-****-b24c-5ac1a9a7bb9f',
],
],
[
'name' => 'AppId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '201909116717****',
'maxLength' => 64,
],
],
[
'name' => 'PublicKey',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'docRequired' => false,
'example' => 'MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCA',
],
],
[
'name' => 'PrivateKey',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'MIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSk',
],
],
[
'name' => 'SignMode',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'CERT',
'enum' => [
'PUBLIC_KEY',
'CERT',
],
],
],
[
'name' => 'AppCert',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '-----BEGIN CERTIFICATE----- MIIEwTCCA6mgAwIBAgIQICAJGbUNoqdPr25qpPU7+ -----END CERTIFICATE-----',
],
],
[
'name' => 'PublicCert',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '-----BEGIN CERTIFICATE----- MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQ -----END CERTIFICATE-----',
],
],
[
'name' => 'RootCert',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '-----BEGIN CERTIFICATE----- MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQ -----END CERTIFICATE-----',
],
],
],
'responses' => [
200 => [
'schema' => [
'description' => '',
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '2540E86F-2CD4-44AC-A7AB-59CAF40C225D',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"2540E86F-2CD4-44AC-A7AB-59CAF40C225D\\"\\n}","errorExample":""},{"type":"xml","example":"2540E86F-2CD4-44AC-A7AB-59CAF40C225D","errorExample":""}]',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'SaveWechatOpenPlatformConfig' => [
'summary' => '保存微信开放平台配置',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'deprecated' => false,
'systemTags' => [
'operationType' => 'create',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasY2CCBF',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0e16bb12-14af-****-b24c-5ac1a9a7bb9f',
],
],
[
'name' => 'AppId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '123456',
'maxLength' => 64,
],
],
[
'name' => 'AppSecret',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '9w0BAQEFAASCBKgwggSkAgEAAoI',
'maxLength' => 200,
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '44DF7A95-603F-4651-9298-BE1850BEB53F',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"44DF7A95-603F-4651-9298-BE1850BEB53F\\"\\n}","errorExample":""},{"type":"xml","example":"44DF7A95-603F-4651-9298-BE1850BEB53F","errorExample":""}]',
'title' => 'SaveWechatOpenPlatformConfig',
],
'DeleteAntOpenPlatformConfig' => [
'summary' => '删除支付宝开放平台配置',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'deprecated' => false,
'systemTags' => [
'operationType' => 'delete',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasY2CCBF',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0e16bb12-14af-****-b24c-5ac1a9a7bb9f',
],
],
[
'name' => 'AppId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '201909116717****',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '2540E86F-2CD4-44AC-A7AB-59CAF40C225D',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"2540E86F-2CD4-44AC-A7AB-59CAF40C225D\\"\\n}","errorExample":""},{"type":"xml","example":"2540E86F-2CD4-44AC-A7AB-59CAF40C225D","errorExample":""}]',
'title' => 'DeleteAntOpenPlatformConfig',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'DeleteDingtalkOpenPlatformConfig' => [
'summary' => '删除钉钉开放平台配置',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'deprecated' => false,
'systemTags' => [
'operationType' => 'delete',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasY2CCBF',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'AppId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'dingoa7pqicyk3x9t*****',
],
],
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0e16bb12-14af-****-b24c-5ac1a9a7bb9f',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'F655A8D5-B967-440B-8683-DAD6FF8DE990',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"F655A8D5-B967-440B-8683-DAD6FF8DE990\\"\\n}","errorExample":""},{"type":"xml","example":"F655A8D5-B967-440B-8683-DAD6FF8DE990","errorExample":""}]',
'title' => 'DeleteDingtalkOpenPlatformConfig',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'DeleteWechatOpenPlatformConfig' => [
'summary' => '删除微信开放平台配置',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'deprecated' => false,
'systemTags' => [
'operationType' => 'delete',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasY2CCBF',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0e16bb12-14af-****-b24c-5ac1a9a7bb9f',
],
],
[
'name' => 'AppId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '123456',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '819BE656-D2E0-4858-8B21-B2E477085AAF',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"819BE656-D2E0-4858-8B21-B2E477085AAF\\"\\n}","errorExample":""},{"type":"xml","example":"819BE656-D2E0-4858-8B21-B2E477085AAF","errorExample":""}]',
'title' => 'DeleteWechatOpenPlatformConfig',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'UpdateDingtalkOpenPlatformConfig' => [
'summary' => '更新钉钉开放平台配置',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'systemTags' => [
'operationType' => 'update',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasY2CCBF',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'AppId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'dingoa7pqicyk3x9t*****',
'maxLength' => 128,
],
],
[
'name' => 'AppSecret',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '1r0ElNPFqLI6qgY08*******************************9TIK3RN_5fk9SEMO',
'maxLength' => 400,
],
],
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0e16bb12-14af-****-b24c-5ac1a9a7bb9f',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'F655A8D5-B967-440B-8683-DAD6FF8DE990',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"F655A8D5-B967-440B-8683-DAD6FF8DE990\\"\\n}","errorExample":""},{"type":"xml","example":"F655A8D5-B967-440B-8683-DAD6FF8DE990","errorExample":""}]',
'title' => 'UpdateDingtalkOpenPlatformConfig',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'DescribeSpaceClientConfig' => [
'summary' => '查询服务空间详情',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasY2CCBF',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'docRequired' => true,
'example' => '226e5213-697c-4a52-b4ff-35a09f8*****',
],
],
[
'name' => 'Detail',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'docRequired' => false,
'example' => 'true',
],
],
[
'name' => 'WorkspaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'required' => false,
'maximum' => '9223372036854775807',
'minimum' => '1',
'example' => '211975XXXX',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'ApiKey' => [
'description' => '',
'type' => 'string',
'example' => '0a4gJT0faV*****D4lgQmw==',
],
'SpaceId' => [
'description' => '',
'type' => 'string',
'example' => '226e5213-697c-4a52-b4ff-35a09f8*****',
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'EA770971-A4A0-4555-9E00-C94A2194E150',
],
'PrivateKey' => [
'description' => '',
'type' => 'string',
'example' => '-----BEGIN PRIVATE KEY-----\\nMIIEvgIBADANBgkqhki******G9w0BAQE7V0sQaj\\n-----END PRIVATE KEY-----',
],
'Endpoint' => [
'description' => '',
'type' => 'string',
'example' => '226e5213-697c-4a52-b4ff-35a09f8*****',
],
'FileUploadEndpoint' => [
'description' => '',
'type' => 'string',
'example' => 'cocdsfmb-12266946259*****-file.oss-cn-zhangjiakou.aliyuncs.com',
],
'Name' => [
'description' => '',
'type' => 'string',
'example' => 'myspace',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"ApiKey\\": \\"0a4gJT0faV*****D4lgQmw==\\",\\n \\"SpaceId\\": \\"226e5213-697c-4a52-b4ff-35a09f8*****\\",\\n \\"RequestId\\": \\"EA770971-A4A0-4555-9E00-C94A2194E150\\",\\n \\"PrivateKey\\": \\"-----BEGIN PRIVATE KEY-----\\\\\\\\nMIIEvgIBADANBgkqhki******G9w0BAQE7V0sQaj\\\\\\\\n-----END PRIVATE KEY-----\\",\\n \\"Endpoint\\": \\"226e5213-697c-4a52-b4ff-35a09f8*****\\",\\n \\"FileUploadEndpoint\\": \\"cocdsfmb-12266946259*****-file.oss-cn-zhangjiakou.aliyuncs.com\\",\\n \\"Name\\": \\"myspace\\"\\n}","errorExample":""},{"type":"xml","example":"\\n 0a4gJT0faV*****D4lgQmw==\\n -----BEGIN PRIVATE KEY-----\\nMIIEvgIBADANBgkqhki******G9w0BAQE7V0sQaj\\n-----END PRIVATE KEY-----\\n EA770971-A4A0-4555-9E00-C94A2194E150\\n 226e5213-697c-4a52-b4ff-35a09f8*****\\n myspace\\n https://api.bspapp.com\\n cocdsfmb-12266946259*****-file.oss-cn-zhangjiakou.aliyuncs.com\\n","errorExample":""}]',
'title' => 'DescribeSpaceClientConfig',
],
'ListOpenPlatformConfig' => [
'summary' => '查询支付宝、微信开放平台配置',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasY2CCBF',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0e16bb12-14af-****-b24c-5ac1a9a7bb9f',
],
],
[
'name' => 'Platform',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'Alipay',
'enum' => [
'wechat',
'Wechat',
'alipay',
'Alipay',
],
],
],
],
'responses' => [
200 => [
'schema' => [
'description' => '',
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '2540E86F-2CD4-44AC-A7AB-59CAF40C225D',
],
'SecretList' => [
'description' => '',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'SpaceId' => [
'description' => '',
'type' => 'string',
'example' => '0e16bb12-14af-****-b24c-5ac1a9a7bb9f',
],
'AppSecret' => [
'description' => '',
'type' => 'string',
'example' => '1r0ElNPFqLI6qgY08*******************************9TIK3RN_5fk9SEMO',
],
'PublicCert' => [
'description' => '',
'type' => 'string',
'example' => '-----BEGIN CERTIFICATE----- MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQ -----END CERTIFICATE-----',
],
'AppCert' => [
'description' => '',
'type' => 'string',
'example' => '-----BEGIN CERTIFICATE----- MIIEwTCCA6mgAwIBAgIQICAJGbUNoqdPr25qpPU7+ -----END CERTIFICATE-----',
],
'PrivateKey' => [
'description' => '',
'type' => 'string',
'example' => 'MIIEvgIBADANBgkqhkiG9w0BAQEFAAS',
],
'AppId' => [
'description' => '',
'type' => 'string',
'example' => '201909116717****',
],
'RootCert' => [
'description' => '',
'type' => 'string',
'example' => '-----BEGIN CERTIFICATE----- MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQ -----END CERTIFICATE-----',
],
'PublicKey' => [
'description' => '',
'type' => 'string',
'example' => 'MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ',
],
'Platform' => [
'description' => '',
'type' => 'string',
'example' => 'Alipay',
],
'SignMode' => [
'description' => '',
'type' => 'string',
'example' => 'CERT',
],
],
],
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"2540E86F-2CD4-44AC-A7AB-59CAF40C225D\\",\\n \\"SecretList\\": [\\n {\\n \\"SpaceId\\": \\"0e16bb12-14af-****-b24c-5ac1a9a7bb9f\\",\\n \\"AppSecret\\": \\"1r0ElNPFqLI6qgY08*******************************9TIK3RN_5fk9SEMO\\",\\n \\"PublicCert\\": \\"-----BEGIN CERTIFICATE----- MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQ -----END CERTIFICATE-----\\",\\n \\"AppCert\\": \\"-----BEGIN CERTIFICATE----- MIIEwTCCA6mgAwIBAgIQICAJGbUNoqdPr25qpPU7+ -----END CERTIFICATE-----\\",\\n \\"PrivateKey\\": \\"MIIEvgIBADANBgkqhkiG9w0BAQEFAAS\\",\\n \\"AppId\\": \\"201909116717****\\",\\n \\"RootCert\\": \\"-----BEGIN CERTIFICATE----- MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQ -----END CERTIFICATE-----\\",\\n \\"PublicKey\\": \\"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ\\",\\n \\"Platform\\": \\"Alipay\\",\\n \\"SignMode\\": \\"CERT\\"\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"\\n 200\\n 2540E86F-2CD4-44AC-A7AB-59CAF40C225D\\n true\\n \\n PUBLIC_KEY\\n MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ\\n 201909116717****\\n MIIEvgIBADANBgkqhkiG9w0BAQEFAAS\\n Alipay\\n 0e16bb12-14af-****-b24c-5ac1a9a7bb9f\\n \\n OK\\n","errorExample":""}]',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'ListDingtalkOpenPlatformConfigs' => [
'summary' => '查询钉钉开放平台配置',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasY2CCBF',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0e16bb12-14af-****-b24c-5ac1a9a7bb9f',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'D8A5FF68-2C8A-46D0-A11C-FA034F4F475F',
],
'Configs' => [
'description' => '',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'UpdateTime' => [
'description' => '',
'type' => 'string',
'example' => '2020-01-17T03:04:46Z',
],
'AppSecret' => [
'description' => '',
'type' => 'string',
'example' => '1r0ElNPFqLI6qgY08*******************************9TIK3RN_5fk9SEMO',
],
'AppId' => [
'description' => '',
'type' => 'string',
'example' => 'dingoa7pqicyk3x9******',
],
'CreateTime' => [
'description' => '',
'type' => 'string',
'example' => '2020-01-17T03:04:46Z',
],
],
],
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"D8A5FF68-2C8A-46D0-A11C-FA034F4F475F\\",\\n \\"Configs\\": [\\n {\\n \\"UpdateTime\\": \\"2020-01-17T03:04:46Z\\",\\n \\"AppSecret\\": \\"1r0ElNPFqLI6qgY08*******************************9TIK3RN_5fk9SEMO\\",\\n \\"AppId\\": \\"dingoa7pqicyk3x9******\\",\\n \\"CreateTime\\": \\"2020-01-17T03:04:46Z\\"\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"D8A5FF68-2C8A-46D0-A11C-FA034F4F475F\\n200\\n\\n dingoa7pqicyk3x9******\\n 2020-01-17T03:04:46Z\\n 2020-01-17T03:04:46Z\\n 1r0ElNPFqLI6qgY08*******************************9TIK3RN_5fk9SEMO\\n\\nOK\\ntrue","errorExample":""}]',
'title' => 'ListDingtalkOpenPlatformConfigs',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'AddCorsDomain' => [
'summary' => '为服务空间添加CORS域名',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'deprecated' => false,
'systemTags' => [
'operationType' => 'create',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasY2CCBF',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'Domain',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '*.example.com:*',
'maxLength' => 253,
'minLength' => 1,
],
],
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'mp-0e16bb12-14af-****-b24c-5ac1a9a7bb9f',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '74374923-6536-46EB-8639-409384EAE980',
],
'DomainId' => [
'description' => '',
'type' => 'string',
'example' => '97e3ff58-01e4-****-b975-1805fec34d77',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"74374923-6536-46EB-8639-409384EAE980\\",\\n \\"DomainId\\": \\"97e3ff58-01e4-****-b975-1805fec34d77\\"\\n}","errorExample":""},{"type":"xml","example":"\\n 200\\n 74374923-6536-46EB-8639-409384EAE980\\n 97e3ff58-01e4-****-b975-1805fec34d77\\n true\\n OK\\n","errorExample":""}]',
],
'DeleteCorsDomain' => [
'summary' => '删除CORS域名',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'deprecated' => false,
'systemTags' => [
'operationType' => 'delete',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasY2CCBF',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'DomainId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '97e3ff58-01e4-****-b975-1805fec34d77',
],
],
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0e16bb12-14af-****-b24c-5ac1a9a7bb9f',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '091A8BC0-8A73-4035-9441-922BF969631D',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"091A8BC0-8A73-4035-9441-922BF969631D\\"\\n}","errorExample":""},{"type":"xml","example":"200\\n091A8BC0-8A73-4035-9441-922BF969631D\\ntrue\\nOK","errorExample":""}]',
'title' => 'DeleteCorsDomain',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'ListCorsDomains' => [
'summary' => '查询CORS域名',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasWGZWPL',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '0e16bb12-14af-****-b24c-5ac1a9a7bb9f',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'ED81670E-570A-481C-A50D-6B0EAA823BB1',
],
'Domains' => [
'description' => '',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'Domain' => [
'description' => '',
'type' => 'string',
'example' => 'example.com',
],
'DomainId' => [
'description' => '',
'type' => 'string',
'example' => '97e3ff58-01e4-****-b975-1805fec34d77',
],
],
],
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"ED81670E-570A-481C-A50D-6B0EAA823BB1\\",\\n \\"Domains\\": [\\n {\\n \\"Domain\\": \\"example.com\\",\\n \\"DomainId\\": \\"97e3ff58-01e4-****-b975-1805fec34d77\\"\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"\\n 200\\n ED81670E-570A-481C-A50D-6B0EAA823BB1\\n \\n test.example.com\\n 97e3ff58-01e4-****-b975-1805fec34d77\\n \\n true\\n OK\\n","errorExample":""}]',
'title' => 'ListCorsDomains',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'QuerySpaceSpecDetail' => [
'summary' => '根据套餐规格查询套餐详情',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasY2CCBF',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpecCode',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'example' => 'BASE',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '20C1EDFE-6355-4344-B20A-A7A5A1581026',
],
'GmtCreate' => [
'description' => '',
'type' => 'string',
],
'SpecCode' => [
'description' => '',
'type' => 'string',
'example' => 'BASE',
],
'CsCdnTraffic' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '2147483648',
],
'CsDownloadCount' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '100000',
],
'CsStorageSize' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '8589934592',
],
'CsUploadCount' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '50000',
],
'DbReadCount' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '50000',
],
'DbStorageSize' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '2147483648',
],
'DbWriteCount' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '30000',
],
'FcCost' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '102400000',
],
'FcRequestCount' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '150000',
],
'FcTxTraffic' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1073741824',
],
'WhCdnTraffic' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '2147483648',
],
'WhStorageSize' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '8589934592',
],
'SpecDetailText' => [
'description' => '',
'type' => 'string',
'example' => '',
],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"20C1EDFE-6355-4344-B20A-A7A5A1581026\\",\\n \\"GmtCreate\\": \\"\\",\\n \\"SpecCode\\": \\"BASE\\",\\n \\"CsCdnTraffic\\": 2147483648,\\n \\"CsDownloadCount\\": 100000,\\n \\"CsStorageSize\\": 8589934592,\\n \\"CsUploadCount\\": 50000,\\n \\"DbReadCount\\": 50000,\\n \\"DbStorageSize\\": 2147483648,\\n \\"DbWriteCount\\": 30000,\\n \\"FcCost\\": 102400000,\\n \\"FcRequestCount\\": 150000,\\n \\"FcTxTraffic\\": 1073741824,\\n \\"WhCdnTraffic\\": 2147483648,\\n \\"WhStorageSize\\": 8589934592,\\n \\"SpecDetailText\\": \\"云函数:\\\\\\\\\\\\\\\\n 资源使用量 1万 GBs/月\\\\\\\\\\\\\\\\n调用次数 15 万次/月\\\\\\\\\\\\\\\\n出网流量 1 GB/月\\\\\\\\\\\\\\\\n\\\\\\\\\\\\\\\\br云数据库:\\\\\\\\\\\\\\\\n容量 2 GB\\\\\\\\\\\\\\\\n读操作 5 万次/天\\\\\\\\\\\\\\\\n写操作 3 万次/天\\\\\\\\\\\\\\\\n\\\\\\\\\\\\\\\\br云存储:\\\\\\\\\\\\\\\\n容量 8 GB\\\\\\\\\\\\\\\\n下载操作次数 10 万次/月\\\\\\\\\\\\\\\\n上传操作次数 5 万次/月\\\\\\\\\\\\\\\\nCDN流量 2 GB/月\\\\\\\\\\\\\\\\n\\\\\\\\\\\\\\\\br静态网站托管:\\\\\\\\\\\\\\\\n 容量 8 GB\\\\\\\\\\\\\\\\nCDN流量 2 GB/月\\\\\\"\\"\\n}","type":"json"}]',
],
'QuerySpaceUsage' => [
'summary' => '查询服务空间资源用量详情',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasY2CCBF',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'example' => 'mp-fd37e37e-b436-4a7a-****-58c89ce3586d',
],
],
[
'name' => 'StartTime',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'example' => '2022-06-17T16:00:00Z',
],
],
[
'name' => 'EndTime',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'example' => '2022-06-18T16:00:00Z',
],
],
[
'name' => 'Interval',
'in' => 'formData',
'schema' => [
'type' => 'integer',
'format' => 'int32',
],
],
],
'responses' => [
200 => [
'schema' => [
'description' => '',
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'SpaceId' => [
'description' => '',
'type' => 'string',
'example' => 'mp-23c7c857-****-4512-bab0-3dbf986e7576',
],
'StartTime' => [
'description' => '',
'type' => 'string',
'example' => '2022-06-17T16:00:00Z',
],
'EndTime' => [
'description' => '',
'type' => 'string',
'example' => '2022-06-18T16:00:00Z',
],
'SpaceUsageDataList' => [
'description' => '',
'type' => 'array',
'items' => [
'description' => '',
'type' => 'object',
'properties' => [
'Timestamp' => [
'description' => '',
'type' => 'string',
'example' => '2022-06-17T16:00:00Z',
],
'FcUsage' => [
'description' => '',
'type' => 'object',
'properties' => [
'Cost' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '35645000',
],
'RequestCount' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '12451',
],
'TxTraffic' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '124521635',
],
],
],
'DbUsage' => [
'description' => '',
'type' => 'object',
'properties' => [
'StorageSize' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '2542108',
],
'ReadCount' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '5685123',
],
'WriteCount' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '241500',
],
],
],
'CsUsage' => [
'description' => '',
'type' => 'object',
'properties' => [
'StorageSize' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '4024575081',
],
'DownloadCount' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '45668113',
],
'UploadCount' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '2352',
],
'CdnTraffic' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '94134230',
],
],
],
'WhUsage' => [
'description' => '',
'type' => 'object',
'properties' => [
'StorageSize' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '226230160',
],
'CdnTraffic' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '5644311',
],
],
],
'EffectiveBillFlag' => [
'description' => '标记该数据是否出账。'."\n"
.'- true:正常出账。'."\n"
.'- false:不出账,例如在空间停服的情况下,用量数据不用于出账。',
'type' => 'boolean',
'example' => 'true',
],
],
],
],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A9FB71D5-2C06-5810-A5FA-B88E45FE****\\",\\n \\"SpaceId\\": \\"mp-23c7c857-****-4512-bab0-3dbf986e7576\\",\\n \\"StartTime\\": \\"2022-06-17T16:00:00Z\\",\\n \\"EndTime\\": \\"2022-06-18T16:00:00Z\\",\\n \\"SpaceUsageDataList\\": [\\n {\\n \\"Timestamp\\": \\"2022-06-17T16:00:00Z\\",\\n \\"FcUsage\\": {\\n \\"Cost\\": 35645000,\\n \\"RequestCount\\": 12451,\\n \\"TxTraffic\\": 124521635\\n },\\n \\"DbUsage\\": {\\n \\"StorageSize\\": 2542108,\\n \\"ReadCount\\": 5685123,\\n \\"WriteCount\\": 241500\\n },\\n \\"CsUsage\\": {\\n \\"StorageSize\\": 4024575081,\\n \\"DownloadCount\\": 45668113,\\n \\"UploadCount\\": 2352,\\n \\"CdnTraffic\\": 94134230\\n },\\n \\"WhUsage\\": {\\n \\"StorageSize\\": 226230160,\\n \\"CdnTraffic\\": 5644311\\n },\\n \\"EffectiveBillFlag\\": true\\n }\\n ]\\n}","type":"json"}]',
],
'QuerySpaceConsumption' => [
'summary' => '查询空间当月用量',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasY2CCBF',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'mp-95865273-9b1f-496d-****-cb88fa4d66a2',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'F16FEFE8-4E57-5795-BE7B-2D29F0C61B8C',
],
'GmtCreate' => [
'description' => '',
'type' => 'string',
'example' => '0',
],
'SpaceId' => [
'description' => '',
'type' => 'string',
'example' => 'mp-26fe89b6-****-4a90-b332-b424ce9651e6',
],
'SpecCode' => [
'description' => '',
'type' => 'string',
'example' => 'BASE',
],
'FcUsage' => [
'description' => '',
'type' => 'object',
'properties' => [
'Cost' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '0',
],
'RequestCount' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '0',
],
'TxTraffic' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '0',
],
],
],
'DbUsage' => [
'description' => '',
'type' => 'object',
'properties' => [
'StorageSize' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '0',
],
'ReadCount' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '0',
],
'WriteCount' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '0',
],
],
],
'CsUsage' => [
'description' => '',
'type' => 'object',
'properties' => [
'StorageSize' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '0',
],
'DownloadCount' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '0',
],
'UploadCount' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '0',
],
'CdnTraffic' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '0',
],
],
],
'WhUsage' => [
'description' => '',
'type' => 'object',
'properties' => [
'StorageSize' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '0',
],
'CdnTraffic' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '0',
],
],
],
'CycleStartTime' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1664467200',
],
'CycleEndTime' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1667059200',
],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"F16FEFE8-4E57-5795-BE7B-2D29F0C61B8C\\",\\n \\"GmtCreate\\": \\"0\\",\\n \\"SpaceId\\": \\"mp-26fe89b6-****-4a90-b332-b424ce9651e6\\",\\n \\"SpecCode\\": \\"BASE\\",\\n \\"FcUsage\\": {\\n \\"Cost\\": 0,\\n \\"RequestCount\\": 0,\\n \\"TxTraffic\\": 0\\n },\\n \\"DbUsage\\": {\\n \\"StorageSize\\": 0,\\n \\"ReadCount\\": 0,\\n \\"WriteCount\\": 0\\n },\\n \\"CsUsage\\": {\\n \\"StorageSize\\": 0,\\n \\"DownloadCount\\": 0,\\n \\"UploadCount\\": 0,\\n \\"CdnTraffic\\": 0\\n },\\n \\"WhUsage\\": {\\n \\"StorageSize\\": 0,\\n \\"CdnTraffic\\": 0\\n },\\n \\"CycleStartTime\\": 1664467200,\\n \\"CycleEndTime\\": 1667059200\\n}","type":"json"}]',
],
'DescribeResourceQuota' => [
'summary' => '查询服务空间资源的阈值',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasY2CCBF',
],
'autoTest' => false,
'notSupportAutoTestReason' => '资源无法自动创建,已沟通加白',
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '226e5213-697c-****-b4ff-35a09f8a52de',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'C293BB03-B6AD-46C2-80D1-19C8FB573916',
],
'StaticWebDataSizeQuota' => [
'description' => '',
'type' => 'number',
'format' => 'double',
'example' => '2',
],
'CloudStorageDataSizeQuota' => [
'description' => '',
'type' => 'number',
'format' => 'double',
'example' => '10',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"C293BB03-B6AD-46C2-80D1-19C8FB573916\\",\\n \\"StaticWebDataSizeQuota\\": 2,\\n \\"CloudStorageDataSizeQuota\\": 10\\n}","errorExample":""},{"type":"xml","example":"\\n C293BB03-B6AD-46C2-80D1-19C8FB573916\\n 2\\n 10\\n","errorExample":""}]',
'title' => 'DescribeResourceQuota',
],
'DescribeResourceUsage' => [
'summary' => '获取指定时间段的资源用量',
'methods' => [
'get',
'post',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREemasY2CCBF',
],
'autoTest' => false,
],
'parameters' => [
[
'name' => 'SpaceId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'example' => '226e5213-697c-****-b4ff-35a09f8a52de',
],
],
[
'name' => 'PageNumber',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'required' => false,
'minimum' => '1',
'example' => '1',
'default' => '1',
],
],
[
'name' => 'PageSize',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'required' => false,
'maximum' => '1000',
'minimum' => '1',
'example' => '100',
'default' => '30',
],
],
[
'name' => 'StartTime',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '2021-10-01T00:00:00Z',
],
],
[
'name' => 'EndTime',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '2021-10-02T00:00:00Z',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'Code' => [
'description' => '',
'type' => 'string',
'example' => 'success',
],
'Message' => [
'description' => '',
'type' => 'string',
'example' => 'SpaceNotExist',
],
'HttpStatusCode' => [
'description' => '',
'type' => 'string',
'required' => true,
'example' => '200',
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'C293BB03-B6AD-46C2-80D1-19C8FB573916',
],
'Success' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'DataList' => [
'description' => '',
'type' => 'array',
'items' => [
'description' => '',
'type' => 'object',
'properties' => [
'StartTime' => [
'description' => '',
'type' => 'string',
'example' => '2021-10-01T15:00:00Z',
],
'EndTime' => [
'description' => '',
'type' => 'string',
'example' => '2021-10-01T16:00:00Z',
],
'CloudStorage' => [
'description' => '',
'type' => 'object',
'properties' => [
'DataSize' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '0',
],
'Traffic' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '0',
],
'Upload' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '0',
],
'Download' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '0',
],
],
],
'CloudDB' => [
'description' => '',
'type' => 'object',
'properties' => [
'DataSize' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '0',
],
'Write' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '0',
],
'Read' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '0',
],
],
],
'CloudFunction' => [
'description' => '',
'type' => 'object',
'properties' => [
'Compute' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '0',
],
'Count' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '0',
],
'Traffic' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '0',
],
],
],
'StaticWeb' => [
'description' => '',
'type' => 'object',
'properties' => [
'DataSize' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '0',
],
'Traffic' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '0',
],
],
],
],
],
],
'Paginator' => [
'description' => '',
'type' => 'object',
'properties' => [
'PageCount' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '3',
],
'PageNum' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1',
],
'PageSize' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '100',
],
'Total' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '255',
],
],
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": \\"success\\",\\n \\"Message\\": \\"SpaceNotExist\\",\\n \\"HttpStatusCode\\": \\"200\\",\\n \\"RequestId\\": \\"C293BB03-B6AD-46C2-80D1-19C8FB573916\\",\\n \\"Success\\": true,\\n \\"DataList\\": [\\n {\\n \\"StartTime\\": \\"2021-10-01T15:00:00Z\\",\\n \\"EndTime\\": \\"2021-10-01T16:00:00Z\\",\\n \\"CloudStorage\\": {\\n \\"DataSize\\": 0,\\n \\"Traffic\\": 0,\\n \\"Upload\\": 0,\\n \\"Download\\": 0\\n },\\n \\"CloudDB\\": {\\n \\"DataSize\\": 0,\\n \\"Write\\": 0,\\n \\"Read\\": 0\\n },\\n \\"CloudFunction\\": {\\n \\"Compute\\": 0,\\n \\"Count\\": 0,\\n \\"Traffic\\": 0\\n },\\n \\"StaticWeb\\": {\\n \\"DataSize\\": 0,\\n \\"Traffic\\": 0\\n }\\n }\\n ],\\n \\"Paginator\\": {\\n \\"PageCount\\": 3,\\n \\"PageNum\\": 1,\\n \\"PageSize\\": 100,\\n \\"Total\\": 255\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n success\\n SpaceNotExist\\n 200\\n C293BB03-B6AD-46C2-80D1-19C8FB573916\\n true\\n \\n \\n 3\\n 1\\n 100\\n 255\\n \\n","errorExample":""}]',
],
],
'endpoints' => [
[
'regionId' => 'cn-shanghai',
'endpoint' => 'mpserverless.aliyuncs.com',
],
],
];