Summary
Get All Instances of a Service
Description
Get all instances of a service by service model name.
Route
GET /service_management/service/instance/:name
Roles
            admin
engineering
support
apiread
          
          Parameters
            DetailsExampleSchema
          
          | Name | Type | Required | Description | 
|---|---|---|---|
| name | string | yes | Name of the service model to get instances. | 
Return
            DetailsExampleSchema
          
          | Name | Type | Description | 
|---|---|---|
| service_instances | array | All service instances of the service model. |