Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ETSI MEC Sandbox Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
MEC - Multi-access Edge Computing
ETSI MEC Sandbox Frontend
Commits
de23f4c0
Commit
de23f4c0
authored
7 months ago
by
Ikram Haq
Browse files
Options
Downloads
Patches
Plain Diff
add example schemas for the request bodies in GET PUT AND PATCH methods
parent
8886770b
No related branches found
No related tags found
2 merge requests
!4
merge MEC021 APi into STF625_TASK4
,
!2
Stf678 task3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/api/capif-mgmt.yaml
+85
-1
85 additions, 1 deletion
config/api/capif-mgmt.yaml
with
85 additions
and
1 deletion
config/api/capif-mgmt.yaml
+
85
−
1
View file @
de23f4c0
...
...
@@ -273,6 +273,34 @@ paths:
application/json
:
schema
:
$ref
:
'
#/components/schemas/ServiceAPIDescription'
example
:
apiName
:
"
mec030-1-new"
aefProfiles
:
-
aefId
:
"
sandboxTransport"
versions
:
-
"
3.1.1"
interfaceDescriptions
:
uris
:
-
"
http://my.callback.com/sbx2cmq8bn/mep1/vis/v2/"
fqdn
:
null
addresses
:
null
alternative
:
null
vendorSpecific-urn:etsi:mec:capifext:transport-info
:
name
:
"
REST"
type
:
"
REST_HTTP"
protocol
:
"
HTTP"
version
:
"
2.0"
vendorSpecific-urn:etsi:mec:capifext:service-info
:
serializer
:
"
JSON"
state
:
"
ACTIVE"
scopeOfLocality
:
"
MEC_SYSTEM"
consumedLocalOnly
:
true
isLocal
:
true
category
:
href
:
"
catalogueHref"
id
:
"
visId"
name
:
"
V2XI"
version
:
"
v2"
required
:
true
responses
:
"
201"
:
...
...
@@ -406,6 +434,34 @@ paths:
application/json
:
schema
:
$ref
:
'
#/components/schemas/ServiceAPIDescription'
example
:
apiName
:
"
mec030-1-new"
aefProfiles
:
-
aefId
:
"
sandboxTransport"
versions
:
-
"
3.1.1"
interfaceDescriptions
:
uris
:
-
"
http://my.callback.com/sbx2cmq8bn/mep1/vis/v2/"
fqdn
:
null
addresses
:
null
alternative
:
null
vendorSpecific-urn:etsi:mec:capifext:transport-info
:
name
:
"
REST"
type
:
"
REST_HTTP"
protocol
:
"
HTTP"
version
:
"
2.0"
vendorSpecific-urn:etsi:mec:capifext:service-info
:
serializer
:
"
JSON"
state
:
"
ACTIVE"
scopeOfLocality
:
"
MEC_SYSTEM"
consumedLocalOnly
:
true
isLocal
:
true
category
:
href
:
"
catalogueHref"
id
:
"
visId"
name
:
"
V2XI"
version
:
"
v2"
required
:
true
responses
:
"
200"
:
...
...
@@ -569,7 +625,35 @@ paths:
content
:
application/json
:
schema
:
$ref
:
'
#/components/schemas/ServiceAPIDescriptionPatch'
$ref
:
'
#/components/schemas/ServiceAPIDescription'
example
:
apiName
:
"
mec030-1-new"
aefProfiles
:
-
aefId
:
"
sandboxTransport"
versions
:
-
"
3.1.1"
interfaceDescriptions
:
uris
:
-
"
http://my.callback.com/sbx2cmq8bn/mep1/vis/v2/"
fqdn
:
null
addresses
:
null
alternative
:
null
vendorSpecific-urn:etsi:mec:capifext:transport-info
:
name
:
"
REST"
type
:
"
REST_HTTP"
protocol
:
"
HTTP"
version
:
"
2.0"
vendorSpecific-urn:etsi:mec:capifext:service-info
:
serializer
:
"
JSON"
state
:
"
ACTIVE"
scopeOfLocality
:
"
MEC_SYSTEM"
consumedLocalOnly
:
true
isLocal
:
true
category
:
href
:
"
catalogueHref"
id
:
"
visId"
name
:
"
V2XI"
version
:
"
v2"
required
:
true
responses
:
"
200"
:
...
...
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