Create a notebook

POST {{baseUrl}}/api/v1/notebooks

Create a notebook using the specified options.

Request Body

{"data"=>{"attributes"=>{"cells"=>[{"attributes"=>{"definition"=>{"text"=>"## Some test markdown\n\nWith some example content.", "type"=>"markdown"}}, "type"=>"notebook_cells"}, {"attributes"=>{"definition"=>{"requests"=>[{"display_type"=>"line", "q"=>"avg:system.load.1{*}", "style"=>{"line_type"=>"solid", "line_width"=>"normal", "palette"=>"dog_classic"}}], "show_legend"=>true, "type"=>"timeseries", "yaxis"=>{"scale"=>"linear"}}, "graph_size"=>"m", "time"=>nil}, "type"=>"notebook_cells"}], "name"=>"Example Notebook", "time"=>{"live_span"=>"1h"}}, "type"=>"notebooks"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"data":{"id":123456,"type":"notebooks","attributes":{"cells":[{"id":"abcd1234","type":"notebook_cells","attributes":{"definition":{"type":"markdown","text":"# Example Header \nexample content"}}},{"id":"abcd1234","type":"notebook_cells","attributes":{"definition":{"type":"markdown","text":"# Example Header \nexample content"}}}],"time":{"live_span":"1h"},"name":"Example Notebook","author":{"created_at":"1953-03-28T11:41:14.995Z","disabled":false,"email":"magna ut","handle":"incididunt","icon":"anim dolore reprehenderit","name":"cupidatat","status":"non aliqua incididunt et eu","title":"et commodo sunt minim","verified":false},"created":"2021-02-24T23:14:15.173964+00:00","metadata":{"is_template":false,"take_snapshots":false,"type":"investigation"},"modified":"2021-02-24T23:15:23.274966+00:00","status":"published"}}}