Summary
Add Service Instance from Data Object
Description
This API call will set an Instance of a Service from a minimal Data Object
Route
POST /service_management/service/instance/:host/object/:name
Roles
admin
engineering
support
apiwrite
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
name | string | yes | - |
service_data | object | yes | - |
host | string | yes | - |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
data | object | An object providing status of a Create action on a Service Instance from a Data Object. |