wiki:atlassian_server_rest_api_examples
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
wiki:atlassian_server_rest_api_examples [2020/11/28 13:23] – external edit 127.0.0.1 | wiki:atlassian_server_rest_api_examples [2020/12/14 09:10] (current) – add see also links antisa | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | {{tag> | ||
+ | ====== Atlassian Bamboo API ====== | ||
+ | |||
Example for Atlassian Bamboo, running on port 8085. | Example for Atlassian Bamboo, running on port 8085. | ||
- | == Get list of all plans == | + | ===== Get list of all plans ===== |
curl -s -H " | curl -s -H " | ||
- | == Get plan info == | + | ===== Get plan info ===== |
curl -s -H " | curl -s -H " | ||
- | == Get list of all branches inside of plan == | + | ===== Get list of all branches inside of plan ===== |
curl -s -H " | curl -s -H " | ||
- | == Get server status == | + | ===== Get server status ===== |
- | curl -s -H " | + | |
+ | curl -s -H " | ||
- | == See also == | ||
- | == References == | + | ====== See also ====== |
+ | * [[wiki: | ||
+ | * [[wiki: | ||
+ | ====== References | ||
- | * https:// | + | https:// |
wiki/atlassian_server_rest_api_examples.1606569795.txt.gz · Last modified: 2020/11/28 13:23 by 127.0.0.1