Summary
Get Service Instance Details
Description
This API call will return details about a specific service instance
Route
GET /service_management/getServiceInstanceDetails/:model_name/:key/:value
Roles
admin
engineering
support
apiread
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
model_name | string | yes | - |
key | string | yes | - |
value | string | yes | - |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
data | object | An object with specified service instance details |