get http://server-ip:rest-port/v3/server/rawcmd
Executes a remote command on the server, and returns the output of the command.
Responses
Executes a remote command on the server, and returns the output of the command.
xxxxxxxxxx
curl --request GET \
--url 'http://server-ip/:rest-port/v3/server/rawcmd?token=AlaennaRocksMySocks' \
--header 'accept: application/json'