NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
| List system core dumps | GET /api/v1/node/core-dumps GET /api/v1/transport-nodes/<transport-node-id>/node/core-dumps GET /api/v1/cluster/<cluster-node-id>/node/core-dumps | 
| Copy system generated core dump file to a remote file storeCopy 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 /api/v1/cluster/<cluster-node-id>/node/core-dumps/<file-name>?action=copy_to_remote_file POST /api/v1/node/core-dumps/<file-name>?action=copy_to_remote_file POST /api/v1/transport-nodes/<transport-node-id>/node/core-dumps/<file-name>?action=copy_to_remote_file | 
