aliyun-sdk
Version:
Aliyun SDK for JavaScript
2,087 lines • 179 kB
JSON
{
"format": "pop",
"apiVersion": "2014-05-26",
"checksumFormat": "md5",
"endpointPrefix": "ecs",
"serviceAbbreviation": "ECS",
"serviceFullName": "Aliyun ECS",
"signatureVersion": "pop",
"timestampFormat": "top",
"xmlnamespace": "",
"operations": {
"allocateEipAddress": {
"name": "AllocateEipAddress",
"http": {
"method": "POST",
"uri":"/"
},
"input": {
"type": "structure",
"members": {
"Action": {
"required": true,
"default": "AllocateEipAddress"
},
"OwnerId": {
"type": "integer"
},
"ResourceOwnerAccount": {
"type": "string"
},
"ResourceOwnerId": {
"type": "integer"
},
"RegionId": {
"required": true,
"type": "string"
},
"Bandwidth": {
"type": "string"
},
"InternetChargeType": {
"type": "string"
},
"OwnerAccount": {
"type": "string"
},
"ClientToken": {
"type": "string"
}
}
}
},
"allocatePublicIpAddress": {
"name": "AllocatePublicIpAddress",
"http": {
"method": "POST",
"uri":"/"
},
"input": {
"type": "structure",
"members": {
"Action": {
"required": true,
"default": "AllocatePublicIpAddress"
},
"OwnerId": {
"type": "integer"
},
"ResourceOwnerAccount": {
"type": "string"
},
"ResourceOwnerId": {
"type": "integer"
},
"InstanceId": {
"required": true,
"type": "string"
},
"IpAddress": {
"type": "string"
},
"VlanId": {
"type": "string"
},
"OwnerAccount": {
"type": "string"
}
}
}
},
"associateEipAddress": {
"name": "AssociateEipAddress",
"http": {
"method": "POST",
"uri":"/"
},
"input": {
"type": "structure",
"members": {
"Action": {
"required": true,
"default": "AssociateEipAddress"
},
"OwnerId": {
"type": "integer"
},
"ResourceOwnerAccount": {
"type": "string"
},
"ResourceOwnerId": {
"type": "integer"
},
"AllocationId": {
"required": true,
"type": "string"
},
"InstanceId": {
"required": true,
"type": "string"
},
"OwnerAccount": {
"type": "string"
},
"InstanceType": {
"type": "string"
}
}
}
},
"attachDisk": {
"name": "AttachDisk",
"http": {
"method": "POST",
"uri":"/"
},
"input": {
"type": "structure",
"members": {
"Action": {
"required": true,
"default": "AttachDisk"
},
"OwnerId": {
"type": "integer"
},
"ResourceOwnerAccount": {
"type": "string"
},
"ResourceOwnerId": {
"type": "integer"
},
"InstanceId": {
"required": true,
"type": "string"
},
"DiskId": {
"required": true,
"type": "string"
},
"Device": {
"type": "string"
},
"DeleteWithInstance": {
"type": "boolean"
},
"OwnerAccount": {
"type": "string"
}
}
}
},
"authorizeSecurityGroup": {
"name": "AuthorizeSecurityGroup",
"http": {
"method": "POST",
"uri":"/"
},
"input": {
"type": "structure",
"members": {
"Action": {
"required": true,
"default": "AuthorizeSecurityGroup"
},
"OwnerId": {
"type": "integer"
},
"ResourceOwnerAccount": {
"type": "string"
},
"ResourceOwnerId": {
"type": "integer"
},
"SecurityGroupId": {
"required": true,
"type": "string"
},
"RegionId": {
"required": true,
"type": "string"
},
"IpProtocol": {
"required": true,
"type": "string"
},
"PortRange": {
"required": true,
"type": "string"
},
"SourceGroupId": {
"type": "string"
},
"SourceGroupOwnerId": {
"type": "integer"
},
"SourceGroupOwnerAccount": {
"type": "string"
},
"SourceCidrIp": {
"type": "string"
},
"Policy": {
"type": "string"
},
"Priority": {
"type": "string"
},
"NicType": {
"type": "string"
},
"ClientToken": {
"type": "string"
},
"OwnerAccount": {
"type": "string"
}
}
}
},
"authorizeSecurityGroupEgress": {
"name": "AuthorizeSecurityGroupEgress",
"http": {
"method": "POST",
"uri":"/"
},
"input": {
"type": "structure",
"members": {
"Action": {
"required": true,
"default": "AuthorizeSecurityGroupEgress"
},
"OwnerId": {
"type": "integer"
},
"ResourceOwnerAccount": {
"type": "string"
},
"ResourceOwnerId": {
"type": "integer"
},
"SecurityGroupId": {
"required": true,
"type": "string"
},
"RegionId": {
"required": true,
"type": "string"
},
"IpProtocol": {
"required": true,
"type": "string"
},
"PortRange": {
"required": true,
"type": "string"
},
"DestGroupId": {
"type": "string"
},
"DestGroupOwnerId": {
"type": "integer"
},
"DestGroupOwnerAccount": {
"type": "string"
},
"DestCidrIp": {
"type": "string"
},
"Policy": {
"type": "string"
},
"Priority": {
"type": "string"
},
"NicType": {
"type": "string"
},
"ClientToken": {
"type": "string"
},
"OwnerAccount": {
"type": "string"
}
}
}
},
"bindIpRange": {
"name": "BindIpRange",
"http": {
"method": "POST",
"uri":"/"
},
"input": {
"type": "structure",
"members": {
"Action": {
"required": true,
"default": "BindIpRange"
},
"OwnerId": {
"type": "integer"
},
"ResourceOwnerAccount": {
"type": "string"
},
"ResourceOwnerId": {
"type": "integer"
},
"InstanceId": {
"required": true,
"type": "string"
},
"IpAddress": {
"required": true,
"type": "string"
},
"OwnerAccount": {
"type": "string"
}
}
}
},
"cancelCopyImage": {
"name": "CancelCopyImage",
"http": {
"method": "POST",
"uri":"/"
},
"input": {
"type": "structure",
"members": {
"Action": {
"required": true,
"default": "CancelCopyImage"
},
"OwnerId": {
"type": "integer"
},
"ResourceOwnerAccount": {
"type": "string"
},
"ResourceOwnerId": {
"type": "integer"
},
"RegionId": {
"required": true,
"type": "string"
},
"ImageId": {
"required": true,
"type": "string"
},
"OwnerAccount": {
"type": "string"
}
}
}
},
"checkAutoSnapshotPolicy": {
"name": "CheckAutoSnapshotPolicy",
"http": {
"method": "POST",
"uri":"/"
},
"input": {
"type": "structure",
"members": {
"Action": {
"required": true,
"default": "CheckAutoSnapshotPolicy"
},
"OwnerId": {
"type": "integer"
},
"ResourceOwnerAccount": {
"type": "string"
},
"ResourceOwnerId": {
"type": "integer"
},
"OwnerAccount": {
"type": "string"
},
"SystemDiskPolicyEnabled": {
"type": "boolean"
},
"SystemDiskPolicyTimePeriod": {
"type": "integer"
},
"SystemDiskPolicyRetentionDays": {
"type": "integer"
},
"SystemDiskPolicyRetentionLastWeek": {
"type": "boolean"
},
"DataDiskPolicyEnabled": {
"type": "boolean"
},
"DataDiskPolicyTimePeriod": {
"type": "integer"
},
"DataDiskPolicyRetentionDays": {
"type": "integer"
},
"DataDiskPolicyRetentionLastWeek": {
"type": "boolean"
}
}
}
},
"checkDiskEnableAutoSnapshotValidation": {
"name": "CheckDiskEnableAutoSnapshotValidation",
"http": {
"method": "POST",
"uri":"/"
},
"input": {
"type": "structure",
"members": {
"Action": {
"required": true,
"default": "CheckDiskEnableAutoSnapshotValidation"
},
"OwnerId": {
"type": "integer"
},
"ResourceOwnerAccount": {
"type": "string"
},
"ResourceOwnerId": {
"type": "integer"
},
"OwnerAccount": {
"type": "string"
},
"DiskIds": {
"required": true,
"type": "string"
}
}
}
},
"copyImage": {
"name": "CopyImage",
"http": {
"method": "POST",
"uri":"/"
},
"input": {
"type": "structure",
"members": {
"Action": {
"required": true,
"default": "CopyImage"
},
"OwnerId": {
"type": "integer"
},
"ResourceOwnerAccount": {
"type": "string"
},
"ResourceOwnerId": {
"type": "integer"
},
"DestinationImageName": {
"type": "string"
},
"DestinationDescription": {
"type": "string"
},
"ImageId": {
"required": true,
"type": "string"
},
"RegionId": {
"required": true,
"type": "string"
},
"DestinationRegionId": {
"required": true,
"type": "string"
},
"OwnerAccount": {
"type": "string"
},
"Tag.1.Key": {
"type": "string"
},
"Tag.2.Key": {
"type": "string"
},
"Tag.3.Key": {
"type": "string"
},
"Tag.4.Key": {
"type": "string"
},
"Tag.5.Key": {
"type": "string"
},
"Tag.1.Value": {
"type": "string"
},
"Tag.2.Value": {
"type": "string"
},
"Tag.3.Value": {
"type": "string"
},
"Tag.4.Value": {
"type": "string"
},
"Tag.5.Value": {
"type": "string"
}
}
}
},
"createDisk": {
"name": "CreateDisk",
"http": {
"method": "POST",
"uri":"/"
},
"input": {
"type": "structure",
"members": {
"Action": {
"required": true,
"default": "CreateDisk"
},
"OwnerId": {
"type": "integer"
},
"ResourceOwnerAccount": {
"type": "string"
},
"ResourceOwnerId": {
"type": "integer"
},
"RegionId": {
"required": true,
"type": "string"
},
"ZoneId": {
"required": true,
"type": "string"
},
"SnapshotId": {
"type": "string"
},
"DiskName": {
"type": "string"
},
"Size": {
"type": "integer"
},
"DiskCategory": {
"type": "string"
},
"Description": {
"type": "string"
},
"ClientToken": {
"type": "string"
},
"OwnerAccount": {
"type": "string"
},
"Tag.1.Key": {
"type": "string"
},
"Tag.2.Key": {
"type": "string"
},
"Tag.3.Key": {
"type": "string"
},
"Tag.4.Key": {
"type": "string"
},
"Tag.5.Key": {
"type": "string"
},
"Tag.1.Value": {
"type": "string"
},
"Tag.2.Value": {
"type": "string"
},
"Tag.3.Value": {
"type": "string"
},
"Tag.4.Value": {
"type": "string"
},
"Tag.5.Value": {
"type": "string"
}
}
}
},
"createImage": {
"name": "CreateImage",
"http": {
"method": "POST",
"uri":"/"
},
"input": {
"type": "structure",
"members": {
"Action": {
"required": true,
"default": "CreateImage"
},
"DiskDeviceMapping": {
"type": "repeatlist"
},
"OwnerId": {
"type": "integer"
},
"ResourceOwnerAccount": {
"type": "string"
},
"ResourceOwnerId": {
"type": "integer"
},
"RegionId": {
"required": true,
"type": "string"
},
"SnapshotId": {
"type": "string"
},
"InstanceId": {
"type": "string"
},
"ImageName": {
"type": "string"
},
"ImageVersion": {
"type": "string"
},
"Description": {
"type": "string"
},
"ClientToken": {
"type": "string"
},
"OwnerAccount": {
"type": "string"
},
"Tag.1.Key": {
"type": "string"
},
"Tag.2.Key": {
"type": "string"
},
"Tag.3.Key": {
"type": "string"
},
"Tag.4.Key": {
"type": "string"
},
"Tag.5.Key": {
"type": "string"
},
"Tag.1.Value": {
"type": "string"
},
"Tag.2.Value": {
"type": "string"
},
"Tag.3.Value": {
"type": "string"
},
"Tag.4.Value": {
"type": "string"
},
"Tag.5.Value": {
"type": "string"
}
}
}
},
"createInstance": {
"name": "CreateInstance",
"http": {
"method": "POST",
"uri":"/"
},
"input": {
"type": "structure",
"members": {
"Action": {
"required": true,
"default": "CreateInstance"
},
"OwnerId": {
"type": "integer"
},
"ResourceOwnerAccount": {
"type": "string"
},
"ResourceOwnerId": {
"type": "integer"
},
"RegionId": {
"required": true,
"type": "string"
},
"ImageId": {
"required": true,
"type": "string"
},
"InstanceType": {
"required": true,
"type": "string"
},
"SecurityGroupId": {
"type": "string"
},
"InstanceName": {
"type": "string"
},
"InternetChargeType": {
"type": "string"
},
"AutoRenew": {
"type": "boolean"
},
"AutoRenewPeriod": {
"type": "integer"
},
"InternetMaxBandwidthIn": {
"type": "integer"
},
"InternetMaxBandwidthOut": {
"type": "integer"
},
"HostName": {
"type": "string"
},
"Password": {
"type": "string"
},
"ZoneId": {
"type": "string"
},
"ClusterId": {
"type": "string"
},
"ClientToken": {
"type": "string"
},
"VlanId": {
"type": "string"
},
"InnerIpAddress": {
"type": "string"
},
"SystemDisk.Size": {
"type": "integer"
},
"SystemDisk.Category": {
"type": "string"
},
"SystemDisk.DiskName": {
"type": "string"
},
"SystemDisk.Description": {
"type": "string"
},
"DataDisk.1.Size": {
"type": "integer"
},
"DataDisk.1.Category": {
"type": "string"
},
"DataDisk.1.SnapshotId": {
"type": "string"
},
"DataDisk.1.DiskName": {
"type": "string"
},
"DataDisk.1.Description": {
"type": "string"
},
"DataDisk.1.Device": {
"type": "string"
},
"DataDisk.1.DeleteWithInstance": {
"type": "boolean"
},
"DataDisk.2.Size": {
"type": "integer"
},
"DataDisk.2.Category": {
"type": "string"
},
"DataDisk.2.SnapshotId": {
"type": "string"
},
"DataDisk.2.DiskName": {
"type": "string"
},
"DataDisk.2.Description": {
"type": "string"
},
"DataDisk.2.Device": {
"type": "string"
},
"DataDisk.2.DeleteWithInstance": {
"type": "boolean"
},
"DataDisk.3.Size": {
"type": "integer"
},
"DataDisk.3.Category": {
"type": "string"
},
"DataDisk.3.SnapshotId": {
"type": "string"
},
"DataDisk.3.DiskName": {
"type": "string"
},
"DataDisk.3.Description": {
"type": "string"
},
"DataDisk.3.Device": {
"type": "string"
},
"DataDisk.3.DeleteWithInstance": {
"type": "boolean"
},
"DataDisk.4.Size": {
"type": "integer"
},
"DataDisk.4.Category": {
"type": "string"
},
"DataDisk.4.SnapshotId": {
"type": "string"
},
"DataDisk.4.DiskName": {
"type": "string"
},
"DataDisk.4.Description": {
"type": "string"
},
"DataDisk.4.Device": {
"type": "string"
},
"DataDisk.4.DeleteWithInstance": {
"type": "boolean"
},
"NodeControllerId": {
"type": "string"
},
"Description": {
"type": "string"
},
"VSwitchId": {
"type": "string"
},
"PrivateIpAddress": {
"type": "string"
},
"IoOptimized": {
"type": "string"
},
"OwnerAccount": {
"type": "string"
},
"UseAdditionalService": {
"type": "boolean"
},
"InstanceChargeType": {
"type": "string"
},
"Period": {
"type": "integer"
},
"Tag.1.Key": {
"type": "string"
},
"Tag.2.Key": {
"type": "string"
},
"Tag.3.Key": {
"type": "string"
},
"Tag.4.Key": {
"type": "string"
},
"Tag.5.Key": {
"type": "string"
},
"Tag.1.Value": {
"type": "string"
},
"Tag.2.Value": {
"type": "string"
},
"Tag.3.Value": {
"type": "string"
},
"Tag.4.Value": {
"type": "string"
},
"Tag.5.Value": {
"type": "string"
},
"UserData": {
"type": "string"
},
"SpotStrategy": {
"type": "string"
}
}
}
},
"createRouteEntry": {
"name": "CreateRouteEntry",
"http": {
"method": "POST",
"uri":"/"
},
"input": {
"type": "structure",
"members": {
"Action": {
"required": true,
"default": "CreateRouteEntry"
},
"NextHopList": {
"type": "repeatlist"
},
"OwnerId": {
"type": "integer"
},
"ResourceOwnerAccount": {
"type": "string"
},
"ResourceOwnerId": {
"type": "integer"
},
"RouteTableId": {
"required": true,
"type": "string"
},
"DestinationCidrBlock": {
"required": true,
"type": "string"
},
"NextHopId": {
"type": "string"
},
"ClientToken": {
"type": "string"
},
"NextHopType": {
"type": "string"
},
"OwnerAccount": {
"type": "string"
}
}
}
},
"createSecurityGroup": {
"name": "CreateSecurityGroup",
"http": {
"method": "POST",
"uri":"/"
},
"input": {
"type": "structure",
"members": {
"Action": {
"required": true,
"default": "CreateSecurityGroup"
},
"OwnerId": {
"type": "integer"
},
"ResourceOwnerAccount": {
"type": "string"
},
"ResourceOwnerId": {
"type": "integer"
},
"RegionId": {
"required": true,
"type": "string"
},
"Description": {
"type": "string"
},
"ClientToken": {
"type": "string"
},
"SecurityGroupName": {
"type": "string"
},
"VpcId": {
"type": "string"
},
"OwnerAccount": {
"type": "string"
},
"Tag.1.Key": {
"type": "string"
},
"Tag.2.Key": {
"type": "string"
},
"Tag.3.Key": {
"type": "string"
},
"Tag.4.Key": {
"type": "string"
},
"Tag.5.Key": {
"type": "string"
},
"Tag.1.Value": {
"type": "string"
},
"Tag.2.Value": {
"type": "string"
},
"Tag.3.Value": {
"type": "string"
},
"Tag.4.Value": {
"type": "string"
},
"Tag.5.Value": {
"type": "string"
}
}
}
},
"createSnapshot": {
"name": "CreateSnapshot",
"http": {
"method": "POST",
"uri":"/"
},
"input": {
"type": "structure",
"members": {
"Action": {
"required": true,
"default": "CreateSnapshot"
},
"OwnerId": {
"type": "integer"
},
"ResourceOwnerAccount": {
"type": "string"
},
"ResourceOwnerId": {
"type": "integer"
},
"DiskId": {
"required": true,
"type": "string"
},
"SnapshotName": {
"type": "string"
},
"Description": {
"type": "string"
},
"ClientToken": {
"type": "string"
},
"OwnerAccount": {
"type": "string"
},
"Tag.1.Key": {
"type": "string"
},
"Tag.2.Key": {
"type": "string"
},
"Tag.3.Key": {
"type": "string"
},
"Tag.4.Key": {
"type": "string"
},
"Tag.5.Key": {
"type": "string"
},
"Tag.1.Value": {
"type": "string"
},
"Tag.2.Value": {
"type": "string"
},
"Tag.3.Value": {
"type": "string"
},
"Tag.4.Value": {
"type": "string"
},
"Tag.5.Value": {
"type": "string"
}
}
}
},
"createVpc": {
"name": "CreateVpc",
"http": {
"method": "POST",
"uri":"/"
},
"input": {
"type": "structure",
"members": {
"Action": {
"required": true,
"default": "CreateVpc"
},
"OwnerId": {
"type": "integer"
},
"ResourceOwnerAccount": {
"type": "string"
},
"ResourceOwnerId": {
"type": "integer"
},
"RegionId": {
"required": true,
"type": "string"
},
"CidrBlock": {
"type": "string"
},
"VpcName": {
"type": "string"
},
"Description": {
"type": "string"
},
"ClientToken": {
"type": "string"
},
"OwnerAccount": {
"type": "string"
},
"UserCidr": {
"type": "string"
}
}
}
},
"createVSwitch": {
"name": "CreateVSwitch",
"http": {
"method": "POST",
"uri":"/"
},
"input": {
"type": "structure",
"members": {
"Action": {
"required": true,
"default": "CreateVSwitch"
},
"OwnerId": {
"type": "integer"
},
"ResourceOwnerAccount": {
"type": "string"
},
"ResourceOwnerId": {
"type": "integer"
},
"ZoneId": {
"required": true,
"type": "string"
},
"CidrBlock": {
"required": true,
"type": "string"
},
"VpcId": {
"required": true,
"type": "string"
},
"VSwitchName": {
"type": "string"
},
"Description": {
"type": "string"
},
"ClientToken": {
"type": "string"
},
"OwnerAccount": {
"type": "string"
}
}
}
},
"deleteDisk": {
"name": "DeleteDisk",
"http": {
"method": "POST",
"uri":"/"
},
"input": {
"type": "structure",
"members": {
"Action": {
"required": true,
"default": "DeleteDisk"
},
"OwnerId": {
"type": "integer"
},
"ResourceOwnerAccount": {
"type": "string"
},
"ResourceOwnerId": {
"type": "integer"
},
"DiskId": {
"required": true,
"type": "string"
},
"OwnerAccount": {
"type": "string"
}
}
}
},
"deleteImage": {
"name": "DeleteImage",
"http": {
"method": "POST",
"uri":"/"
},
"input": {
"type": "structure",
"members": {
"Action": {
"required": true,
"default": "DeleteImage"
},
"OwnerId": {
"type": "integer"
},
"ResourceOwnerAccount": {
"type": "string"
},
"ResourceOwnerId": {
"type": "integer"
},
"RegionId": {
"required": true,
"type": "string"
},
"ImageId": {
"required": true,
"type": "string"
},
"OwnerAccount": {
"type": "string"
}
}
}
},
"deleteInstance": {
"name": "DeleteInstance",
"http": {
"method": "POST",
"uri":"/"
},
"input": {
"type": "structure",
"members": {
"Action": {
"required": true,
"default": "DeleteInstance"
},
"OwnerId": {
"type": "integer"
},
"ResourceOwnerAccount": {
"type": "string"
},
"ResourceOwnerId": {
"type": "integer"
},
"InstanceId": {
"required": true,
"type": "string"
},
"OwnerAccount": {
"type": "string"
},
"Force": {
"type": "boolean"
}
}
}
},
"deleteRouteEntry": {
"name": "DeleteRouteEntry",
"http": {
"method": "POST",
"uri":"/"
},
"input": {
"type": "structure",
"members": {
"Action": {
"required": true,
"default": "DeleteRouteEntry"
},
"NextHopList": {
"type": "repeatlist"
},
"OwnerId": {
"type": "integer"
},
"ResourceOwnerAccount": {
"type": "string"
},
"ResourceOwnerId": {
"type": "integer"
},
"RouteTableId": {
"required": true,
"type": "string"
},
"DestinationCidrBlock": {
"required": true,
"type": "string"
},
"NextHopId": {
"type": "string"
},
"OwnerAccount": {
"type": "string"
}
}
}
},
"deleteSecurityGroup": {
"name": "DeleteSecurityGroup",
"http": {
"method": "POST",
"uri":"/"
},
"input": {
"type": "structure",
"members": {
"Action": {
"required": true,
"default": "DeleteSecurityGroup"
},
"OwnerId": {
"type": "integer"
},
"ResourceOwnerAccount": {
"type": "string"
},
"ResourceOwnerId": {
"type": "integer"
},
"RegionId": {
"required": true,
"type": "string"
},
"SecurityGroupId": {
"required": true,
"type": "string"
},
"OwnerAccount": {
"type": "string"
}
}
}
},
"deleteSnapshot": {
"name": "DeleteSnapshot",
"http": {
"method": "POST",
"uri":"/"
},
"input": {
"type": "structure",
"members": {
"Action": {
"required": true,
"default": "DeleteSnapshot"
},
"OwnerId": {
"type": "integer"
},
"ResourceOwnerAccount": {
"type": "string"
},
"ResourceOwnerId": {
"type": "integer"
},
"SnapshotId": {
"required": true,
"type": "string"
},
"OwnerAccount": {
"type": "string"
}
}
}
},
"deleteVpc": {
"name": "DeleteVpc",
"http": {
"method": "POST",
"uri":"/"
},
"input": {
"type": "structure",
"members": {
"Action": {
"required": true,
"default": "DeleteVpc"
},
"OwnerId": {
"type": "integer"
},
"ResourceOwnerAccount": {
"type": "string"
},
"ResourceOwnerId": {
"type": "integer"
},
"VpcId": {
"required": true,
"type": "string"
},
"OwnerAccount": {
"type": "string"
}
}
}
},
"deleteVSwitch": {
"name": "DeleteVSwitch",
"http": {
"method": "POST",
"uri":"/"
},
"input": {
"type": "structure",
"members": {
"Action": {
"required": true,
"default": "DeleteVSwitch"
},
"OwnerId": {
"type": "integer"
},
"ResourceOwnerAccount": {
"type": "string"
},
"ResourceOwnerId": {
"type": "integer"
},
"VSwitchId": {
"required": true,
"type": "string"
},
"OwnerAccount": {
"type": "string"
}
}
}
},
"describeAutoSnapshotPolicy": {
"name": "DescribeAutoSnapshotPolicy",
"http": {
"method": "POST",
"uri":"/"
},
"input": {
"type": "structure",
"members": {
"Action": {
"required": true,
"default": "DescribeAutoSnapshotPolicy"
},
"OwnerId": {
"type": "integer"
},
"ResourceOwnerAccount": {
"type": "string"
},
"ResourceOwnerId": {
"type": "integer"
},
"OwnerAccount": {
"type": "string"
}
}
}
},
"describeClusters": {
"name": "DescribeClusters",
"http": {
"method": "POST",
"uri":"/"
},
"input": {
"type": "structure",
"members": {
"Action": {
"required": true,
"default": "DescribeClusters"
},
"OwnerId": {
"type": "integer"
},
"ResourceOwnerAccount": {
"type": "string"
},
"ResourceOwnerId": {
"type": "integer"
},
"RegionId": {
"required": true,
"type": "string"
},
"OwnerAccount": {
"type": "string"
}
}
}
},
"describeDiskMonitorData": {
"name": "DescribeDiskMonitorData",
"http": {
"method": "POST",
"uri":"/"
},
"input": {
"type": "structure",
"members": {
"Action": {
"required": true,
"default": "DescribeDiskMonitorData"
},
"OwnerId": {
"type": "integer"
},
"ResourceOwnerAccount": {
"type": "string"
},
"ResourceOwnerId": {
"type": "integer"
},
"DiskId": {
"required": true,
"type": "string"
},
"StartTime": {
"required": true,
"type": "string"
},
"EndTime": {
"required": true,
"type": "string"
},
"Period": {
"type": "integer"
},
"OwnerAccount": {
"type": "string"
}
}
}
},
"describeDisks": {
"name": "DescribeDisks",
"http": {
"method": "POST",
"uri":"/"
},
"input": {
"type": "structure",
"members": {
"Action": {
"required": true,
"default": "DescribeDisks"
},
"OwnerId": {
"type": "integer"
},
"ResourceOwnerAccount": {
"type": "string"
},
"ResourceOwnerId": {
"type": "integer"
},
"RegionId": {
"required": true,
"type": "string"
},
"ZoneId": {
"type": "string"
},
"DiskIds": {
"type": "string"
},
"InstanceId": {
"type": "string"
},
"DiskType": {
"type": "string"
},
"Category": {
"type": "string"
},
"Status": {
"type": "string"
},
"SnapshotId": {
"type": "string"
},
"Portable": {
"type": "boolean"
},
"DeleteWithInstance": {
"type": "boolean"
},
"DeleteAutoSnapshot": {
"type": "boolean"
},
"PageNumber": {
"type": "integer"
},
"PageSize": {
"type": "integer"
},
"OwnerAccount": {
"type": "string"
},
"DiskName": {
"type": "string"
},
"AutoSnapshotPolicyId": {
"type": "string"
},
"EnableAutoSnapshot": {
"type": "boolean"
},
"EnableAutomatedSnapshotPolicy": {
"type": "boolean"
},
"DiskChargeType": {
"type": "string"
},
"LockReason": {
"type": "string"
},
"Filter.1.Key": {
"type": "string"
},
"Filter.2.Key": {
"type": "string"
},
"Filter.1.Value": {
"type": "string"
},
"Filter.2.Value": {
"type": "string"
},
"Tag.1.Key": {
"type": "string"
},
"Tag.2.Key": {
"type": "string"
},
"Tag.3.Key": {
"type": "string"
},
"Tag.4.Key": {
"type": "string"
},
"Tag.5.Key": {
"type": "string"
},
"Tag.1.Value": {
"type": "string"
},
"Tag.2.Value": {
"type": "string"
},
"Tag.3.Value": {
"type": "string"
},
"Tag.4.Value": {
"type": "string"
},
"Tag.5.Value": {
"type": "string"
}
}
}
},
"describeEipAddresses": {
"name": "DescribeEipAddresses",
"http": {
"method": "POST",
"uri":"/"
},
"input": {
"type": "structure",
"members": {
"Action": {
"required": true,
"default": "DescribeEipAddresses"
},
"OwnerId": {
"type": "integer"
},
"ResourceOwnerAccount": {
"type": "string"
},
"ResourceOwnerId": {
"type": "integer"
},
"RegionId": {
"required": true,
"type": "string"
},
"Status": {
"type": "string"
},
"EipAddress": {
"type": "string"
},
"AllocationId": {
"type": "string"
},
"PageNumber": {
"type": "integer"
},
"PageSize": {
"type": "integer"
},
"OwnerAccount": {
"type": "string"
},
"Filter.1.Key": {
"type": "string"
},
"Filter.2.Key": {
"type": "string"
},
"Filter.1.Value": {
"type": "string"
},
"Filter.2.Value": {
"type": "string"
},
"LockReason": {
"type": "string"
},
"AssociatedInstanceType": {
"type": "string"
},
"AssociatedInstanceId": {
"type": "string"
},
"ChargeType": {
"type": "string"
}
}
}
},
"describeEipMonitorData": {
"name": "DescribeEipMonitorData",
"http": {
"method": "POST",
"uri":"/"
},
"input": {
"type": "structure",
"members": {
"Action": {
"required": true,
"default": "DescribeEipMonitorData"
},
"OwnerId": {
"type": "integer"
},
"ResourceOwnerAccount": {
"type": "string"
},
"ResourceOwnerId": {
"type": "integer"
},
"AllocationId": {
"required": true,
"type": "string"
},
"StartTime": {
"required": true,
"type": "string"
},
"EndTime": {
"required": true,
"type": "string"
},
"Period": {
"type": "integer"
},
"OwnerAccount": {
"type": "string"
}
}
}
},
"describeImages": {
"name": "DescribeImages",
"http": {
"method": "POST",
"uri":"/"
},
"input": {
"type": "structure",
"members": {
"Action": {
"required": true,
"default": "DescribeImages"
},
"OwnerId": {
"type": "integer"
},
"ResourceOwnerAccount": {
"type": "string"
},
"ResourceOwnerId": {
"type": "integer"
},
"RegionId": {
"required": true,
"type": "string"
},
"Status": {
"type": "string"
},
"ImageId": {
"type": "string"
},
"ShowExpired": {
"type": "boolean"
},
"SnapshotId": {
"type": "string"
},
"ImageName": {
"type": "string"
},
"ImageOwnerAlias": {
"type": "string"
},
"InstanceType": {
"type": "string"
},
"IsSupportIoOptimized": {
"type": "boolean"
},
"OSType": {
"type": "string"
},
"Architecture": {
"type": "string"
},
"PageNumber": {
"type": "integer"
},
"PageSize": {
"type": "integer"
},
"OwnerAccount": {
"type": "string"
},
"Filter.1.Key": {
"type": "string"
},
"Filter.2.Key": {
"type": "string"
},
"Filter.1.Value": {
"type": "string"
},
"Filter.2.Value": {
"type": "string"
},
"Usage": {
"type": "string"
},
"Tag.1.Key": {
"type": "string"
},
"Tag.2.Key": {
"type": "string"
},
"Tag.3.Key": {
"type": "string"
},
"Tag.4.Key": {
"type": "string"
},
"Tag.5.Key": {
"type": "string"
},
"Tag.1.Value": {
"type": "string"
},
"Tag.2.Value": {
"type": "string"
},
"Tag.3.Value": {
"type": "string"
},
"Tag.4.Value": {
"type": "string"
},
"Tag.5.Value": {
"type": "string"
}
}
}
},
"describeImageSharePermission": {
"name": "DescribeImageSharePermission",
"http": {
"method": "POST",
"uri":"/"
},
"input": {
"type": "structure",
"members": {
"Action": {
"required": true,
"default": "DescribeImageSharePermission"
},
"OwnerId": {
"type": "integer"
},
"ResourceOwnerAccount": {
"type": "string"
},
"ResourceOwnerId": {
"type": "integer"
},
"RegionId": {
"required": true,
"type": "string"
},
"ImageId": {
"required": true,
"type": "string"
},
"PageNumber": {
"type": "integer"
},
"PageSize": {
"type": "integer"
},
"OwnerAccount": {
"type": "string"
}
}
}
},
"describeInstanceAttribute": {
"name": "DescribeInstanceAttribute",
"http": {
"method": "POST",
"uri":"/"
},
"input": {
"type": "structure",
"members": {
"Action": {
"required": true,
"default": "DescribeInstanceAttribute"
},
"OwnerId": {
"type": "integer"
},
"ResourceOwnerAccount": {
"type": "string"
},
"ResourceOwnerId": {
"type": "integer"
},
"InstanceId": {
"required": true,
"type": "string"
},
"OwnerAccount": {
"type": "string"
}
}
}
},
"describeInstanceMonitorData": {
"name": "DescribeInstanceMonitorData",
"http": {
"method": "POST",
"uri":"/"
},
"input": {
"type": "structure",
"members": {
"Action": {
"required": true,
"default": "DescribeInstanceMonitorData"
},
"OwnerId": {
"type": "integer"
},
"ResourceOwnerAccount": {
"type": "string"
},
"ResourceOwnerId": {
"type": "integer"
},
"InstanceId": {
"required": true,
"type": "string"
},
"StartTime": {
"required": true,
"type": "string"
},
"EndTime": {
"required": true,
"type": "string"
},
"Period": {
"type": "integer"
},
"OwnerAccount": {
"type": "string"
}
}
}
},
"describeInstancePhysicalAttribute": {
"name": "DescribeInstancePhys