Skip to main content
POST
/
snapshot
capture a labeled snapshot
curl --request POST \
  --url http://localhost:3917/snapshot \
  --header 'Content-Type: application/json' \
  --data '
{
  "label": "<string>"
}
'

Body

application/json

Request body for POST /snapshot.

label
string
required

Label to store the captured snapshot under.

Response

200 - application/json

Labeled snapshot captured.