configuration

CLI REST-API

chassis0

The submenu chassis0 (chassis0 configuration) contains the following:

Menus:
slots (slots)

Objects: none

Commands: none



See also:
/configuration/chassis0/slots: slots
/status/chassis0: chassis0 status

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/chassis0


Example using curl:
curl /api/configuration/chassis0


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

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