All URIs are relative to **
Method | HTTP request | Description |
---|---|---|
ttms100TopologyTagByTopotaguuidDelete | DELETE /ttms/1.0.0/topology_tag/{topotaguuid}/ | Delete a topology tag |
ttms100TopologyTagByTopotaguuidGet | GET /ttms/1.0.0/topology_tag/{topotaguuid}/ | Get information about the specified topology tag |
ttms100TopologyTagByTopotaguuidPut | PUT /ttms/1.0.0/topology_tag/{topotaguuid}/ | Update a topology tag's name and/or description |
ttms100TopologyTagGet | GET /ttms/1.0.0/topology_tag | List all topology tags |
ttms100TopologyTagObjectsByTopotaguuidGet | GET /ttms/1.0.0/topology_tag/{topotaguuid}/objects/ | List objects for Topology |
ttms100TopologyTagPost | POST /ttms/1.0.0/topology_tag | Create a named topology tag |
Delete a topology tag
Delete a topology tag
TelstraTPN ttms100TopologyTagByTopotaguuidDelete topotaguuid=value
Name | Type | Description | Notes |
---|---|---|---|
topotaguuid | string | Unique identifier representing a specific topology tag |
(empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Get information about the specified topology tag
Get information about the specified topology tag
TelstraTPN ttms100TopologyTagByTopotaguuidGet topotaguuid=value
Name | Type | Description | Notes |
---|---|---|---|
topotaguuid | string | Unique identifier representing a specific topology tag |
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Update a topology tag's name and/or description
Update a topology tag's name and/or description
TelstraTPN ttms100TopologyTagByTopotaguuidPut topotaguuid=value
Name | Type | Description | Notes |
---|---|---|---|
topotaguuid | string | Unique identifier representing a specific topology tag | |
body | Ttms100TopologyTagRequest | [optional] |
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
List all topology tags
List all topology tags
TelstraTPN ttms100TopologyTagGet
This endpoint does not need any parameter.
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
List objects for Topology
List all objects (Endpoints, Links, VPorts, etc.) associated with the topology tag.
TelstraTPN ttms100TopologyTagObjectsByTopotaguuidGet topotaguuid=value
Name | Type | Description | Notes |
---|---|---|---|
topotaguuid | string | Unique identifier representing a specific topology tag |
Ttms100TopologyTagObjectsResponse
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Create a named topology tag
Create a named topology tag
TelstraTPN ttms100TopologyTagPost
Name | Type | Description | Notes |
---|---|---|---|
body | Ttms100TopologyTagRequest | [optional] |
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]