Commit aff81588 authored by Mike-no's avatar Mike-no Committed by Giacomo Bernini
Browse files

update ManoServiceInterfaces json schema with ManoInterfaces get

parent b5c1965c
Loading
Loading
Loading
Loading
+13 −12
Original line number Diff line number Diff line
@@ -135,12 +135,13 @@
        ],
        "properties": {
          "authType": {
            "description": "Type of API request authorization to be used by the API producer.\nThe support of authorization methods for the API producer is specified  in clause 8.3.6 of ETSI GS NFV-SOL 013.\nPermitted values:\n  - TLS_TUNNEL: Using TLS tunnel, as defined by TLS 1.2 in IETF RFC 5246.\n  - OAUTH2: Using access token, as defined by the OAuth 2.0 specification \n  in IETF RFC 6749. \n",
            "description": "Type of API request authorization to be used by the API producer.\nThe support of authorization methods for the API producer is specified in clause 8.3.6 of ETSI GS NFV-SOL 013.\nPermitted values:\n  - TLS_TUNNEL: Using TLS tunnel, as defined by TLS 1.2 in IETF RFC 5246.\n  - TLS_TUNNEL_13: Using TLS tunnel, as defined by TLS 1.3 in IETF RFC 8446.\n  - OAUTH2: Using access token, as defined by the OAuth 2.0 specification\n  in IETF RFC 6749.\n",
            "type": "array",
            "items": {
              "type": "string",
              "enum": [
                "TLS_TUNNEL",
                "TLS_TUNNEL_13",
                "OAUTH2"
              ]
            },