[api-ref] Correct service-list api-ref
Add two parameters in response body. Change-Id: I453a8b84a83147c4a61d1fb651c104e44fbedd18
This commit is contained in:
parent
319f94b2ca
commit
13f8527a4c
@ -778,6 +778,18 @@ hostname:
|
|||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
host:
|
||||||
|
description: |
|
||||||
|
The host for the service.
|
||||||
|
in: body
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
engine_id:
|
||||||
|
description: |
|
||||||
|
The ID of engine service.
|
||||||
|
in: body
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
id:
|
id:
|
||||||
description: |
|
description: |
|
||||||
The UUID of the heat engine.
|
The UUID of the heat engine.
|
||||||
|
@ -14,8 +14,8 @@ Show orchestration engine status
|
|||||||
|
|
||||||
Enables administrative users to view details for all orchestration engines.
|
Enables administrative users to view details for all orchestration engines.
|
||||||
|
|
||||||
Orchestration engine details include ``engine_id``, topic name,
|
Orchestration engine details include engine id, binary, topic name, host,
|
||||||
last updated time, health status, and host name.
|
report interval, last updated time, health status, and host name.
|
||||||
|
|
||||||
Troubleshooting
|
Troubleshooting
|
||||||
|
|
||||||
@ -45,10 +45,12 @@ Response Parameters
|
|||||||
- status: status
|
- status: status
|
||||||
- binary: binary
|
- binary: binary
|
||||||
- report_interval: report_interval
|
- report_interval: report_interval
|
||||||
|
- engine_id: engine_id
|
||||||
- created_at: created_at
|
- created_at: created_at
|
||||||
- hostname: hostname
|
- hostname: hostname
|
||||||
- updated_at: updated_at
|
- updated_at: updated_at
|
||||||
- topic: topic
|
- topic: topic
|
||||||
|
- host: host
|
||||||
- services: services
|
- services: services
|
||||||
- deleted_at: deleted_at
|
- deleted_at: deleted_at
|
||||||
- id: id
|
- id: id
|
||||||
|
Loading…
Reference in New Issue
Block a user