Class TransportGetAliasesAction


public class TransportGetAliasesAction extends TransportLocalClusterStateAction<GetAliasesRequest,GetAliasesResponse>
NB prior to 8.12 this was a TransportMasterNodeReadAction so for BwC it must be registered with the TransportService (i.e. a HandledTransportAction) until we no longer need to support calling this action remotely.