Create an mPulse domain

Create a new mPulse domain (app) with the properties specified in the payload.

Body Params
attributes
array of objects

The attributes used to create the domain. Must include domain (domain name), domainType (can only be WEB), accountName (tenant name) and accountId (tenant ID).

attributes
string
required

The name of the domain to be created.

string
enum
required

The object type. Currently the only supported value is domain.

Allowed:
Headers
string
required

All calls to this API require that you pass in the token you get from the Generate a token operation as an X-Auth-Token request header. See Get started for help to initially call the API.

Responses

400

Validation error - the incoming payload is missing a key, or has extra keys, or has unknown keys.

401

Authorization error - only tokens with domain admin privileges can create domains.

409

Conflict — this app and tenant combination already exists.

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json