<dd><p>an array of objects which required the following keys</p>
<ul>
<li>title: the name of the graph</li>
<li>widgets: an array of widgets, see <ahref="http://docs.datadoghq.com/api/screenboards/">http://docs.datadoghq.com/api/screenboards/</a> for more info</li>
</ul>
<dt>widgets</dt>
<dd><p>an array of widgets, see <ahref="http://docs.datadoghq.com/api/screenboards/">http://docs.datadoghq.com/api/screenboards/</a> for more info</p>
</dd>
<dt>options</dt>
<dd><p><em>optional</em>, a object which can contain any of the following keys</p>
<ul>
<li>description: description of the screenboard</li>
<li>templateVariables: |
an array of objects with the following keys<ul>
<li>name: the name of the variable</li>
@ -1213,6 +1207,7 @@ an array of objects with the following keys<ul>
</li>
<li>width: the width of the screenboard in pixels</li>
<li>height: the height of the screenboard in pixels</li>
<li>readOnly: the read-only status of the screenboard</li>
</ul>
</dd>
<dt>callback</dt>
@ -1227,9 +1222,8 @@ var options = {
app_key: "app_key"
};
dogapi.initialize(options);
var title = "my screenboard";
var description = "it is super awesome";