CustomOperation

CustomOperation
CustomOperation

Represents the description of a custom operation.

JSON Example
{
    "custOpName": "string",
    "operations": [
        {}
    ],
    "description": "string"
}
commType
Required

commType

string
custOpName
Required

it is set as {custOpName} part of the URI structure for a custom operation without resource association as defined in clause 5.2.4 of 3GPP TS 29.122.

array of Operation
operations
Optional

Supported HTTP methods for the custom operation. Only applicable when the protocol in AefProfile indicates HTTP.

string
description
Optional

Text description of the custom operation

Property Of