Create a new Application

post

/iot/api/v2/apps

Create new IoT Application instance on cloud service. This API is deprecated and may be removed in a future release.

Request

There are no request parameters for this operation.

Back to Top

Response

Supported Media Types

202 Response

Successfully processed.

400 Response

Bad Request. The request could not be understood by the server due to malformed syntax. The client SHOULD NOT repeat the request without modifications.

401 Response

Unauthorized. The request requires user authentication.

403 Response

Forbidden. The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated.

406 Response

Request Not Acceptable. The resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request.

409 Response

Conflict. The request could not be completed due to a conflict with the current state of the resource. This code is only allowed in situations where it is expected that the user might be able to resolve the conflict and resubmit the request.

415 Response

Unsupported Media Type. The request entity has a media type which the server or resource does not support.
Back to Top