File: README.md

package info (click to toggle)
golang-github-circonus-labs-circonus-gometrics 2.3.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 824 kB
  • sloc: makefile: 2
file content (163 lines) | stat: -rw-r--r-- 5,343 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
## Circonus API package

Full api documentation (for using *this* package) is available at [godoc.org](https://godoc.org/github.com/circonus-labs/circonus-gometrics/api). Links in the lists below go directly to the generic Circonus API documentation for the endpoint.

### Straight [raw] API access

* Get
* Post (for creates)
* Put (for updates)
* Delete

### Helpers for currently supported API endpoints

> Note, these interfaces are still being actively developed. For example, many of the `New*` methods only return an empty struct; sensible defaults will be added going forward. Other, common helper methods for the various endpoints may be added as use cases emerge. The organization
of the API may change if common use contexts would benefit significantly.

* [Account](https://login.circonus.com/resources/api/calls/account)
    * FetchAccount
    * FetchAccounts
    * UpdateAccount
    * SearchAccounts
* [Acknowledgement](https://login.circonus.com/resources/api/calls/acknowledgement)
    * NewAcknowledgement
    * FetchAcknowledgement
    * FetchAcknowledgements
    * UpdateAcknowledgement
    * CreateAcknowledgement
    * DeleteAcknowledgement
    * DeleteAcknowledgementByCID
    * SearchAcknowledgements
* [Alert](https://login.circonus.com/resources/api/calls/alert)
    * FetchAlert
    * FetchAlerts
    * SearchAlerts
* [Annotation](https://login.circonus.com/resources/api/calls/annotation)
    * NewAnnotation
    * FetchAnnotation
    * FetchAnnotations
    * UpdateAnnotation
    * CreateAnnotation
    * DeleteAnnotation
    * DeleteAnnotationByCID
    * SearchAnnotations
* [Broker](https://login.circonus.com/resources/api/calls/broker)
    * FetchBroker
    * FetchBrokers
    * SearchBrokers
* [Check Bundle](https://login.circonus.com/resources/api/calls/check_bundle)
    * NewCheckBundle
    * FetchCheckBundle
    * FetchCheckBundles
    * UpdateCheckBundle
    * CreateCheckBundle
    * DeleteCheckBundle
    * DeleteCheckBundleByCID
    * SearchCheckBundles
* [Check Bundle Metrics](https://login.circonus.com/resources/api/calls/check_bundle_metrics)
    * FetchCheckBundleMetrics
    * UpdateCheckBundleMetrics
* [Check](https://login.circonus.com/resources/api/calls/check)
    * FetchCheck
    * FetchChecks
    * SearchChecks
* [Contact Group](https://login.circonus.com/resources/api/calls/contact_group)
    * NewContactGroup
    * FetchContactGroup
    * FetchContactGroups
    * UpdateContactGroup
    * CreateContactGroup
    * DeleteContactGroup
    * DeleteContactGroupByCID
    * SearchContactGroups
* [Dashboard](https://login.circonus.com/resources/api/calls/dashboard) -- note, this is a work in progress, the methods/types may still change
    * NewDashboard
    * FetchDashboard
    * FetchDashboards
    * UpdateDashboard
    * CreateDashboard
    * DeleteDashboard
    * DeleteDashboardByCID
    * SearchDashboards
* [Graph](https://login.circonus.com/resources/api/calls/graph)
    * NewGraph
    * FetchGraph
    * FetchGraphs
    * UpdateGraph
    * CreateGraph
    * DeleteGraph
    * DeleteGraphByCID
    * SearchGraphs
* [Metric Cluster](https://login.circonus.com/resources/api/calls/metric_cluster)
    * NewMetricCluster
    * FetchMetricCluster
    * FetchMetricClusters
    * UpdateMetricCluster
    * CreateMetricCluster
    * DeleteMetricCluster
    * DeleteMetricClusterByCID
    * SearchMetricClusters
* [Metric](https://login.circonus.com/resources/api/calls/metric)
    * FetchMetric
    * FetchMetrics
    * UpdateMetric
    * SearchMetrics
* [Maintenance window](https://login.circonus.com/resources/api/calls/maintenance)
    * NewMaintenanceWindow
    * FetchMaintenanceWindow
    * FetchMaintenanceWindows
    * UpdateMaintenanceWindow
    * CreateMaintenanceWindow
    * DeleteMaintenanceWindow
    * DeleteMaintenanceWindowByCID
    * SearchMaintenanceWindows
* [Outlier Report](https://login.circonus.com/resources/api/calls/outlier_report)
    * NewOutlierReport
    * FetchOutlierReport
    * FetchOutlierReports
    * UpdateOutlierReport
    * CreateOutlierReport
    * DeleteOutlierReport
    * DeleteOutlierReportByCID
    * SearchOutlierReports
* [Provision Broker](https://login.circonus.com/resources/api/calls/provision_broker)
    * NewProvisionBroker
    * FetchProvisionBroker
    * UpdateProvisionBroker
    * CreateProvisionBroker
* [Rule Set](https://login.circonus.com/resources/api/calls/rule_set)
    * NewRuleset
    * FetchRuleset
    * FetchRulesets
    * UpdateRuleset
    * CreateRuleset
    * DeleteRuleset
    * DeleteRulesetByCID
    * SearchRulesets
* [Rule Set Group](https://login.circonus.com/resources/api/calls/rule_set_group)
    * NewRulesetGroup
    * FetchRulesetGroup
    * FetchRulesetGroups
    * UpdateRulesetGroup
    * CreateRulesetGroup
    * DeleteRulesetGroup
    * DeleteRulesetGroupByCID
    * SearchRulesetGroups
* [User](https://login.circonus.com/resources/api/calls/user)
    * FetchUser
    * FetchUsers
    * UpdateUser
    * SearchUsers
* [Worksheet](https://login.circonus.com/resources/api/calls/worksheet)
    * NewWorksheet
    * FetchWorksheet
    * FetchWorksheets
    * UpdateWorksheet
    * CreateWorksheet
    * DeleteWorksheet
    * DeleteWorksheetByCID
    * SearchWorksheets

---

Unless otherwise noted, the source files are distributed under the BSD-style license found in the LICENSE file.