.. _topology_ref: Topology ========= For the data representation see :ref:`Topology Representation `. .. tabularcolumns:: |l|l|l|J| +----------------------------------+--------+-----------------+----------------+ | Action | Verb | Noun | Description | +==================================+========+=================+================+ | :ref:`insert ` | POST | /topologies | Creates new | | | | | Topology. | +----------------------------------+--------+-----------------+----------------+ | :ref:`list/query `| GET | /topologies | Return all | | | | | Topologies | | | | | registered in | | | | | the UNIS | | | | | instance. | +----------------------------------+--------+-----------------+----------------+ | :ref:`get ` | GET | /topologies/{id}| Return | | | | | the Topology | | | | | representation.| +----------------------------------+--------+-----------------+----------------+ | :ref:`update ` | PUT | /topologies/{id}| Update the | | | | | specified | | | | | Topology. | +----------------------------------+--------+-----------------+----------------+ | :ref:`delete ` | DELETE | /topologies/{id}| Delete the | | | | | specified | | | | | Topology. | +----------------------------------+--------+-----------------+----------------+ | :ref:`patch ` | PATCH | /topologies/{id}| Patch the | | | | | specified | | | | | Topology. | +----------------------------------+--------+-----------------+----------------+ .. toctree:: :maxdepth: 3 topology_list topology_get topology_insert topology_update topology_delete topology_patch