Commit 54d3f775 authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

New features section under Test Plan Index

parent 283377c8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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)
+501 −0

File added.

Preview size limit exceeded, changes collapsed.

+13 −0
Original line number Diff line number Diff line
{
    "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
+15 −0
Original line number Diff line number Diff line
{
    "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