forked from newrelic/nri-flex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbamboo-http-example.yml
26 lines (26 loc) · 989 Bytes
/
bamboo-http-example.yml
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
---
# bamboo api documentation https://docs.atlassian.com/atlassian-bamboo/REST/5.5.0/
# jira https://developer.atlassian.com/cloud/jira/platform/rest/v3/?utm_source=%2Fcloud%2Fjira%2Fplatform%2Frest%2F&utm_medium=302#api-api-3-status-get
---
integrations:
- name: nri-flex
# interval: 30s
config:
name: bambooFlex
global:
base_url: http://localhost:8085/
user: bamboo
pass: bamboo
headers:
accept: application/json
apis:
# - event_type: bambooResultSample ### test payload
# file: ./testPayloads/bambooResult.json
- event_type: bambooResultSample
url: rest/api/latest/result?includeAllStates=true
- event_type: bambooProjectSample
url: rest/api/latest/project?os_authType=basic
- event_type: bambooPlanSample
url: rest/api/latest/plan?os_authType=basic
- event_type: bambooInfoSample
url: rest/api/latest/info?os_authType=basic