Summary
Get Devices in a Service Instance
Description
Get detail information about devices associated with a specific service instance.
Route
GET /service_management/service/instance/devices/:name/:key/:host
Roles
            admin
engineering
support
apiread
          
          Parameters
            DetailsExampleSchema
          
          | Name | Type | Required | Description | 
|---|---|---|---|
| name | string | yes | Path of the service model. (Encoded URL Parameter) | 
| key | string | yes | Key or Keys of a service instance. (Encoded URL Parameter) | 
| host | string | yes | ID of the south bound system where this service instance has been created. (Encoded URL Parameter) | 
Return
            DetailsExampleSchema
          
          | Name | Type | Description | 
|---|---|---|
| device_info | array | An array of objects containing details about all devices associated with a specific service instance. |