import

dpsctl topology import Usage Guide

Import a datacenter topology. Imported JSON must be in expected format (see example).

Usage

dpsctl topology import

Flags

Includes global dpsctl options.

   --filename value  JSON import filename
   --help, -h        show help

Examples

Basic Usage

$ dpsctl topology import --filename topology.json
{
  "status": {
    "ok": true,
    "diag_msg": "Success"
  }
}