Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
itk-demo-optoboard
Manage
Activity
Members
Labels
Plan
Issues
15
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
6
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
ATLAS ITk Pixel System Test
itk-demo-sw
itk-demo-optoboard
Merge requests
!92
Custom register configuration file endpoint
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Custom register configuration file endpoint
mglazews-config-dumping
into
master
Overview
0
Commits
8
Pipelines
2
Changes
5
Merged
Marianna Glazewska
requested to merge
mglazews-config-dumping
into
master
8 months ago
Overview
0
Commits
8
Pipelines
2
Changes
5
Expand
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
6b76e481
8 commits,
8 months ago
5 files
+
144
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
api/itk_demo_optoboard/api/openapi/openapi.yaml
+
34
−
0
Options
@@ -476,6 +476,40 @@ paths:
allOf
:
-
$ref
:
"
#/components/schemas/standard_model"
/dumpCustomRegConfig
:
post
:
summary
:
Dump a custom register configuration file (JSON)
description
:
Read all lpGBT and GBCR registers in the default configuration file and dump the results into a new register configuration file (JSON)
x-openapi-router-controller
:
itk_demo_optoboard.api.routes
operationId
:
dumpCustomRegConfig
requestBody
:
description
:
JSON serialised object containing optoboard position and filename for the new JSON file
content
:
application/json
:
schema
:
type
:
object
properties
:
optoboardPosition
:
type
:
string
example
:
"
OB0"
description
:
Optoboard position
filename
:
type
:
string
example
:
"
custom_config"
description
:
The name to be given to the new JSON file
responses
:
200
:
description
:
Response that configuration file was created, or creation was not possible
content
:
application/json
:
schema
:
type
:
object
allOf
:
-
$ref
:
"
#/components/schemas/standard_model"
/readLog
:
get
:
tags
:
Loading