Resource

Resource
Resource

Represents the API resource data.

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

Resource name

commType
Required

commType

string
uri
Required

Relative URI of the API resource, it is set as {apiSpecificSuffixes} part of the URI structure as defined in clause 5.2.4 of 3GPP TS 29.122.

string
custOpName
Optional

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

array of Operation
operations
Optional

Supported HTTP methods for the API resource. Only applicable when the protocol in AefProfile indicates HTTP.

string
description
Optional

Text description of the API resource

Property Of