InvocationLog

InvocationLog
InvocationLog
JSON Example
{
    "aefId": "string",
    "apiInvokerId": "string",
    "logs": [
        {
            "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"
        }
    ],
    "supportedFeatures": "string"
}
string
aefId
Required

Identity information of the API exposing function requesting logging of service API invocations

string
apiInvokerId
Required

Identity of the API invoker which invoked the service API

array of Log
logs
Required

Service API invocation log

supportedFeatures
Optional

supportedFeatures

Property Of