Log

Log
Log
JSON Example
{
    "apiId": "string",
    "apiName": "string",
    "apiVersion": "string",
    "resourceName": "string",
    "uri": "string",
    "result": "string",
    "invocationTime": "string",
    "invocationLatency": 0,
    "srcInterface": {
        "ipv4Addr": "string",
        "ipv6Addr": "string",
        "fqdn": "string",
        "port": 0,
        "apiPrefix": "string",
        "securityMethods": [
            {}
        ]
    },
    "destInterface": {
        "ipv4Addr": "string",
        "ipv6Addr": "string",
        "fqdn": "string",
        "port": 0,
        "apiPrefix": "string",
        "securityMethods": [
            {}
        ]
    },
    "fwdInterface": "string"
}
string
apiId
Required

String identifying the API invoked.

string
apiName
Required

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.

string
apiVersion
Required

Version of the API which was invoked

string
resourceName
Required

Name of the specific resource invoked

uri
Optional

uri

protocol
Required

protocol

operation
Optional

operation

string
result
Required

For HTTP protocol, it contains HTTP status code of the invocation

invocationTime
Optional

invocationTime

invocationLatency
Optional

invocationLatency

inputParameters
Optional

List of input parameters. Can be any value - string, number, boolean, array or object.

outputParameters
Optional

List of output parameters. Can be any value - string, number, boolean, array or object.

srcInterface
Optional

srcInterface

destInterface
Optional

destInterface

string
fwdInterface
Optional

It includes the node identifier (as defined in IETF RFC 7239 of all forwarding entities between the API invoker and the AEF, concatenated with comma and space, e.g. 192.0.2.43:80, unknown:_OBFport, 203.0.113.60

Property Of