Send Requests

Use the following guidelines when sending requests using the Oracle Internet of Things IoT mHealth Connector Cloud Service REST API.

URL Structure

Access the <Oracle mHealth Connector Cloud Service> REST resources using the following URL structure:
https://<subdomain>.<domain>.com:<port>/<resource-path>
Where:
  • <subdomain.domain>.com:<port> - Host and port where mHealth Connector Connector Cloud Service is running.

  • <resource-path> - Relative path that defines the resource.

Supported Methods

You can perform basic CRUD operations (create, read, update, and delete) on mHealth Connector Connector Cloud Service using standard HTTP method requests, as summarized in the following table.

HTTP Method Description
GET Retrieve information about an mHealth Connector Connector Cloud Service resource.
POST Create, Bootstrap, Restart, or Register an mHealth Connector Connector Cloud Service resource.
PUT Update an mHealth Connector Connector Cloud Service resource.
DELETE Delete an mHealth Connector Connector Cloud Service resource.

Media Type

The following media type is supported by the REST API:

  • application/json

Required Header

The mHealth Connector Connector Cloud Service REST API requires the following header that may be passed in the header section of the HTTP request or response.

Header Description Example
Content-Type Media type of the body of the request. Required for POST and PUT requests. Only the application/json value is accepted. Content-Type: application/json