summaryrefslogtreecommitdiff
path: root/data/nis
diff options
context:
space:
mode:
Diffstat (limited to 'data/nis')
-rw-r--r--data/nis/2021-12-16/api-docs.php2136
1 files changed, 608 insertions, 1528 deletions
diff --git a/data/nis/2021-12-16/api-docs.php b/data/nis/2021-12-16/api-docs.php
index 3adf5b9..44d742f 100644
--- a/data/nis/2021-12-16/api-docs.php
+++ b/data/nis/2021-12-16/api-docs.php
@@ -1,22 +1,13 @@
<?php return [
'version' => '1.0',
- 'info' => [
- 'style' => 'RPC',
- 'product' => 'nis',
- 'version' => '2021-12-16',
- ],
+ 'info' => ['style' => 'RPC', 'product' => 'nis', 'version' => '2021-12-16'],
'components' => [
'schemas' => [],
],
'apis' => [
- 'StartNisTrafficRanking' => [
- 'methods' => [
- 'get',
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'CreateAndAnalyzeNetworkPath' => [
+ 'methods' => ['get'],
+ 'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
@@ -25,425 +16,131 @@
'deprecated' => false,
'parameters' => [
[
- 'name' => 'RegionNo',
- 'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
- ],
- [
- 'name' => 'TrafficAnalyzerId',
+ 'name' => 'SourceId',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
+ 'schema' => ['type' => 'string', 'required' => true],
],
[
- 'name' => 'TupleDimension',
+ 'name' => 'SourceIpAddress',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- 'enum' => [
- 'Tuple1',
- 'Tuple2',
- 'Tuple5',
- ],
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
- 'name' => 'TrafficScenario',
+ 'name' => 'TargetIpAddress',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- 'enum' => [
- 'VpcFlowLogAll',
- 'VpcFlowLogInternet',
- 'TRFlowLog',
- 'CbwpMetric',
- ],
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
- 'name' => 'Direction',
+ 'name' => 'SourceType',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- 'enum' => [
- 'In',
- 'Out',
- ],
- ],
+ 'schema' => ['type' => 'string', 'required' => true],
],
[
- 'name' => 'GroupBy',
+ 'name' => 'SourcePort',
'in' => 'query',
- 'style' => 'json',
- 'schema' => [
- 'type' => 'array',
- 'required' => false,
- 'items' => [
- 'type' => 'string',
- 'required' => false,
- 'enum' => [
- 'VpcId',
- 'VSwitchId',
- 'CloudIp',
- 'SourceIp',
- 'DestinationIp',
- 'Protocol',
- 'SourcePort',
- 'DestinationPort',
- 'TrafficPath',
- 'Country',
- 'Province',
- 'City',
- 'Isp',
- 'Asn',
- 'TransitRouterAttachmentId',
- 'Dscp',
- 'TransitRouterPairAttachmentId',
- 'TransitRouterSourceResourceId',
- 'TransitRouterDestinationResourceId',
- 'TransitRouterSourceNetworkInterface',
- 'TransitRouterDestinationNetworkInterface',
- 'TransitRouterId',
- 'BindingResourceId',
- 'BindingResourceType',
- 'CbwpId',
- 'PublicIpAddress',
- ],
- ],
- ],
+ 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false],
],
[
- 'name' => 'OrderBy',
+ 'name' => 'TargetId',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- 'enum' => [
- 'Bytes',
- 'Packets',
- 'RoundTripTime',
- 'PacketsLostNoRoute',
- 'PacketsLostBlackhole',
- 'PacketsLostTTLExpired',
- ],
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
- 'name' => 'Filter',
+ 'name' => 'TargetType',
'in' => 'query',
- 'style' => 'json',
- 'schema' => [
- 'type' => 'array',
- 'required' => false,
- 'items' => [
- 'type' => 'object',
- 'required' => false,
- 'properties' => [
- 'Key' => [
- 'type' => 'string',
- 'required' => false,
- 'enum' => [
- 'FlowAction',
- 'VpcId',
- 'VSwitchId',
- 'NetworkInterfaceId',
- 'CloudIp',
- 'DestinationIp',
- 'SourceIp',
- 'EcsId',
- 'TrafficPath',
- 'ClientCountry',
- 'ClientCity',
- 'ClientAsn',
- 'ClientIsp',
- 'SourcePort',
- 'DestinationPort',
- 'Protocol',
- 'MinBytes',
- 'MaxBytes',
- 'MinRoundTripTime',
- 'MaxRoundTripTime',
- 'MinPackages',
- 'MaxPackages',
- 'TransitRouterAttachmentId',
- 'Dscp',
- 'TransitRouterPairAttachmentId',
- 'MinPacketsLostBlackhole',
- 'MaxPacketsLostBlackhole',
- 'MinPacketsLostNoRoute',
- 'MaxPacketsLostNoRoute',
- 'MinPacketsLostTTLExpired',
- 'MaxPacketsLostTTLExpired',
- 'TransitRouterSourceResourceId',
- 'TransitRouterSourceNetworkInterface',
- 'TransitRouterDestinationResourceId',
- 'TransitRouterDestinationNetworkInterface',
- 'TransitRouterId',
- 'PublicIpAddress',
- 'InstanceId',
- 'BindingResourceType',
- 'BindingResourceId',
- 'CbwpId',
- ],
- ],
- 'Value' => [
- 'type' => 'array',
- 'required' => false,
- 'items' => [
- 'type' => 'string',
- 'required' => false,
- ],
- ],
- 'Operator' => [
- 'type' => 'string',
- 'required' => false,
- ],
- ],
- ],
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
- 'name' => 'BeginTime',
+ 'name' => 'TargetPort',
'in' => 'query',
- 'schema' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => true,
- ],
+ 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false],
],
[
- 'name' => 'EndTime',
+ 'name' => 'Protocol',
'in' => 'query',
- 'schema' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => true,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
- 'name' => 'Sort',
+ 'name' => 'RegionId',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- 'enum' => [
- 'Desc',
- 'Asc',
- ],
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
+ ],
+ ],
+ 'CreateNetworkPath' => [
+ 'methods' => ['get', 'post'],
+ 'schemes' => ['http', 'https'],
+ 'security' => [
[
- 'name' => 'TopN',
- 'in' => 'query',
- 'schema' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
- ],
+ 'AK' => [],
],
+ ],
+ 'deprecated' => false,
+ 'parameters' => [
[
- 'name' => 'Language',
+ 'name' => 'RegionId',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- 'enum' => [
- 'zh-CN',
- 'en-US',
- ],
- ],
+ 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 64],
],
[
- 'name' => 'NextToken',
+ 'name' => 'NetworkPathName',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => true, 'maxLength' => 128],
],
[
- 'name' => 'MaxResults',
+ 'name' => 'SourceId',
'in' => 'query',
- 'schema' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
- 'minimum' => '1',
- 'maximum' => '100',
- ],
+ 'schema' => ['type' => 'string', 'required' => true],
],
[
- 'name' => 'StorageInterval',
+ 'name' => 'SourceType',
'in' => 'query',
- 'schema' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
- ],
- ],
- ],
- ],
- 'DescribeNisTrafficRanking' => [
- 'methods' => [
- 'get',
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
- 'security' => [
- [
- 'AK' => [],
+ 'schema' => ['type' => 'string', 'required' => true],
],
- ],
- 'deprecated' => false,
- 'parameters' => [
[
- 'name' => 'NisTrafficRankingId',
+ 'name' => 'SourceIpAddress',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
- 'name' => 'NextToken',
+ 'name' => 'SourcePort',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false],
],
[
- 'name' => 'MaxResults',
+ 'name' => 'TargetId',
'in' => 'query',
- 'schema' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
- 'minimum' => '20',
- 'maximum' => '100',
- ],
- ],
- ],
- ],
- 'GetNisNetworkRanking' => [
- 'methods' => [
- 'get',
- 'post',
- ],
- 'schemes' => [
- 'http',
- 'https',
- ],
- 'security' => [
- [
- 'AK' => [],
+ 'schema' => ['type' => 'string', 'required' => false, 'minimum' => '0', 'maxItems' => 24],
],
- ],
- 'deprecated' => false,
- 'parameters' => [
[
- 'name' => 'RegionNo',
+ 'name' => 'TargetType',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
+ 'schema' => ['type' => 'string', 'required' => false, 'minimum' => '0', 'maxItems' => 24],
],
[
- 'name' => 'ResourceType',
+ 'name' => 'TargetIpAddress',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- 'enum' => [
- 'AccessInternetIpV4',
- 'AccessInternetIpV4Limited',
- 'ElasticIP',
- 'PublicIpEcs',
- 'PublicIpClb',
- 'NAT',
- 'TR',
- 'TRAttachment',
- 'VBR',
- 'GA',
- 'InternetProbing',
- 'IntranetProbing',
- ],
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
- 'name' => 'Direction',
+ 'name' => 'TargetPort',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- 'enum' => [
- 'in',
- 'out',
- ],
- ],
+ 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false],
],
[
- 'name' => 'GroupBy',
+ 'name' => 'Protocol',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- 'enum' => [
- 'Tuple1',
- 'Tuple2',
- 'Tuple5',
- 'Protocol',
- 'SourcePort',
- 'DestinationPort',
- 'Country',
- 'City',
- 'ASN',
- 'CityASN',
- 'RegionPair',
- 'InstanceId',
- 'CountryIsp',
- 'ZonePair',
- 'ISP',
- 'IpPair',
- 'Province',
- 'ProvinceIsp',
- ],
- ],
+ 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 16],
],
[
- 'name' => 'OrderBy',
+ 'name' => 'NetworkPathDescription',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- 'enum' => [
- 'rtt',
- 'bps',
- 'pps',
- 'RetransmitRate',
- 'ActiveSessionCount',
- 'NewSessionPerSecond',
- 'RatelimitDropPps',
- 'ByteCount',
- 'PacketCount',
- ],
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
- 'name' => 'Filter',
+ 'name' => 'Tag',
'in' => 'query',
- 'style' => 'json',
+ 'style' => 'repeatList',
'schema' => [
'type' => 'array',
'required' => false,
@@ -451,276 +148,226 @@
'type' => 'object',
'required' => false,
'properties' => [
- 'Name' => [
- 'type' => 'string',
- 'required' => false,
- ],
- 'Value' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'Key' => ['type' => 'string', 'required' => false],
+ 'Value' => ['type' => 'string', 'required' => false],
],
],
+ 'maxItems' => 21,
],
],
[
- 'name' => 'BeginTime',
- 'in' => 'query',
- 'schema' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => false,
- 'minimum' => '0',
- 'maximum' => '253402271999000',
- ],
- ],
- [
- 'name' => 'EndTime',
+ 'name' => 'ResourceGroupId',
'in' => 'query',
- 'schema' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => false,
- 'minimum' => '0',
- 'maximum' => '253402271999000',
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
+ ],
+ ],
+ 'CreateNetworkReachableAnalysis' => [
+ 'methods' => ['get', 'post'],
+ 'schemes' => ['http', 'https'],
+ 'security' => [
[
- 'name' => 'Sort',
- 'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- 'enum' => [
- 'asc',
- 'desc',
- ],
- ],
+ 'AK' => [],
],
+ ],
+ 'deprecated' => false,
+ 'parameters' => [
[
- 'name' => 'TopN',
+ 'name' => 'RegionId',
'in' => 'query',
- 'schema' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
- 'minimum' => '1',
- 'maximum' => '100',
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
- 'name' => 'UseCrossAccount',
+ 'name' => 'NetworkPathId',
'in' => 'query',
- 'schema' => [
- 'type' => 'boolean',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => true],
],
[
- 'name' => 'AccountIds',
+ 'name' => 'Tag',
'in' => 'query',
'style' => 'repeatList',
'schema' => [
'type' => 'array',
'required' => false,
'items' => [
- 'type' => 'string',
+ 'type' => 'object',
'required' => false,
+ 'properties' => [
+ 'Key' => ['type' => 'string', 'required' => false],
+ 'Value' => ['type' => 'string', 'required' => false],
+ ],
],
- 'maxItems' => 10,
+ 'maxItems' => 21,
],
],
],
],
- 'GetInternetTuple' => [
- 'methods' => [
- 'get',
- 'post',
- ],
- 'schemes' => [
- 'http',
- 'https',
- ],
+ 'DeleteNetworkPath' => [
+ 'methods' => ['get', 'post'],
+ 'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
- 'deprecated' => true,
+ 'deprecated' => false,
'parameters' => [
[
'name' => 'RegionId',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
- 'name' => 'TupleType',
+ 'name' => 'NetworkPathIds',
'in' => 'query',
+ 'style' => 'json',
'schema' => [
- 'type' => 'integer',
- 'format' => 'int32',
+ 'type' => 'array',
'required' => true,
- 'enum' => [
- '1',
- '2',
- '5',
- ],
+ 'items' => ['type' => 'string', 'required' => false],
],
],
+ ],
+ ],
+ 'DeleteNetworkReachableAnalysis' => [
+ 'methods' => ['get', 'post'],
+ 'schemes' => ['http', 'https'],
+ 'security' => [
[
- 'name' => 'BeginTime',
- 'in' => 'query',
- 'schema' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => true,
- 'minimum' => '0',
- 'maximum' => '253402271999000',
- ],
+ 'AK' => [],
],
+ ],
+ 'deprecated' => false,
+ 'parameters' => [
[
- 'name' => 'EndTime',
+ 'name' => 'RegionId',
'in' => 'query',
- 'schema' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => true,
- 'minimum' => '0',
- 'maximum' => '253402271999000',
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
- 'name' => 'Direction',
+ 'name' => 'NetworkReachableAnalysisIds',
'in' => 'query',
+ 'style' => 'json',
'schema' => [
- 'type' => 'string',
+ 'type' => 'array',
'required' => true,
- 'enum' => [
- 'in',
- 'out',
- ],
+ 'items' => ['type' => 'string', 'required' => false],
],
],
+ ],
+ ],
+ 'DeleteNisInspectionReport' => [
+ 'methods' => ['get', 'post'],
+ 'schemes' => ['http', 'https'],
+ 'security' => [
[
- 'name' => 'OrderBy',
- 'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- 'enum' => [
- 'Rtt',
- 'ByteCount',
- 'PacketCount',
- 'RetransmitRate',
- ],
- ],
+ 'AK' => [],
],
+ ],
+ 'deprecated' => false,
+ 'parameters' => [
[
- 'name' => 'CloudIp',
+ 'name' => 'InspectionReportId',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => true, 'minLength' => 1, 'maxLength' => 128],
],
+ ],
+ ],
+ 'DeleteNisInspectionTask' => [
+ 'methods' => ['get', 'post'],
+ 'schemes' => ['http', 'https'],
+ 'security' => [
[
- 'name' => 'CloudPort',
- 'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'AK' => [],
],
+ ],
+ 'deprecated' => false,
+ 'parameters' => [
[
- 'name' => 'OtherIp',
+ 'name' => 'InspectionTaskId',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => true, 'minLength' => 1, 'maxLength' => 128],
],
+ ],
+ ],
+ 'DescribeNisInspectionRecommendationResources' => [
+ 'methods' => ['get', 'post'],
+ 'schemes' => ['http', 'https'],
+ 'security' => [
[
- 'name' => 'OtherPort',
- 'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'AK' => [],
],
+ ],
+ 'deprecated' => false,
+ 'parameters' => [
[
- 'name' => 'InstanceId',
+ 'name' => 'InspectionReportId',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => true, 'minLength' => 1, 'maxLength' => 128],
],
[
- 'name' => 'Protocol',
+ 'name' => 'RecommendationCode',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => true, 'minLength' => 1, 'maxLength' => 64],
],
[
- 'name' => 'Sort',
+ 'name' => 'NextToken',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- 'enum' => [
- 'desc',
- 'asc',
- ],
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
- 'name' => 'TopN',
+ 'name' => 'MaxResults',
'in' => 'query',
- 'schema' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'maximum' => '100'],
],
[
- 'name' => 'CloudIsp',
+ 'name' => 'Language',
'in' => 'query',
'schema' => [
'type' => 'string',
'required' => false,
+ 'enum' => ['zh-CN', 'en-US'],
],
],
+ ],
+ ],
+ 'DescribeNisInspectionReportCheckItems' => [
+ 'methods' => ['get', 'post'],
+ 'schemes' => ['http', 'https'],
+ 'security' => [
[
- 'name' => 'OtherIsp',
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'parameters' => [
+ [
+ 'name' => 'InspectionReportId',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => true, 'minLength' => 1, 'maxLength' => 128],
],
[
- 'name' => 'OtherCountry',
+ 'name' => 'ResourceType',
'in' => 'query',
+ 'style' => 'json',
'schema' => [
- 'type' => 'string',
+ 'type' => 'array',
'required' => false,
+ 'items' => ['type' => 'string', 'required' => false, 'minLength' => 1, 'maxLength' => 32],
+ 'maxItems' => 20,
],
],
[
- 'name' => 'OtherCity',
+ 'name' => 'CategoryCode',
'in' => 'query',
'schema' => [
'type' => 'string',
'required' => false,
+ 'enum' => ['cost_optimizing', 'performance', 'security', 'stability', 'operational_excellence'],
],
],
[
- 'name' => 'InstanceList',
+ 'name' => 'RiskLevel',
'in' => 'query',
'style' => 'json',
'schema' => [
@@ -729,133 +376,113 @@
'items' => [
'type' => 'string',
'required' => false,
+ 'enum' => ['HighRisk', 'MediumRisk', 'LowRisk', 'NoRisk'],
],
+ 'maxItems' => 20,
],
],
[
- 'name' => 'CloudIpList',
+ 'name' => 'NextToken',
'in' => 'query',
- 'style' => 'json',
- 'schema' => [
- 'type' => 'array',
- 'required' => false,
- 'items' => [
- 'type' => 'string',
- 'required' => false,
- ],
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
- 'name' => 'UseMultiAccount',
+ 'name' => 'MaxResults',
'in' => 'query',
- 'schema' => [
- 'type' => 'boolean',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'maximum' => '100'],
],
[
- 'name' => 'AccountIds',
+ 'name' => 'Language',
'in' => 'query',
- 'style' => 'repeatList',
'schema' => [
- 'type' => 'array',
+ 'type' => 'string',
'required' => false,
- 'items' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => false,
- ],
- 'maxItems' => 10,
+ 'enum' => ['zh-CN', 'en-US'],
],
],
],
],
- 'GetNatTopN' => [
- 'methods' => [
- 'get',
- 'post',
+ 'DescribeNisInspectionReportStatus' => [
+ 'methods' => ['get', 'post'],
+ 'schemes' => ['http', 'https'],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
],
- 'schemes' => [
- 'http',
- 'https',
+ 'deprecated' => false,
+ 'parameters' => [
+ [
+ 'name' => 'InspectionReportId',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => true, 'minLength' => 1, 'maxLength' => 128],
+ ],
],
+ ],
+ 'DescribeNisInspectionReportSummary' => [
+ 'methods' => ['get', 'post'],
+ 'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
- 'deprecated' => true,
+ 'deprecated' => false,
'parameters' => [
[
- 'name' => 'RegionId',
+ 'name' => 'InspectionReportId',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => true, 'minLength' => 1, 'maxLength' => 128],
],
+ ],
+ ],
+ 'DescribeNisInspectionTask' => [
+ 'methods' => ['get', 'post'],
+ 'schemes' => ['http', 'https'],
+ 'security' => [
[
- 'name' => 'NatGatewayId',
- 'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
+ 'AK' => [],
],
+ ],
+ 'deprecated' => false,
+ 'parameters' => [
[
- 'name' => 'BeginTime',
+ 'name' => 'InspectionTaskId',
'in' => 'query',
- 'schema' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => true,
- ],
+ 'schema' => ['type' => 'string', 'required' => true, 'minLength' => 1, 'maxLength' => 128],
],
+ ],
+ ],
+ 'DescribeNisTrafficRanking' => [
+ 'methods' => ['get', 'post'],
+ 'schemes' => ['https'],
+ 'security' => [
[
- 'name' => 'EndTime',
- 'in' => 'query',
- 'schema' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => false,
- ],
+ 'AK' => [],
],
+ ],
+ 'deprecated' => false,
+ 'parameters' => [
[
- 'name' => 'OrderBy',
+ 'name' => 'NisTrafficRankingId',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => true],
],
[
- 'name' => 'TopN',
+ 'name' => 'NextToken',
'in' => 'query',
- 'schema' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
- 'name' => 'Ip',
+ 'name' => 'MaxResults',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '20', 'maximum' => '100'],
],
],
],
- 'GetVbrFlowTopN' => [
- 'methods' => [
- 'get',
- 'post',
- ],
- 'schemes' => [
- 'http',
- 'https',
- ],
+ 'GetInternetTuple' => [
+ 'methods' => ['get', 'post'],
+ 'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
@@ -866,55 +493,35 @@
[
'name' => 'RegionId',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
+ 'schema' => ['type' => 'string', 'required' => true],
],
[
- 'name' => 'BeginTime',
+ 'name' => 'TupleType',
'in' => 'query',
'schema' => [
'type' => 'integer',
- 'format' => 'int64',
+ 'format' => 'int32',
'required' => true,
+ 'enum' => ['1', '2', '5'],
],
],
[
- 'name' => 'EndTime',
+ 'name' => 'BeginTime',
'in' => 'query',
- 'schema' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => true,
- ],
+ 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true, 'minimum' => '0', 'maximum' => '253402271999000'],
],
[
- 'name' => 'Direction',
+ 'name' => 'EndTime',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- 'enum' => [
- 'in',
- 'out',
- ],
- ],
+ 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true, 'minimum' => '0', 'maximum' => '253402271999000'],
],
[
- 'name' => 'GroupBy',
+ 'name' => 'Direction',
'in' => 'query',
'schema' => [
'type' => 'string',
'required' => true,
- 'enum' => [
- '1Tuple',
- '2Tuple',
- '5Tuple',
- 'CloudPort',
- 'OtherPort',
- 'Protocol',
- ],
+ 'enum' => ['in', 'out'],
],
],
[
@@ -923,133 +530,114 @@
'schema' => [
'type' => 'string',
'required' => false,
- 'enum' => [
- 'Bytes',
- 'Packets',
- ],
+ 'enum' => ['Rtt', 'ByteCount', 'PacketCount', 'RetransmitRate'],
],
],
[
- 'name' => 'Sort',
+ 'name' => 'CloudIp',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- 'enum' => [
- 'asc',
- 'desc',
- ],
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
- 'name' => 'TopN',
+ 'name' => 'CloudPort',
'in' => 'query',
- 'schema' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
- 'minimum' => '1',
- 'maximum' => '100',
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
- 'name' => 'CenId',
+ 'name' => 'OtherIp',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
- 'name' => 'VirtualBorderRouterId',
+ 'name' => 'OtherPort',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
- 'name' => 'AttachmentId',
+ 'name' => 'InstanceId',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
'name' => 'Protocol',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
- 'name' => 'CloudIp',
+ 'name' => 'Sort',
'in' => 'query',
'schema' => [
'type' => 'string',
'required' => false,
+ 'enum' => ['desc', 'asc'],
],
],
[
- 'name' => 'OtherIp',
+ 'name' => 'TopN',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false],
],
[
- 'name' => 'CloudPort',
+ 'name' => 'CloudIsp',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
- 'name' => 'OtherPort',
+ 'name' => 'OtherIsp',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => false],
+ ],
+ [
+ 'name' => 'OtherCountry',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => false],
+ ],
+ [
+ 'name' => 'OtherCity',
'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => false],
+ ],
+ [
+ 'name' => 'InstanceList',
+ 'in' => 'query',
+ 'style' => 'json',
'schema' => [
- 'type' => 'string',
+ 'type' => 'array',
'required' => false,
+ 'items' => ['type' => 'string', 'required' => false],
],
],
[
- 'name' => 'AccountIds',
+ 'name' => 'CloudIpList',
'in' => 'query',
'style' => 'json',
'schema' => [
'type' => 'array',
'required' => false,
- 'items' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => false,
- ],
- 'maxItems' => 10,
+ 'items' => ['type' => 'string', 'required' => false],
],
],
[
'name' => 'UseMultiAccount',
'in' => 'query',
+ 'schema' => ['type' => 'boolean', 'required' => false],
+ ],
+ [
+ 'name' => 'AccountIds',
+ 'in' => 'query',
+ 'style' => 'repeatList',
'schema' => [
- 'type' => 'boolean',
+ 'type' => 'array',
'required' => false,
+ 'items' => ['type' => 'integer', 'format' => 'int64', 'required' => false],
+ 'maxItems' => 10,
],
],
],
],
- 'GetTransitRouterFlowTopN' => [
- 'methods' => [
- 'get',
- 'post',
- ],
- 'schemes' => [
- 'http',
- 'https',
- ],
+ 'GetNatTopN' => [
+ 'methods' => ['get', 'post'],
+ 'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
@@ -1058,250 +646,159 @@
'deprecated' => true,
'parameters' => [
[
- 'name' => 'BeginTime',
- 'in' => 'query',
- 'schema' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => true,
- ],
- ],
- [
- 'name' => 'EndTime',
+ 'name' => 'RegionId',
'in' => 'query',
- 'schema' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => true,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
- 'name' => 'TopN',
+ 'name' => 'NatGatewayId',
'in' => 'query',
- 'schema' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
- 'minimum' => '1',
- 'maximum' => '100',
- ],
+ 'schema' => ['type' => 'string', 'required' => true],
],
[
- 'name' => 'Direction',
+ 'name' => 'BeginTime',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- 'enum' => [
- 'in',
- 'out',
- ],
- ],
+ 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true],
],
[
- 'name' => 'GroupBy',
+ 'name' => 'EndTime',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- 'enum' => [
- '1Tuple',
- '2Tuple',
- '5Tuple',
- 'Cen',
- 'RegionPair',
- 'Port',
- 'Protocol',
- ],
- ],
+ 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false],
],
[
- 'name' => 'ThisRegion',
+ 'name' => 'OrderBy',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
- 'name' => 'ThisIp',
+ 'name' => 'TopN',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false],
],
[
- 'name' => 'ThisPort',
- 'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
- ],
- [
- 'name' => 'OtherRegion',
+ 'name' => 'Ip',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
+ ],
+ ],
+ 'GetNetworkReachableAnalysis' => [
+ 'methods' => ['get', 'post'],
+ 'schemes' => ['http', 'https'],
+ 'security' => [
[
- 'name' => 'OtherIp',
- 'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'AK' => [],
],
+ ],
+ 'deprecated' => false,
+ 'parameters' => [
[
- 'name' => 'OtherPort',
+ 'name' => 'RegionId',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
- 'name' => 'Protocol',
+ 'name' => 'NetworkReachableAnalysisId',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => true],
],
+ ],
+ ],
+ 'GetNisNetworkMetrics' => [
+ 'methods' => ['get', 'post'],
+ 'schemes' => ['http', 'https'],
+ 'security' => [
[
- 'name' => 'OrderBy',
- 'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- 'enum' => [
- 'Bytes',
- 'Packets',
- ],
- ],
+ 'AK' => [],
],
+ ],
+ 'deprecated' => false,
+ 'parameters' => [
[
- 'name' => 'Sort',
+ 'name' => 'RegionNo',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- 'enum' => [
- 'desc',
- 'asc',
- ],
- ],
+ 'schema' => ['type' => 'string', 'required' => true],
],
[
- 'name' => 'CenId',
+ 'name' => 'ResourceType',
'in' => 'query',
'schema' => [
'type' => 'string',
- 'required' => false,
+ 'required' => true,
+ 'enum' => ['AccessInternetIpV4', 'AccessInternetIpV4Limited', 'ElasticIP', 'PublicIpEcs', 'PublicIpClb', 'NAT', 'TR', 'TRAttachment', 'VBR', 'GA', 'InternetProbing', 'IntranetProbing', 'NisInspectionHistoryReportScore'],
],
],
[
- 'name' => 'BandwithPackageId',
+ 'name' => 'MetricName',
'in' => 'query',
'schema' => [
'type' => 'string',
- 'required' => false,
+ 'required' => true,
+ 'enum' => ['rtt', 'bps', 'pps', 'RetransmitRate', 'ActiveSessionCount', 'NewSessionPerSecond', 'RatelimitDropPps', 'passRate', 'BandwidthUtilization'],
],
],
[
- 'name' => 'AccountIds',
+ 'name' => 'Dimensions',
'in' => 'query',
'style' => 'json',
'schema' => [
'type' => 'array',
- 'required' => false,
+ 'required' => true,
'items' => [
- 'type' => 'integer',
- 'format' => 'int64',
+ 'type' => 'object',
'required' => false,
+ 'properties' => [
+ 'Name' => ['type' => 'string', 'required' => false],
+ 'Value' => ['type' => 'string', 'required' => false],
+ ],
],
],
],
[
- 'name' => 'UseMultiAccount',
+ 'name' => 'BeginTime',
'in' => 'query',
- 'schema' => [
- 'type' => 'boolean',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false, 'minimum' => '0', 'maximum' => '253402271999000'],
],
- ],
- ],
- 'CreateNetworkReachableAnalysis' => [
- 'methods' => [
- 'get',
- 'post',
- ],
- 'schemes' => [
- 'http',
- 'https',
- ],
- 'security' => [
[
- 'AK' => [],
+ 'name' => 'EndTime',
+ 'in' => 'query',
+ 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false, 'minimum' => '0', 'maximum' => '253402271999000'],
],
- ],
- 'deprecated' => false,
- 'parameters' => [
[
- 'name' => 'RegionId',
+ 'name' => 'ScanBy',
'in' => 'query',
'schema' => [
'type' => 'string',
'required' => false,
+ 'enum' => ['TimestampAscending', 'TimestampDescending'],
],
],
[
- 'name' => 'NetworkPathId',
+ 'name' => 'UseCrossAccount',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
+ 'schema' => ['type' => 'boolean', 'required' => false],
],
[
- 'name' => 'Tag',
+ 'name' => 'AccountIds',
'in' => 'query',
'style' => 'repeatList',
'schema' => [
'type' => 'array',
'required' => false,
- 'items' => [
- 'type' => 'object',
- 'required' => false,
- 'properties' => [
- 'Key' => [
- 'type' => 'string',
- 'required' => false,
- ],
- 'Value' => [
- 'type' => 'string',
- 'required' => false,
- ],
- ],
- ],
- 'maxItems' => 21,
+ 'items' => ['type' => 'string', 'required' => false],
+ 'maxItems' => 10,
],
],
+ [
+ 'name' => 'StepMinutes',
+ 'in' => 'query',
+ 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false],
+ ],
],
],
- 'CreateNetworkPath' => [
- 'methods' => [
- 'get',
- 'post',
- ],
- 'schemes' => [
- 'http',
- 'https',
- ],
+ 'GetNisNetworkRanking' => [
+ 'methods' => ['get', 'post'],
+ 'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
@@ -1310,548 +807,366 @@
'deprecated' => false,
'parameters' => [
[
- 'name' => 'RegionId',
+ 'name' => 'RegionNo',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- 'maxLength' => 64,
- ],
+ 'schema' => ['type' => 'string', 'required' => true],
],
[
- 'name' => 'NetworkPathName',
+ 'name' => 'ResourceType',
'in' => 'query',
'schema' => [
'type' => 'string',
'required' => true,
- 'maxLength' => 128,
+ 'enum' => ['AccessInternetIpV4', 'AccessInternetIpV4Limited', 'ElasticIP', 'PublicIpEcs', 'PublicIpClb', 'NAT', 'TR', 'TRAttachment', 'VBR', 'GA', 'InternetProbing', 'IntranetProbing'],
],
],
[
- 'name' => 'SourceId',
+ 'name' => 'Direction',
'in' => 'query',
'schema' => [
'type' => 'string',
'required' => true,
+ 'enum' => ['in', 'out'],
],
],
[
- 'name' => 'SourceType',
+ 'name' => 'GroupBy',
'in' => 'query',
'schema' => [
'type' => 'string',
'required' => true,
+ 'enum' => ['Tuple1', 'Tuple2', 'Tuple5', 'Protocol', 'SourcePort', 'DestinationPort', 'Country', 'City', 'ASN', 'CityASN', 'RegionPair', 'InstanceId', 'CountryIsp', 'ZonePair', 'ISP', 'IpPair', 'Province', 'ProvinceIsp'],
],
],
[
- 'name' => 'SourceIpAddress',
+ 'name' => 'OrderBy',
'in' => 'query',
'schema' => [
'type' => 'string',
- 'required' => false,
+ 'required' => true,
+ 'enum' => ['rtt', 'bps', 'pps', 'RetransmitRate', 'ActiveSessionCount', 'NewSessionPerSecond', 'RatelimitDropPps', 'ByteCount', 'PacketCount'],
],
],
[
- 'name' => 'SourcePort',
+ 'name' => 'Filter',
'in' => 'query',
+ 'style' => 'json',
'schema' => [
- 'type' => 'integer',
- 'format' => 'int32',
+ 'type' => 'array',
'required' => false,
+ 'items' => [
+ 'type' => 'object',
+ 'required' => false,
+ 'properties' => [
+ 'Name' => ['type' => 'string', 'required' => false],
+ 'Value' => ['type' => 'string', 'required' => false],
+ ],
+ ],
],
],
[
- 'name' => 'TargetId',
+ 'name' => 'BeginTime',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- 'minimum' => '0',
- 'maxItems' => 24,
- ],
+ 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false, 'minimum' => '0', 'maximum' => '253402271999000'],
],
[
- 'name' => 'TargetType',
+ 'name' => 'EndTime',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- 'minimum' => '0',
- 'maxItems' => 24,
- ],
+ 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false, 'minimum' => '0', 'maximum' => '253402271999000'],
],
[
- 'name' => 'TargetIpAddress',
+ 'name' => 'Sort',
'in' => 'query',
'schema' => [
'type' => 'string',
'required' => false,
+ 'enum' => ['asc', 'desc'],
],
],
[
- 'name' => 'TargetPort',
- 'in' => 'query',
- 'schema' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
- ],
- ],
- [
- 'name' => 'Protocol',
+ 'name' => 'TopN',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- 'maxLength' => 16,
- ],
+ 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'maximum' => '100'],
],
[
- 'name' => 'NetworkPathDescription',
+ 'name' => 'UseCrossAccount',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'boolean', 'required' => false],
],
[
- 'name' => 'Tag',
+ 'name' => 'AccountIds',
'in' => 'query',
'style' => 'repeatList',
'schema' => [
'type' => 'array',
'required' => false,
- 'items' => [
- 'type' => 'object',
- 'required' => false,
- 'properties' => [
- 'Key' => [
- 'type' => 'string',
- 'required' => false,
- ],
- 'Value' => [
- 'type' => 'string',
- 'required' => false,
- ],
- ],
- ],
- 'maxItems' => 21,
- ],
- ],
- [
- 'name' => 'ResourceGroupId',
- 'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
+ 'items' => ['type' => 'string', 'required' => false],
+ 'maxItems' => 10,
],
],
],
],
- 'CreateAndAnalyzeNetworkPath' => [
- 'methods' => [
- 'get',
- ],
- 'schemes' => [
- 'http',
- 'https',
- ],
+ 'GetTransitRouterFlowTopN' => [
+ 'methods' => ['get', 'post'],
+ 'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
- 'deprecated' => false,
+ 'deprecated' => true,
'parameters' => [
[
- 'name' => 'SourceId',
+ 'name' => 'BeginTime',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- ],
+ 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true],
],
[
- 'name' => 'SourceIpAddress',
+ 'name' => 'EndTime',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true],
],
[
- 'name' => 'TargetIpAddress',
+ 'name' => 'TopN',
+ 'in' => 'query',
+ 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'maximum' => '100'],
+ ],
+ [
+ 'name' => 'Direction',
'in' => 'query',
'schema' => [
'type' => 'string',
- 'required' => false,
+ 'required' => true,
+ 'enum' => ['in', 'out'],
],
],
[
- 'name' => 'SourceType',
+ 'name' => 'GroupBy',
'in' => 'query',
'schema' => [
'type' => 'string',
'required' => true,
+ 'enum' => ['1Tuple', '2Tuple', '5Tuple', 'Cen', 'RegionPair', 'Port', 'Protocol'],
],
],
[
- 'name' => 'SourcePort',
+ 'name' => 'ThisRegion',
'in' => 'query',
- 'schema' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
- 'name' => 'TargetId',
+ 'name' => 'ThisIp',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
- 'name' => 'TargetType',
+ 'name' => 'ThisPort',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
- 'name' => 'TargetPort',
+ 'name' => 'OtherRegion',
'in' => 'query',
- 'schema' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
+ ],
+ [
+ 'name' => 'OtherIp',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => false],
+ ],
+ [
+ 'name' => 'OtherPort',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
'name' => 'Protocol',
'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => false],
+ ],
+ [
+ 'name' => 'OrderBy',
+ 'in' => 'query',
'schema' => [
'type' => 'string',
'required' => false,
+ 'enum' => ['Bytes', 'Packets'],
],
],
[
- 'name' => 'RegionId',
+ 'name' => 'Sort',
'in' => 'query',
'schema' => [
'type' => 'string',
'required' => false,
+ 'enum' => ['desc', 'asc'],
],
],
- ],
- ],
- 'DeleteNetworkPath' => [
- 'methods' => [
- 'get',
- 'post',
- ],
- 'schemes' => [
- 'http',
- 'https',
- ],
- 'security' => [
[
- 'AK' => [],
+ 'name' => 'CenId',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => false],
],
- ],
- 'deprecated' => false,
- 'parameters' => [
[
- 'name' => 'RegionId',
+ 'name' => 'BandwithPackageId',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
- 'name' => 'NetworkPathIds',
+ 'name' => 'AccountIds',
'in' => 'query',
'style' => 'json',
'schema' => [
'type' => 'array',
- 'required' => true,
- 'items' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'required' => false,
+ 'items' => ['type' => 'integer', 'format' => 'int64', 'required' => false],
],
],
+ [
+ 'name' => 'UseMultiAccount',
+ 'in' => 'query',
+ 'schema' => ['type' => 'boolean', 'required' => false],
+ ],
],
],
- 'DeleteNetworkReachableAnalysis' => [
- 'methods' => [
- 'get',
- 'post',
- ],
- 'schemes' => [
- 'http',
- 'https',
- ],
+ 'GetVbrFlowTopN' => [
+ 'methods' => ['get', 'post'],
+ 'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
- 'deprecated' => false,
+ 'deprecated' => true,
'parameters' => [
[
'name' => 'RegionId',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => true],
],
[
- 'name' => 'NetworkReachableAnalysisIds',
+ 'name' => 'BeginTime',
'in' => 'query',
- 'style' => 'json',
- 'schema' => [
- 'type' => 'array',
- 'required' => true,
- 'items' => [
- 'type' => 'string',
- 'required' => false,
- ],
- ],
+ 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true],
],
- ],
- ],
- 'GetNetworkReachableAnalysis' => [
- 'methods' => [
- 'get',
- 'post',
- ],
- 'schemes' => [
- 'http',
- 'https',
- ],
- 'security' => [
[
- 'AK' => [],
+ 'name' => 'EndTime',
+ 'in' => 'query',
+ 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true],
],
- ],
- 'deprecated' => false,
- 'parameters' => [
[
- 'name' => 'RegionId',
+ 'name' => 'Direction',
'in' => 'query',
'schema' => [
'type' => 'string',
- 'required' => false,
+ 'required' => true,
+ 'enum' => ['in', 'out'],
],
],
[
- 'name' => 'NetworkReachableAnalysisId',
+ 'name' => 'GroupBy',
'in' => 'query',
'schema' => [
'type' => 'string',
'required' => true,
+ 'enum' => ['1Tuple', '2Tuple', '5Tuple', 'CloudPort', 'OtherPort', 'Protocol'],
],
],
- ],
- ],
- 'GetNisNetworkMetrics' => [
- 'methods' => [
- 'get',
- 'post',
- ],
- 'schemes' => [
- 'http',
- 'https',
- ],
- 'security' => [
[
- 'AK' => [],
- ],
- ],
- 'deprecated' => false,
- 'parameters' => [
- [
- 'name' => 'RegionNo',
+ 'name' => 'OrderBy',
'in' => 'query',
'schema' => [
'type' => 'string',
- 'required' => true,
+ 'required' => false,
+ 'enum' => ['Bytes', 'Packets'],
],
],
[
- 'name' => 'ResourceType',
+ 'name' => 'Sort',
'in' => 'query',
'schema' => [
'type' => 'string',
- 'required' => true,
- 'enum' => [
- 'AccessInternetIpV4',
- 'AccessInternetIpV4Limited',
- 'ElasticIP',
- 'PublicIpEcs',
- 'PublicIpClb',
- 'NAT',
- 'TR',
- 'TRAttachment',
- 'VBR',
- 'GA',
- 'InternetProbing',
- 'IntranetProbing',
- 'NisInspectionHistoryReportScore',
- ],
+ 'required' => false,
+ 'enum' => ['asc', 'desc'],
],
],
[
- 'name' => 'MetricName',
+ 'name' => 'TopN',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- 'enum' => [
- 'rtt',
- 'bps',
- 'pps',
- 'RetransmitRate',
- 'ActiveSessionCount',
- 'NewSessionPerSecond',
- 'RatelimitDropPps',
- 'passRate',
- 'BandwidthUtilization',
- ],
- ],
+ 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'maximum' => '100'],
],
[
- 'name' => 'Dimensions',
+ 'name' => 'CenId',
'in' => 'query',
- 'style' => 'json',
- 'schema' => [
- 'type' => 'array',
- 'required' => true,
- 'items' => [
- 'type' => 'object',
- 'required' => false,
- 'properties' => [
- 'Name' => [
- 'type' => 'string',
- 'required' => false,
- ],
- 'Value' => [
- 'type' => 'string',
- 'required' => false,
- ],
- ],
- ],
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
- 'name' => 'BeginTime',
+ 'name' => 'VirtualBorderRouterId',
'in' => 'query',
- 'schema' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => false,
- 'minimum' => '0',
- 'maximum' => '253402271999000',
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
- 'name' => 'EndTime',
+ 'name' => 'AttachmentId',
'in' => 'query',
- 'schema' => [
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => false,
- 'minimum' => '0',
- 'maximum' => '253402271999000',
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
- 'name' => 'ScanBy',
+ 'name' => 'Protocol',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- 'enum' => [
- 'TimestampAscending',
- 'TimestampDescending',
- ],
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
- 'name' => 'UseCrossAccount',
+ 'name' => 'CloudIp',
'in' => 'query',
- 'schema' => [
- 'type' => 'boolean',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
+ ],
+ [
+ 'name' => 'OtherIp',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => false],
+ ],
+ [
+ 'name' => 'CloudPort',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => false],
+ ],
+ [
+ 'name' => 'OtherPort',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
'name' => 'AccountIds',
'in' => 'query',
- 'style' => 'repeatList',
+ 'style' => 'json',
'schema' => [
'type' => 'array',
'required' => false,
- 'items' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'items' => ['type' => 'integer', 'format' => 'int64', 'required' => false],
'maxItems' => 10,
],
],
[
- 'name' => 'StepMinutes',
+ 'name' => 'UseMultiAccount',
'in' => 'query',
- 'schema' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'boolean', 'required' => false],
],
],
],
- 'StartNisInspectionTask' => [
- 'methods' => [
- 'get',
- 'post',
- ],
- 'schemes' => [
- 'http',
- 'https',
- ],
+ 'ListNisInspectionResourceType' => [
+ 'methods' => ['get', 'post'],
+ 'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'deprecated' => false,
- 'parameters' => [
- [
- 'name' => 'InspectionTaskId',
- 'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- 'minLength' => 1,
- 'maxLength' => 128,
- ],
- ],
- ],
+ 'parameters' => [],
],
- 'UpdateNisInspectionTask' => [
- 'methods' => [
- 'get',
- 'post',
- ],
- 'schemes' => [
- 'http',
- 'https',
- ],
+ 'ListNisInspectionTaskReports' => [
+ 'methods' => ['get', 'post'],
+ 'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
@@ -1862,64 +1177,23 @@
[
'name' => 'InspectionTaskId',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- 'minLength' => 1,
- 'maxLength' => 128,
- ],
+ 'schema' => ['type' => 'string', 'required' => true, 'minLength' => 1, 'maxLength' => 23],
],
[
- 'name' => 'Status',
+ 'name' => 'NextToken',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- 'enum' => [
- 'Inactive',
- 'Active',
- ],
- ],
- ],
- ],
- ],
- 'DeleteNisInspectionTask' => [
- 'methods' => [
- 'get',
- 'post',
- ],
- 'schemes' => [
- 'http',
- 'https',
- ],
- 'security' => [
- [
- 'AK' => [],
+ 'schema' => ['type' => 'string', 'required' => false],
],
- ],
- 'deprecated' => false,
- 'parameters' => [
[
- 'name' => 'InspectionTaskId',
+ 'name' => 'MaxResults',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- 'minLength' => 1,
- 'maxLength' => 128,
- ],
+ 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'maximum' => '100'],
],
],
],
'ListNisInspectionTasks' => [
- 'methods' => [
- 'get',
- 'post',
- ],
- 'schemes' => [
- 'http',
- 'https',
- ],
+ 'methods' => ['get', 'post'],
+ 'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
@@ -1930,73 +1204,38 @@
[
'name' => 'InspectionTaskId',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- 'minLength' => 1,
- 'maxLength' => 128,
- ],
+ 'schema' => ['type' => 'string', 'required' => false, 'minLength' => 1, 'maxLength' => 128],
],
[
'name' => 'InspectionName',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- 'minLength' => 1,
- 'maxLength' => 128,
- ],
+ 'schema' => ['type' => 'string', 'required' => false, 'minLength' => 1, 'maxLength' => 128],
],
[
'name' => 'InspectionProject',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- 'minLength' => 1,
- 'maxLength' => 64,
- ],
+ 'schema' => ['type' => 'string', 'required' => false, 'minLength' => 1, 'maxLength' => 64],
],
[
'name' => 'Status',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- 'minLength' => 1,
- 'maxLength' => 50,
- ],
+ 'schema' => ['type' => 'string', 'required' => false, 'minLength' => 1, 'maxLength' => 50],
],
[
'name' => 'NextToken',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
'name' => 'MaxResults',
'in' => 'query',
- 'schema' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
- 'minimum' => '1',
- 'maximum' => '100',
- ],
+ 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'maximum' => '100'],
],
],
],
- 'DescribeNisInspectionTask' => [
- 'methods' => [
- 'get',
- 'post',
- ],
- 'schemes' => [
- 'http',
- 'https',
- ],
+ 'StartNisInspectionTask' => [
+ 'methods' => ['get', 'post'],
+ 'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
@@ -2007,116 +1246,59 @@
[
'name' => 'InspectionTaskId',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- 'minLength' => 1,
- 'maxLength' => 128,
- ],
+ 'schema' => ['type' => 'string', 'required' => true, 'minLength' => 1, 'maxLength' => 128],
],
],
],
- 'ListNisInspectionResourceType' => [
- 'methods' => [
- 'get',
- 'post',
- ],
- 'schemes' => [
- 'http',
- 'https',
- ],
+ 'StartNisTrafficRanking' => [
+ 'methods' => ['get', 'post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
'deprecated' => false,
- 'parameters' => [],
- ],
- 'DescribeNisInspectionReportStatus' => [
- 'methods' => [
- 'get',
- 'post',
- ],
- 'schemes' => [
- 'http',
- 'https',
- ],
- 'security' => [
+ 'parameters' => [
[
- 'AK' => [],
+ 'name' => 'RegionNo',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => true],
],
- ],
- 'deprecated' => false,
- 'parameters' => [
[
- 'name' => 'InspectionReportId',
+ 'name' => 'TrafficAnalyzerId',
+ 'in' => 'query',
+ 'schema' => ['type' => 'string', 'required' => true],
+ ],
+ [
+ 'name' => 'TupleDimension',
'in' => 'query',
'schema' => [
'type' => 'string',
- 'required' => true,
- 'minLength' => 1,
- 'maxLength' => 128,
+ 'required' => false,
+ 'enum' => ['Tuple1', 'Tuple2', 'Tuple5'],
],
],
- ],
- ],
- 'DescribeNisInspectionReportSummary' => [
- 'methods' => [
- 'get',
- 'post',
- ],
- 'schemes' => [
- 'http',
- 'https',
- ],
- 'security' => [
- [
- 'AK' => [],
- ],
- ],
- 'deprecated' => false,
- 'parameters' => [
[
- 'name' => 'InspectionReportId',
+ 'name' => 'TrafficScenario',
'in' => 'query',
'schema' => [
'type' => 'string',
'required' => true,
- 'minLength' => 1,
- 'maxLength' => 128,
+ 'enum' => ['VpcFlowLogAll', 'VpcFlowLogInternet', 'TRFlowLog', 'CbwpMetric'],
],
],
- ],
- ],
- 'DescribeNisInspectionReportCheckItems' => [
- 'methods' => [
- 'get',
- 'post',
- ],
- 'schemes' => [
- 'http',
- 'https',
- ],
- 'security' => [
- [
- 'AK' => [],
- ],
- ],
- 'deprecated' => false,
- 'parameters' => [
[
- 'name' => 'InspectionReportId',
+ 'name' => 'Direction',
'in' => 'query',
'schema' => [
'type' => 'string',
'required' => true,
- 'minLength' => 1,
- 'maxLength' => 128,
+ 'enum' => ['In', 'Out'],
],
],
[
- 'name' => 'ResourceType',
+ 'name' => 'GroupBy',
'in' => 'query',
'style' => 'json',
'schema' => [
@@ -2125,158 +1307,105 @@
'items' => [
'type' => 'string',
'required' => false,
- 'minLength' => 1,
- 'maxLength' => 32,
+ 'enum' => [
+ 'VpcId', 'VSwitchId', 'CloudIp', 'SourceIp', 'DestinationIp', 'Protocol', 'SourcePort', 'DestinationPort', 'TrafficPath', 'Country', 'Province', 'City', 'Isp', 'Asn', 'TransitRouterAttachmentId', 'Dscp', 'TransitRouterPairAttachmentId', 'TransitRouterSourceResourceId', 'TransitRouterDestinationResourceId', 'TransitRouterSourceNetworkInterface',
+ 'TransitRouterDestinationNetworkInterface', 'TransitRouterId', 'BindingResourceId', 'BindingResourceType', 'CbwpId', 'PublicIpAddress',
+ ],
],
- 'maxItems' => 20,
],
],
[
- 'name' => 'CategoryCode',
+ 'name' => 'OrderBy',
'in' => 'query',
'schema' => [
'type' => 'string',
- 'required' => false,
- 'enum' => [
- 'cost_optimizing',
- 'performance',
- 'security',
- 'stability',
- 'operational_excellence',
- ],
+ 'required' => true,
+ 'enum' => ['Bytes', 'Packets', 'RoundTripTime', 'PacketsLostNoRoute', 'PacketsLostBlackhole', 'PacketsLostTTLExpired', 'BytesIncrease', 'BytesIncreaseRatio'],
],
],
[
- 'name' => 'RiskLevel',
+ 'name' => 'Filter',
'in' => 'query',
'style' => 'json',
'schema' => [
'type' => 'array',
'required' => false,
'items' => [
- 'type' => 'string',
+ 'type' => 'object',
'required' => false,
- 'enum' => [
- 'HighRisk',
- 'MediumRisk',
- 'LowRisk',
- 'NoRisk',
+ 'properties' => [
+ 'Key' => [
+ 'type' => 'string',
+ 'required' => false,
+ 'enum' => [
+ 'FlowAction', 'VpcId', 'VSwitchId', 'NetworkInterfaceId', 'CloudIp', 'DestinationIp', 'SourceIp', 'EcsId', 'TrafficPath', 'ClientCountry', 'ClientCity', 'ClientAsn', 'ClientIsp', 'SourcePort', 'DestinationPort', 'Protocol', 'MinBytes', 'MaxBytes', 'MinRoundTripTime', 'MaxRoundTripTime',
+ 'MinPackages', 'MaxPackages', 'TransitRouterAttachmentId', 'Dscp', 'TransitRouterPairAttachmentId', 'MinPacketsLostBlackhole', 'MaxPacketsLostBlackhole', 'MinPacketsLostNoRoute', 'MaxPacketsLostNoRoute', 'MinPacketsLostTTLExpired', 'MaxPacketsLostTTLExpired', 'TransitRouterSourceResourceId', 'TransitRouterSourceNetworkInterface', 'TransitRouterDestinationResourceId', 'TransitRouterDestinationNetworkInterface', 'TransitRouterId', 'PublicIpAddress', 'InstanceId', 'BindingResourceType', 'BindingResourceId',
+ 'CbwpId', 'AttachmentType',
+ ],
+ ],
+ 'Value' => [
+ 'type' => 'array',
+ 'required' => false,
+ 'items' => ['type' => 'string', 'required' => false],
+ ],
+ 'Operator' => ['type' => 'string', 'required' => false],
],
],
- 'maxItems' => 20,
],
],
[
- 'name' => 'NextToken',
+ 'name' => 'BeginTime',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true],
],
[
- 'name' => 'MaxResults',
+ 'name' => 'EndTime',
'in' => 'query',
- 'schema' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
- 'minimum' => '1',
- 'maximum' => '100',
- ],
+ 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true],
],
[
- 'name' => 'Language',
+ 'name' => 'Sort',
'in' => 'query',
'schema' => [
'type' => 'string',
'required' => false,
- 'enum' => [
- 'zh-CN',
- 'en-US',
- ],
+ 'enum' => ['Desc', 'Asc'],
],
],
- ],
- ],
- 'DescribeNisInspectionRecommendationResources' => [
- 'methods' => [
- 'get',
- 'post',
- ],
- 'schemes' => [
- 'http',
- 'https',
- ],
- 'security' => [
- [
- 'AK' => [],
- ],
- ],
- 'deprecated' => false,
- 'parameters' => [
[
- 'name' => 'InspectionReportId',
+ 'name' => 'TopN',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- 'minLength' => 1,
- 'maxLength' => 128,
- ],
+ 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false],
],
[
- 'name' => 'RecommendationCode',
+ 'name' => 'Language',
'in' => 'query',
'schema' => [
'type' => 'string',
- 'required' => true,
- 'minLength' => 1,
- 'maxLength' => 64,
+ 'required' => false,
+ 'enum' => ['zh-CN', 'en-US'],
],
],
[
'name' => 'NextToken',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- ],
+ 'schema' => ['type' => 'string', 'required' => false],
],
[
'name' => 'MaxResults',
'in' => 'query',
- 'schema' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
- 'minimum' => '1',
- 'maximum' => '100',
- ],
+ 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'maximum' => '100'],
],
[
- 'name' => 'Language',
+ 'name' => 'StorageInterval',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => false,
- 'enum' => [
- 'zh-CN',
- 'en-US',
- ],
- ],
+ 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false],
],
],
],
- 'ListNisInspectionTaskReports' => [
- 'methods' => [
- 'get',
- 'post',
- ],
- 'schemes' => [
- 'http',
- 'https',
- ],
+ 'UpdateNisInspectionTask' => [
+ 'methods' => ['get', 'post'],
+ 'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
@@ -2287,71 +1416,22 @@
[
'name' => 'InspectionTaskId',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- 'minLength' => 1,
- 'maxLength' => 23,
- ],
+ 'schema' => ['type' => 'string', 'required' => true, 'minLength' => 1, 'maxLength' => 128],
],
[
- 'name' => 'NextToken',
+ 'name' => 'Status',
'in' => 'query',
'schema' => [
'type' => 'string',
'required' => false,
- ],
- ],
- [
- 'name' => 'MaxResults',
- 'in' => 'query',
- 'schema' => [
- 'type' => 'integer',
- 'format' => 'int32',
- 'required' => false,
- 'minimum' => '1',
- 'maximum' => '100',
- ],
- ],
- ],
- ],
- 'DeleteNisInspectionReport' => [
- 'methods' => [
- 'get',
- 'post',
- ],
- 'schemes' => [
- 'http',
- 'https',
- ],
- 'security' => [
- [
- 'AK' => [],
- ],
- ],
- 'deprecated' => false,
- 'parameters' => [
- [
- 'name' => 'InspectionReportId',
- 'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- 'minLength' => 1,
- 'maxLength' => 128,
+ 'enum' => ['Inactive', 'Active'],
],
],
],
],
],
'endpoints' => [
- [
- 'regionId' => 'cn-shanghai',
- 'endpoint' => 'nis.aliyuncs.com',
- ],
- [
- 'regionId' => 'ap-southeast-1',
- 'endpoint' => 'nis-intl.aliyuncs.com',
- ],
+ ['regionId' => 'cn-shanghai', 'regionName' => '华东2(上海)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'nis.aliyuncs.com', 'endpoint' => 'nis.aliyuncs.com', 'vpc' => 'nis.vpc-proxy.aliyuncs.com'],
+ ['regionId' => 'ap-southeast-1', 'regionName' => '新加坡', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'nis-intl.aliyuncs.com', 'endpoint' => 'nis-intl.aliyuncs.com', 'vpc' => 'nis-intl.vpc-proxy.aliyuncs.com'],
],
];