Skip to content

/AWS1/CL_EC2=>GETAWSNETWORKPERFORMANCEDATA()

About GetAwsNetworkPerformanceData

Gets network performance data.

Method Signature

IMPORTING

Optional arguments:

IT_DATAQUERIES TYPE /AWS1/CL_EC2DATAQUERY=>TT_DATAQUERIES TT_DATAQUERIES

A list of network performance data queries.

IV_STARTTIME TYPE /AWS1/EC2MILLISECONDDATETIME /AWS1/EC2MILLISECONDDATETIME

The starting time for the performance data request. The starting time must be formatted as yyyy-mm-ddThh:mm:ss. For example, 2022-06-10T12:00:00.000Z.

IV_ENDTIME TYPE /AWS1/EC2MILLISECONDDATETIME /AWS1/EC2MILLISECONDDATETIME

The ending time for the performance data request. The end time must be formatted as yyyy-mm-ddThh:mm:ss. For example, 2022-06-12T12:00:00.000Z.

IV_MAXRESULTS TYPE /AWS1/EC2INTEGER /AWS1/EC2INTEGER

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

IV_NEXTTOKEN TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The token for the next page of results.

IV_DRYRUN TYPE /AWS1/EC2BOOLEAN /AWS1/EC2BOOLEAN

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_EC2GETAWSNETWORKPER01 /AWS1/CL_EC2GETAWSNETWORKPER01