Network function APIs REST Endpoints
Network function APIs
The operations from the Network function APIs category.
- Add an NF
- Method: postPath:
/rest/{versionId}/inventory/nf-mgmt/nfs - Delete a Network Function
- Method: deletePath:
/rest/{versionId}/inventory/nf-mgmt/nfs/{nfId} - Get a Targeted NF
- Method: getPath:
/rest/{versionId}/inventory/nf-mgmt/nfs/{nfId} - Get List of NFs in Device Management
- Method: getPath:
/rest/{versionId}/inventory/nf-mgmt/nfs - Get NF Device Groups
- Method: getPath:
/rest/{versionId}/inventory/nf-mgmt/nfs/{nfId}/groups - Lock or unlock a Network Function
- Method: postPath:
/rest/{versionId}/inventory/nf-mgmt/nfs/action/{nfId} - Move an NF to Another Device Group Parent
- Method: putPath:
/rest/{versionId}/inventory/nf-mgmt/nfs/{nfId} - Updates the device group in a Network Function (NF)
- Method: putPath:
/rest/{versionId}/inventory/nf-mgmt/nfs/{nfId}/groups/{groupId}