X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=capifcore%2Finternal%2Floggingapi%2Floggingapi-types.gen.go;h=f8fd19a7f89305d997dec72c118342ea328645b1;hb=55e8dfc4ed1ffa5877ee8517a05a3b36d34d4882;hp=61a281f94470f247ddc439a2049cdd6769adb1c0;hpb=c9e08b2a2f647f9f870040570c5e71305f0fb5d2;p=nonrtric%2Fplt%2Fsme.git diff --git a/capifcore/internal/loggingapi/loggingapi-types.gen.go b/capifcore/internal/loggingapi/loggingapi-types.gen.go index 61a281f..f8fd19a 100644 --- a/capifcore/internal/loggingapi/loggingapi-types.gen.go +++ b/capifcore/internal/loggingapi/loggingapi-types.gen.go @@ -32,7 +32,7 @@ type Log struct { // String identifying the API invoked. ApiId string `json:"apiId"` - // Name of the API which was invoked, it is set as {apiName} part of the URI structure as defined in subclause 4.4 of 3GPP TS 29.501. + // Name of the API which was invoked, it is set as {apiName} part of the URI structure as defined in clause 5.2.4 of 3GPP TS 29.122. ApiName string `json:"apiName"` // Version of the API which was invoked @@ -53,13 +53,20 @@ type Log struct { // string with format "date-time" as defined in OpenAPI. InvocationTime *externalRef0.DateTime `json:"invocationTime,omitempty"` - // Possible values are - GET: HTTP GET method - POST: HTTP POST method - PUT: HTTP PUT method - PATCH: HTTP PATCH method - DELETE: HTTP DELETE method + // Possible values are: + // - GET: HTTP GET method + // - POST: HTTP POST method + // - PUT: HTTP PUT method + // - PATCH: HTTP PATCH method + // - DELETE: HTTP DELETE method Operation *externalRef2.Operation `json:"operation,omitempty"` // List of output parameters. Can be any value - string, number, boolean, array or object. OutputParameters *interface{} `json:"outputParameters,omitempty"` - // Possible values are - HTTP_1_1: HTTP version 1.1 - HTTP_2: HTTP version 2 + // Possible values are: + // - HTTP_1_1: HTTP version 1.1 + // - HTTP_2: HTTP version 2 Protocol externalRef2.Protocol `json:"protocol"` // Name of the specific resource invoked