Operations for accessing statistics
Get statistics
- X-Tenant-Id (string)
- name (string)
- dimensions (string)
- start_time (string)
- end_time (string)
- statistics (string)
- period (string)
Operations for accessing metrics
Create metrics
- X-Tenant-Id (string)
- X-Roles (string)
- tenant_id (string)
- body (array)
Get metrics
- X-Tenant-Id (string)
- name (string)
- dimensions (string)
Operations for working with alarms
Create alarm
- X-Tenant-Id (string)
- body (CreateAlarmCommand)
List alarms
- X-Tenant-Id (string)
- dimensions (string)
- state (string)
Get alarm state history
- X-Tenant-Id (string)
- alarm_id (string)
Get alarm
- X-Tenant-Id (string)
- alarm_id (string)
- 400: Invalid ID supplied
- 404: Alarm not found
Delete alarm
- X-Tenant-Id (string)
- alarm_id (string)
Update alarm
- X-Tenant-Id (string)
- alarm_id (string)
- body (UpdateAlarmCommand)
Operations for working with notification methods
Create notification method
- X-Tenant-Id (string)
- body (CreateNotificationMethodCommand)
List notification methods
- X-Tenant-Id (string)
Get notification method
- X-Tenant-Id (string)
- notification_method_id (string)
Delete notification method
- X-Tenant-Id (string)
- notification_method_id (string)
Update notification method
- X-Tenant-Id (string)
- notification_method_id (string)
- body (CreateNotificationMethodCommand)
Operations for accessing measurements
Get measurements
- X-Tenant-Id (string)
- name (string)
- dimensions (string)
- start_time (string)
- end_time (string)
Operations for accessing versions
- columns: array
- name: string
- timestamp: integer
- name: string
- value: number
- name: string
- name: string
- undeterminedActions: array
- alarmActions: array
- okActions: array
- expression: string
- description: string
An alarm is a devops's best friend
- undeterminedActions: array
- links: array
- alarmActions: array
- description: string
- okActions: array
- expression: string
- id: string
- actionsEnabled: boolean
- name: string
- reasonData: string
- alarmId: string
- reason: string
- href: string
- rel: string
- name: string
- undeterminedActions: array
- alarmActions: array
- okActions: array
- expression: string
- actionsEnabled: boolean
- description: string
- id: string
- name: string
- links: array
- address: string
- href: string
- rel: string
- name: string
- address: string
- columns: array
- name: string
Copyright (c) 2014 Hewlett-Packard Development Company, L.P.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.