Forum Discussion

1 Reply

  • POST
    the tmsh command to the endpoint:e.g., for
    tmsh restart sys service tmm
    ,

     curl -sku admin: https:///mgmt/tm/sys/service/tmm \
     -H "Content-type: application/json" -X POST -d '{"command":"restart"}'
    

    For more on the tmsh commands that do not map well with the REST framework, please refer to the Commands section (pp. 57-65) of iControl® REST API User Guide Version 13.1.