Create App Template
Creates a new AppTemplate in the provided catalog.
Request
URI
POST
https://{api_host}/cloudapi/1.0.0/appTemplates
COPY
Request Body
AppTemplate
of type(s)
application/json
Optional
Show optional properties
{
"appType": "string",
"appId": "string"
}
{
"appType": "string",
"id": "string",
"appId": "string",
"catalogContentSource": {
"name": "string",
"id": "string"
},
"name": "string",
"description": "string",
"creationDate": "string",
"lastUpdateDate": "string",
"status": "READY, FAILED, NOT_READY",
"logoUrl": "string",
"screenshotUrls": [
"string"
],
"eulaAccepted": false,
"owner": {
"name": "string",
"id": "string"
},
"catalog": {
"name": "string",
"id": "string"
},
"org": {
"name": "string",
"id": "string"
},
"lastUpdatedSiteId": "string",
"lastUpdatedSiteName": "string"
}
Responses
202
The request have been accepted and the task to monitor the request is in the Location header.
Operation doesn't return any data structure
400
Invalid configuration.
Returns
Error
of type(s)
*/*;version=39.1
"Error Object"
string
minorErrorCode
Required
minorErrorCode
string
message
Required
message
string
stackTrace
Optional
stackTrace
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"appId:"string","appType:"string"}' https://{api_host}/cloudapi/1.0.0/appTemplates
Availability
Added in 40.0.0-alpha
App Template Operations
GET
Query App Templates
POST
Create App Template
GET
Get App Template
PUT
Update App Template
DELETE
Delete App Template
GET
Query App Template Eulas