configuration / chassis0

CLI REST-API

slots

The submenu slots (slots) contains the following:

Menus:
clk1 (clk1)

Objects: none

Commands: none



See also:
/configuration/chassis0/slots/[SLOT-ID]
/status/chassis0/slots: slots

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/chassis0/slots


Example using curl:
curl /api/configuration/chassis0/slots


Method: PATCH
URL: /api/configuration/chassis0/slots
Body:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X PATCH /api/configuration/chassis0/slots
-d "{
  \"objects\": \"new-values\"
}"