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:
- usernamemust be your username.
- passwordmust be your password.
- servermust be the hostname of your root server.
- portmust 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.