'1.0', 'info' => [ 'style' => 'RPC', 'product' => 'CC5G', 'version' => '2022-03-14', ], 'directories' => [ [ 'id' => 169074, 'title' => null, 'type' => 'directory', 'children' => [ 'ListRegions', 'ListZones', ], ], [ 'id' => 169077, 'title' => null, 'type' => 'directory', 'children' => [ 'OpenCc5gService', 'GetCreateCustomerInformation', ], ], [ 'id' => 169080, 'title' => null, 'type' => 'directory', 'children' => [ 'ListAPNs', 'CreateWirelessCloudConnector', 'DeleteWirelessCloudConnector', 'UpdateWirelessCloudConnector', 'ListWirelessCloudConnectors', 'AttachVpcToNetLink', 'DetachVpcFromNetLink', 'GetWirelessCloudConnector', 'ListDataPackages', 'CreateIoTCloudConnectorBackhaulRoute', 'DeleteIoTCloudConnectorBackhaulRoute', 'ModifyWirelessCloudConnectorFeature', 'ListIoTCloudConnectorBackhaulRoute', 'SwitchWirelessCloudConnectorToBusiness', ], ], [ 'id' => 169089, 'title' => null, 'type' => 'directory', 'children' => [ 'ListOrders', ], ], [ 'id' => 169091, 'title' => null, 'type' => 'directory', 'children' => [ 'LockCards', 'UnlockCards', 'StopCards', 'ResumeCards', 'UpdateCard', 'ListCards', 'ListCardUsages', 'GetCard', 'GetCardLockReason', 'FailCards', 'RebindCards', 'ListCardDayUsages', 'ResetAreaLimitCards', 'ListCardAreaLimitSupportArea', ], ], [ 'id' => 169100, 'title' => null, 'type' => 'directory', 'children' => [ 'CreateAuthorizationRule', 'DeleteAuthorizationRule', 'UpdateAuthorizationRule', 'AddDNSAuthorizationRule', 'UpdateDNSAuthorizationRule', 'ListAuthorizationRules', ], ], [ 'id' => 169103, 'title' => null, 'type' => 'directory', 'children' => [ 'CreateBatchOperateCardsTask', 'DeleteBatchOperateCardsTask', 'UpdateBatchOperateCardsTask', 'ListBatchOperateCardsTasks', ], ], [ 'id' => 172117, 'title' => null, 'type' => 'directory', 'children' => [ 'SubmitDiagnoseTaskForSingleCard', 'GetDiagnoseResultForSingleCard', 'ListDiagnoseInfoForSingleCard', ], ], [ 'id' => 172116, 'title' => null, 'type' => 'directory', 'children' => [ 'GrantNetLink', 'RevokeNetLink', ], ], [ 'id' => 172767, 'title' => null, 'type' => 'directory', 'children' => [ 'CreateWirelessCloudConnectorGroup', 'UpdateWirelessCloudConnectorGroup', 'ListWirelessCloudConnectorGroups', 'DeleteWirelessCloudConnectorGroup', 'AddWirelessCloudConnectorToGroup', 'RemoveWirelessCloudConnectorFromGroup', 'CreateGroupAuthorizationRule', 'UpdateGroupAuthorizationRule', 'ListGroupAuthorizationRules', 'DeleteGroupAuthorizationRule', 'AddGroupDnsAuthorizationRule', 'UpdateGroupDnsAuthorizationRule', ], ], ], 'components' => [ 'schemas' => [], ], 'apis' => [ 'ListRegions' => [ 'summary' => '查询5G高速上云服务支持的REGION', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'AcceptLanguage', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'zh-CN', ], ], [ 'name' => 'RegionId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou', 'default' => 'cn-hangzhou', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => '2DCFA69E-A161-512D-99A7-108022580719', ], 'Regions' => [ 'title' => '数组,返回示例目录。', 'description' => '', 'type' => 'array', 'items' => [ 'title' => 'RegionItemType', 'description' => '', 'type' => 'object', 'properties' => [ 'RegionId' => [ 'title' => '资源一级ID', 'description' => '代表资源一级ID的资源属性字段', 'type' => 'string', 'example' => 'cn-hangzhou', ], 'LocalName' => [ 'title' => '资源名称', 'description' => '代表资源名称的资源属性字段', 'type' => 'string', 'example' => '', ], ], ], ], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"2DCFA69E-A161-512D-99A7-108022580719\\",\\n \\"Regions\\": [\\n {\\n \\"RegionId\\": \\"cn-hangzhou\\",\\n \\"LocalName\\": \\"华东1(杭州)\\"\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"\\n 2DCFA69E-A161-512D-99A7-108022580719\\n \\n cn-hangzhou\\n 华东1(杭州)\\n cc5g.cn-hangzhou.aliyuncs.com\\n \\n","errorExample":""}]', ], 'ListZones' => [ 'summary' => '查询5G高速上云服务支持的可用区', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cn-hangzhou', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => 'C2C1DE7C-E14C-53DE-920D-D63ACD7421A4', ], 'Zones' => [ 'title' => '数组,返回示例目录。', 'description' => '', 'type' => 'array', 'items' => [ 'title' => 'RegionItemType', 'description' => '', 'type' => 'object', 'properties' => [ 'ZoneId' => [ 'title' => '资源名称', 'description' => '代表资源名称的资源属性字段', 'type' => 'string', 'example' => 'cn-hangzhou-h', ], 'LocalName' => [ 'title' => '创建时间', 'description' => '代表创建时间的资源属性字段', 'type' => 'string', 'example' => '', ], ], ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"C2C1DE7C-E14C-53DE-920D-D63ACD7421A4\\",\\n \\"Zones\\": [\\n {\\n \\"ZoneId\\": \\"cn-hangzhou-h\\",\\n \\"LocalName\\": \\"杭州可用区h\\"\\n }\\n ]\\n}","type":"json"}]', ], 'OpenCc5gService' => [ 'summary' => '开通5G高速上云服务', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cn-hangzhou', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => '2DCFA69E-A161-512D-99A7-108022580719', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"2DCFA69E-A161-512D-99A7-108022580719\\"\\n}","type":"json"}]', ], 'GetCreateCustomerInformation' => [ 'summary' => '获取录入客户资料的相关信息', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou', ], ], [ 'name' => 'WirelessCloudConnectorId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'cc5g-xxx', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => 'AE0BA8E5-1E0C-5171-852F-826301C76BBE', ], 'URL' => [ 'description' => '', 'type' => 'string', 'example' => 'https://*******', ], 'CanBuyCard' => [ 'description' => '', 'type' => 'string', 'example' => 'True', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AE0BA8E5-1E0C-5171-852F-826301C76BBE\\",\\n \\"URL\\": \\"https://*******\\",\\n \\"CanBuyCard\\": \\"True\\"\\n}","type":"json"}]', ], 'ListAPNs' => [ 'summary' => '查询5G高速上云服务支持的APN列表', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cn-hangzhou', ], ], [ 'name' => 'APN', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'CMWAP', ], ], [ 'name' => 'ISP', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'unicom', ], ], [ 'name' => 'NextToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'FFmyTO70tTpLG6I3FmYAXGKPd****', ], ], [ 'name' => 'MaxResults', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '20', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => 'A175C091-3910-51AF-8D84-D5717B9B8D38', ], 'APNs' => [ 'title' => '数组,返回示例目录。', 'description' => '', 'type' => 'array', 'items' => [ 'title' => 'RegionItemType', 'description' => '', 'type' => 'object', 'properties' => [ 'ISP' => [ 'title' => '资源一级ID', 'description' => '代表资源一级ID的资源属性字段', 'type' => 'string', 'example' => 'unicom', ], 'APN' => [ 'title' => '资源名称', 'description' => '代表资源名称的资源属性字段', 'type' => 'string', 'example' => 'zjhzaliyun01s.5gjs.njiot', ], 'Name' => [ 'title' => '创建时间', 'description' => '代表创建时间的资源属性字段', 'type' => 'string', 'example' => '', ], 'Description' => [ 'description' => '', 'type' => 'string', 'example' => '', ], 'Zones' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'example' => '', ], ], ], ], ], 'NextToken' => [ 'description' => '', 'type' => 'string', 'example' => 'vhNxI+jwQfkLCUChCQ+iOoiRkyUbtAilGSvWuwktFBxF+bar2HpV0efI6n1+GkMv', ], 'MaxResults' => [ 'description' => '', 'type' => 'string', 'example' => '20', ], 'TotalCount' => [ 'description' => '', 'type' => 'string', 'example' => '2', ], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"A175C091-3910-51AF-8D84-D5717B9B8D38\\",\\n \\"APNs\\": [\\n {\\n \\"ISP\\": \\"unicom\\",\\n \\"APN\\": \\"zjhzaliyun01s.5gjs.njiot\\",\\n \\"Name\\": \\"10.0.0.0/13\\",\\n \\"Description\\": \\"空\\",\\n \\"Zones\\": [\\n \\"cn-hangzhou-i\\"\\n ]\\n }\\n ],\\n \\"NextToken\\": \\"vhNxI+jwQfkLCUChCQ+iOoiRkyUbtAilGSvWuwktFBxF+bar2HpV0efI6n1+GkMv\\",\\n \\"MaxResults\\": \\"20\\",\\n \\"TotalCount\\": \\"2\\"\\n}","errorExample":""},{"type":"xml","example":"\\n \\n \\n","errorExample":""}]', ], 'CreateWirelessCloudConnector' => [ 'summary' => '创建5G高速上云服务实例', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'ISP', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'unicom', ], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'test', ], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'test', ], ], [ 'name' => 'UseCase', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'test', ], ], [ 'name' => 'RegionId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cn-hangzhou', ], ], [ 'name' => 'NetLinks', 'in' => 'query', 'style' => 'flat', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'RegionId' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cn-hangzhou', ], 'VpcId' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'vpc-xxx', ], 'VSwitchs' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => 'vSwitch ID。', 'type' => 'string', 'required' => false, 'example' => 'vsw-xxxx', ], 'required' => true, 'maxItems' => 2, 'minItems' => 2, ], 'APN' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'zjalyjs01s.5gjs.njiot', ], ], 'required' => false, ], 'required' => true, ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'TF-******-1633255280-43c94bf7-2dd3-4c14-8', ], ], [ 'name' => 'DryRun', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], [ 'name' => 'BusinessType', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'Business', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => 'E1E237B1-EED7-55D5-AE5F-671E642DB3B5', ], 'WirelessCloudConnectorId' => [ 'description' => '', 'type' => 'string', 'example' => 'cc5g-xxxx', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"E1E237B1-EED7-55D5-AE5F-671E642DB3B5\\",\\n \\"WirelessCloudConnectorId\\": \\"cc5g-xxxx\\"\\n}","type":"json"}]', ], 'DeleteWirelessCloudConnector' => [ 'summary' => '删除5G高速上云服务实例', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'delete', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'WirelessCloudConnectorId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cc5g-xxxx', ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'TF-******-1633255280-43c94bf7-2dd3-4c14-8', ], ], [ 'name' => 'DryRun', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => '1651FBB6-4FBF-49FF-A9F5-DF5D696C7EC6', ], ], ], ], ], 'errorCodes' => [ 400 => [ [ 'errorCode' => 'OperationDenied.ExistCards', 'errorMessage' => 'The operation is not allowed because of exist cards.', ], [ 'errorCode' => 'OperationDenied.AttachedVpc', 'errorMessage' => 'The operation is not allowed because of exist vpc.', ], [ 'errorCode' => 'OperationDenied.ExistCustomerAuthorizationRules', 'errorMessage' => 'The operation is not allowed because of exist customer authorizationRule.', ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"1651FBB6-4FBF-49FF-A9F5-DF5D696C7EC6\\"\\n}","type":"json"}]', ], 'UpdateWirelessCloudConnector' => [ 'summary' => '修改5G高速上云服务实例', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'WirelessCloudConnectorId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cc5g-xxxx', ], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'test', ], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'cc5g-test', ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'TF-******-1633255280-43c94bf7-2dd3-4c14-8', ], ], [ 'name' => 'DryRun', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => '1651FBB6-4FBF-49FF-A9F5-DF5D696C7EC6', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"1651FBB6-4FBF-49FF-A9F5-DF5D696C7EC6\\"\\n}","type":"json"}]', ], 'ListWirelessCloudConnectors' => [ 'summary' => '查询5G高速上云服务实例列表', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou', ], ], [ 'name' => 'Statuses', 'in' => 'query', 'style' => 'flat', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'Available', ], 'required' => false, ], ], [ 'name' => 'WirelessCloudConnectorIds', 'in' => 'query', 'style' => 'flat', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'cc5g-xxxx', ], 'required' => false, ], ], [ 'name' => 'Names', 'in' => 'query', 'style' => 'flat', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '', ], 'required' => false, ], ], [ 'name' => 'NextToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'iou001238joojjaere', ], ], [ 'name' => 'MaxResults', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '10', ], ], [ 'name' => 'BusinessType', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'Business', ], ], [ 'name' => 'IsInGroup', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'false', ], ], [ 'name' => 'WirelessCloudConnectorGroupId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'cc5gg-****', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => '1651FBB6-4FBF-49FF-A9F5-DF5D696C7EC6', ], 'WirelessCloudConnectors' => [ 'title' => '数组,返回示例目录。', 'description' => '', 'type' => 'array', 'items' => [ 'title' => 'RegionItemType', 'description' => 'RegionItemType', 'type' => 'object', 'properties' => [ 'WirelessCloudConnectorId' => [ 'title' => '资源一级ID', 'description' => '代表资源一级ID的资源属性字段', 'type' => 'string', 'example' => 'cc5g-xxxx', ], 'Status' => [ 'title' => '资源名称', 'description' => '代表资源名称的资源属性字段', 'type' => 'string', 'example' => 'Available', ], 'Name' => [ 'title' => '创建时间', 'description' => '代表创建时间的资源属性字段', 'type' => 'string', 'example' => 'test', ], 'Description' => [ 'description' => '', 'type' => 'string', 'example' => 'cc5g-test', ], 'RegionId' => [ 'description' => '', 'type' => 'string', 'example' => 'cn-hangzhou', ], 'UseCase' => [ 'description' => '', 'type' => 'string', 'example' => '', ], 'DataPackageId' => [ 'description' => '', 'type' => 'string', 'example' => 'dp-xxxx', ], 'DataPackageType' => [ 'description' => '', 'type' => 'string', 'example' => '200', ], 'CardCount' => [ 'description' => '', 'type' => 'string', 'example' => '20000', ], 'CreateTime' => [ 'description' => '', 'type' => 'string', 'example' => '2022-3-15 22:20:00', ], 'BusinessType' => [ 'description' => '', 'type' => 'string', 'example' => 'Business', ], 'ServiceType' => [ 'description' => '', 'type' => 'string', 'example' => 'CC5G', ], 'WirelessCloudConnectorGroupId' => [ 'description' => '', 'type' => 'string', 'example' => 'cc5gg-****', ], ], ], ], 'NextToken' => [ 'description' => '', 'type' => 'string', 'example' => 'iou001238joojjaere', ], 'MaxResults' => [ 'description' => '', 'type' => 'string', 'example' => '10', ], 'TotalCount' => [ 'description' => '', 'type' => 'string', 'example' => '2', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"1651FBB6-4FBF-49FF-A9F5-DF5D696C7EC6\\",\\n \\"WirelessCloudConnectors\\": [\\n {\\n \\"WirelessCloudConnectorId\\": \\"cc5g-xxxx\\",\\n \\"Status\\": \\"Available\\",\\n \\"Name\\": \\"test\\",\\n \\"Description\\": \\"cc5g-test\\",\\n \\"RegionId\\": \\"cn-hangzhou\\",\\n \\"UseCase\\": \\"智慧工厂\\",\\n \\"DataPackageId\\": \\"dp-xxxx\\",\\n \\"DataPackageType\\": \\"200\\",\\n \\"CardCount\\": \\"20000\\",\\n \\"CreateTime\\": \\"2022-3-15 22:20:00\\",\\n \\"BusinessType\\": \\"Business\\",\\n \\"ServiceType\\": \\"CC5G\\",\\n \\"WirelessCloudConnectorGroupId\\": \\"cc5gg-****\\"\\n }\\n ],\\n \\"NextToken\\": \\"iou001238joojjaere\\",\\n \\"MaxResults\\": \\"10\\",\\n \\"TotalCount\\": \\"2\\"\\n}","type":"json"}]', ], 'AttachVpcToNetLink' => [ 'summary' => '创建5G高速上云服务实例下的网络连接', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'WirelessCloudConnectorId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cc5g-xxxx', ], ], [ 'name' => 'NetLinkId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cciot-xxxx', ], ], [ 'name' => 'VpcId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'vpc-bp1etmgc4vooo5ahbkzou', ], ], [ 'name' => 'VSwitches', 'in' => 'query', 'style' => 'flat', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'vsw-xxxx', ], 'required' => true, ], ], [ 'name' => 'RegionId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cn-hangzhou', ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'TF-******-1633255280-43c94bf7-2dd3-4c14-8', ], ], [ 'name' => 'DryRun', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => '1651FBB6-4FBF-49FF-A9F5-DF5D696C7EC6', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"1651FBB6-4FBF-49FF-A9F5-DF5D696C7EC6\\"\\n}","type":"json"}]', ], 'DetachVpcFromNetLink' => [ 'summary' => '解除5G高速上云服务实例下的网络连接和VPC的绑定', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'WirelessCloudConnectorId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cc5g-xxxx', ], ], [ 'name' => 'NetLinkId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cciot-xxxx', ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'TF-******-1633255280-43c94bf7-2dd3-4c14-8', ], ], [ 'name' => 'DryRun', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => '1651FBB6-4FBF-49FF-A9F5-DF5D696C7EC6', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"1651FBB6-4FBF-49FF-A9F5-DF5D696C7EC6\\"\\n}","type":"json"}]', ], 'GetWirelessCloudConnector' => [ 'summary' => '查询5G高速上云服务实例详情', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou', ], ], [ 'name' => 'WirelessCloudConnectorId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cc5g-xxxx', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => ' ', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => '1651FBB6-4FBF-49FF-A9F5-DF5D696C7EC6', ], 'NetLinks' => [ 'title' => '数组,返回示例目录。', 'description' => '', 'type' => 'array', 'items' => [ 'title' => 'RegionItemType', 'description' => ' ', 'type' => 'object', 'properties' => [ 'RegionId' => [ 'description' => '', 'type' => 'string', 'example' => 'cn-hangzhou', ], 'NetLinkId' => [ 'title' => '资源名称', 'description' => '代表资源名称的资源属性字段', 'type' => 'string', 'example' => 'cciot-xxxx', ], 'Name' => [ 'title' => '创建时间', 'description' => '代表创建时间的资源属性字段', 'type' => 'string', 'example' => 'test', ], 'Description' => [ 'description' => '', 'type' => 'string', 'example' => '', ], 'Status' => [ 'description' => '', 'type' => 'string', 'example' => 'Attached', ], 'Type' => [ 'description' => '', 'type' => 'string', 'example' => 'Standard', ], 'APN' => [ 'description' => '', 'type' => 'string', 'example' => 'bjaliyun01s.5gbj.bjiot', ], 'ISP' => [ 'description' => '', 'type' => 'string', 'example' => 'Telecom', ], 'VpcId' => [ 'description' => '', 'type' => 'string', 'example' => 'vpc-xxxx', ], 'VSwitchs' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'example' => 'vsw-xxxx', ], ], 'CreateTime' => [ 'description' => '', 'type' => 'string', 'example' => '', ], 'GrantAliUid' => [ 'description' => '', 'type' => 'string', 'example' => '11111111111', ], ], ], ], 'WirelessCloudConnectorId' => [ 'description' => '', 'type' => 'string', 'example' => 'cc5g-xxxx', ], 'Status' => [ 'description' => '', 'type' => 'string', 'example' => 'Available', ], 'Name' => [ 'description' => '', 'type' => 'string', 'example' => 'test', ], 'Description' => [ 'description' => '', 'type' => 'string', 'example' => 'cc5g-test', ], 'RegionId' => [ 'description' => '', 'type' => 'string', 'example' => 'cn-hangzhou', ], 'UseCase' => [ 'description' => '', 'type' => 'string', 'example' => '', ], 'DataPackageId' => [ 'description' => '', 'type' => 'string', 'example' => 'dp-xxxx', ], 'DataPackageType' => [ 'description' => '', 'type' => 'string', 'example' => '200', ], 'CardCount' => [ 'description' => '', 'type' => 'string', 'example' => '20000', ], 'CreateTime' => [ 'description' => '', 'type' => 'string', 'example' => '2022-3-15 22:20:00', ], 'BusinessType' => [ 'description' => '', 'type' => 'string', 'example' => 'Business', ], 'WirelessCloudConnectorGroupId' => [ 'description' => '', 'type' => 'string', 'example' => 'cc5gg-****', ], 'Features' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'example' => '[\'DirectMode\']', ], ], 'ServiceType' => [ 'description' => '', 'type' => 'string', 'example' => 'CC5GCCIoT', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"1651FBB6-4FBF-49FF-A9F5-DF5D696C7EC6\\",\\n \\"NetLinks\\": [\\n {\\n \\"RegionId\\": \\"cn-hangzhou\\",\\n \\"NetLinkId\\": \\"cciot-xxxx\\",\\n \\"Name\\": \\"test\\",\\n \\"Description\\": \\"连接test\\",\\n \\"Status\\": \\"Attached\\",\\n \\"Type\\": \\"Standard\\",\\n \\"APN\\": \\"bjaliyun01s.5gbj.bjiot\\",\\n \\"ISP\\": \\"Telecom\\",\\n \\"VpcId\\": \\"vpc-xxxx\\",\\n \\"VSwitchs\\": [\\n \\"vsw-xxxx\\"\\n ],\\n \\"CreateTime\\": \\"2022-03-15 22:20:00\\",\\n \\"GrantAliUid\\": \\"11111111111\\"\\n }\\n ],\\n \\"WirelessCloudConnectorId\\": \\"cc5g-xxxx\\",\\n \\"Status\\": \\"Available\\",\\n \\"Name\\": \\"test\\",\\n \\"Description\\": \\"cc5g-test\\",\\n \\"RegionId\\": \\"cn-hangzhou\\",\\n \\"UseCase\\": \\"智慧工厂\\",\\n \\"DataPackageId\\": \\"dp-xxxx\\",\\n \\"DataPackageType\\": \\"200\\",\\n \\"CardCount\\": \\"20000\\",\\n \\"CreateTime\\": \\"2022-3-15 22:20:00\\",\\n \\"BusinessType\\": \\"Business\\",\\n \\"WirelessCloudConnectorGroupId\\": \\"cc5gg-****\\",\\n \\"Features\\": [\\n \\"[\'DirectMode\']\\"\\n ],\\n \\"ServiceType\\": \\"CC5GCCIoT\\"\\n}","type":"json"}]', ], 'ListDataPackages' => [ 'summary' => '查询5G高速上云服务实例下的带宽包列表', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'WirelessCloudConnectorId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cc5g-xxxx', ], ], [ 'name' => 'Statuses', 'in' => 'query', 'style' => 'flat', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'Available', ], 'required' => false, ], ], [ 'name' => 'DataPackageIds', 'in' => 'query', 'style' => 'flat', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'type' => 'string', 'required' => false, 'example' => 'dp-xxxx', ], 'required' => false, ], ], [ 'name' => 'Names', 'in' => 'query', 'style' => 'flat', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'type' => 'string', 'required' => false, 'example' => 'cciot-123', ], 'required' => false, ], ], [ 'name' => 'NextToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'iou001238joojjaere', ], ], [ 'name' => 'MaxResults', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '10', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => '8734B5B2-FC84-54C4-8038-D40228CF01FE', ], 'DataPackages' => [ 'title' => '数组,返回示例目录。', 'description' => '', 'type' => 'array', 'items' => [ 'title' => 'RegionItemType', 'description' => 'RegionItemType', 'type' => 'object', 'properties' => [ 'DataPackageId' => [ 'description' => '', 'type' => 'string', 'example' => 'dp-xxxx', ], 'Status' => [ 'title' => '资源名称', 'description' => '代表资源名称的资源属性字段', 'type' => 'string', 'example' => 'Available', ], 'Name' => [ 'title' => '创建时间', 'description' => '代表创建时间的资源属性字段', 'type' => 'string', 'example' => '', ], 'ISP' => [ 'description' => '', 'type' => 'string', 'example' => 'Telecom', ], 'Size' => [ 'description' => '', 'type' => 'string', 'example' => '200', ], 'CardCount' => [ 'description' => '', 'type' => 'string', 'example' => '20000', ], 'CreateTime' => [ 'description' => '', 'type' => 'string', 'example' => '2022-3-15 22:20:00', ], 'ExpiredTime' => [ 'description' => '', 'type' => 'string', 'example' => '2099-3-15 22:20:00', ], ], ], ], 'NextToken' => [ 'description' => '', 'type' => 'string', 'example' => 'iou001238joojjaere', ], 'MaxResults' => [ 'description' => '', 'type' => 'string', 'example' => '10', ], 'TotalCount' => [ 'description' => '', 'type' => 'string', 'example' => '2', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"8734B5B2-FC84-54C4-8038-D40228CF01FE\\",\\n \\"DataPackages\\": [\\n {\\n \\"DataPackageId\\": \\"dp-xxxx\\",\\n \\"Status\\": \\"Available\\",\\n \\"Name\\": \\"测试流量包\\",\\n \\"ISP\\": \\"Telecom\\",\\n \\"Size\\": \\"200\\",\\n \\"CardCount\\": \\"20000\\",\\n \\"CreateTime\\": \\"2022-3-15 22:20:00\\",\\n \\"ExpiredTime\\": \\"2099-3-15 22:20:00\\"\\n }\\n ],\\n \\"NextToken\\": \\"iou001238joojjaere\\",\\n \\"MaxResults\\": \\"10\\",\\n \\"TotalCount\\": \\"2\\"\\n}","type":"json"}]', ], 'CreateIoTCloudConnectorBackhaulRoute' => [ 'summary' => '下发iotcc实例的回程路由', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'WirelessCloudConnectorId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cc5g-xxxx', ], ], [ 'name' => 'NetLinkId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'cciot-xxxx', ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'TF-******-1633255280-43c94bf7-2dd3-4c14-8', ], ], [ 'name' => 'DryRun', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => '1651FBB6-4FBF-49FF-A9F5-DF5D696C7EC6', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"1651FBB6-4FBF-49FF-A9F5-DF5D696C7EC6\\"\\n}","type":"json"}]', ], 'DeleteIoTCloudConnectorBackhaulRoute' => [ 'summary' => '删除iotcc实例的回程路由', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'delete', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'WirelessCloudConnectorId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cc5g-xxxx', ], ], [ 'name' => 'NetLinkId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'cciot-xxxx', ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'TF-******-1633255280-43c94bf7-2dd3-4c14-8', ], ], [ 'name' => 'DryRun', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => 'AA93A076-3D94-51AB-AC70-4C94AF003B03', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AA93A076-3D94-51AB-AC70-4C94AF003B03\\"\\n}","type":"json"}]', ], 'ModifyWirelessCloudConnectorFeature' => [ 'summary' => '修改5G高速上云服务实例属性', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'WirelessCloudConnectorId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cc5g-xxxx', ], ], [ 'name' => 'FeatureName', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'enumValueTitles' => [ 'DirectMode' => 'DirectMode', ], 'example' => 'DirectMode', ], ], [ 'name' => 'FeatureValue', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'On', ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'TF-******-1633255280-43c94bf7-2dd3-4c14-8', ], ], [ 'name' => 'DryRun', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => '999E0F64-9A10-567B-BB84-B7C46023BA3B', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"999E0F64-9A10-567B-BB84-B7C46023BA3B\\"\\n}","type":"json"}]', ], 'ListIoTCloudConnectorBackhaulRoute' => [ 'summary' => '查询iotcc实例回程路由', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cn-hangzhou', ], ], [ 'name' => 'WirelessCloudConnectorId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cc5g-xxxx', ], ], [ 'name' => 'NetLinkId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cciot-xxxx', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => '94032572-8758-575E-B306-86F59D1B826E', ], 'NetLinkId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => 'cciot-xxxx', ], 'Routes' => [ 'title' => '数组,返回示例目录。', 'description' => '', 'type' => 'array', 'items' => [ 'title' => 'RegionItemType', 'description' => 'RegionItemType', 'type' => 'object', 'properties' => [ 'DestinationCidrBlock' => [ 'title' => '资源名称', 'description' => '代表资源名称的资源属性字段', 'type' => 'string', 'example' => '10.33.190.0/24', ], 'NextHopId' => [ 'title' => '创建时间', 'description' => '代表创建时间的资源属性字段', 'type' => 'string', 'example' => 'eni-uf677iw3xihqxiz2ssir', ], 'NextHopType' => [ 'title' => '创建时间', 'description' => '代表创建时间的资源属性字段', 'type' => 'string', 'example' => 'NetworkInterface', ], 'Description' => [ 'title' => '创建时间', 'description' => '代表创建时间的资源属性字段', 'type' => 'string', 'example' => 'full cidr block route', ], 'Status' => [ 'title' => '创建时间', 'description' => '代表创建时间的资源属性字段', 'type' => 'string', 'enumValueTitles' => [], 'example' => 'published', ], ], ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"94032572-8758-575E-B306-86F59D1B826E\\",\\n \\"NetLinkId\\": \\"cciot-xxxx\\",\\n \\"Routes\\": [\\n {\\n \\"DestinationCidrBlock\\": \\"10.33.190.0/24\\",\\n \\"NextHopId\\": \\"eni-uf677iw3xihqxiz2ssir\\",\\n \\"NextHopType\\": \\"NetworkInterface\\",\\n \\"Description\\": \\"full cidr block route\\",\\n \\"Status\\": \\"published\\"\\n }\\n ]\\n}","type":"json"}]', ], 'SwitchWirelessCloudConnectorToBusiness' => [ 'summary' => '切换cc5g实例商业类型到商业版', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'WirelessCloudConnectorId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cc5g-xxxx', ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'TF-******-1633255280-43c94bf7-2dd3-4c14-8', ], ], [ 'name' => 'DryRun', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => '74ADDCF3-E3FE-5200-9290-1320125D71DC', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"74ADDCF3-E3FE-5200-9290-1320125D71DC\\"\\n}","type":"json"}]', ], 'ListOrders' => [ 'summary' => '查询5G高速上云服务实例下的订单列表', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'WirelessCloudConnectorId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cc5g-xxxx', ], ], [ 'name' => 'Statuses', 'in' => 'query', 'style' => 'flat', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'Pending', ], 'required' => false, ], ], [ 'name' => 'OrderIds', 'in' => 'query', 'style' => 'flat', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '890******', ], 'required' => false, ], ], [ 'name' => 'OrderAction', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'NewBuy', ], ], [ 'name' => 'NextToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'iou001238joojjaere', ], ], [ 'name' => 'MaxResults', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '10', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => '88C2F32F-B641-5980-B7A5-6907050ABCD1'."\n", ], 'Orders' => [ 'title' => '数组,返回示例目录。', 'description' => '', 'type' => 'array', 'items' => [ 'title' => 'RegionItemType', 'description' => 'RegionItemType', 'type' => 'object', 'properties' => [ 'OrderId' => [ 'description' => '', 'type' => 'string', 'example' => '89************', ], 'Status' => [ 'title' => '资源名称', 'description' => '代表资源名称的资源属性字段', 'type' => 'string', 'example' => 'Pending', ], 'Action' => [ 'title' => '创建时间', 'description' => '代表创建时间的资源属性字段', 'type' => 'string', 'example' => 'NewBuy', ], 'Description' => [ 'description' => '', 'type' => 'string', 'example' => 'order-test', ], 'LogisticsId' => [ 'description' => '', 'type' => 'string', 'example' => 'SF14*********', ], 'LogisticsStatus' => [ 'description' => '', 'type' => 'string', 'example' => 'Signed', ], 'LogisticsType' => [ 'description' => '', 'type' => 'string', 'example' => 'SF', ], 'LogisticsUpdateTime' => [ 'description' => '', 'type' => 'string', 'example' => '2022-3-15 22:20:00', ], 'CardCount' => [ 'description' => '', 'type' => 'string', 'example' => '20000', ], 'ContactName' => [ 'description' => '', 'type' => 'string', 'example' => '', ], 'ContactPhone' => [ 'description' => '', 'type' => 'string', 'example' => '139000*******', ], 'PostAddress' => [ 'description' => '', 'type' => 'string', 'example' => '', ], 'CreateTime' => [ 'description' => '', 'type' => 'string', 'example' => '2022-3-15 21:20:00', ], 'PayTime' => [ 'description' => '', 'type' => 'string', 'example' => '2022-3-15 21:30:00', ], 'RegionId' => [ 'description' => '', 'type' => 'string', 'example' => 'cn-hangzhou', ], 'CardType' => [ 'description' => '', 'type' => 'string', 'example' => 'CONSUMER_THREE_IN_ONE', ], 'CardNetType' => [ 'description' => '', 'type' => 'string', 'example' => '5G', ], ], ], ], 'NextToken' => [ 'description' => '', 'type' => 'string', 'example' => 'iou001238joojjaere', ], 'MaxResults' => [ 'description' => '', 'type' => 'string', 'example' => '10', ], 'TotalCount' => [ 'description' => '', 'type' => 'string', 'example' => '2', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"88C2F32F-B641-5980-B7A5-6907050ABCD1\\\\n\\",\\n \\"Orders\\": [\\n {\\n \\"OrderId\\": \\"89************\\",\\n \\"Status\\": \\"Pending\\",\\n \\"Action\\": \\"NewBuy\\",\\n \\"Description\\": \\"order-test\\",\\n \\"LogisticsId\\": \\"SF14*********\\",\\n \\"LogisticsStatus\\": \\"Signed\\",\\n \\"LogisticsType\\": \\"SF\\",\\n \\"LogisticsUpdateTime\\": \\"2022-3-15 22:20:00\\",\\n \\"CardCount\\": \\"20000\\",\\n \\"ContactName\\": \\"张三\\",\\n \\"ContactPhone\\": \\"139000*******\\",\\n \\"PostAddress\\": \\"某公司\\",\\n \\"CreateTime\\": \\"2022-3-15 21:20:00\\",\\n \\"PayTime\\": \\"2022-3-15 21:30:00\\",\\n \\"RegionId\\": \\"cn-hangzhou\\",\\n \\"CardType\\": \\"CONSUMER_THREE_IN_ONE\\",\\n \\"CardNetType\\": \\"5G\\"\\n }\\n ],\\n \\"NextToken\\": \\"iou001238joojjaere\\",\\n \\"MaxResults\\": \\"10\\",\\n \\"TotalCount\\": \\"2\\"\\n}","type":"json"}]', ], 'LockCards' => [ 'summary' => '运营商侧卡停机', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'Iccids', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'type' => 'string', 'required' => false, 'example' => '890912389123', ], 'required' => true, 'maxItems' => 1000, 'minItems' => 1, ], ], [ 'name' => 'RegionId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou', ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'TF-******-1633255280-43c94bf7-2dd3-4c14-8', ], ], [ 'name' => 'DryRun', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => '8734B5B2-FC84-54C4-8038-D40228CF01FE', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"8734B5B2-FC84-54C4-8038-D40228CF01FE\\"\\n}","type":"json"}]', ], 'UnlockCards' => [ 'summary' => '批量解锁卡', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'Iccids', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'type' => 'string', 'required' => false, 'example' => '890912389123', ], 'required' => true, 'maxItems' => 1000, 'minItems' => 1, ], ], [ 'name' => 'RegionId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou', ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'TF-******-1633255280-43c94bf7-2dd3-4c14-8', ], ], [ 'name' => 'DryRun', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => '81CB64DF-E328-50A3-B386-03CAD604C114', ], ], ], ], ], 'errorCodes' => [ 400 => [ [ 'errorCode' => 'OperationDenied.CardsSimStatusNotUnlock', 'errorMessage' => 'The operation is not allowed because of card status not support to unlock.', ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"81CB64DF-E328-50A3-B386-03CAD604C114\\"\\n}","type":"json"}]', ], 'StopCards' => [ 'summary' => '运营商侧卡停机', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'Iccids', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'type' => 'string', 'required' => false, 'example' => '890912389123', ], 'required' => true, 'maxItems' => 1000, 'minItems' => 1, ], ], [ 'name' => 'RegionId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou', ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'TF-******-1633255280-43c94bf7-2dd3-4c14-8', ], ], [ 'name' => 'DryRun', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => '8734B5B2-FC84-54C4-8038-D40228CF01FE', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"8734B5B2-FC84-54C4-8038-D40228CF01FE\\"\\n}","type":"json"}]', ], 'ResumeCards' => [ 'summary' => '激活单卡运营商侧卡状态恢复', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'Iccids', 'in' => 'query', 'allowEmptyValue' => false, 'style' => 'repeatList', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'type' => 'string', 'required' => false, 'example' => '890912389123', ], 'required' => true, 'maxItems' => 1000, 'minItems' => 1, ], ], [ 'name' => 'RegionId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou', ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'TF-******-1633255280-43c94bf7-2dd3-4c14-8', ], ], [ 'name' => 'DryRun', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => '1651FBB6-4FBF-49FF-A9F5-DF5D696C7EC6', ], ], ], ], ], 'errorCodes' => [ 400 => [ [ 'errorCode' => 'OperationDenied.CardsSimStatusNotResume', 'errorMessage' => 'The operation is not allowed because of card status not support to resume.', ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"1651FBB6-4FBF-49FF-A9F5-DF5D696C7EC6\\"\\n}","type":"json"}]', ], 'UpdateCard' => [ 'summary' => '修改5G高速上云服务实例的连接描述和名称信息', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'WirelessCloudConnectorId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cc5g-xxxx', ], ], [ 'name' => 'Iccid', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '890912389123', ], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'test', ], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'card-test', ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'TF-******-1633255280-43c94bf7-2dd3-4c14-8', ], ], [ 'name' => 'DryRun', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => '8734B5B2-FC84-54C4-8038-D40228CF01FE', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"8734B5B2-FC84-54C4-8038-D40228CF01FE\\"\\n}","type":"json"}]', ], 'ListCards' => [ 'summary' => '查询5G高速上云服务实例的连接列表', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'WirelessCloudConnectorId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cc5g-xxxx', ], ], [ 'name' => 'Statuses', 'in' => 'query', 'style' => 'flat', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'Activated', ], 'required' => false, ], ], [ 'name' => 'Iccids', 'in' => 'query', 'style' => 'flat', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '89091231231219123', ], 'required' => false, 'enumValueTitles' => [], ], ], [ 'name' => 'IpAddress', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '10.0.0.1', ], ], [ 'name' => 'Lock', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], [ 'name' => 'Online', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], [ 'name' => 'NetLinkId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'cciot-xxxx', ], ], [ 'name' => 'Apn', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'bjaliyun01s.5gbj.bjiot', ], ], [ 'name' => 'NextToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'iou001238joojjaere', ], ], [ 'name' => 'MaxResults', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '10', ], ], [ 'name' => 'Iccid', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '8909123123121912', ], ], [ 'name' => 'Msisdn', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '1441204374591', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => '88C2F32F-B641-5980-B7A5-6907050ABCD1', ], 'Cards' => [ 'title' => '数组,返回示例目录。', 'description' => '', 'type' => 'array', 'items' => [ 'title' => 'RegionItemType', 'description' => 'RegionItemType', 'type' => 'object', 'properties' => [ 'Iccid' => [ 'title' => '资源一级ID', 'description' => '代表资源一级ID的资源属性字段', 'type' => 'string', 'example' => '89091231231219123', ], 'NetType' => [ 'title' => '资源名称', 'description' => '代表资源名称的资源属性字段', 'type' => 'string', 'example' => '5G', ], 'APN' => [ 'title' => '创建时间', 'description' => '代表创建时间的资源属性字段', 'type' => 'string', 'example' => 'bjaliyun01s.5gbj.bjiot', ], 'ISP' => [ 'description' => '', 'type' => 'string', 'example' => 'Telecom', ], 'IpAddress' => [ 'description' => '', 'type' => 'string', 'example' => '10.0.0.118', ], 'Imsi' => [ 'description' => '', 'type' => 'string', 'example' => '8912039123', ], 'Imei' => [ 'description' => '', 'type' => 'string', 'example' => '7896129300', ], 'Lock' => [ 'description' => '', 'type' => 'boolean', 'example' => 'false', ], 'Spec' => [ 'description' => '', 'type' => 'string', 'example' => 'CONSUMER_THREE_IN_ONE', ], 'Status' => [ 'description' => '', 'type' => 'string', 'example' => '', ], 'Description' => [ 'description' => '', 'type' => 'string', 'example' => 'test', ], 'Name' => [ 'description' => '', 'type' => 'string', 'example' => 'test', ], 'UsageDataMonth' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '20', ], 'OrderId' => [ 'description' => '', 'type' => 'string', 'example' => '89099123012', ], 'ActivatedTime' => [ 'description' => '', 'type' => 'string', 'example' => '2022-3-15 22:20:00', ], 'BusinessStatus' => [ 'description' => '', 'type' => 'string', 'example' => 'Available', ], 'Msisdn' => [ 'description' => '', 'type' => 'string', 'example' => '1441204374591', ], 'UsageDataTotal' => [ 'description' => '', 'type' => 'string', 'example' => '50', ], ], ], ], 'NextToken' => [ 'description' => '', 'type' => 'string', 'example' => 'iou001238joojjaere', ], 'MaxResults' => [ 'description' => '', 'type' => 'string', 'example' => '10', ], 'TotalCount' => [ 'description' => '', 'type' => 'string', 'example' => '2', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"88C2F32F-B641-5980-B7A5-6907050ABCD1\\",\\n \\"Cards\\": [\\n {\\n \\"Iccid\\": \\"89091231231219123\\",\\n \\"NetType\\": \\"5G\\",\\n \\"APN\\": \\"bjaliyun01s.5gbj.bjiot\\",\\n \\"ISP\\": \\"Telecom\\",\\n \\"IpAddress\\": \\"10.0.0.118\\",\\n \\"Imsi\\": \\"8912039123\\",\\n \\"Imei\\": \\"7896129300\\",\\n \\"Lock\\": false,\\n \\"Spec\\": \\"CONSUMER_THREE_IN_ONE\\",\\n \\"Status\\": \\"Activated\\",\\n \\"Description\\": \\"test\\",\\n \\"Name\\": \\"test\\",\\n \\"UsageDataMonth\\": 20,\\n \\"OrderId\\": \\"89099123012\\",\\n \\"ActivatedTime\\": \\"2022-3-15 22:20:00\\",\\n \\"BusinessStatus\\": \\"Available\\",\\n \\"Msisdn\\": \\"1441204374591\\",\\n \\"UsageDataTotal\\": \\"50\\"\\n }\\n ],\\n \\"NextToken\\": \\"iou001238joojjaere\\",\\n \\"MaxResults\\": \\"10\\",\\n \\"TotalCount\\": \\"2\\"\\n}","type":"json"}]', ], 'ListCardUsages' => [ 'summary' => '查询5G高速上云服务实例的流量信息列表', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'WirelessCloudConnectorId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cc5g-xxxx', ], ], [ 'name' => 'Iccids', 'in' => 'query', 'style' => 'flat', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '890912389123', ], 'required' => false, 'maxItems' => 50, 'minItems' => 1, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => '186B6E37-D9D1-5E64-ACDE-E89F7E68A37B', ], 'Cards' => [ 'title' => '数组,返回示例目录。', 'description' => '', 'type' => 'array', 'items' => [ 'title' => 'RegionItemType', 'description' => '', 'type' => 'object', 'properties' => [ 'Iccid' => [ 'title' => '资源一级ID', 'description' => '代表资源一级ID的资源属性字段', 'type' => 'string', 'example' => '89091231231219123', ], 'UsageDataMonth' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '20', ], ], ], ], 'TotalCount' => [ 'description' => '', 'type' => 'string', 'example' => '2', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"186B6E37-D9D1-5E64-ACDE-E89F7E68A37B\\",\\n \\"Cards\\": [\\n {\\n \\"Iccid\\": \\"89091231231219123\\",\\n \\"UsageDataMonth\\": 20\\n }\\n ],\\n \\"TotalCount\\": \\"2\\"\\n}","type":"json"}]', ], 'GetCard' => [ 'summary' => '查询5G高速上云服务实例的详细连接信息', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'Iccid', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => '11111111111', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'enumValueTitles' => [], 'example' => '0B28B72A-BD16-51F7-AAEE-55247FE02729', ], 'Iccid' => [ 'description' => '', 'type' => 'string', 'example' => '111111111', ], 'NetType' => [ 'description' => '', 'type' => 'string', 'example' => '5G', ], 'APN' => [ 'description' => '', 'type' => 'string', 'example' => 'zjalyjs01s.5gjs.njiot', ], 'ISP' => [ 'description' => '', 'type' => 'string', 'example' => 'Unicom', ], 'IpAddress' => [ 'description' => '', 'type' => 'string', 'example' => '172.24.2.121', ], 'Imsi' => [ 'description' => '', 'type' => 'string', 'example' => '12123123', ], 'Imei' => [ 'description' => '', 'type' => 'string', 'example' => '23412313513512', ], 'Lock' => [ 'description' => '', 'type' => 'string', 'example' => 'true', ], 'Spec' => [ 'description' => '', 'type' => 'string', 'example' => 'CONSUMER_THREE_IN_ONE', ], 'SimStatus' => [ 'description' => '', 'type' => 'string', 'example' => 'Deactivated', ], 'Status' => [ 'description' => '', 'type' => 'string', 'example' => 'Available', ], 'Description' => [ 'description' => '', 'type' => 'string', 'example' => 'task-test', ], 'Name' => [ 'description' => '', 'type' => 'string', 'example' => 'test', ], 'WirelessCloudConnectorId' => [ 'description' => '', 'type' => 'string', 'example' => 'cc5g-xxxxxxx', ], 'CloudConnectorId' => [ 'description' => '', 'type' => 'string', 'example' => 'iotcc-xxxxxxxx', ], 'UsageDataMonth' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'example' => '50', ], 'OrderId' => [ 'description' => '', 'type' => 'string', 'example' => '12312341234124', ], 'ActivatedTime' => [ 'description' => '', 'type' => 'string', 'example' => '2022-08-25 17:34:57', ], 'Msisdn' => [ 'description' => '', 'type' => 'string', 'example' => '2312341231235', ], 'UsageDataTotal' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '1000', ], 'LimitThreshold' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '50', ], 'StopThreshold' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '4096', ], 'AlarmThreshold' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '1000', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"0B28B72A-BD16-51F7-AAEE-55247FE02729\\",\\n \\"Iccid\\": \\"111111111\\",\\n \\"NetType\\": \\"5G\\",\\n \\"APN\\": \\"zjalyjs01s.5gjs.njiot\\",\\n \\"ISP\\": \\"Unicom\\",\\n \\"IpAddress\\": \\"172.24.2.121\\",\\n \\"Imsi\\": \\"12123123\\",\\n \\"Imei\\": \\"23412313513512\\",\\n \\"Lock\\": \\"true\\",\\n \\"Spec\\": \\"CONSUMER_THREE_IN_ONE\\",\\n \\"SimStatus\\": \\"Deactivated\\",\\n \\"Status\\": \\"Available\\",\\n \\"Description\\": \\"task-test\\",\\n \\"Name\\": \\"test\\",\\n \\"WirelessCloudConnectorId\\": \\"cc5g-xxxxxxx\\",\\n \\"CloudConnectorId\\": \\"iotcc-xxxxxxxx\\",\\n \\"UsageDataMonth\\": 50,\\n \\"OrderId\\": \\"12312341234124\\",\\n \\"ActivatedTime\\": \\"2022-08-25 17:34:57\\",\\n \\"Msisdn\\": \\"2312341231235\\",\\n \\"UsageDataTotal\\": 1000,\\n \\"LimitThreshold\\": 50,\\n \\"StopThreshold\\": 4096,\\n \\"AlarmThreshold\\": 1000\\n}","type":"json"}]', ], 'GetCardLockReason' => [ 'summary' => '查询卡锁定停机的原因', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'Iccid', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => '*********11111', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => 'F32C0BBE-5025-5561-8976-7BD096BA21FB', ], 'LockReason' => [ 'description' => '', 'type' => 'string', 'enumValueTitles' => [ 'CreditTwoWayStop' => 'CreditTwoWayStop', 'ExpireStop' => 'ExpireStop', 'ActiveTwoWayStop' => 'ActiveTwoWayStop', 'LocationStop' => 'LocationStop', 'NoReasonStop' => 'NoReasonStop', 'SeparationStop' => 'SeparationStop', 'M2MStop' => 'M2MStop', 'ForceTwoWayStop' => 'ForceTwoWayStop', ], 'example' => 'ForceTwoWayStop', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"F32C0BBE-5025-5561-8976-7BD096BA21FB\\",\\n \\"LockReason\\": \\"ForceTwoWayStop\\"\\n}","type":"json"}]', ], 'FailCards' => [ 'summary' => '卡注销接口', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'Iccids', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'enumValueTitles' => [], 'example' => '8986*******', ], 'required' => true, 'enumValueTitles' => [], 'example' => 'FailCards', 'maxItems' => 50, 'minItems' => 1, ], ], [ 'name' => 'RegionId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'enumValueTitles' => [], 'example' => 'cn-hangzhou', ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'enumValueTitles' => [], 'example' => 'TF-CreateServerlessDBInstance-1639649079-51d933f6-0251-4057-9276', ], ], [ 'name' => 'DryRun', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'enumValueTitles' => [], 'example' => 'false', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => '186B6E37-D9D1-5E64-ACDE-E89F7E68A37B', ], ], 'enumValueTitles' => [], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"186B6E37-D9D1-5E64-ACDE-E89F7E68A37B\\"\\n}","type":"json"}]', ], 'RebindCards' => [ 'summary' => '物联网卡换绑解锁操作', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'Iccids', 'in' => 'query', 'allowEmptyValue' => false, 'style' => 'repeatList', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '123456789', ], 'required' => true, 'maxItems' => 1000, 'minItems' => 1, ], ], [ 'name' => 'RegionId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou', ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'TF-******-1633255280-43c94bf7-2dd3-4c14-8', ], ], [ 'name' => 'DryRun', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => 'D2A9864E-BB8D-5A5C-90FC-E2FBD5D0BF9B', ], ], ], ], ], 'errorCodes' => [ 400 => [ [ 'errorCode' => 'OperationDenied.CardsSimStatusNotReBind', 'errorMessage' => 'The operation is not allowed because of card status not support to rebind.', ], [ 'errorCode' => 'OperationDenied.TestCardFlowExceedQuota', 'errorMessage' => 'The operation is not allowed because of test card flow exceed quota.', ], [ 'errorCode' => 'ResourceNotFound.IccID', 'errorMessage' => 'The specified resource of iccid is not found.', ], [ 'errorCode' => 'OperationDenied.SingCardOneMonthRebindExceeded', 'errorMessage' => 'The operation is not allowed because of the number of times per card per month exceed quota.', ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"D2A9864E-BB8D-5A5C-90FC-E2FBD5D0BF9B\\"\\n}","type":"json"}]', ], 'ListCardDayUsages' => [ 'summary' => '查询5G高速上云服务实例的卡单日流量信息列表', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'list', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'WirelessCloudConnectorId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cc5g-xxxx', ], ], [ 'name' => 'Iccids', 'in' => 'query', 'style' => 'flat', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '890912389123', ], 'required' => true, 'maxItems' => 50, 'minItems' => 1, ], ], [ 'name' => 'LatestMonthNum', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '6', 'minimum' => '1', 'enumValueTitles' => [], 'example' => '1', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => 'AA93A076-3D94-51AB-AC70-4C94AF003B03', ], 'Cards' => [ 'title' => '数组,返回示例目录。', 'description' => '', 'type' => 'array', 'items' => [ 'title' => 'RegionItemType', 'description' => '', 'type' => 'object', 'properties' => [ 'Iccid' => [ 'title' => '资源一级ID', 'description' => '代表资源一级ID的资源属性字段', 'type' => 'string', 'example' => '89091231231219123', ], 'UsageDataMonths' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'UsageDataMonth' => [ 'description' => '', 'type' => 'string', 'example' => '1030', ], 'Month' => [ 'description' => '', 'type' => 'string', 'example' => '202207', ], 'CardDayUsages' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Day' => [ 'description' => '', 'type' => 'string', 'example' => '20220701', ], 'UsageData' => [ 'description' => '', 'type' => 'string', 'example' => '40', ], ], ], ], ], ], ], ], ], ], ], ], ], ], 'staticInfo' => [ 'returnType' => 'synchronous', ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AA93A076-3D94-51AB-AC70-4C94AF003B03\\",\\n \\"Cards\\": [\\n {\\n \\"Iccid\\": \\"89091231231219123\\",\\n \\"UsageDataMonths\\": [\\n {\\n \\"UsageDataMonth\\": \\"1030\\",\\n \\"Month\\": \\"202207\\",\\n \\"CardDayUsages\\": [\\n {\\n \\"Day\\": \\"20220701\\",\\n \\"UsageData\\": \\"40\\"\\n }\\n ]\\n }\\n ]\\n }\\n ]\\n}","type":"json"}]', ], 'ResetAreaLimitCards' => [ 'summary' => '重置单卡区域限制', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'Iccids', 'in' => 'query', 'allowEmptyValue' => false, 'style' => 'repeatList', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '898606*******', ], 'required' => true, 'maxItems' => 1000, 'minItems' => 1, ], ], [ 'name' => 'RegionId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou', ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'TF-******-1633255280-43c94bf7-2dd3-4c14-8', ], ], [ 'name' => 'DryRun', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], [ 'name' => 'Province', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => '', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => '1651FBB6-4FBF-49FF-A9F5-DF5D696C7EC6', ], ], ], ], ], 'errorCodes' => [ 400 => [ [ 'errorCode' => 'OperationDenied.CardsSimStatusNotResume', 'errorMessage' => 'The operation is not allowed because of card status not support to resume.', ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"1651FBB6-4FBF-49FF-A9F5-DF5D696C7EC6\\"\\n}","type":"json"}]', ], 'ListCardAreaLimitSupportArea' => [ 'summary' => '查询5G高速上云服务物联网卡区域解锁支持区域', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'AcceptLanguage', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'en', ], ], [ 'name' => 'RegionId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou', 'default' => 'cn-hangzhou', ], ], [ 'name' => 'ProvinceName', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => '1651FBB6-4FBF-49FF-A9F5-DF5D696C7EC6', ], 'Provinces' => [ 'title' => '数组,返回示例目录。', 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'example' => '', ], ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"1651FBB6-4FBF-49FF-A9F5-DF5D696C7EC6\\",\\n \\"Provinces\\": [\\n \\"江苏省\\"\\n ]\\n}","type":"json"}]', ], 'CreateAuthorizationRule' => [ 'summary' => '创建5G高速上云服务实例的授权规则', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'WirelessCloudConnectorId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cc5g-xxxx', ], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'Test', ], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'ar5g-test', ], ], [ 'name' => 'SourceCidr', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '0.0.0.0/0', ], ], [ 'name' => 'DestinationType', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'Cidr', ], ], [ 'name' => 'Protocol', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'all', ], ], [ 'name' => 'DestinationPort', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '-1/-1', ], ], [ 'name' => 'Destination', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => '10.0.0.1', ], ], [ 'name' => 'Policy', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'Permit', ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'TF-******-1633255280-43c94bf7-2dd3-4c14-8', ], ], [ 'name' => 'DryRun', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => '61202DF5-668B-5EDA-8177-F2D71F4737C1', ], 'AuthorizationRuleId' => [ 'description' => '', 'type' => 'string', 'example' => 'ar5g-12fnojjtkkre28t08j', ], ], ], ], ], 'errorCodes' => [ 400 => [ [ 'errorCode' => 'OperationDenied.CIDRMaskTooLarge', 'errorMessage' => 'The operation is not allowed because of CIDR too large.', ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"61202DF5-668B-5EDA-8177-F2D71F4737C1\\",\\n \\"AuthorizationRuleId\\": \\"ar5g-12fnojjtkkre28t08j\\"\\n}","type":"json"}]', ], 'DeleteAuthorizationRule' => [ 'summary' => '删除5G高速上云服务实例的授权规则', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'delete', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'WirelessCloudConnectorId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cc5g-xxxx', ], ], [ 'name' => 'AuthorizationRuleId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'ar5g-xxxx', ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'TF-******-1633255280-43c94bf7-2dd3-4c14-8', ], ], [ 'name' => 'DryRun', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => '1651FBB6-4FBF-49FF-A9F5-DF5D696C7EC6', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"1651FBB6-4FBF-49FF-A9F5-DF5D696C7EC6\\"\\n}","type":"json"}]', ], 'UpdateAuthorizationRule' => [ 'summary' => '更新5G高速上云服务实例的授权规则', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'WirelessCloudConnectorId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cc5g-xxxx', ], ], [ 'name' => 'AuthorizationRuleId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'ar5g-xxxx', ], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'Test', ], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'ar5g-test', ], ], [ 'name' => 'SourceCidr', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '0.0.0.0/0', ], ], [ 'name' => 'Destination', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '10.0.0.1', ], ], [ 'name' => 'Protocol', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'all', ], ], [ 'name' => 'DestinationPort', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '-1/-1', ], ], [ 'name' => 'Policy', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'Permit', ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'TF-******-1633255280-43c94bf7-2dd3-4c14-8', ], ], [ 'name' => 'DryRun', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => 'D3BAFE75-C670-52DB-9739-03133E5FC914', ], ], ], ], ], 'errorCodes' => [ 400 => [ [ 'errorCode' => 'OperationDenied.CIDRMaskTooLarge', 'errorMessage' => 'The operation is not allowed because of CIDR too large.', ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"D3BAFE75-C670-52DB-9739-03133E5FC914\\"\\n}","type":"json"}]', ], 'AddDNSAuthorizationRule' => [ 'summary' => '添加5G高速上云服务实例的DNS授权规则', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'WirelessCloudConnectorId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cc5g-xxxx', ], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'test', ], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'ar5g-test', ], ], [ 'name' => 'SourceDNSIp', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => '0.0.0.0', ], ], [ 'name' => 'DestinationIp', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '1.1.1.1', ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'TF-******-1633255280-43c94bf7-2dd3-4c14-8', ], ], [ 'name' => 'DryRun', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => '1651FBB6-4FBF-49FF-A9F5-DF5D696C7EC6', ], 'AuthorizationRuleId' => [ 'description' => '', 'type' => 'string', 'example' => 'ar5g-xxxx', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"1651FBB6-4FBF-49FF-A9F5-DF5D696C7EC6\\",\\n \\"AuthorizationRuleId\\": \\"ar5g-xxxx\\"\\n}","type":"json"}]', ], 'UpdateDNSAuthorizationRule' => [ 'summary' => '更新5G高速上云服务实例的DNS授权规则', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'WirelessCloudConnectorId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cc5g-xxxx', ], ], [ 'name' => 'AuthorizationRuleId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'ar5g-xxxx', ], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'test', ], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'ar5g-test', ], ], [ 'name' => 'SourceDNSIp', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '0.0.0.0', ], ], [ 'name' => 'DestinationIp', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '10.0.0.1', ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'TF-******-1633255280-43c94bf7-2dd3-4c14-8', ], ], [ 'name' => 'DryRun', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => '1651FBB6-4FBF-49FF-A9F5-DF5D696C7EC6', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"1651FBB6-4FBF-49FF-A9F5-DF5D696C7EC6\\"\\n}","type":"json"}]', ], 'ListAuthorizationRules' => [ 'summary' => '查询5G高速上云服务实例的授权规则列表', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'WirelessCloudConnectorId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cc5g-xxxx', ], ], [ 'name' => 'Statuses', 'in' => 'query', 'style' => 'flat', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'Creating', ], 'required' => false, ], ], [ 'name' => 'AuthorizationRuleIds', 'in' => 'query', 'style' => 'flat', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'ar5g-xxxx', ], 'required' => false, ], ], [ 'name' => 'Names', 'in' => 'query', 'style' => 'flat', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'Test', ], 'required' => false, ], ], [ 'name' => 'DestinationType', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'Cidr', ], ], [ 'name' => 'Protocol', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'all', ], ], [ 'name' => 'DestinationPort', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '-1/-1', ], ], [ 'name' => 'Destination', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '10.0.0.1', ], ], [ 'name' => 'Policy', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'Permit', ], ], [ 'name' => 'Type', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'System', ], ], [ 'name' => 'Dns', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], [ 'name' => 'NextToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'iou001238joojjaere', ], ], [ 'name' => 'MaxResults', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '10', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => '207F9929-806E-5622-8E4F-8484F7000C22', ], 'AuthorizationRules' => [ 'title' => '数组,返回示例目录。', 'description' => '', 'type' => 'array', 'items' => [ 'title' => 'RegionItemType', 'description' => 'RegionItemType', 'type' => 'object', 'properties' => [ 'AuthorizationRuleId' => [ 'title' => '资源一级ID', 'description' => '代表资源一级ID的资源属性字段', 'type' => 'string', 'example' => 'ar5g-xxxx', ], 'Status' => [ 'title' => '资源名称', 'description' => '代表资源名称的资源属性字段', 'type' => 'string', 'example' => 'Pending', ], 'Name' => [ 'title' => '创建时间', 'description' => '代表创建时间的资源属性字段', 'type' => 'string', 'example' => 'test', ], 'Description' => [ 'description' => '', 'type' => 'string', 'example' => 'ar5g-test', ], 'Type' => [ 'description' => '', 'type' => 'string', 'example' => 'Default', ], 'SourceCidr' => [ 'description' => '', 'type' => 'string', 'example' => '0.0.0.0/0', ], 'DestinationType' => [ 'description' => '', 'type' => 'string', 'example' => 'Cidr', ], 'Protocol' => [ 'description' => '', 'type' => 'string', 'example' => 'all', ], 'DestinationPort' => [ 'description' => '', 'type' => 'string', 'example' => '0-65535', ], 'Destination' => [ 'description' => '', 'type' => 'string', 'example' => '10.0.0.0/24', ], 'Policy' => [ 'description' => '', 'type' => 'string', 'example' => 'Permit', ], 'Dns' => [ 'description' => '', 'type' => 'boolean', 'example' => 'true', ], 'CreateTime' => [ 'description' => '', 'type' => 'string', 'example' => '2022-3-15 22:20:00', ], ], ], ], 'NextToken' => [ 'description' => '', 'type' => 'string', 'example' => 'iou001238joojjaere', ], 'MaxResults' => [ 'description' => '', 'type' => 'string', 'example' => '10', ], 'TotalCount' => [ 'description' => '', 'type' => 'string', 'example' => '2', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"207F9929-806E-5622-8E4F-8484F7000C22\\",\\n \\"AuthorizationRules\\": [\\n {\\n \\"AuthorizationRuleId\\": \\"ar5g-xxxx\\",\\n \\"Status\\": \\"Pending\\",\\n \\"Name\\": \\"test\\",\\n \\"Description\\": \\"ar5g-test\\",\\n \\"Type\\": \\"Default\\",\\n \\"SourceCidr\\": \\"0.0.0.0/0\\",\\n \\"DestinationType\\": \\"Cidr\\",\\n \\"Protocol\\": \\"all\\",\\n \\"DestinationPort\\": \\"0-65535\\",\\n \\"Destination\\": \\"10.0.0.0/24\\",\\n \\"Policy\\": \\"Permit\\",\\n \\"Dns\\": true,\\n \\"CreateTime\\": \\"2022-3-15 22:20:00\\"\\n }\\n ],\\n \\"NextToken\\": \\"iou001238joojjaere\\",\\n \\"MaxResults\\": \\"10\\",\\n \\"TotalCount\\": \\"2\\"\\n}","type":"json"}]', ], 'CreateBatchOperateCardsTask' => [ 'summary' => '创建批量操作卡任务', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'Name', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'test', ], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'task- test', ], ], [ 'name' => 'RegionId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou', ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'TF-******-1633255280-43c94bf7-2dd3-4c14-8', ], ], [ 'name' => 'DryRun', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], [ 'name' => 'WirelessCloudConnectorIds', 'in' => 'query', 'style' => 'flat', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'type' => 'string', 'required' => false, 'example' => 'cc5g-xxxx', ], 'required' => false, ], ], [ 'name' => 'Iccids', 'in' => 'query', 'style' => 'flat', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '890912389123', ], 'required' => false, ], ], [ 'name' => 'IccidsOssFilePath', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'https://examplebucket.oss-eu-central-1.aliyuncs.com/***', ], ], [ 'name' => 'OperateType', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'BreakNetwork', ], ], [ 'name' => 'Threshold', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '100', ], ], [ 'name' => 'EffectType', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'CurrentMonth', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => '1651FBB6-4FBF-49FF-A9F5-DF5D696C7EC6', ], 'BatchOperateCardsTaskId' => [ 'description' => '', 'type' => 'string', 'example' => 'boct-xxxx', ], 'OperateResultOssFilePath' => [ 'description' => '', 'type' => 'string', 'example' => 'https://examplebucket.oss-eu-central-1.aliyuncs.com/***', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"1651FBB6-4FBF-49FF-A9F5-DF5D696C7EC6\\",\\n \\"BatchOperateCardsTaskId\\": \\"boct-xxxx\\",\\n \\"OperateResultOssFilePath\\": \\"https://examplebucket.oss-eu-central-1.aliyuncs.com/***\\"\\n}","type":"json"}]', ], 'DeleteBatchOperateCardsTask' => [ 'summary' => '删除批量操作卡任务', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'delete', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'BatchOperateCardsTaskId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'boct-xxx', ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'TF-******-1633255280-43c94bf7-2dd3-4c14-8', ], ], [ 'name' => 'DryRun', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], [ 'name' => 'RegionId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'cn-shenzhen', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => '1651FBB6-4FBF-49FF-A9F5-DF5D696C7EC6', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"1651FBB6-4FBF-49FF-A9F5-DF5D696C7EC6\\"\\n}","type":"json"}]', ], 'UpdateBatchOperateCardsTask' => [ 'summary' => '修改批量操作卡任务', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'Name', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'test', ], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'task-test', ], ], [ 'name' => 'RegionId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou', ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'TF-******-1633255280-43c94bf7-2dd3-4c14-8', ], ], [ 'name' => 'DryRun', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], [ 'name' => 'WirelessCloudConnectorIds', 'in' => 'query', 'style' => 'flat', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'cc5g-xxxx', ], 'required' => false, ], ], [ 'name' => 'Iccids', 'in' => 'query', 'style' => 'flat', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '890912389123', ], 'required' => false, ], ], [ 'name' => 'IccidsOssFilePath', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'cciot-cn-hangzhou/127859184306****/***.csv', ], ], [ 'name' => 'OperateType', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'enumValueTitles' => [], 'example' => 'BreakNetwork', ], ], [ 'name' => 'Threshold', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '100', ], ], [ 'name' => 'EffectType', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'enumValueTitles' => [], 'example' => 'CurrentMonth', ], ], [ 'name' => 'BatchOperateCardsTaskId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'boct-xxxx', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => '1651FBB6-4FBF-49FF-A9F5-DF5D696C7EC6', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"1651FBB6-4FBF-49FF-A9F5-DF5D696C7EC6\\"\\n}","type":"json"}]', ], 'ListBatchOperateCardsTasks' => [ 'summary' => '查询批量操作卡任务列表', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou', ], ], [ 'name' => 'Statuses', 'in' => 'query', 'style' => 'flat', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'Creating', ], 'required' => false, ], ], [ 'name' => 'BatchOperateCardsTaskIds', 'in' => 'query', 'style' => 'flat', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'boct-xxxx', ], 'required' => false, ], ], [ 'name' => 'NextToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'iou001238joojjaere', ], ], [ 'name' => 'MaxResults', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '10', ], ], [ 'name' => 'Names', 'in' => 'query', 'style' => 'flat', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'type' => 'string', 'required' => false, 'example' => '', ], 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => '1651FBB6-4FBF-49FF-A9F5-DF5D696C7EC6', ], 'BatchOperateCardsTasks' => [ 'title' => '数组,返回示例目录。', 'description' => '', 'type' => 'array', 'items' => [ 'title' => 'RegionItemType', 'description' => '', 'type' => 'object', 'properties' => [ 'BatchOperateCardsTaskId' => [ 'title' => '资源一级ID', 'description' => '代表资源一级ID的资源属性字段', 'type' => 'string', 'example' => 'boct-xxxx', ], 'Status' => [ 'description' => '', 'type' => 'string', 'example' => 'Available', ], 'OperateType' => [ 'title' => '创建时间', 'description' => '代表创建时间的资源属性字段', 'type' => 'string', 'example' => 'BreakNetwork', ], 'Threshold' => [ 'description' => '', 'type' => 'string', 'example' => '100', ], 'EffectType' => [ 'description' => '', 'type' => 'string', 'example' => 'CurrentMonth', ], 'IccidsOssFilePath' => [ 'description' => '', 'type' => 'string', 'example' => 'https://examplebucket.oss-eu-central-1.aliyuncs.com/***', ], 'WirelessCloudConnectors' => [ 'description' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'WirelessCloudConnectorId' => [ 'description' => '', 'type' => 'string', 'example' => 'cc5g-xxxx', ], 'Status' => [ 'description' => '', 'type' => 'string', 'example' => 'Deleted', ], ], ], ], 'OperateResultOssFilePath' => [ 'description' => '', 'type' => 'string', 'example' => 'https://examplebucket.oss-eu-central-1.aliyuncs.com/***', ], 'Description' => [ 'description' => '', 'type' => 'string', 'example' => 'task-test', ], 'Name' => [ 'description' => '', 'type' => 'string', 'example' => 'test', ], 'CreateTime' => [ 'description' => '', 'type' => 'string', 'example' => '2022-3-15 22:20:00', ], ], ], ], 'NextToken' => [ 'description' => '', 'type' => 'string', 'example' => 'iou001238joojjaere', ], 'MaxResults' => [ 'description' => '', 'type' => 'string', 'example' => '10', ], 'TotalCount' => [ 'description' => '', 'type' => 'string', 'example' => '2', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"1651FBB6-4FBF-49FF-A9F5-DF5D696C7EC6\\",\\n \\"BatchOperateCardsTasks\\": [\\n {\\n \\"BatchOperateCardsTaskId\\": \\"boct-xxxx\\",\\n \\"Status\\": \\"Available\\",\\n \\"OperateType\\": \\"BreakNetwork\\",\\n \\"Threshold\\": \\"100\\",\\n \\"EffectType\\": \\"CurrentMonth\\",\\n \\"IccidsOssFilePath\\": \\"https://examplebucket.oss-eu-central-1.aliyuncs.com/***\\",\\n \\"WirelessCloudConnectors\\": [\\n {\\n \\"WirelessCloudConnectorId\\": \\"cc5g-xxxx\\",\\n \\"Status\\": \\"Deleted\\"\\n }\\n ],\\n \\"OperateResultOssFilePath\\": \\"https://examplebucket.oss-eu-central-1.aliyuncs.com/***\\",\\n \\"Description\\": \\"task-test\\",\\n \\"Name\\": \\"test\\",\\n \\"CreateTime\\": \\"2022-3-15 22:20:00\\"\\n }\\n ],\\n \\"NextToken\\": \\"iou001238joojjaere\\",\\n \\"MaxResults\\": \\"10\\",\\n \\"TotalCount\\": \\"2\\"\\n}","type":"json"}]', ], 'SubmitDiagnoseTaskForSingleCard' => [ 'summary' => '开启cciot单卡一键诊断', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'WirelessCloudConnectorId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cc5g-xxxx', ], ], [ 'name' => 'Source', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => '89860477102170127555', ], ], [ 'name' => 'Destination', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '106.14.175.4', ], ], [ 'name' => 'BeginTime', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '1662307201200', ], ], [ 'name' => 'EndTime', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '1662307201200', ], ], [ 'name' => 'RegionNo', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cn-hangzhou', ], ], [ 'name' => 'ResourceUid', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '253460731706911258', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '1651FBB6-4FBF-49FF-A9F5-DF5D696C7EC6', ], 'DiagnoseTaskId' => [ 'description' => '', 'type' => 'string', 'example' => 'diagnoseTask-bp2n6rgaj49qcs34jyzo8', ], ], ], ], ], 'errorCodes' => [ 400 => [ [ 'errorCode' => 'Forbidden.RAM', 'errorMessage' => 'Ram user does not have permission to perform this operation.', ], [ 'errorCode' => 'cardIdNotExist', 'errorMessage' => 'diagnose task iccid not exist', ], [ 'errorCode' => 'CardIPNotBind', 'errorMessage' => 'card ip not bind', ], [ 'errorCode' => 'CardIPAndIccIdNotMatch', 'errorMessage' => 'card ip and iccid not match', ], [ 'errorCode' => 'CardIPNotExist', 'errorMessage' => 'card ip not exist', ], [ 'errorCode' => 'ResourceNotFound.IoTCloudConnector', 'errorMessage' => 'The param of IoTCloudConnectorId is illegal.', ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"1651FBB6-4FBF-49FF-A9F5-DF5D696C7EC6\\",\\n \\"DiagnoseTaskId\\": \\"diagnoseTask-bp2n6rgaj49qcs34jyzo8\\"\\n}","type":"json"}]', ], 'GetDiagnoseResultForSingleCard' => [ 'summary' => '查询单卡诊断结果', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'DiagnoseTaskId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'diagnoseTask-bp2qhwdp2n9x6zkvq****', ], ], [ 'name' => 'RegionNo', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '94032572-8758-575E-B306-86F59D1B826E', ], 'WirelessCloudConnectorId' => [ 'description' => '', 'type' => 'string', 'example' => 'cc5g-xxxx', ], 'CardIp' => [ 'description' => '', 'type' => 'string', 'example' => '10.176.78.61', ], 'IccId' => [ 'description' => '', 'type' => 'string', 'example' => '89860477102170127555', ], 'Destination' => [ 'description' => '', 'type' => 'string', 'example' => '106.14.175.4', ], 'DestinationType' => [ 'description' => '', 'type' => 'string', 'example' => 'Domain', ], 'BeginTime' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '1646100223024', ], 'EndTime' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '1646100223264', ], 'Status' => [ 'description' => '', 'type' => 'string', 'example' => 'failed', ], 'ErrorResult' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'ErrorLevel' => [ 'description' => '', 'type' => 'string', 'example' => 'Warning', ], 'ErrorPart' => [ 'description' => '', 'type' => 'string', 'example' => 'Terminal', ], 'ErrorItem' => [ 'description' => '', 'type' => 'string', 'example' => 'CardStatus', ], 'ErrorDesc' => [ 'description' => '', 'type' => 'string', 'example' => 'Terminal abnormal', ], 'ErrorSuggestion' => [ 'description' => '', 'type' => 'string', 'example' => 'Please check whether the terminal and card are compatible or whether the terminal can send messages', ], ], ], ], 'DiagnoseItem' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Part' => [ 'description' => '', 'type' => 'string', 'example' => 'Terminal', ], 'Status' => [ 'description' => '', 'type' => 'string', 'example' => 'Wrong', ], 'SubItems' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'SubItem' => [ 'description' => '', 'type' => 'string', 'example' => 'CardStatus', ], 'SubItemStatus' => [ 'description' => '', 'type' => 'string', 'example' => 'Normal', ], 'SubItemInfo' => [ 'description' => '', 'type' => 'string', 'example' => 'Card status is real-time', ], ], ], ], ], ], 'enumValueTitles' => [], ], ], ], ], ], 'errorCodes' => [ 400 => [ [ 'errorCode' => 'Forbidden.RAM', 'errorMessage' => 'Ram user does not have permission to perform this operation.', ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"94032572-8758-575E-B306-86F59D1B826E\\",\\n \\"WirelessCloudConnectorId\\": \\"cc5g-xxxx\\",\\n \\"CardIp\\": \\"10.176.78.61\\",\\n \\"IccId\\": \\"89860477102170127555\\",\\n \\"Destination\\": \\"106.14.175.4\\",\\n \\"DestinationType\\": \\"Domain\\",\\n \\"BeginTime\\": 1646100223024,\\n \\"EndTime\\": 1646100223264,\\n \\"Status\\": \\"failed\\",\\n \\"ErrorResult\\": [\\n {\\n \\"ErrorLevel\\": \\"Warning\\",\\n \\"ErrorPart\\": \\"Terminal\\",\\n \\"ErrorItem\\": \\"CardStatus\\",\\n \\"ErrorDesc\\": \\"Terminal abnormal\\",\\n \\"ErrorSuggestion\\": \\"Please check whether the terminal and card are compatible or whether the terminal can send messages\\"\\n }\\n ],\\n \\"DiagnoseItem\\": [\\n {\\n \\"Part\\": \\"Terminal\\",\\n \\"Status\\": \\"Wrong\\",\\n \\"SubItems\\": [\\n {\\n \\"SubItem\\": \\"CardStatus\\",\\n \\"SubItemStatus\\": \\"Normal\\",\\n \\"SubItemInfo\\": \\"Card status is real-time\\"\\n }\\n ]\\n }\\n ]\\n}","type":"json"}]', ], 'ListDiagnoseInfoForSingleCard' => [ 'summary' => '查询单卡诊断信息列表', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'RegionNo', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'enumValueTitles' => [], 'example' => 'cn-hangzhou', ], ], [ 'name' => 'WirelessCloudConnectorId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cc5g-xxxx', ], ], [ 'name' => 'SourceType', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'Iccid', ], ], [ 'name' => 'Source', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '89860477102170127555', ], ], [ 'name' => 'Status', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'success', ], ], [ 'name' => 'NextToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'FFmyTO70tTpLG6I3FmYAXGKPd****', ], ], [ 'name' => 'MaxResults', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '20', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => 'E1E237B1-EED7-55D5-AE5F-671E642DB3B5', ], 'NextToken' => [ 'description' => '', 'type' => 'string', 'example' => 'FFmyTO70tTpLG6I3FmYAXGKPd****'."\n", ], 'MaxResults' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '20', ], 'DiagnoseInfo' => [ 'description' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'WirelessCloudConnectorId' => [ 'description' => '', 'type' => 'string', 'example' => 'cc5g-xxxx', ], 'CardIp' => [ 'description' => '', 'type' => 'string', 'example' => '10.176.78.61', ], 'IccId' => [ 'description' => '', 'type' => 'string', 'example' => '89860477102170127555', ], 'SourceType' => [ 'description' => '', 'type' => 'string', 'example' => 'Iccid', ], 'Source' => [ 'description' => '', 'type' => 'string', 'example' => '89860477102170127555', ], 'DestinationType' => [ 'description' => '', 'type' => 'string', 'example' => 'Domain', ], 'Destination' => [ 'description' => '', 'type' => 'string', 'example' => 'www.xxx.com', ], 'BeginTime' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '1662307200000', ], 'EndTime' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '1662307201200', ], 'Status' => [ 'description' => '', 'type' => 'string', 'example' => 'failed', ], 'DiagnoseTime' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '1662307202400', ], 'DiagnoseTaskId' => [ 'description' => '', 'type' => 'string', 'example' => 'diagnoseTask-bp2x7tzkdl655liw3mhbg', ], ], ], ], 'TotalCount' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '50', ], ], ], ], ], 'errorCodes' => [ 400 => [ [ 'errorCode' => 'Forbidden.RAM', 'errorMessage' => 'Ram user does not have permission to perform this operation.', ], [ 'errorCode' => 'ResourceNotFound.IoTCloudConnector', 'errorMessage' => 'The param of IoTCloudConnectorId is illegal.', ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"E1E237B1-EED7-55D5-AE5F-671E642DB3B5\\",\\n \\"NextToken\\": \\"FFmyTO70tTpLG6I3FmYAXGKPd****\\\\n\\",\\n \\"MaxResults\\": 20,\\n \\"DiagnoseInfo\\": [\\n {\\n \\"WirelessCloudConnectorId\\": \\"cc5g-xxxx\\",\\n \\"CardIp\\": \\"10.176.78.61\\",\\n \\"IccId\\": \\"89860477102170127555\\",\\n \\"SourceType\\": \\"Iccid\\",\\n \\"Source\\": \\"89860477102170127555\\",\\n \\"DestinationType\\": \\"Domain\\",\\n \\"Destination\\": \\"www.xxx.com\\",\\n \\"BeginTime\\": 1662307200000,\\n \\"EndTime\\": 1662307201200,\\n \\"Status\\": \\"failed\\",\\n \\"DiagnoseTime\\": 1662307202400,\\n \\"DiagnoseTaskId\\": \\"diagnoseTask-bp2x7tzkdl655liw3mhbg\\"\\n }\\n ],\\n \\"TotalCount\\": 50\\n}","type":"json"}]', ], 'GrantNetLink' => [ 'summary' => '分享授权网络连接', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'WirelessCloudConnectorId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'enumValueTitles' => [], 'example' => 'cc5g-xxxx', ], ], [ 'name' => 'NetLinkId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'enumValueTitles' => [], 'example' => 'cciot-xxxx', ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'enumValueTitles' => [], 'example' => 'f0ba469f-de7f-4dde-8390-0966a1a0ef9a', ], ], [ 'name' => 'DryRun', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'enumValueTitles' => [], 'example' => 'False', ], ], [ 'name' => 'GrantAliUid', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'enumValueTitles' => [], 'example' => '11111111111', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'enumValueTitles' => [], 'example' => 'E6B58AF9-F1BF-5894-B898-6CE2108463C5', ], ], 'enumValueTitles' => [], ], ], ], 'errorCodes' => [ 400 => [ [ 'errorCode' => 'OperationDenied.GrantUidNotHaveCcIotSlr', 'errorMessage' => 'The operation is not allowed because of GrantUid not have AliyunServiceRoleForCCIoT.', ], [ 'errorCode' => 'OperationDenied.NotSupportGrantToSelf', 'errorMessage' => 'The operation is not allowed because of not support grant self.', ], [ 'errorCode' => 'OperationDenied.ExistCustomerAuthorizationRules', 'errorMessage' => 'The operation is not allowed because of exist customer authorization rules.', ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"E6B58AF9-F1BF-5894-B898-6CE2108463C5\\"\\n}","type":"json"}]', ], 'RevokeNetLink' => [ 'summary' => '撤销分享授权网络连接', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'WirelessCloudConnectorId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cc5g-xxxx', ], ], [ 'name' => 'NetLinkId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'iotcc-ua6xy4vpmi24y114ws', ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '8278082c-0b8c-412c-b0ad-876a3cf0d0f8', ], ], [ 'name' => 'DryRun', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => '1E781588-69D4-56C3-93BA-DEFECF2596B8', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"1E781588-69D4-56C3-93BA-DEFECF2596B8\\"\\n}","type":"json"}]', ], 'CreateWirelessCloudConnectorGroup' => [ 'summary' => '创建5G高速上云服务实例组', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'Name', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '', ], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'cc5gg-test', ], ], [ 'name' => 'RegionId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cn-hangzhou', ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'TF-******-1633255280-43c94bf7-2dd3-4c14-8', ], ], [ 'name' => 'DryRun', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => '88C2F32F-B641-5980-B7A5-6907050ABCD1'."\n", ], 'WirelessCloudConnectorGroupId' => [ 'description' => '', 'type' => 'string', 'example' => 'cc5gg-****', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"88C2F32F-B641-5980-B7A5-6907050ABCD1\\\\n\\",\\n \\"WirelessCloudConnectorGroupId\\": \\"cc5gg-****\\"\\n}","type":"json"}]', ], 'UpdateWirelessCloudConnectorGroup' => [ 'summary' => '修改5G高速上云服务实例分组', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'WirelessCloudConnectorGroupId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'enumValueTitles' => [], 'example' => 'cc5gg-****', ], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'enumValueTitles' => [], 'example' => 'test', ], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'enumValueTitles' => [], 'example' => 'description', ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'enumValueTitles' => [], 'example' => 'TF-******-1633255280-43c94bf7-2dd3-4c14-8', ], ], [ 'name' => 'DryRun', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'enumValueTitles' => [], 'example' => 'true', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'enumValueTitles' => [], 'example' => '8734B5B2-FC84-54C4-8038-D40228CF01FE', ], ], 'enumValueTitles' => [], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"8734B5B2-FC84-54C4-8038-D40228CF01FE\\"\\n}","type":"json"}]', ], 'ListWirelessCloudConnectorGroups' => [ 'summary' => '查询5G高速上云服务实例分组列表', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou', ], ], [ 'name' => 'WirelessCloudConnectorGroupStatus', 'in' => 'query', 'style' => 'flat', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'Creating', ], 'required' => false, ], ], [ 'name' => 'WirelessCloudConnectorGroupIds', 'in' => 'query', 'style' => 'flat', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'cc5gg-xxxx', ], 'required' => false, ], ], [ 'name' => 'WirelessCloudConnectorGroupNames', 'in' => 'query', 'style' => 'flat', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'test', ], 'required' => false, ], ], [ 'name' => 'NextToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'iou001238joojjaere'."\n", ], ], [ 'name' => 'MaxResults', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '10', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => 'D3BAFE75-C670-52DB-9739-03133E5FC914', ], 'WirelessCloudConnectorGroups' => [ 'title' => '数组,返回示例目录。', 'description' => '', 'type' => 'array', 'items' => [ 'title' => 'RegionItemType', 'description' => '', 'type' => 'object', 'properties' => [ 'WirelessCloudConnectorGroupId' => [ 'title' => '资源一级ID', 'description' => '代表资源一级ID的资源属性字段', 'type' => 'string', 'example' => 'cc5gg-xxxx', ], 'Status' => [ 'title' => '资源名称', 'description' => '代表资源名称的资源属性字段', 'type' => 'string', 'example' => 'Creating', ], 'Name' => [ 'title' => '创建时间', 'description' => '代表创建时间的资源属性字段', 'type' => 'string', 'example' => 'test', ], 'Description' => [ 'description' => '', 'type' => 'string', 'example' => 'cc5gg-test'."\n", ], 'RegionId' => [ 'description' => '', 'type' => 'string', 'example' => 'cn-shenzhen', ], 'CreateTime' => [ 'description' => '', 'type' => 'string', 'example' => '2022-07-04 19:19:14', ], 'WirelessCloudConnectors' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => 'RegionItemType', 'type' => 'object', 'properties' => [ 'WirelessCloudConnectorId' => [ 'description' => '', 'type' => 'string', 'example' => 'cc5g-62eb02o7lz1w5aurl3', ], 'Status' => [ 'description' => '', 'type' => 'string', 'example' => 'Available', ], 'Name' => [ 'description' => '', 'type' => 'string', 'example' => 'test', ], 'Description' => [ 'description' => '', 'type' => 'string', 'example' => 'cc5g-test', ], 'RegionId' => [ 'description' => '', 'type' => 'string', 'example' => 'cn-shenzhen', ], 'UseCase' => [ 'description' => '', 'type' => 'string', 'example' => '', ], 'DataPackageId' => [ 'description' => '', 'type' => 'string', 'example' => 'dp-xxxx'."\n", ], 'DataPackageType' => [ 'description' => '', 'type' => 'string', 'example' => '200', ], 'CardCount' => [ 'description' => '', 'type' => 'string', 'example' => '115', ], 'CreateTime' => [ 'description' => '', 'type' => 'string', 'example' => '2022-04-28 17:40:53', ], 'BusinessType' => [ 'description' => '', 'type' => 'string', 'example' => 'Business', ], 'ServiceType' => [ 'description' => '', 'type' => 'string', 'example' => 'CC5G', ], ], ], ], ], ], ], 'NextToken' => [ 'description' => '', 'type' => 'string', 'example' => 'iou001238joojjaere', ], 'MaxResults' => [ 'description' => '', 'type' => 'string', 'example' => '10', ], 'TotalCount' => [ 'description' => '', 'type' => 'string', 'example' => '2', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"D3BAFE75-C670-52DB-9739-03133E5FC914\\",\\n \\"WirelessCloudConnectorGroups\\": [\\n {\\n \\"WirelessCloudConnectorGroupId\\": \\"cc5gg-xxxx\\",\\n \\"Status\\": \\"Creating\\",\\n \\"Name\\": \\"test\\",\\n \\"Description\\": \\"cc5gg-test\\\\n\\",\\n \\"RegionId\\": \\"cn-shenzhen\\",\\n \\"CreateTime\\": \\"2022-07-04 19:19:14\\",\\n \\"WirelessCloudConnectors\\": [\\n {\\n \\"WirelessCloudConnectorId\\": \\"cc5g-62eb02o7lz1w5aurl3\\",\\n \\"Status\\": \\"Available\\",\\n \\"Name\\": \\"test\\",\\n \\"Description\\": \\"cc5g-test\\",\\n \\"RegionId\\": \\"cn-shenzhen\\",\\n \\"UseCase\\": \\"智慧工厂\\\\n\\",\\n \\"DataPackageId\\": \\"dp-xxxx\\\\n\\",\\n \\"DataPackageType\\": \\"200\\",\\n \\"CardCount\\": \\"115\\",\\n \\"CreateTime\\": \\"2022-04-28 17:40:53\\",\\n \\"BusinessType\\": \\"Business\\",\\n \\"ServiceType\\": \\"CC5G\\"\\n }\\n ]\\n }\\n ],\\n \\"NextToken\\": \\"iou001238joojjaere\\",\\n \\"MaxResults\\": \\"10\\",\\n \\"TotalCount\\": \\"2\\"\\n}","type":"json"}]', ], 'DeleteWirelessCloudConnectorGroup' => [ 'summary' => '删除5G高速上云服务实例分组', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'delete', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'WirelessCloudConnectorGroupId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cc5gg-****', ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'TF-******-1633255280-43c94bf7-2dd3-4c14-8', ], ], [ 'name' => 'DryRun', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => '2E759287-F208-589B-82D8-6D7A30F417E3', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"2E759287-F208-589B-82D8-6D7A30F417E3\\"\\n}","type":"json"}]', ], 'AddWirelessCloudConnectorToGroup' => [ 'summary' => '添加5G高速上云服务实例到组', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'WirelessCloudConnectorGroupId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cc5gg-****', ], ], [ 'name' => 'WirelessCloudConnectorIds', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'cc5g-xxxx', ], 'required' => true, 'maxItems' => 20, ], ], [ 'name' => 'RegionId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cn-hangzhou', ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'TF-******-1633255280-43c94bf7-2dd3-4c14-8', ], ], [ 'name' => 'DryRun', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => '1651FBB6-4FBF-49FF-A9F5-DF5D696C7EC6', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"1651FBB6-4FBF-49FF-A9F5-DF5D696C7EC6\\"\\n}","type":"json"}]', ], 'RemoveWirelessCloudConnectorFromGroup' => [ 'summary' => '从组里移除5G高速上云服务实例', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'WirelessCloudConnectorGroupId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cc5gg-****', ], ], [ 'name' => 'WirelessCloudConnectorIds', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'cc5g-xxxx', ], 'required' => true, 'maxItems' => 20, ], ], [ 'name' => 'RegionId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cn-hangzhou', ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'TF-******-1633255280-43c94bf7-2dd3-4c14-8', ], ], [ 'name' => 'DryRun', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => '2DCFA69E-A161-512D-99A7-108022580719', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"2DCFA69E-A161-512D-99A7-108022580719\\"\\n}","type":"json"}]', ], 'CreateGroupAuthorizationRule' => [ 'summary' => '创建5G高速上云服务实例组的授权规则', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'WirelessCloudConnectorGroupId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cc5gg-****', ], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'test', ], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'ar5gg-test', ], ], [ 'name' => 'SourceCidr', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '0.0.0.0/0', ], ], [ 'name' => 'DestinationType', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'Cidr', ], ], [ 'name' => 'Protocol', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'all', ], ], [ 'name' => 'DestinationPort', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '-1/-1', ], ], [ 'name' => 'Destination', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => '106.14.175.4', ], ], [ 'name' => 'Policy', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'Permit', ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'TF-******-1633255280-43c94bf7-2dd3-4c14-8', ], ], [ 'name' => 'DryRun', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => 'AA93A076-3D94-51AB-AC70-4C94AF003B03', ], 'AuthorizationRuleId' => [ 'description' => '', 'type' => 'string', 'example' => 'ar5gg-xxxx', ], ], ], ], ], 'errorCodes' => [ 400 => [ [ 'errorCode' => 'OperationDenied.CIDRMaskTooLarge', 'errorMessage' => 'The operation is not allowed because of CIDR too large.', ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AA93A076-3D94-51AB-AC70-4C94AF003B03\\",\\n \\"AuthorizationRuleId\\": \\"ar5gg-xxxx\\"\\n}","type":"json"}]', ], 'UpdateGroupAuthorizationRule' => [ 'summary' => '更新5G高速上云服务实例组的授权规则', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'WirelessCloudConnectorGroupId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cc5gg-****', ], ], [ 'name' => 'AuthorizationRuleId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'ar5gg-xxxx', ], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'test', ], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'test', ], ], [ 'name' => 'SourceCidr', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '192.168.0.1', ], ], [ 'name' => 'Destination', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '192.168.XX.XX', ], ], [ 'name' => 'Protocol', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'all', ], ], [ 'name' => 'DestinationPort', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '80/80'."\n", ], ], [ 'name' => 'Policy', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'Permit', ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'TF-******-1633255280-43c94bf7-2dd3-4c14-8', ], ], [ 'name' => 'DryRun', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => '79B01B1A-7089-552F-9798-DEDFFBAAED5F', ], ], ], ], ], 'errorCodes' => [ 400 => [ [ 'errorCode' => 'OperationDenied.CIDRMaskTooLarge', 'errorMessage' => 'The operation is not allowed because of CIDR too large.', ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"79B01B1A-7089-552F-9798-DEDFFBAAED5F\\"\\n}","type":"json"}]', ], 'ListGroupAuthorizationRules' => [ 'summary' => '查询5G高速上云服务实例组的授权规则列表', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', ], 'parameters' => [ [ 'name' => 'WirelessCloudConnectorGroupId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cc5gg-****', ], ], [ 'name' => 'Statuses', 'in' => 'query', 'style' => 'flat', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'Creating', ], 'required' => false, ], ], [ 'name' => 'AuthorizationRuleIds', 'in' => 'query', 'style' => 'flat', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'ar5gg-xxxx', ], 'required' => false, ], ], [ 'name' => 'Names', 'in' => 'query', 'style' => 'flat', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'Test', ], 'required' => false, ], ], [ 'name' => 'DestinationType', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'Cidr', ], ], [ 'name' => 'Protocol', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'all', ], ], [ 'name' => 'DestinationPort', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '-1/-1', ], ], [ 'name' => 'Destination', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '10.0.0.1', ], ], [ 'name' => 'Policy', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'Permit', ], ], [ 'name' => 'Type', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'System', ], ], [ 'name' => 'Dns', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], [ 'name' => 'NextToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'iou001238joojjaere', ], ], [ 'name' => 'MaxResults', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '10', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => '1651FBB6-4FBF-49FF-A9F5-DF5D696C7EC6', ], 'GroupAuthorizationRules' => [ 'title' => '数组,返回示例目录。', 'description' => '', 'type' => 'array', 'items' => [ 'title' => 'RegionItemType', 'description' => '', 'type' => 'object', 'properties' => [ 'AuthorizationRuleId' => [ 'title' => '资源一级ID', 'description' => '代表资源一级ID的资源属性字段', 'type' => 'string', 'example' => 'ar5gg-y5g4rp2w1tl1w7zg59', ], 'Status' => [ 'title' => '资源名称', 'description' => '代表资源名称的资源属性字段', 'type' => 'string', 'example' => 'Creating', ], 'Name' => [ 'title' => '创建时间', 'description' => '代表创建时间的资源属性字段', 'type' => 'string', 'example' => 'test', ], 'Description' => [ 'description' => '', 'type' => 'string', 'example' => 'ar5gg-test'."\n", ], 'Type' => [ 'description' => '', 'type' => 'string', 'example' => 'Default', ], 'SourceCidr' => [ 'description' => '', 'type' => 'string', 'example' => '0.0.0.0/0', ], 'DestinationType' => [ 'description' => '', 'type' => 'string', 'example' => 'Cidr', ], 'Protocol' => [ 'description' => '', 'type' => 'string', 'example' => 'all', ], 'DestinationPort' => [ 'description' => '', 'type' => 'string', 'example' => '0-65535', ], 'Destination' => [ 'description' => '', 'type' => 'string', 'example' => '47.103.184.100/32', ], 'Policy' => [ 'description' => '', 'type' => 'string', 'example' => 'Permit', ], 'Dns' => [ 'description' => '', 'type' => 'boolean', 'example' => 'true', ], 'CreateTime' => [ 'description' => '', 'type' => 'string', 'example' => '2022-06-21 15:27:24', ], ], ], ], 'NextToken' => [ 'description' => '', 'type' => 'string', 'example' => 'iou001238joojjaere'."\n", ], 'MaxResults' => [ 'description' => '', 'type' => 'string', 'example' => '10', ], 'TotalCount' => [ 'description' => '', 'type' => 'string', 'example' => '2', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"1651FBB6-4FBF-49FF-A9F5-DF5D696C7EC6\\",\\n \\"GroupAuthorizationRules\\": [\\n {\\n \\"AuthorizationRuleId\\": \\"ar5gg-y5g4rp2w1tl1w7zg59\\",\\n \\"Status\\": \\"Creating\\",\\n \\"Name\\": \\"test\\",\\n \\"Description\\": \\"ar5gg-test\\\\n\\",\\n \\"Type\\": \\"Default\\",\\n \\"SourceCidr\\": \\"0.0.0.0/0\\",\\n \\"DestinationType\\": \\"Cidr\\",\\n \\"Protocol\\": \\"all\\",\\n \\"DestinationPort\\": \\"0-65535\\",\\n \\"Destination\\": \\"47.103.184.100/32\\",\\n \\"Policy\\": \\"Permit\\",\\n \\"Dns\\": true,\\n \\"CreateTime\\": \\"2022-06-21 15:27:24\\"\\n }\\n ],\\n \\"NextToken\\": \\"iou001238joojjaere\\\\n\\",\\n \\"MaxResults\\": \\"10\\",\\n \\"TotalCount\\": \\"2\\"\\n}","type":"json"}]', ], 'DeleteGroupAuthorizationRule' => [ 'summary' => '删除5G高速上云服务实例组的授权规则', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'delete', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'WirelessCloudConnectorGroupId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cc5gg-****', ], ], [ 'name' => 'AuthorizationRuleId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'ar5gg-12fnojjtkkre28t08j', ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'TF-******-1633255280-43c94bf7-2dd3-4c14-8', ], ], [ 'name' => 'DryRun', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => 'A175C091-3910-51AF-8D84-D5717B9B8D38', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A175C091-3910-51AF-8D84-D5717B9B8D38\\"\\n}","type":"json"}]', ], 'AddGroupDnsAuthorizationRule' => [ 'summary' => '添加5G高速上云服务实例组的DNS授权规则', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisYFDH9T', ], ], 'parameters' => [ [ 'name' => 'WirelessCloudConnectorGroupId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => 'cc5gg-****', ], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'test', ], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'ar5gg-test'."\n", ], ], [ 'name' => 'SourceDNSIp', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'example' => '114.114.114.114', ], ], [ 'name' => 'DestinationIp', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '1.1.1.1', ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'TF-******-1633255280-43c94bf7-2dd3-4c14-8', ], ], [ 'name' => 'DryRun', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => 'D3BAFE75-C670-52DB-9739-03133E5FC914', ], 'AuthorizationRuleId' => [ 'description' => '', 'type' => 'string', 'example' => 'ar5gg-12fnojjtkkre28t08j', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"D3BAFE75-C670-52DB-9739-03133E5FC914\\",\\n \\"AuthorizationRuleId\\": \\"ar5gg-12fnojjtkkre28t08j\\"\\n}","type":"json"}]', ], 'UpdateGroupDnsAuthorizationRule' => [ 'summary' => '更新5G高速上云服务实例组的DNS授权规则', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => [ 'FEATUREuisCRZVRV', ], ], 'parameters' => [ [ 'name' => 'WirelessCloudConnectorGroupId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'enumValueTitles' => [], 'example' => 'cc5gg-****', ], ], [ 'name' => 'AuthorizationRuleId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'enumValueTitles' => [], 'example' => 'ar5gg-xxxx', ], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'test', ], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'description', ], ], [ 'name' => 'SourceDNSIp', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '100.100.2.136'."\n", ], ], [ 'name' => 'DestinationIp', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '192.168.0.2'."\n", ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'TF-******-1633255280-43c94bf7-2dd3-4c14-8', ], ], [ 'name' => 'DryRun', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '', 'type' => 'string', 'example' => '207F9929-806E-5622-8E4F-8484F7000C22', ], ], 'enumValueTitles' => [], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"207F9929-806E-5622-8E4F-8484F7000C22\\"\\n}","type":"json"}]', ], ], 'endpoints' => [ [ 'regionId' => 'cn-hangzhou', 'endpoint' => 'cc5g.aliyuncs.com', ], [ 'regionId' => 'cn-beijing', 'endpoint' => 'cc5g.aliyuncs.com', ], [ 'regionId' => 'cn-huhehaote', 'endpoint' => 'cc5g.aliyuncs.com', ], [ 'regionId' => 'cn-shanghai', 'endpoint' => 'cc5g.aliyuncs.com', ], [ 'regionId' => 'cn-shenzhen', 'endpoint' => 'cc5g.aliyuncs.com', ], [ 'regionId' => 'cn-chengdu', 'endpoint' => 'cc5g.aliyuncs.com', ], [ 'regionId' => 'cn-qingdao', 'endpoint' => 'cc5g.aliyuncs.com', ], [ 'regionId' => 'cn-wulanchabu', 'endpoint' => 'cc5g.aliyuncs.com', ], [ 'regionId' => 'cn-guangzhou', 'endpoint' => 'cc5g.aliyuncs.com', ], ], ];