Bug 1042273 - [RFE][ceilometer]: Add direct accesses to samples
Summary: [RFE][ceilometer]: Add direct accesses to samples
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-ceilometer
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ga
: 5.0 (RHEL 7)
Assignee: RHOS Maint
QA Contact:
URL: https://blueprints.launchpad.net/ceil...
Whiteboard: upstream_milestone_icehouse-2 upstrea...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-12 21:36 UTC by RHOS Integration
Modified: 2014-09-08 05:42 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed:
Target Upstream Version:


Attachments (Terms of Use)

Description RHOS Integration 2013-12-12 21:36:23 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/ceilometer/+spec/sample-api.

Description:

The idea is to add an API equivalent to the /meter/<meter id> but with /samples/<sample-id>, allowing to not specify a meter name.

- GET /sample would return the whole list of sample
- GET /sample/<sample-id> would return one sample
- GET /sample?q= would allow for filtering on samples, like done for /meter
- POST /sample would post a sample (like done currently)
- GET /sample-statistics/?q= would allow to get statistics

Specification URL (additional information):

None

Comment 2 Stephen Gordon 2014-01-23 20:50:57 UTC
Moving to POST based on upstream status (Implemented).


Note You need to log in before you can comment on or make changes to this bug.