Files
c43e8bd9fabfc228eb4c4f8bb655fca1ce0bfab8
nova /api-ref /source /os-fping.inc

108 lines
2.3 KiB
PHP
Raw Normal View History

Ping instances (os-fping) (DEPRECATED)
=======================================
.. warning::
This API only works with ``nova-network`` which is
deprecated. It should be avoided in any new applications.
Ping Instances
==============
Runs the fping utility to ping instances and reports which instances are alive.
Specify the ``all_tenants=1`` query parameter to ping instances for all tenants. For example:
GET /os-fping?all_tenants=1
Specify the ``include`` and ``exclude`` query parameters to filter the results. For example:
::
GET /os-fping?all_tenants=1&include=uuid1,uuid2&exclude=uuid3,uuid4
owner of the server to perform this operation. Cloud providers can
change these permissions through the ``policy.json`` file.
Normal response codes: 200
Request
.. rest_parameters:: parameters.yaml
- include: include
- exclude: exclude
Response
- servers: servers
- alive: alive
- id: server_id
- project_id: project_id
|
**Example Ping Instances**
Ping An Instance
================
Runs the fping utility to ping an instance and reports whether the instance is alive.
owner of the server to perform this operation. Cloud providers can
change these permissions through the ``policy.json`` file.
Normal response codes: 200
itemNotFound(404)
Request
.. rest_parameters:: parameters.yaml
Response
- server: server
- alive: alive
- id: server_id
- project_id: project_id
|
**Example Ping An Instance**