NSX Autonomous Edge REST API

Associated URIs:

API Description API Path

Update node core dump configuration


Update node configuration for core dump generation and rotation policy
POST /node?action=set_coredump_config

List system core dumps


GET /node/core-dumps

Delete core dump file


DELETE /node/core-dumps/{file-name}

Copy system generated core dump file to a remote file store


Copy system generated core dump file to a remote server. If you use scp or
sftp, you must provide the remote server's SSH fingerprint. See the
NSX-T Administration Guide for information and instructions
about finding the SSH fingerprint.
POST /node/core-dumps/{file-name}?action=copy_to_remote_file
Additional Links