Create Service
Creates a new service
Request
URI
POST
https://{api_host}/cloudapi/serviceLibrary
COPY
Request Body
Service
of type(s)
application/json
Optional
Show optional properties
{
"name": "string",
"iconMimeType": "string",
"iconData": "string"
}
{
"name": "string",
"description": "string",
"iconMimeType": "string",
"iconData": "string",
"id": "string"
}
Responses
201
Created
Returns
Service
of type(s)
application/json;version=39.1
"Service Object"
string
name
Required
name
string
description
Optional
Constraints:
default:
description
string
iconMimeType
Required
iconMimeType
string
iconData
Required
iconData
string
id
Optional
id
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"iconData:"string","iconMimeType:"string","name:"string"}' https://{api_host}/cloudapi/serviceLibrary
Services Operations
GET
Query Service Items
GET
Get Service Item
PUT
Update Service Item
DELETE
Delete Service Item
GET
Get Service Item Tenants
Deprecated
PUT
Set Service Item Tenants
Deprecated
POST
Post Service Item Publish
Deprecated
POST
Post Service Item Unpublish
Deprecated
POST
Post Service Item Publish All
Deprecated
POST
Post Service Item Unpublish All
Deprecated
GET
Get Service Item Tenants Query
PUT
Set Service Item Tenants Bounded
POST
Post Service Item Publish Bounded
POST
Post Service Item Unpublish Bounded
POST
Post Service Item Publish All Bounded
POST
Post Service Item Unpublish All Bounded
GET
Query Services
POST
Create Service
GET
Get Service
PUT
Update Service
DELETE
Delete Service
GET
Get Workflow Service Items
POST
Import Vro Workflows