All URIs are relative to https://penapi.pacnetconnect.com
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 |
Ttms100TopologyTagByTopotaguuidDelete(ctx, topotaguuid) Delete a topology tag
Delete a topology tag
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for logging, tracing, authentication, etc. | |
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]
Topology Ttms100TopologyTagByTopotaguuidGet(ctx, topotaguuid) Get information about the specified topology tag
Get information about the specified topology tag
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for logging, tracing, authentication, etc. | |
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]
Topology Ttms100TopologyTagByTopotaguuidPut(ctx, topotaguuid, optional) Update a topology tag's name and/or description
Update a topology tag's name and/or description
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for logging, tracing, authentication, etc. | |
topotaguuid | string | Unique identifier representing a specific topology tag | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
topotaguuid | string | Unique identifier representing a specific topology tag | |
body | Ttms100TopologyTagRequest |
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]Topology Ttms100TopologyTagGet(ctx, ) List all topology tags
List all topology tags
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]
Ttms100TopologyTagObjectsResponse Ttms100TopologyTagObjectsByTopotaguuidGet(ctx, topotaguuid) List objects for Topology
List all objects (Endpoints, Links, VPorts, etc.) associated with the topology tag.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for logging, tracing, authentication, etc. | |
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]
Topology Ttms100TopologyTagPost(ctx, optional) Create a named topology tag
Create a named topology tag
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for logging, tracing, authentication, etc. | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
body | Ttms100TopologyTagRequest |
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]