diff options
-rw-r--r-- | doc/lib/rrdFile_js.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/lib/rrdFile_js.html b/doc/lib/rrdFile_js.html index 90c6950..eabda68 100644 --- a/doc/lib/rrdFile_js.html +++ b/doc/lib/rrdFile_js.html @@ -124,6 +124,17 @@ thrown.</P> </TR> <TR VALIGN=TOP> <TD WIDTH=20%> + <P>getDSbyName(name)</P> + </TD> + <TD WIDTH=80%> + <P>Return an object of type <A HREF="#RRDDS">RRDDS</A> holding + the information about the <A HREF="http://oss.oetiker.ch/rrdtool/doc/rrdcreate.en.html#IDS_ds_name_DST_dst_arguments">Data + Source</A> with the requested name.</P> + <P>If no DS has such name, <I>undefined</I> is returned.</P> + </TD> + </TR> + <TR VALIGN=TOP> + <TD WIDTH=20%> <P>getNrRRAs()</P> </TD> <TD WIDTH=80%> |