Skip to main content

Protocols NFS tls interfaces endpoint overview

Contributors

Examples

Retrieving the NFS over TLS interface configuration details

# The API:
GET /api/protocols/nfs/tls/interfaces

# The call:
curl -X GET "https://<mgmt-ip>/api/protocols/nfs/tls/interfaces"

Updating the NFS over TLS interface configuration

# The API:
PATCH /api/protocols/nfs/tls/interfaces/{interface.uuid}

# The call:
curl -d "@test_patch_nfs_tls_interface.txt" -X PATCH "https://<mgmt-ip>/api/protocols/nfs/tls/interfaces/e62936de-7342-11e8-9eb4-0050568be2b7"
test_patch_nfs_tls_interface.txt(body):
{
 "enabled" : "true"
}