Skip to content

/AWS1/CL_FSX=>DESCRIBEFILESYSTEMALIASES()

About DescribeFileSystemAliases

Returns the DNS aliases that are associated with the specified Amazon FSx for Windows File Server file system. A history of all DNS aliases that have been associated with and disassociated from the file system is available in the list of AdministrativeAction provided in the DescribeFileSystems operation response.

Method Signature

IMPORTING

Required arguments:

IV_FILESYSTEMID TYPE /AWS1/FSXFILESYSTEMID /AWS1/FSXFILESYSTEMID

The ID of the file system to return the associated DNS aliases for (String).

Optional arguments:

IV_CLIENTREQUESTTOKEN TYPE /AWS1/FSXCLIENTREQUESTTOKEN /AWS1/FSXCLIENTREQUESTTOKEN

ClientRequestToken

IV_MAXRESULTS TYPE /AWS1/FSXMAXRESULTS /AWS1/FSXMAXRESULTS

Maximum number of DNS aliases to return in the response (integer). This parameter value must be greater than 0. The number of items that Amazon FSx returns is the minimum of the MaxResults parameter specified in the request and the service's internal maximum number of items per page.

IV_NEXTTOKEN TYPE /AWS1/FSXNEXTTOKEN /AWS1/FSXNEXTTOKEN

Opaque pagination token returned from a previous DescribeFileSystemAliases operation (String). If a token is included in the request, the action continues the list from where the previous returning call left off.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_FSXDSCFILESYSTEMALI01 /AWS1/CL_FSXDSCFILESYSTEMALI01