URI and resource model format

All URIs point to resources. The client does not need to create or modify URIs. The URI for a resource is static and uses the format https://{appl}/rest/resource category/resource ID where:
https://{appl} The appliance address
/rest The type of URI
/resource category The category of the resource (for example, plan-scripts)
/resource ID The specific resource instance identifier (optional)

The resources support JSON (JavaScript Object Notation) for exchanging data using a REST API. If not otherwise specified in the REST API operation, the default is JSON. For information on JSON format, see http://www.json.org/