Network function APIs REST Endpoints

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