An administrator wants to start a REST API session with an Aruba-OS CX switch. Which HTTP method should the Administrator use to start a session?
An administrator wants to start a REST API session with an Aruba-OS CX switch. Which HTTP method should the Administrator use to start a session?
To start a REST API session with an Aruba-OS CX switch, the HTTP method POST should be used. POST is typically used to send data to the server to create a new resource or session. GET is used for retrieving data, PUT for updating existing resources, and LOGIN is not a standard HTTP method.
POST is REST method to create a new resource