Get Service Configuration Template

Get Service Configuration Template

Provides a template for the specified service

Request
URI
GET
https://{api_host}/suite-api/api/applications/services/{name}
COPY
Path Parameters
string
name
Required

The name of the service


Authentication
This operation uses the following authentication methods.
Responses
200

The application configuration template

Returns service-configuration of type(s) application/json
"{\n  \"configName\" : \"config_name\",\n  \"isActivated\" : true,\n  \"parameters\" : [ ]\n}"
string
configName
Required

The name of the configuration

boolean
isActivated
Optional

Flag that indicates whether to activate configuration or no

array of object
parameters
Required

Collection of service configurations


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/suite-api/api/applications/services/{name}