%PDF- %PDF-
| Direktori : /home/graphicd/www/vebto/vendor/rackspace/php-opencloud/doc/services/monitoring/ |
| Current File : /home/graphicd/www/vebto/vendor/rackspace/php-opencloud/doc/services/monitoring/changelogs.rst |
Changelogs
==========
The monitoring service records changelogs for alarm statuses. Changelogs
are accessible as a Time Series Collection. By default the API queries
the last 7 days of changelog information.
View Changelog
--------------
.. code-block:: php
$changelog = $service->getChangelog();
foreach ($changelog as $item) {
$entity = $item->getEntityId();
}