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":"1944-02-06T04:58:13.667Z","disabled":false,"email":"tempor exercitation","handle":"est eu aliquip officia","icon":"nostrud n","name":"dolor dolor","status":"anim Ut pariatur","title":"eu","verified":true},"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"}}}