Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
HAfAH
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
HAfAH
Merge requests
!141
(Move openapi scripts to HAF ) Move openapi to haf
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
(Move openapi scripts to HAF ) Move openapi to haf
mzander/move-openapi-to-haf
into
mzander/hafah-rest-v2
Overview
0
Commits
4
Pipelines
7
Changes
1
Closed
Michal Zander
requested to merge
mzander/move-openapi-to-haf
into
mzander/hafah-rest-v2
7 months ago
Overview
0
Commits
4
Pipelines
7
Changes
1
Expand
reputation_tracker#4 (closed)
0
0
Merge request reports
Viewing commit
3ffbea7b
Prev
Next
Show latest version
1 file
+
32
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
3ffbea7b
Add rest api to readme
· 3ffbea7b
Michal Zander
authored
7 months ago
README.md
+
32
−
0
Options
@@ -321,3 +321,35 @@ this column is result of parsing jmeter log:
`APDEX`
- application performance index for endpoint
<br>
`Statistics`
- stats of response times (avg, min, max, median, percentiles)
<br>
`Charts`
->
`Response Times`
- charts of response time distribution, percentiles, relation to thread number
<br>
## HAFAH REST
### 1. Blocks
---
```
- /blocks?from-block&to-block&search-params Get blocks from given range (get_block_range)
- /blocks/{block-num} Block details (get_block)
- /blocks/{block-num}/header Header in referenced block (get_block_header)
- /blocks/{block-num}/operations List of operations for given block (get_ops_in_block)
```
### 2. Transactions
---
```
- /transactions/{transaction-id} Get transaction (get_transaction)
```
### 3. Operations
---
```
- /operations?from-block&to-block&search-params Search for operations (get_ops_in_block in range)
- /operations/virtual?from-block&to-block&search-params Enum virtua operation as search (enum_virtual_ops)
```
### 4. Account
---
```
- /accounts/{account-name}/operations Get operations for given account (get_account_history)
```
### 5. Other
---
```
- /version (No corresponding method)
```
\ No newline at end of file
Loading