'1.0',
'info' => [
'style' => 'RPC',
'product' => 'DFS',
'version' => '2018-06-20',
],
'directories' => [
[
'id' => 70913,
'title' => null,
'type' => 'directory',
'children' => [
'DescribeRegions',
'GetRegion',
],
],
[
'id' => 70956,
'title' => null,
'type' => 'directory',
'children' => [
'CreateFileSystem',
'DeleteFileSystem',
'ModifyFileSystem',
'ListFileSystems',
'GetFileSystem',
],
],
[
'id' => 70926,
'title' => null,
'type' => 'directory',
'children' => [
'CreateMountPoint',
'DeleteMountPoint',
'ModifyMountPoint',
'ListMountPoints',
'GetMountPoint',
],
],
[
'id' => 70916,
'title' => null,
'type' => 'directory',
'children' => [
'CreateAccessGroup',
'DeleteAccessGroup',
'ModifyAccessGroup',
'ListAccessGroups',
'GetAccessGroup',
],
],
[
'id' => 70964,
'title' => null,
'type' => 'directory',
'children' => [
'CreateAccessRule',
'DeleteAccessRule',
'ModifyAccessRule',
'GetAccessRule',
'ListAccessRules',
],
],
[
'id' => 167119,
'title' => null,
'type' => 'directory',
'children' => [
'CreateUserGroupsMapping',
'DeleteUserGroupsMapping',
'ListUserGroupsMappings',
],
],
[
'id' => 185561,
'title' => null,
'type' => 'directory',
'children' => [
'CreateVscMountPoint',
'DeleteVscMountPoint',
'AttachVscMountPoint',
'BindVscMountPointAlias',
'DetachVscMountPoint',
'DescribeVscMountPoints',
],
],
[
'id' => 362714,
'title' => null,
'type' => 'directory',
'children' => [
'AttachVscToMountPoints',
'DescribeMountPointsVscAttachInfo',
],
],
],
'components' => [
'schemas' => [],
],
'apis' => [
'DescribeRegions' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
'abilityTreeCode' => '65246',
'abilityTreeNodes' => [
'FEATUREalidfsYF33EK',
],
'tenantRelevance' => 'publicInformation',
],
'parameters' => [
[
'name' => 'AcceptLanguage',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'zh',
'default' => 'zh',
],
],
[
'name' => 'InputRegionId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'cn-hangzhou',
'default' => 'cn-hangzhou',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '2B51751B-F837-49AA-8EF3-B2B10703****',
],
'Regions' => [
'description' => '',
'type' => 'object',
'properties' => [
'Region' => [
'description' => '',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'RegionEndpoint' => [
'description' => '',
'type' => 'string',
'example' => 'dfs.cn-hangzhou.aliyuncs.com',
],
'LocalName' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'RegionId' => [
'description' => '',
'type' => 'string',
'example' => 'cn-hangzhou',
],
],
],
],
],
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"2B51751B-F837-49AA-8EF3-B2B10703****\\",\\n \\"Regions\\": {\\n \\"Region\\": [\\n {\\n \\"RegionEndpoint\\": \\"dfs.cn-hangzhou.aliyuncs.com\\",\\n \\"LocalName\\": \\"华东1(杭州)\\",\\n \\"RegionId\\": \\"cn-hangzhou\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n 2B51751B-F837-49AA-8EF3-B2B10703****\\n \\n \\n dfs.cn-hangzhou.aliyuncs.com\\n 杭州\\n cn-hangzhou\\n \\n \\n","errorExample":""}]',
],
'GetRegion' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
'abilityTreeCode' => '65253',
'abilityTreeNodes' => [
'FEATUREalidfsYF33EK',
],
'tenantRelevance' => 'publicInformation',
],
'parameters' => [
[
'name' => 'InputRegionId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'cn-hangzhou',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'AEC07154-5A4C-4B34-BB74-0893C6E9****',
],
'AvailableZones' => [
'description' => '',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'ZoneId' => [
'description' => '',
'type' => 'string',
'example' => 'cn-hangzhou-b',
],
'Options' => [
'description' => '',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'StorageType' => [
'description' => '',
'type' => 'string',
'example' => 'STANDARD',
],
'ProtocolType' => [
'description' => '',
'type' => 'string',
'example' => 'HDFS',
],
],
],
],
],
],
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"AEC07154-5A4C-4B34-BB74-0893C6E9****\\",\\n \\"AvailableZones\\": [\\n {\\n \\"ZoneId\\": \\"cn-hangzhou-b\\",\\n \\"Options\\": [\\n {\\n \\"StorageType\\": \\"STANDARD\\",\\n \\"ProtocolType\\": \\"HDFS\\"\\n }\\n ]\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"AEC07154-5A4C-4B34-BB74-0893C6E9****\\n\\n cn-hangzhou-b\\n\\n\\n \\n HDFS\\n STANDARD\\n \\n","errorExample":""}]',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'CreateFileSystem' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'create',
'abilityTreeCode' => '65238',
'abilityTreeNodes' => [
'FEATUREalidfsJOGXD4',
],
'tenantRelevance' => 'publicInformation',
],
'parameters' => [
[
'name' => 'InputRegionId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'cn-hangzhou',
],
],
[
'name' => 'ZoneId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'docRequired' => false,
'example' => 'cn-hangzhou-b',
],
],
[
'name' => 'ProtocolType',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'HDFS',
'enum' => [
'HDFS',
],
],
],
[
'name' => 'StorageType',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'STANDARD',
'enum' => [
'STANDARD',
'PERFORMANCE',
],
],
],
[
'name' => 'Description',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '',
],
],
[
'name' => 'FileSystemName',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'MyFirstHDFS',
],
],
[
'name' => 'SpaceCapacity',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'required' => true,
'docRequired' => true,
'maximum' => '10485760',
'minimum' => '1',
'example' => '1024',
],
],
[
'name' => 'ThroughputMode',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'Standard',
'default' => 'Standard',
'enum' => [
'Standard',
'Provisioned',
],
],
],
[
'name' => 'ProvisionedThroughputInMiBps',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'required' => false,
'maximum' => '5120',
'minimum' => '1',
'example' => '1024',
],
],
[
'name' => 'StorageSetName',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'AligroupStorageSet',
],
],
[
'name' => 'PartitionNumber',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'example' => '0',
],
],
[
'name' => 'DataRedundancyType',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'LRS',
],
],
[
'name' => 'DedicatedClusterId',
'in' => 'query',
'schema' => [
'type' => 'string',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'FileSystemId' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '55C5FFD6-BF99-41BD-9C66-FFF39189****',
],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"FileSystemId\\": \\"37af8f42-2abc-4e74-889d-664f5163****\\",\\n \\"RequestId\\": \\"55C5FFD6-BF99-41BD-9C66-FFF39189****\\"\\n}","type":"json"}]',
],
'DeleteFileSystem' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'deprecated' => false,
'systemTags' => [
'operationType' => 'delete',
'abilityTreeCode' => '65243',
'abilityTreeNodes' => [
'FEATUREalidfsJOGXD4',
],
'tenantRelevance' => 'publicInformation',
],
'parameters' => [
[
'name' => 'InputRegionId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'cn-hangzhou',
],
],
[
'name' => 'FileSystemId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '55C5FFD6-BF99-41BD-9C66-FFF39189****',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"55C5FFD6-BF99-41BD-9C66-FFF39189****\\"\\n}","errorExample":""},{"type":"xml","example":"55C5FFD6-BF99-41BD-9C66-FFF39189****","errorExample":""}]',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'ModifyFileSystem' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'update',
],
'parameters' => [
[
'name' => 'InputRegionId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'cn-hangzhou',
],
],
[
'name' => 'FileSystemName',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'MyFirstModDFS',
],
],
[
'name' => 'SpaceCapacity',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'required' => false,
'maximum' => '10485760',
'minimum' => '1',
'example' => '1024',
],
],
[
'name' => 'Description',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '',
],
],
[
'name' => 'FileSystemId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '',
],
],
[
'name' => 'ThroughputMode',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'Standard',
'default' => '',
'enum' => [
'Standard',
'Provisioned',
],
],
],
[
'name' => 'ProvisionedThroughputInMiBps',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'required' => false,
'maximum' => '51200',
'minimum' => '1',
'example' => '1024',
'default' => '',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '55C5FFD6-BF99-41BD-9C66-FFF39189****',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"55C5FFD6-BF99-41BD-9C66-FFF39189****\\"\\n}","errorExample":""},{"type":"xml","example":"55C5FFD6-BF99-41BD-9C66-FFF39189****","errorExample":""}]',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'ListFileSystems' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'list',
'abilityTreeCode' => '65257',
'abilityTreeNodes' => [
'FEATUREalidfsJOGXD4',
],
],
'parameters' => [
[
'name' => 'NextToken',
'in' => 'query',
'schema' => [
'type' => 'string',
],
],
[
'name' => 'StartOffset',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'maximum' => '100000',
'minimum' => '1',
'example' => '10',
'default' => '1',
],
],
[
'name' => 'Limit',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'maximum' => '1000',
'minimum' => '1',
'example' => '10',
'default' => '10',
],
],
[
'name' => 'OrderBy',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'CreateTime',
'default' => 'ID',
'enum' => [
'CreateTime',
'FileSystemName',
'SpaceCapacity',
'UsedSpaceSize',
],
],
],
[
'name' => 'OrderType',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'ASC',
'default' => 'DESC',
'enum' => [
'ASC',
'DESC',
],
],
],
[
'name' => 'InputRegionId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'cn-hangzhou',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'TotalCount' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '1',
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '55C5FFD6-BF99-41BD-9C66-FFF39189****',
],
'NextToken' => [
'type' => 'string',
],
'FileSystems' => [
'description' => '',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'CreateTime' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'ProvisionedThroughputInMiBps' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1024',
],
'SpaceCapacity' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1024',
],
'StorageType' => [
'description' => '',
'type' => 'string',
'example' => 'STANDARD',
],
'UsedSpaceSize' => [
'description' => '',
'type' => 'number',
'format' => 'float',
'example' => '100',
],
'RegionId' => [
'description' => '',
'type' => 'string',
'example' => 'cn-hangzhou',
],
'FileSystemId' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'FileSystemName' => [
'description' => '',
'type' => 'string',
'example' => 'MyFirstHDFS',
],
'Description' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'MountPointCount' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '2',
],
'ThroughputMode' => [
'description' => '',
'type' => 'string',
'example' => 'Standard',
],
'ZoneId' => [
'description' => '',
'type' => 'string',
'example' => 'cn-hangzhou-b',
],
'NumberOfFiles' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1000',
],
'StoragePackageId' => [
'description' => '',
'type' => 'string',
'example' => '1',
],
'NumberOfDirectories' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '100',
],
'ProtocolType' => [
'description' => '',
'type' => 'string',
'example' => 'HDFS',
],
'Version' => [
'description' => '',
'type' => 'string',
'example' => '1.0.0',
],
'MeteringSpaceSize' => [
'description' => '',
'type' => 'number',
'format' => 'float',
'example' => '107374182400',
],
],
],
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"TotalCount\\": 1,\\n \\"RequestId\\": \\"55C5FFD6-BF99-41BD-9C66-FFF39189****\\",\\n \\"NextToken\\": \\"tCSKxtX5z_fW0-Q0ug8Df1oSXGiamAjmrtaDFAj6sZW-YhN1lRC7TEIkcFfMuj-6uR9wSW4b_PS2ze70k269qy8bMVHDfRW0Tvhmyh-****\\",\\n \\"FileSystems\\": [\\n {\\n \\"CreateTime\\": \\"2022-04-18T06:03:15.836222Z\\",\\n \\"ProvisionedThroughputInMiBps\\": 1024,\\n \\"SpaceCapacity\\": 1024,\\n \\"StorageType\\": \\"STANDARD\\",\\n \\"UsedSpaceSize\\": 100,\\n \\"RegionId\\": \\"cn-hangzhou\\",\\n \\"FileSystemId\\": \\"37af8f42-2abc-4e74-889d-664f5163****\\",\\n \\"FileSystemName\\": \\"MyFirstHDFS\\",\\n \\"Description\\": \\"这是我公司的第一个文件存储HDFS版实例。\\",\\n \\"MountPointCount\\": 2,\\n \\"ThroughputMode\\": \\"Standard\\",\\n \\"ZoneId\\": \\"cn-hangzhou-b\\",\\n \\"NumberOfFiles\\": 1000,\\n \\"StoragePackageId\\": \\"1\\",\\n \\"NumberOfDirectories\\": 100,\\n \\"ProtocolType\\": \\"HDFS\\",\\n \\"Version\\": \\"1.0.0\\",\\n \\"MeteringSpaceSize\\": 107374182400\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"\\n STANDARD\\n 这是我公司的第一个HDFS存储实例。\\n 1\\n cn-hangzhou-b\\n 100\\n 2021-01-18 12:50:00\\n 100\\n Standard\\n 1000\\n 1024\\n HDFS\\n 2\\n 037****e1d\\n MyFirstHDFS\\n 1024\\n cn-hangzhou\\n\\n1\\n55C5FFD6-BF99-41BD-9C66-FFF39189****","errorExample":""}]',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'GetFileSystem' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
],
'parameters' => [
[
'name' => 'FileSystemId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '',
],
],
[
'name' => 'InputRegionId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'cn-hangzhou',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '55C5FFD6-BF99-41BD-9C66-FFF39189****',
],
'FileSystem' => [
'description' => '',
'type' => 'object',
'properties' => [
'CreateTime' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'ProvisionedThroughputInMiBps' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1024',
],
'SpaceCapacity' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1024',
],
'StorageType' => [
'description' => '',
'type' => 'string',
'example' => 'STANDARD',
],
'UsedSpaceSize' => [
'description' => '',
'type' => 'number',
'format' => 'float',
'example' => '100',
],
'RegionId' => [
'description' => '',
'type' => 'string',
'example' => 'cn-hangzhou',
],
'FileSystemId' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'FileSystemName' => [
'description' => '',
'type' => 'string',
'example' => 'MyFirstHDFS',
],
'Description' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'MountPointCount' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '2',
],
'ThroughputMode' => [
'description' => '',
'type' => 'string',
'example' => 'Standard',
],
'ZoneId' => [
'description' => '',
'type' => 'string',
'example' => 'cn-hangzhou-b',
],
'NumberOfFiles' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1000',
],
'StoragePackageId' => [
'description' => '',
'type' => 'string',
'example' => '1',
],
'NumberOfDirectories' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '100',
],
'ProtocolType' => [
'description' => '',
'type' => 'string',
'example' => 'HDFS',
],
'Version' => [
'description' => '',
'type' => 'string',
'example' => '1.0.0',
],
'MeteringSpaceSize' => [
'description' => '',
'type' => 'number',
'format' => 'float',
'example' => '107374182400',
],
],
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"55C5FFD6-BF99-41BD-9C66-FFF39189****\\",\\n \\"FileSystem\\": {\\n \\"CreateTime\\": \\"2022-04-18T06:03:15.836222Z\\",\\n \\"ProvisionedThroughputInMiBps\\": 1024,\\n \\"SpaceCapacity\\": 1024,\\n \\"StorageType\\": \\"STANDARD\\",\\n \\"UsedSpaceSize\\": 100,\\n \\"RegionId\\": \\"cn-hangzhou\\",\\n \\"FileSystemId\\": \\"37af8f42-2abc-4e74-889d-664f5163****\\",\\n \\"FileSystemName\\": \\"MyFirstHDFS\\",\\n \\"Description\\": \\"这是我公司的第一个文件存储HDFS版实例。\\",\\n \\"MountPointCount\\": 2,\\n \\"ThroughputMode\\": \\"Standard\\",\\n \\"ZoneId\\": \\"cn-hangzhou-b\\",\\n \\"NumberOfFiles\\": 1000,\\n \\"StoragePackageId\\": \\"1\\",\\n \\"NumberOfDirectories\\": 100,\\n \\"ProtocolType\\": \\"HDFS\\",\\n \\"Version\\": \\"1.0.0\\",\\n \\"MeteringSpaceSize\\": 107374182400\\n }\\n}","errorExample":""},{"type":"xml","example":"55C5FFD6-BF99-41BD-9C66-FFF39189****\\n\\n STANDARD\\n 这是我公司的第一个HDFS存储实例。\\n 1\\n cn-hangzhou-b\\n 100\\n 2021-01-18 12:50:00\\n 100\\n Standard\\n 1000\\n 1024\\n HDFS\\n 2\\n 037****e1d\\n MyFirstHDFS\\n 1024\\n cn-hangzhou\\n","errorExample":""}]',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'CreateMountPoint' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'create',
'abilityTreeCode' => '65239',
'abilityTreeNodes' => [
'FEATUREalidfs5EIDCS',
],
],
'parameters' => [
[
'name' => 'FileSystemId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '',
],
],
[
'name' => 'AccessGroupId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'acg-e3755fb0-358d-4286-9942-8d461048****',
],
],
[
'name' => 'NetworkType',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'VPC',
'enum' => [
'VPC',
],
],
],
[
'name' => 'VpcId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'vpc-iq8hhsk3ymzv9m4wn****',
],
],
[
'name' => 'VSwitchId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'vsw-iq8fymi327krd14mt****',
],
],
[
'name' => 'Description',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '',
],
],
[
'name' => 'InputRegionId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'cn-hangzhou',
],
],
[
'name' => 'UsePerformanceMode',
'in' => 'query',
'schema' => [
'type' => 'boolean',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'MountPointId' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '55C5FFD6-BF99-41BD-9C66-FFF39189****',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"MountPointId\\": \\"f-37af8f42f****.cn-hangzhou.dfs.aliyuncs.com\\",\\n \\"RequestId\\": \\"55C5FFD6-BF99-41BD-9C66-FFF39189****\\"\\n}","errorExample":""},{"type":"xml","example":"037cb49e1d-c***5\\n55C5FFD6-BF99-41BD-9C66-FFF39189****","errorExample":""}]',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'DeleteMountPoint' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'delete',
'abilityTreeCode' => '65244',
'abilityTreeNodes' => [
'FEATUREalidfs5EIDCS',
],
'tenantRelevance' => 'publicInformation',
],
'parameters' => [
[
'name' => 'InputRegionId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'cn-hangzhou',
],
],
[
'name' => 'MountPointId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '',
],
],
[
'name' => 'FileSystemId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '55C5FFD6-BF99-41BD-9C66-FFF39189****',
],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"55C5FFD6-BF99-41BD-9C66-FFF39189****\\"\\n}","type":"json"}]',
],
'ModifyMountPoint' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'update',
],
'parameters' => [
[
'name' => 'InputRegionId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'cn-hangzhou',
],
],
[
'name' => 'MountPointId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '',
],
],
[
'name' => 'AccessGroupId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'acg-e3755fb0-358d-4286-9942-8d461048****',
],
],
[
'name' => 'Description',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '',
],
],
[
'name' => 'Status',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'Inactive',
'enum' => [
'Active',
'Inactive',
],
],
],
[
'name' => 'FileSystemId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '55C5FFD6-BF99-41BD-9C66-FFF39189****',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"55C5FFD6-BF99-41BD-9C66-FFF39189****\\"\\n}","errorExample":""},{"type":"xml","example":"55C5FFD6-BF99-41BD-9C66-FFF39189****","errorExample":""}]',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'ListMountPoints' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'list',
'abilityTreeCode' => '65258',
'abilityTreeNodes' => [
'FEATUREalidfs5EIDCS',
],
],
'parameters' => [
[
'name' => 'InputRegionId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'cn-hangzhou',
],
],
[
'name' => 'FileSystemId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '',
],
],
[
'name' => 'StartOffset',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'maximum' => '100000',
'minimum' => '1',
'example' => '10',
'default' => '1',
],
],
[
'name' => 'Limit',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'maximum' => '1000',
'minimum' => '1',
'example' => '10',
'default' => '10',
],
],
[
'name' => 'OrderBy',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'CreateTime',
'default' => 'ID',
'enum' => [
'CreateTime',
],
],
],
[
'name' => 'OrderType',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'ASC',
'enum' => [
'ASC',
'DESC',
],
'default' => 'DESC',
],
],
[
'name' => 'NextToken',
'in' => 'query',
'schema' => [
'type' => 'string',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'TotalCount' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '1',
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '55C5FFD6-BF99-41BD-9C66-FFF39189****',
],
'NextToken' => [
'type' => 'string',
],
'MountPoints' => [
'description' => '',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'Status' => [
'description' => '',
'type' => 'string',
'example' => 'Inactive',
],
'VpcId' => [
'description' => '',
'type' => 'string',
'example' => 'vpc-iq8hhsk3ymzv9m4wn****',
],
'FileSystemId' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'VSwitchId' => [
'description' => '',
'type' => 'string',
'example' => 'vsw-iq8fymi327krd14mt****',
],
'MountPointId' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'Description' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'AccessGroupId' => [
'description' => '',
'type' => 'string',
'example' => 'acg-e3755fb0-358d-4286-9942-8d461048****',
],
'CreateTime' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'NetworkType' => [
'description' => '',
'type' => 'string',
'example' => 'VPC',
],
'MountPointDomain' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'RegionId' => [
'description' => '',
'type' => 'string',
'example' => 'cn-hangzhou',
],
'MountPointAlias' => [
'type' => 'string',
],
],
],
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"TotalCount\\": 1,\\n \\"RequestId\\": \\"55C5FFD6-BF99-41BD-9C66-FFF39189****\\",\\n \\"NextToken\\": \\"MYR6sz6qkmauspAy8oxjHP-tOLtD4KSv3DzI7G6iywTx1ZCExO50GtSuiTB9z0JppvYQ2iUa8s4HbcFanMQfDIlds4da87_Ax4UJMva****\\",\\n \\"MountPoints\\": [\\n {\\n \\"Status\\": \\"Inactive\\",\\n \\"VpcId\\": \\"vpc-iq8hhsk3ymzv9m4wn****\\",\\n \\"FileSystemId\\": \\"37af8f42-2abc-4e74-889d-664f5163****\\",\\n \\"VSwitchId\\": \\"vsw-iq8fymi327krd14mt****\\",\\n \\"MountPointId\\": \\"f-37af8f42f****.cn-hangzhou.dfs.aliyuncs.com\\",\\n \\"Description\\": \\"将线上dfs挂载到VPC日志集群的交换机下\\",\\n \\"AccessGroupId\\": \\"acg-e3755fb0-358d-4286-9942-8d461048****\\",\\n \\"CreateTime\\": \\"2022-09-19T03:22:32.550267Z\\",\\n \\"NetworkType\\": \\"VPC\\",\\n \\"MountPointDomain\\": \\"f-37af8f42f****.cn-hangzhou.dfs.aliyuncs.com\\",\\n \\"RegionId\\": \\"cn-hangzhou\\",\\n \\"MountPointAlias\\": \\"hdfs1\\"\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"\\n Inactive\\n 037cb49e1d-c***5.cn-hangzhou.dfs.aliyuncs.com\\n 037cb49e1d-c***5\\n 将线上dfs挂载到vpc日志集群的交换机下\\n vpc-bp1lfyerqlol****ee6k7\\n VPC\\n 2021-01-05 12:30:15\\n vsw-bp11990m3zf3h****vmqh\\n 037c****1d\\n c5ffd6-bf****bd\\n cn-hangzhou\\n\\n1\\n55C5FFD6-BF99-41BD-9C66-FFF39189****","errorExample":""}]',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'GetMountPoint' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
'abilityTreeCode' => '65252',
'abilityTreeNodes' => [
'FEATUREalidfs5EIDCS',
],
],
'parameters' => [
[
'name' => 'InputRegionId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'cn-hangzhou',
],
],
[
'name' => 'FileSystemId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '',
],
],
[
'name' => 'MountPointId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '55C5FFD6-BF99-41BD-9C66-FFF39189****',
],
'MountPoint' => [
'description' => '',
'type' => 'object',
'properties' => [
'Status' => [
'description' => '',
'type' => 'string',
'example' => 'Inactive',
],
'VpcId' => [
'description' => '',
'type' => 'string',
'example' => 'vpc-iq8hhsk3ymzv9m4wn****',
],
'FileSystemId' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'VSwitchId' => [
'description' => '',
'type' => 'string',
'example' => 'vsw-iq8fymi327krd14mt****',
],
'MountPointId' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'Description' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'AccessGroupId' => [
'description' => '',
'type' => 'string',
'example' => 'acg-e3755fb0-358d-4286-9942-8d461048****',
],
'CreateTime' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'NetworkType' => [
'description' => '',
'type' => 'string',
'example' => 'VPC',
],
'MountPointDomain' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'RegionId' => [
'description' => '',
'type' => 'string',
'example' => 'cn-hangzhou',
],
'MountPointAlias' => [
'type' => 'string',
],
],
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"55C5FFD6-BF99-41BD-9C66-FFF39189****\\",\\n \\"MountPoint\\": {\\n \\"Status\\": \\"Inactive\\",\\n \\"VpcId\\": \\"vpc-iq8hhsk3ymzv9m4wn****\\",\\n \\"FileSystemId\\": \\"37af8f42-2abc-4e74-889d-664f5163****\\",\\n \\"VSwitchId\\": \\"vsw-iq8fymi327krd14mt****\\",\\n \\"MountPointId\\": \\"f-37af8f42f****.cn-hangzhou.dfs.aliyuncs.com\\",\\n \\"Description\\": \\"将线上dfs挂载到VPC日志集群的交换机下\\",\\n \\"AccessGroupId\\": \\"acg-e3755fb0-358d-4286-9942-8d461048****\\",\\n \\"CreateTime\\": \\"2022-09-19T03:22:32.550267Z\\",\\n \\"NetworkType\\": \\"VPC\\",\\n \\"MountPointDomain\\": \\"f-37af8f42f****.cn-hangzhou.dfs.aliyuncs.com\\",\\n \\"RegionId\\": \\"cn-hangzhou\\",\\n \\"MountPointAlias\\": \\"hdfs1\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n Inactive\\n 037cb49e1d-c***5.cn-hangzhou.dfs.aliyuncs.com\\n 037cb49e1d-c***5\\n 将线上dfs挂载到vpc日志集群的交换机下\\n vpc-bp1lfyerqloll****e6k7\\n VPC\\n 2021-01-05 12:30:15\\n vsw-bp11990m3zf3****7vmqh\\n 037c****1d\\n c5ffd6-b****1bd\\n cn-hangzhou\\n\\n55C5FFD6-BF99-41BD-9C66-FFF39189****","errorExample":""}]',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'CreateAccessGroup' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'create',
],
'parameters' => [
[
'name' => 'AccessGroupName',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'my-online-cluster-policy',
],
],
[
'name' => 'NetworkType',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'VPC',
'enum' => [
'VPC',
],
],
],
[
'name' => 'Description',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '',
],
],
[
'name' => 'InputRegionId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'cn-hangzhou',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'AccessGroupId' => [
'description' => '',
'type' => 'string',
'example' => 'acg-e3755fb0-358d-4286-9942-8d461048****',
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '55C5FFD6-BF99-41BD-9C66-FFF39189****',
],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"AccessGroupId\\": \\"acg-e3755fb0-358d-4286-9942-8d461048****\\",\\n \\"RequestId\\": \\"55C5FFD6-BF99-41BD-9C66-FFF39189****\\"\\n}","type":"json"}]',
],
'DeleteAccessGroup' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'delete',
'abilityTreeCode' => '65241',
'abilityTreeNodes' => [
'FEATUREalidfsP1AW1K',
],
'tenantRelevance' => 'publicInformation',
],
'parameters' => [
[
'name' => 'InputRegionId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'cn-hangzhou',
],
],
[
'name' => 'AccessGroupId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'acg-e3755fb0-358d-4286-9942-8d461048****',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '55C5FFD6-BF99-41BD-9C66-FFF39189****',
],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"55C5FFD6-BF99-41BD-9C66-FFF39189****\\"\\n}","type":"json"}]',
],
'ModifyAccessGroup' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'update',
],
'parameters' => [
[
'name' => 'InputRegionId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'cn-hangzhou',
],
],
[
'name' => 'AccessGroupName',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'my-online-cluster-policy',
],
],
[
'name' => 'Description',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '',
],
],
[
'name' => 'AccessGroupId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'acg-e3755fb0-358d-4286-9942-8d461048****',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '55C5FFD6-BF99-41BD-9C66-FFF39189****',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"55C5FFD6-BF99-41BD-9C66-FFF39189****\\"\\n}","errorExample":""},{"type":"xml","example":"55C5FFD6-BF99-41BD-9C66-FFF39189****","errorExample":""}]',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'ListAccessGroups' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'list',
],
'parameters' => [
[
'name' => 'InputRegionId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'cn-hangzhou',
],
],
[
'name' => 'StartOffset',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'maximum' => '100000',
'minimum' => '1',
'example' => '10',
'default' => '1',
],
],
[
'name' => 'Limit',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'maximum' => '1000',
'minimum' => '1',
'example' => '100',
'default' => '10',
],
],
[
'name' => 'OrderBy',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'CreateTime',
'enum' => [
'CreateTime',
'AccessGroupName',
],
'default' => 'ID',
],
],
[
'name' => 'OrderType',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'ASC',
'enum' => [
'ASC',
'DESC',
],
'default' => 'DESC',
],
],
[
'name' => 'NextToken',
'in' => 'query',
'schema' => [
'type' => 'string',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'TotalCount' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '1',
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '55C5FFD6-BF99-41BD-9C66-FFF39189****',
],
'NextToken' => [
'type' => 'string',
],
'AccessGroups' => [
'description' => '',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'IsDefault' => [
'description' => '',
'type' => 'boolean',
'example' => 'false',
],
'AccessGroupName' => [
'description' => '',
'type' => 'string',
'example' => 'test-cluster-policy',
],
'MountPointCount' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '1',
],
'Description' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'AccessGroupId' => [
'description' => '',
'type' => 'string',
'example' => 'acg-e3755fb0-358d-4286-9942-8d461048****',
],
'CreateTime' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'NetworkType' => [
'description' => '',
'type' => 'string',
'example' => 'VPC',
],
'RuleCount' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '3',
],
'RegionId' => [
'description' => '',
'type' => 'string',
'example' => 'cn-hangzhou',
],
],
],
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"TotalCount\\": 1,\\n \\"RequestId\\": \\"55C5FFD6-BF99-41BD-9C66-FFF39189****\\",\\n \\"NextToken\\": \\"PtHVCBwpddbWVRCFe3wlB_-tOLtD4KSv3DzI7G6iywQSm69vY0lvOlDTzqVWqXWApvYQ2iUa8s4HbcFanMQfDIlds4da87_Ax4UJMva****\\",\\n \\"AccessGroups\\": [\\n {\\n \\"IsDefault\\": false,\\n \\"AccessGroupName\\": \\"test-cluster-policy\\",\\n \\"MountPointCount\\": 1,\\n \\"Description\\": \\"测试机群专用权限组\\",\\n \\"AccessGroupId\\": \\"acg-e3755fb0-358d-4286-9942-8d461048****\\",\\n \\"CreateTime\\": \\"2022-04-18T08:02:09.986217Z\\",\\n \\"NetworkType\\": \\"VPC\\",\\n \\"RuleCount\\": 3,\\n \\"RegionId\\": \\"cn-hangzhou\\"\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"\\n true\\n 3\\n 测试机群专用权限组\\n VPC\\n 2018-01-05 12:30:15\\n test-cluster-policy\\n 1\\n c5ffd6-b****1bd\\n cn-hangzhou\\n\\n1\\n55C5FFD6-BF99-41BD-9C66-FFF39189****","errorExample":""}]',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'GetAccessGroup' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
],
'parameters' => [
[
'name' => 'InputRegionId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'cn-hangzhou',
],
],
[
'name' => 'AccessGroupId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'acg-e3755fb0-358d-4286-9942-8d461048****',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '55C5FFD6-BF99-41BD-9C66-FFF39189****',
],
'AccessGroup' => [
'description' => '',
'type' => 'object',
'properties' => [
'IsDefault' => [
'description' => '',
'type' => 'boolean',
'example' => 'false',
],
'AccessGroupName' => [
'description' => '',
'type' => 'string',
'example' => 'test-cluster-policy',
],
'MountPointCount' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '1',
],
'Description' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'AccessGroupId' => [
'description' => '',
'type' => 'string',
'example' => 'acg-e3755fb0-358d-4286-9942-8d461048****',
],
'CreateTime' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'NetworkType' => [
'description' => '',
'type' => 'string',
'example' => 'VPC',
],
'RuleCount' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '3',
],
'RegionId' => [
'description' => '',
'type' => 'string',
'example' => 'cn-hangzhou',
],
],
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"55C5FFD6-BF99-41BD-9C66-FFF39189****\\",\\n \\"AccessGroup\\": {\\n \\"IsDefault\\": false,\\n \\"AccessGroupName\\": \\"test-cluster-policy\\",\\n \\"MountPointCount\\": 1,\\n \\"Description\\": \\"测试机群专用权限组\\",\\n \\"AccessGroupId\\": \\"acg-e3755fb0-358d-4286-9942-8d461048****\\",\\n \\"CreateTime\\": \\"2022-04-18T08:02:09.986217Z\\",\\n \\"NetworkType\\": \\"VPC\\",\\n \\"RuleCount\\": 3,\\n \\"RegionId\\": \\"cn-hangzhou\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"55C5FFD6-BF99-41BD-9C66-FFF39189****\\n\\n true\\n 3\\n 测试机群专用权限组\\n VPC\\n 2018-01-05 12:30:15\\n test-cluster-policy\\n 1\\n c5ffd6-b****1bd\\n cn-hangzhou\\n","errorExample":""}]',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'CreateAccessRule' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'create',
],
'parameters' => [
[
'name' => 'InputRegionId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'cn-hangzhou',
],
],
[
'name' => 'AccessGroupId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'acg-e3755fb0-358d-4286-9942-8d461048****',
],
],
[
'name' => 'NetworkSegment',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '192.0.2.0/24',
],
],
[
'name' => 'RWAccessType',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'RDWR',
'enum' => [
'RDWR',
'RDONLY',
],
],
],
[
'name' => 'Priority',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => true,
'docRequired' => true,
'maximum' => '100',
'minimum' => '1',
'example' => '2',
],
],
[
'name' => 'Description',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'AccessRuleId' => [
'description' => '',
'type' => 'string',
'example' => 'acr-c38028f0-f313-4385-9456-3501b1f5****',
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '55C5FFD6-BF99-41BD-9C66-FFF39189****',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"AccessRuleId\\": \\"acr-c38028f0-f313-4385-9456-3501b1f5****\\",\\n \\"RequestId\\": \\"55C5FFD6-BF99-41BD-9C66-FFF39189****\\"\\n}","errorExample":""},{"type":"xml","example":"55C5FFD6-BF99-41BD-9C66-FFF39189****\\na0w****3s","errorExample":""}]',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'DeleteAccessRule' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'delete',
'abilityTreeCode' => '65242',
'abilityTreeNodes' => [
'FEATUREalidfsP1AW1K',
],
'tenantRelevance' => 'publicInformation',
],
'parameters' => [
[
'name' => 'InputRegionId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'cn-hangzhou',
],
],
[
'name' => 'AccessGroupId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'acg-e3755fb0-358d-4286-9942-8d461048****',
],
],
[
'name' => 'AccessRuleId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'acr-c38028f0-f313-4385-9456-3501b1f5****',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '55C5FFD6-BF99-41BD-9C66-FFF39189****',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"55C5FFD6-BF99-41BD-9C66-FFF39189****\\"\\n}","errorExample":""},{"type":"xml","example":"55C5FFD6-BF99-41BD-9C66-FFF39189****","errorExample":""}]',
'title' => 'DeleteAccessRule',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'ModifyAccessRule' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'update',
],
'parameters' => [
[
'name' => 'AccessGroupId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'acg-e3755fb0-358d-4286-9942-8d461048****',
],
],
[
'name' => 'AccessRuleId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'acr-c38028f0-f313-4385-9456-3501b1f5****',
],
],
[
'name' => 'RWAccessType',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'RDWR',
'enum' => [
'RDWR',
'RDONLY',
],
],
],
[
'name' => 'Priority',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'maximum' => '100',
'minimum' => '0',
'example' => '2',
],
],
[
'name' => 'Description',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '',
],
],
[
'name' => 'InputRegionId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'cn-hangzhou',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '55C5FFD6-BF99-41BD-9C66-FFF39189****',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"55C5FFD6-BF99-41BD-9C66-FFF39189****\\"\\n}","errorExample":""},{"type":"xml","example":"55C5FFD6-BF99-41BD-9C66-FFF39189****","errorExample":""}]',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'GetAccessRule' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
],
'parameters' => [
[
'name' => 'InputRegionId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'cn-hangzhou',
],
],
[
'name' => 'AccessGroupId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'acg-e3755fb0-358d-4286-9942-8d461048****',
],
],
[
'name' => 'AccessRuleId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'acr-c38028f0-f313-4385-9456-3501b1f5****',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '55C5FFD6-BF99-41BD-9C66-FFF39189****',
],
'AccessRule' => [
'description' => '',
'type' => 'object',
'properties' => [
'AccessRuleId' => [
'description' => '',
'type' => 'string',
'example' => 'acr-c38028f0-f313-4385-9456-3501b1f5****',
],
'NetworkSegment' => [
'description' => '',
'type' => 'string',
'example' => '192.0.2.0/24',
],
'Description' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'AccessGroupId' => [
'description' => '',
'type' => 'string',
'example' => 'acg-e3755fb0-358d-4286-9942-8d461048****',
],
'CreateTime' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'RWAccessType' => [
'description' => '',
'type' => 'string',
'example' => 'RDWR',
],
'Priority' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '2',
],
'RegionId' => [
'description' => '',
'type' => 'string',
'example' => 'cn-hangzhou',
],
],
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"55C5FFD6-BF99-41BD-9C66-FFF39189****\\",\\n \\"AccessRule\\": {\\n \\"AccessRuleId\\": \\"acr-c38028f0-f313-4385-9456-3501b1f5****\\",\\n \\"NetworkSegment\\": \\"192.0.2.0/24\\",\\n \\"Description\\": \\"日志上传机器网段\\",\\n \\"AccessGroupId\\": \\"acg-e3755fb0-358d-4286-9942-8d461048****\\",\\n \\"CreateTime\\": \\"2022-04-18T08:02:09.986217Z\\",\\n \\"RWAccessType\\": \\"RDWR\\",\\n \\"Priority\\": 2,\\n \\"RegionId\\": \\"cn-hangzhou\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"55C5FFD6-BF99-41BD-9C66-FFF39189****\\n\\n 日志上传机器网段\\n 2\\n 2018-01-05 12:30:15\\n 192.0.2.0/24\\n cn-hangzhou\\n c5ffd6-b****1bd\\n RDWR\\n a0w****3s\\n","errorExample":""}]',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'ListAccessRules' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'list',
],
'parameters' => [
[
'name' => 'InputRegionId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'cn-hangzhou',
],
],
[
'name' => 'AccessGroupId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'acg-e3755fb0-358d-4286-9942-8d461048****',
],
],
[
'name' => 'StartOffset',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'maximum' => '100000',
'minimum' => '1',
'example' => '10',
'default' => '1',
],
],
[
'name' => 'Limit',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'maximum' => '1000',
'minimum' => '1',
'example' => '10',
'default' => '10',
],
],
[
'name' => 'OrderBy',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'Priority',
'default' => 'ID',
'enum' => [
'Priority',
'CreateTime',
],
],
],
[
'name' => 'OrderType',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'ASC',
'enum' => [
'ASC',
'DESC',
],
'default' => 'DESC',
],
],
[
'name' => 'NextToken',
'in' => 'query',
'schema' => [
'type' => 'string',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'TotalCount' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '1',
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '55C5FFD6-BF99-41BD-9C66-FFF39189****',
],
'NextToken' => [
'type' => 'string',
],
'AccessRules' => [
'description' => '',
'type' => 'array',
'items' => [
'description' => '',
'type' => 'object',
'properties' => [
'AccessRuleId' => [
'description' => '',
'type' => 'string',
'example' => 'acr-c38028f0-f313-4385-9456-3501b1f5****',
],
'NetworkSegment' => [
'description' => '',
'type' => 'string',
'example' => '192.0.2.0/24',
],
'Description' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'AccessGroupId' => [
'description' => '',
'type' => 'string',
'example' => 'acg-e3755fb0-358d-4286-9942-8d461048****',
],
'CreateTime' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'RWAccessType' => [
'description' => '',
'type' => 'string',
'example' => 'RDWR',
],
'Priority' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '2',
],
'RegionId' => [
'description' => '',
'type' => 'string',
'example' => 'cn-hangzhou',
],
],
],
],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"TotalCount\\": 1,\\n \\"RequestId\\": \\"55C5FFD6-BF99-41BD-9C66-FFF39189****\\",\\n \\"NextToken\\": \\"PtHVCBwpddbWVRCFe3wlB_-tOLtD4KSv3DzI7G6iywQSm69vY0lvOlDTzqVWqXWApvYQ2iUa8s4HbcFanMQfDIlds4da87_Ax4UJMva****\\",\\n \\"AccessRules\\": [\\n {\\n \\"AccessRuleId\\": \\"acr-c38028f0-f313-4385-9456-3501b1f5****\\",\\n \\"NetworkSegment\\": \\"192.0.2.0/24\\",\\n \\"Description\\": \\"日志上传机器网段\\",\\n \\"AccessGroupId\\": \\"acg-e3755fb0-358d-4286-9942-8d461048****\\",\\n \\"CreateTime\\": \\"2022-04-18T08:02:09.986217Z\\",\\n \\"RWAccessType\\": \\"RDWR\\",\\n \\"Priority\\": 2,\\n \\"RegionId\\": \\"cn-hangzhou\\"\\n }\\n ]\\n}","type":"json"}]',
],
'CreateUserGroupsMapping' => [
'summary' => '创建 ugo',
'methods' => [
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'deprecated' => false,
'systemTags' => [
'operationType' => 'create',
],
'parameters' => [
[
'name' => 'InputRegionId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'cn-hangzhou',
],
],
[
'name' => 'FileSystemId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'enumValueTitles' => [],
'example' => '55C5FFD6-BF99-41BD-9C66-FFF39189****',
],
],
[
'name' => 'UserName',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'user1',
],
],
[
'name' => 'GroupNames',
'in' => 'query',
'style' => 'json',
'schema' => [
'description' => '',
'type' => 'array',
'items' => [
'type' => 'string',
'required' => false,
],
'required' => true,
'docRequired' => true,
'example' => '["group1","group2"]',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '55C5FFD6-BF99-41BD-9C66-FFF39189****',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"55C5FFD6-BF99-41BD-9C66-FFF39189****\\"\\n}","errorExample":""},{"type":"xml","example":"\\n 55C5FFD6-BF99-41BD-9C66-FFF39189****\\n","errorExample":""}]',
],
'DeleteUserGroupsMapping' => [
'summary' => '删除 ugo',
'methods' => [
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'deprecated' => false,
'systemTags' => [
'operationType' => 'delete',
],
'parameters' => [
[
'name' => 'InputRegionId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'cn-hangzhou',
],
],
[
'name' => 'FileSystemId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '55C5FFD6-BF99-41BD-9C66-FFF39189****',
],
],
[
'name' => 'UserName',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'user1',
],
],
[
'name' => 'GroupNames',
'in' => 'query',
'style' => 'json',
'schema' => [
'description' => '',
'type' => 'array',
'required' => true,
'docRequired' => true,
'example' => '["group1","group2"]',
'items' => [
'type' => 'string',
],
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '55C5FFD6-BF99-41BD-9C66-FFF39189****',
],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"55C5FFD6-BF99-41BD-9C66-FFF39189****\\"\\n}","type":"json"}]',
],
'ListUserGroupsMappings' => [
'summary' => 'list ugm',
'methods' => [
'get',
'post',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
],
'parameters' => [
[
'name' => 'InputRegionId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'cn-hangzhou',
],
],
[
'name' => 'FilesystemId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '55C5FFD6-BF99-41BD-9C66-FFF39189****',
],
],
[
'name' => 'NextToken',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'docRequired' => true,
'example' => 'user1',
],
],
[
'name' => 'Limit',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => true,
'docRequired' => true,
'example' => '10',
],
],
],
'responses' => [
200 => [
'schema' => [
'title' => 'Schema of Response',
'description' => 'Schema of Response',
'type' => 'object',
'properties' => [
'RequestId' => [
'title' => 'Id of the request',
'description' => '',
'type' => 'string',
'example' => '55C5FFD6-BF99-41BD-9C66-FFF39189****',
],
'HasMore' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'NextToken' => [
'description' => '',
'type' => 'string',
'example' => 'user1',
],
'UserGroupsMappings' => [
'description' => '',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'UserName' => [
'description' => '',
'type' => 'string',
'example' => 'user1',
],
'GroupNames' => [
'description' => '',
'type' => 'array',
'items' => [
'description' => '',
'type' => 'string',
'example' => 'group1',
],
],
],
],
],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"55C5FFD6-BF99-41BD-9C66-FFF39189****\\",\\n \\"HasMore\\": true,\\n \\"NextToken\\": \\"user1\\",\\n \\"UserGroupsMappings\\": [\\n {\\n \\"UserName\\": \\"user1\\",\\n \\"GroupNames\\": [\\n \\"group1\\"\\n ]\\n }\\n ]\\n}","type":"json"}]',
],
'CreateVscMountPoint' => [
'methods' => [
'post',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'create',
],
'parameters' => [
[
'name' => 'InputRegionId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'cn-hangzhou',
],
],
[
'name' => 'FileSystemId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'e389e5c7-bcb4-4558-846a-e5afc444****',
],
],
[
'name' => 'InstanceIds',
'in' => 'query',
'style' => 'json',
'schema' => [
'description' => '',
'type' => 'array',
'required' => true,
'docRequired' => false,
'example' => '['."\n"
.' "i-bp1g6zv0ce8oghu7****",'."\n"
.' "i-bp1g6zv0ce8oghu1****"'."\n"
.']',
'items' => [
'type' => 'string',
],
],
],
[
'name' => 'Description',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'MountPointId' => [
'description' => '',
'type' => 'string',
'example' => 'e389e5c7-bcb4-4558-846a-e5afc444****',
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '55C5FFD6-BF99-41BD-9C66-FFF39189****',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"MountPointId\\": \\"e389e5c7-bcb4-4558-846a-e5afc444****\\",\\n \\"RequestId\\": \\"55C5FFD6-BF99-41BD-9C66-FFF39189****\\"\\n}","errorExample":""},{"type":"xml","example":"037cb49e1d-c***5\\n55C5FFD6-BF99-41BD-9C66-FFF39189****","errorExample":""}]',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'DeleteVscMountPoint' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [],
'parameters' => [
[
'name' => 'InputRegionId',
'in' => 'query',
'schema' => [
'description' => '',
'docRequired' => true,
'example' => 'cn-hangzhou',
'required' => true,
'type' => 'string',
],
],
[
'name' => 'MountPointId',
'in' => 'query',
'schema' => [
'description' => '',
'docRequired' => true,
'example' => '037cb49e1d-c***5',
'required' => true,
'type' => 'string',
],
],
[
'name' => 'FileSystemId',
'in' => 'query',
'schema' => [
'description' => '',
'docRequired' => true,
'example' => '037c****1d',
'required' => true,
'type' => 'string',
],
],
],
'responses' => [
200 => [
'schema' => [
'properties' => [
'RequestId' => [
'description' => '',
'example' => '55C5FFD6-BF99-41BD-9C66-FFF39189****',
'type' => 'string',
],
],
'type' => 'object',
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"55C5FFD6-BF99-41BD-9C66-FFF39189****\\"\\n}","errorExample":""},{"type":"xml","example":"55C5FFD6-BF99-41BD-9C66-FFF39189****","errorExample":""}]',
'extraInfo' => ' ',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'title' => 'DeleteVscMountPoint',
],
'AttachVscMountPoint' => [
'summary' => '挂载VSC挂载点',
'methods' => [
'post',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'create',
'riskType' => 'high',
'chargeType' => 'free',
'abilityTreeCode' => '65232',
'abilityTreeNodes' => [
'FEATUREalidfs5EIDCS',
],
],
'parameters' => [
[
'name' => 'InputRegionId',
'in' => 'query',
'schema' => [
'description' => '',
'docRequired' => true,
'example' => 'cn-hangzhou',
'required' => true,
'type' => 'string',
],
],
[
'name' => 'MountPointId',
'in' => 'query',
'schema' => [
'description' => '',
'docRequired' => true,
'example' => ' 037cb49e1d-c***5',
'required' => true,
'type' => 'string',
],
],
[
'name' => 'VscType',
'in' => 'query',
'schema' => [
'type' => 'string',
'required' => false,
'docRequired' => true,
],
],
[
'name' => 'InstanceIds',
'in' => 'query',
'style' => 'json',
'schema' => [
'description' => '',
'docRequired' => false,
'example' => '["ecs-instance1", "ecs-instance2"]',
'required' => true,
'type' => 'array',
'items' => [
'type' => 'string',
],
],
],
[
'name' => 'VscIds',
'in' => 'query',
'style' => 'json',
'schema' => [
'type' => 'array',
'items' => [
'type' => 'string',
],
'docRequired' => false,
],
],
[
'name' => 'Description',
'in' => 'query',
'schema' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
],
[
'name' => 'FileSystemId',
'in' => 'query',
'schema' => [
'description' => '',
'docRequired' => true,
'example' => '037****e1d',
'required' => true,
'type' => 'string',
],
],
[
'name' => 'UseAssumeRoleChkServerPerm',
'in' => 'query',
'schema' => [
'type' => 'boolean',
],
],
[
'name' => 'VscName',
'in' => 'query',
'schema' => [
'type' => 'string',
],
],
],
'responses' => [
200 => [
'schema' => [
'properties' => [
'RequestId' => [
'description' => '',
'example' => '55C5FFD6-BF99-41BD-9C66-FFF39189****',
'type' => 'string',
],
],
'type' => 'object',
],
],
],
'eventInfo' => [
'enable' => false,
'eventNames' => [],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"55C5FFD6-BF99-41BD-9C66-FFF39189****\\"\\n}","errorExample":""},{"type":"xml","example":"55C5FFD6-BF99-41BD-9C66-FFF39189****","errorExample":""}]',
'description' => '****',
'extraInfo' => ' ',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'title' => 'AttachVscMountPoint',
],
'BindVscMountPointAlias' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [],
'parameters' => [
[
'name' => 'InputRegionId',
'in' => 'query',
'schema' => [
'description' => '',
'docRequired' => true,
'example' => 'cn-hangzhou',
'required' => true,
'type' => 'string',
],
],
[
'name' => 'MountPointId',
'in' => 'query',
'schema' => [
'description' => '',
'docRequired' => true,
'example' => '037cb49e1d-c***5',
'required' => true,
'type' => 'string',
],
],
[
'name' => 'AliasPrefix',
'in' => 'query',
'schema' => [
'description' => '',
'docRequired' => true,
'example' => 'sdfe',
'required' => true,
'type' => 'string',
],
],
[
'name' => 'FileSystemId',
'in' => 'query',
'schema' => [
'description' => '',
'docRequired' => true,
'example' => '037****e1d',
'required' => true,
'type' => 'string',
],
],
],
'responses' => [
200 => [
'schema' => [
'properties' => [
'MountPointAlias' => [
'description' => '',
'example' => 'sdfe',
'type' => 'string',
],
'RequestId' => [
'description' => '',
'example' => '55C5FFD6-BF99-41BD-9C66-FFF39189****',
'type' => 'string',
],
],
'type' => 'object',
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"MountPointAlias\\": \\"sdfe\\",\\n \\"RequestId\\": \\"55C5FFD6-BF99-41BD-9C66-FFF39189****\\"\\n}","errorExample":""},{"type":"xml","example":"55C5FFD6-BF99-41BD-9C66-FFF39189****\\nsdfe","errorExample":""}]',
'extraInfo' => ' ',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'title' => 'BindVscMountPointAlias',
],
'DetachVscMountPoint' => [
'methods' => [
'post',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'delete',
'abilityTreeCode' => '65248',
'abilityTreeNodes' => [
'FEATUREalidfs5EIDCS',
],
],
'parameters' => [
[
'name' => 'InputRegionId',
'in' => 'query',
'schema' => [
'description' => '',
'docRequired' => true,
'example' => 'cn-hangzhou',
'required' => true,
'type' => 'string',
],
],
[
'name' => 'MountPointId',
'in' => 'query',
'schema' => [
'description' => '',
'docRequired' => true,
'example' => ' 037cb49e1d-c***5',
'required' => true,
'type' => 'string',
],
],
[
'name' => 'InstanceIds',
'in' => 'query',
'style' => 'json',
'schema' => [
'description' => '',
'docRequired' => false,
'example' => '["ecs-instance1", "ecs-instance2"]',
'required' => true,
'type' => 'array',
'items' => [
'type' => 'string',
],
],
],
[
'name' => 'VscIds',
'in' => 'query',
'style' => 'json',
'schema' => [
'type' => 'array',
'items' => [
'type' => 'string',
],
'docRequired' => false,
],
],
[
'name' => 'Description',
'in' => 'query',
'schema' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
],
[
'name' => 'FileSystemId',
'in' => 'query',
'schema' => [
'description' => '',
'docRequired' => true,
'example' => '037****e1d',
'required' => true,
'type' => 'string',
],
],
[
'name' => 'UseAssumeRoleChkServerPerm',
'in' => 'query',
'schema' => [
'type' => 'boolean',
],
],
],
'responses' => [
200 => [
'schema' => [
'properties' => [
'RequestId' => [
'description' => '',
'example' => '55C5FFD6-BF99-41BD-9C66-FFF39189****',
'type' => 'string',
],
],
'type' => 'object',
],
],
],
'eventInfo' => [
'enable' => false,
'eventNames' => [],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"55C5FFD6-BF99-41BD-9C66-FFF39189****\\"\\n}","errorExample":""},{"type":"xml","example":"55C5FFD6-BF99-41BD-9C66-FFF39189****","errorExample":""}]',
'extraInfo' => ' ',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'title' => 'DetachVscMountPoint',
],
'DescribeVscMountPoints' => [
'summary' => '查询VSC挂载信息',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => [
'FEATUREalidfs5EIDCS',
],
],
'parameters' => [
[
'name' => 'InputRegionId',
'in' => 'query',
'schema' => [
'description' => '',
'docRequired' => true,
'example' => 'cn-hangzhou',
'required' => true,
'type' => 'string',
],
],
[
'name' => 'MountPointId',
'in' => 'query',
'schema' => [
'description' => '',
'example' => '037cb49e1d-c***5',
'required' => false,
'type' => 'string',
],
],
[
'name' => 'FileSystemId',
'in' => 'query',
'schema' => [
'description' => '',
'docRequired' => true,
'example' => '037****e1d',
'required' => true,
'type' => 'string',
],
],
[
'name' => 'VscId',
'in' => 'query',
'schema' => [
'type' => 'string',
],
],
[
'name' => 'Status',
'in' => 'query',
'schema' => [
'description' => '',
'example' => 'NORMAL',
'required' => false,
'type' => 'string',
],
],
[
'name' => 'InstanceId',
'in' => 'query',
'schema' => [
'description' => '',
'example' => '["ecs-instance1", "ecs-instance2"]',
'required' => false,
'type' => 'string',
],
],
],
'responses' => [
200 => [
'schema' => [
'properties' => [
'TotalCount' => [
'description' => '',
'example' => '1',
'format' => 'int32',
'type' => 'integer',
],
'RequestId' => [
'description' => '',
'example' => '55C5FFD6-BF99-41BD-9C66-FFF39189****',
'type' => 'string',
],
'MountPoints' => [
'description' => '',
'items' => [
'properties' => [
'MountPointId' => [
'description' => '',
'example' => ' 037cb49e1d-c***5',
'type' => 'string',
],
'Description' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'InstanceTotalCount' => [
'description' => '',
'example' => '1',
'format' => 'int32',
'type' => 'integer',
],
'MountPointAlias' => [
'description' => '',
'example' => 'hdfs1',
'type' => 'string',
],
'Instances' => [
'description' => '',
'items' => [
'properties' => [
'Status' => [
'description' => '',
'example' => 'AVAILABLE',
'type' => 'string',
],
'InstanceId' => [
'description' => '',
'example' => '["ecs-instance1", "ecs-instance2"]',
'type' => 'string',
],
'Vscs' => [
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'VscId' => [
'type' => 'string',
],
'VscType' => [
'type' => 'string',
],
'VscStatus' => [
'type' => 'string',
],
'VscName' => [
'type' => 'string',
],
],
],
],
],
'type' => 'object',
],
'type' => 'array',
],
],
'type' => 'object',
],
'type' => 'array',
],
],
'type' => 'object',
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"TotalCount\\": 1,\\n \\"RequestId\\": \\"55C5FFD6-BF99-41BD-9C66-FFF39189****\\",\\n \\"MountPoints\\": [\\n {\\n \\"MountPointId\\": \\"f-037cb49e1d-c****.dfs.aliyuncs.com\\",\\n \\"Description\\": \\"内部实例挂载的HDFS文件系统。\\",\\n \\"InstanceTotalCount\\": 1,\\n \\"MountPointAlias\\": \\"hdfs1\\",\\n \\"Instances\\": [\\n {\\n \\"Status\\": \\"NORMAL\\",\\n \\"InstanceId\\": \\"i-bp1g6zv0ce8oghu7****\\",\\n \\"Vscs\\": [\\n {\\n \\"VscId\\": \\"vsc-asjodjoio****\\",\\n \\"VscType\\": \\"Primary\\",\\n \\"VscStatus\\": \\"NORMAL\\",\\n \\"VscName\\": \\"\\"\\n }\\n ]\\n }\\n ]\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"\\n 037cb49e1d-c***5\\n 内部实例挂载的HDFS文件系统。\\n 1\\n hdfs1\\n \\n AVAILABLE\\n [\\"ecs-instance1\\", \\"ecs-instance2\\"]\\n \\n\\n1\\n55C5FFD6-BF99-41BD-9C66-FFF39189****","errorExample":""}]',
'extraInfo' => ' ',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'title' => 'DescribeVscMountPoints',
],
'AttachVscToMountPoints' => [
'summary' => '批量挂载VSC挂载点',
'methods' => [
'post',
],
'schemes' => [
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'update',
'riskType' => 'high',
'chargeType' => 'free',
'abilityTreeCode' => '65232',
'abilityTreeNodes' => [
'FEATUREalidfs5EIDCS',
],
],
'parameters' => [
[
'name' => 'InputRegionId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'cn-hangzhou',
],
],
[
'name' => 'AttachInfos',
'in' => 'query',
'style' => 'json',
'schema' => [
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'VscId' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'vsc-bp19yqmujug2r762cnabal',
],
'VscType' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'Primary',
],
'MountPointId' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'f-cfea9ae2ref87.cn-zhangjiakou.dfs.aliyuncs.com',
],
'InstanceId' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'i-2zehyz70ednszl6rrfj6',
],
'VscName' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'xc',
],
],
'required' => false,
],
'required' => false,
'docRequired' => false,
],
],
[
'name' => 'UseAssumeRoleChkServerPerm',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'boolean',
'required' => false,
'example' => 'false',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '55C5FFD6-BF99-41BD-9C66-FFF39189****',
],
],
],
],
],
'eventInfo' => [
'enable' => false,
'eventNames' => [],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"55C5FFD6-BF99-41BD-9C66-FFF39189****\\"\\n}","type":"json"}]',
],
'DescribeMountPointsVscAttachInfo' => [
'summary' => '批量挂载VSC挂载点',
'methods' => [
'get',
'post',
],
'schemes' => [
'https',
],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'list',
'riskType' => 'high',
'chargeType' => 'free',
'abilityTreeCode' => '65232',
'abilityTreeNodes' => [
'FEATUREalidfs5EIDCS',
],
],
'parameters' => [
[
'name' => 'InputRegionId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'cn-hangzhou',
],
],
[
'name' => 'QueryInfos',
'in' => 'query',
'style' => 'json',
'schema' => [
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'VscId' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'vsc-bp19yqmujug2r18z0h9qal',
],
'MountPointId' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'f-9dd3c6bajmy110.cn-zhangjiakou.dfs.aliyuncs.com',
],
'InstanceId' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'i-2zehyz70ednszl6rrfj6',
],
],
'required' => false,
],
'required' => false,
'docRequired' => false,
],
],
[
'name' => 'UseAssumeRoleChkServerPerm',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'boolean',
'required' => false,
'example' => 'false',
],
],
[
'name' => 'NextToken',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'MYR6sz6qkmauspAy8oxjHP-tOLtD4KSv3DzI7G6iywTx1ZCExO50GtSuiTB9z0JppvYQ2iUa8s4HbcFanMQfDIlds4da87_Ax4UJMva****',
],
],
[
'name' => 'MaxResults',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'example' => '50',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '55C5FFD6-BF99-41BD-9C66-FFF39189****',
],
'NextToken' => [
'description' => '',
'type' => 'string',
'example' => 'asd0daj****',
],
'TotalCount' => [
'description' => '',
'type' => 'string',
'example' => '1',
],
'AttachInfos' => [
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'VscId' => [
'description' => '',
'type' => 'string',
'example' => 'vsc-bp18fhqie89loyqixyieal',
],
'VscType' => [
'description' => '',
'type' => 'string',
'example' => 'Primary',
],
'MountPointId' => [
'description' => '',
'type' => 'string',
'example' => 'f-9dd3c6bajmy110.cn-zhangjiakou.dfs.aliyuncs.com',
],
'InstanceId' => [
'description' => '',
'type' => 'string',
'example' => 'vsc-agent-f5a9bb4b041541f595a0c239c9e0f971-cn-shanghai',
],
'VscStatus' => [
'description' => '',
'type' => 'string',
],
'VscName' => [
'description' => '',
'type' => 'string',
'example' => 'cxc',
],
],
],
],
'MaxResults' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '50',
],
],
],
],
],
'eventInfo' => [
'enable' => false,
'eventNames' => [],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"55C5FFD6-BF99-41BD-9C66-FFF39189****\\",\\n \\"NextToken\\": \\"asd0daj****\\",\\n \\"TotalCount\\": \\"1\\",\\n \\"AttachInfos\\": [\\n {\\n \\"VscId\\": \\"vsc-bp18fhqie89loyqixyieal\\",\\n \\"VscType\\": \\"Primary\\",\\n \\"MountPointId\\": \\"f-9dd3c6bajmy110.cn-zhangjiakou.dfs.aliyuncs.com\\",\\n \\"InstanceId\\": \\"vsc-agent-f5a9bb4b041541f595a0c239c9e0f971-cn-shanghai\\",\\n \\"VscStatus\\": \\"- NORMAL : 挂载成功。\\\\n- CREATING:挂载中。\\\\n- INVALID:挂载失败。\\",\\n \\"VscName\\": \\"cxc\\"\\n }\\n ],\\n \\"MaxResults\\": 50\\n}","type":"json"}]',
],
],
'endpoints' => [
[
'regionId' => 'cn-beijing',
'endpoint' => 'dfs.cn-beijing.aliyuncs.com',
],
[
'regionId' => 'cn-zhangjiakou',
'endpoint' => 'dfs.cn-zhangjiakou.aliyuncs.com',
],
[
'regionId' => 'cn-hangzhou',
'endpoint' => 'dfs.cn-hangzhou.aliyuncs.com',
],
[
'regionId' => 'cn-shanghai',
'endpoint' => 'dfs.cn-shanghai.aliyuncs.com',
],
[
'regionId' => 'cn-heyuan',
'endpoint' => 'dfs.cn-heyuan.aliyuncs.com',
],
[
'regionId' => 'cn-chengdu',
'endpoint' => 'dfs.cn-chengdu.aliyuncs.com',
],
[
'regionId' => 'ap-southeast-1',
'endpoint' => 'dfs.ap-southeast-1.aliyuncs.com',
],
[
'regionId' => 'us-east-1',
'endpoint' => 'dfs.us-east-1.aliyuncs.com',
],
],
];