Get Service Configuration Template Using GET

Get Service Configuration Template Using GET

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
{
    "configName": "string",
    "isActivated": false,
    "parameters": [
        {
            "key": "string",
            "value": "string"
        }
    ]
}
string
configName
Required

The name of the configuration

boolean
isActivated
Optional

Flag that indicates whether to activate configuration or no

array of key-value
parameters
Required

Collection of service configurations