Methods
- 
    
availableSourcesUrl( [nodeId] [, metadataFilter])
 - 
    
    
Generate a URL for finding the available source IDs for a node or metadata filter.
Parameters:
Name Type Argument Description nodeIdnumber | Array.<number> <optional> 
a specific node ID, or array of node IDs, to use; if not provided the
nodeIdsproperty of this class will be used, unlessnullis passed in which case no node IDs will be added to the URLmetadataFilterstring <optional> 
the LDAP-style metadata filter
Returns:
the URL
- Type
 - string
 
 - 
    
reportableIntervalUrl( [nodeId] [, sourceIds])
 - 
    
    
Generate a URL for the "reportable interval" for a node, optionally limited to a specific set of source IDs.
If no source IDs are provided, then the reportable interval query will return an interval for all available sources.
Parameters:
Name Type Argument Description nodeIdnumber <optional> 
a specific node ID to use; if not provided the
nodeIdproperty of this class will be usedsourceIdsArray.<string> <optional> 
an array of source IDs to limit query to; if not provided the
sourceIdsproperty of this class will be usedReturns:
the URL
- Type
 - string