Topologies
internal

Update topology metadata

Lightweight endpoint for editing topology name and parent. Instead of sending the entire topology (which includes all hosts, ip_addresses, services, etc.), only sends the metadata fields. Fixes HTTP 413 errors on metadata edit operations for large topologies.

post/api/v1/topology/{id}/metadata

Path parameters

idstring uuid required

Topology ID

Request body

namestring required

New name for the topology

network_idstring uuid required

Network ID for authorization

parent_idstring uuid nullable

New parent topology ID (optional)

Response

Metadata updated

dataTupleUnit — unresolved $ref
errorstring nullable
successboolean required

Changes