Creates an application instance

POST /applications

Parameters

Name Required Type Description
HTTP Payload true string HTTP Payload

Response

"type": "object", "description": "Application", "properties": { "_doc": { "type": "string" }, "_system": { "type": "object", "properties": { "modified_on": { "type": "timestamp" }, "modified_by": { "type": "string" }, "modified_by_principal_id": { "type": "string" }, "modified_by_principal_domain_id": { "type": "string" }, "created_on": { "type": "timestamp" }, "created_by": { "type": "string" }, "created_by_principal_id": { "type": "string" }, "created_by_principal_domain_id": { "type": "string" } } }, "datastoreId": { "type": "string", "readonly": true }, "datastoreTypeId": { "type": "string", "readonly": true }, "enableAuthorities": { "type": "boolean" }, "enableAuditing": { "type": "boolean" }, "size": { "type": "number", "readonly": true }, "maxsize": { "type": "number" }, "objectcount": { "type": "number" }, "locked": { "type": "boolean", "readonly": true }, "lockedBy": { "type": "string" }, "statisticsDate": { "type": "object" }, "statisticsDirty": { "type": "boolean", "readonly": true }, "binaryStorageProviderType": { "type": "string" }, "key": { "type": "string" }, "applicationType": { "type": "string", "enum": [ "web", "trusted" ] }, "trustedScope": { "type": "string", "enum": [ "webdav", "ftp", "cmis" ] }, "trustedHost": { "type": "string" }, "deployments": { "type": "object", "properties": { "webhost": { "type": "string" }, "domain": { "type": "string" }, "clientId": { "type": "string" }, "authGrantId": { "type": "string" }, "baseURL": { "type": "string" } } }, "source": { "type": "object", "properties": { "type": { "type": "string" }, "public": { "type": "boolean" }, "uri": { "type": "string" } } }, "public": { "type": "object", "properties": { "runAsPrincipalId": { "type": "string" }, "emailProviderId": { "type": "string" }, "userDomainId": { "type": "string" }, "tenantRegistrarId": { "type": "string" } } } }, "extends": "datastore" }