import
dpsctl topology import Usage Guide
Import a datacenter topology. Imported JSON must be in expected format (see example).
Usage
dpsctl topology importFlags
Includes global dpsctl options.
--filename value JSON import filename
--help, -h show helpExamples
Basic Usage
$ dpsctl topology import --filename topology.json
{
"status": {
"ok": true,
"diag_msg": "Success"
}
}