A request message for any service method that needs to know one identifier of a node in the measurement setup.

interface IdentifierRequest {
    identifier: string;
    preferences: ApiPreferences;
}

Properties

identifier: string
preferences: ApiPreferences