A request message for any service method that needs to know identifiers of a nodes in the measurement setup.

interface IdentifiersRequest {
    identifiers: string[];
    preferences: ApiPreferences;
}

Properties

identifiers: string[]
preferences: ApiPreferences