InterfaceDescription
InterfaceDescription
Represents the description of an API's interface.
JSON Example
{
"ipv4Addr": "string",
"ipv6Addr": "string",
"fqdn": "string",
"port": 0,
"apiPrefix": "string",
"securityMethods": [
{}
]
}
string
apiPrefix
Optional
A string representing a sequence of path segments that starts with the slash character.
array of SecurityMethod
securityMethods
Optional
Security methods supported by the interface, it take precedence over the security methods provided in AefProfile, for this specific interface.