A collection of examples to demonstrate the usage of the IBM Endpoint Manager RESTAPI.
Get cURL here: http://curl.haxx.se
For the curl
commands to work successfully:
username
must be your username.password
must be your password.server
must be the hostname of your root server.port
must be the port of your root server. By default, this is 52311.
In order for curl to secure the connection to the server, you must install a
custom HTTPS certificate
and use the --cacert
option.
Alternatively, you can use the --insecure
option to disable HTTPS
certificate verification. This is not recommended.
Any issues or questions regarding this software should be filed via GitHub issues.