designate/api-ref/source/dns-api-v2-service-status.inc
Graham Hayes f7fcec6c4a Remove old docs content
Change-Id: I5289d75f4bd0d9c1489a208e3d83ac4f44c9422d
2017-02-22 14:55:29 -05:00

55 lines
963 B
HTML

================
Service Statuses
================
The Service Status entries are used to track the health state of the services
in the Designate system. Each service will report in it's health via RPC or
using HTTP.
List Statuses
=============
.. rest_method:: GET /v2/service_status
List all Services and statuses.
.. rest_status_code:: success status.yaml
- 200
.. rest_status_code:: error status.yaml
- 400
- 401
- 403
- 404
- 405
- 503
Request Parameters
------------------
.. rest_parameters:: parameters.yaml
- x-auth-token: x-auth-token
- x-auth-all-projects: x-auth-all-projects
- x-auth-sudo-project-id: x-auth-sudo-project-id
Response Parameters
-------------------
.. rest_parameters:: parameters.yaml
- x-openstack-request-id: x-openstack-request-id
- id: id
Response Example
----------------
.. literalinclude:: samples/service_status/service_status_list.json
:language: javascript