Skip to content
Snippets Groups Projects
Commit b111d3f2 authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Merge branch 'OCF-Doc17-add-vendor-extension-test-plan' into 'develop'

Resolve "Add Vendor Extension test plan"

Closes #17

See merge request !19
parents 283377c8 54d3f775
No related branches found
No related tags found
1 merge request!19Resolve "Add Vendor Extension test plan"
Pipeline #10253 passed
......@@ -11,3 +11,6 @@ List of Common API Services implemented:
* [Api Logging Service](./api_logging_service/README.md)
* [Api Auditing Service](./api_auditing_service/README.md)
* [Api Access Control Policy](./api_access_control_policy/README.md)
## Features
* [Vendor Extensibility](./vendor_extensibility/README.md)
This diff is collapsed.
{
"vendorSpecific-urn:etsi:mec:capifext:transport-info": {
"name": "trasport1",
"description": "Transport Info 1",
"type": "REST_HTTP",
"protocol": "HTTP",
"version": "2",
"security": {
"grantTypes": "OAUTH2_CLIENT_CREDENTIALS",
"tokenEndpoint": "https://token-endpoint/"
}
}
}
\ No newline at end of file
{
"vendorSpecific-urn:etsi:mec:capifext:service-info": {
"serializer": "JSON",
"state": "ACTIVE",
"scopeOfLocality": "MEC_SYSTEM",
"consumedLocalOnly": "True",
"isLocal": "True",
"category": {
"href": "https://www.location.com",
"id": "location_1",
"name": "Location",
"version": "1.0"
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment