Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
accessGitFS
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
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
vaclab
accessGitFS
Commits
d0336c23
Commit
d0336c23
authored
3 years ago
by
Rolf Niepraschk
Browse files
Options
Downloads
Patches
Plain Diff
...
parent
34894c2c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+5
-5
5 additions, 5 deletions
README.md
with
5 additions
and
5 deletions
README.md
+
5
−
5
View file @
d0336c23
...
@@ -33,8 +33,8 @@ journalctl -f --unit accessGitFS.service # run-time check
...
@@ -33,8 +33,8 @@ journalctl -f --unit accessGitFS.service # run-time check
### accessGitFS/dates (GET)
### accessGitFS/dates (GET)
Returns
a
JSON
file with
an array of all date directories
with
in the GitFS
Returns JSON
data containing
an array of all date directories in the GitFS
mount
area
.
mount
scope
.
```
```
curl -s http://a73435:5017/accessGitFS/dates > theDates.json
curl -s http://a73435:5017/accessGitFS/dates > theDates.json
...
@@ -42,8 +42,8 @@ curl -s http://a73435:5017/accessGitFS/dates > theDates.json
...
@@ -42,8 +42,8 @@ curl -s http://a73435:5017/accessGitFS/dates > theDates.json
### accessGitFS/times/YYYY-mm-dd (GET)
### accessGitFS/times/YYYY-mm-dd (GET)
Returns
a
JSON
file with
an array of all time directories
with
in the GitFS
Returns JSON
data containing
an array of all time directories in the GitFS
mount
area matching the
specifi
ed
date.
mount
scope associated with a
specifi
c
date.
```
```
curl -s http://a73435:5017/accessGitFS/times/2020-02-05 > theTimes.json
curl -s http://a73435:5017/accessGitFS/times/2020-02-05 > theTimes.json
...
@@ -51,7 +51,7 @@ curl -s http://a73435:5017/accessGitFS/times/2020-02-05 > theTimes.json
...
@@ -51,7 +51,7 @@ curl -s http://a73435:5017/accessGitFS/times/2020-02-05 > theTimes.json
### accessGitFS/file/YYYY-mm-dd/HH-MM-SS-XXXXXXXXXX/xyz.json (GET)
### accessGitFS/file/YYYY-mm-dd/HH-MM-SS-XXXXXXXXXX/xyz.json (GET)
Returns the
version
of a file
with
the specified commit date.
Returns the
contents
of a file
as of
the specified commit date.
```
```
curl -s http://a73435:5017/accessGitFS/file/2020-02-05/09-49-04-9da869dfa9/000_SERVERS.json \
curl -s http://a73435:5017/accessGitFS/file/2020-02-05/09-49-04-9da869dfa9/000_SERVERS.json \
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment