File tree Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ endpoints:
80
80
curl -H "Authorization: Bearer $TOKEN" \
81
81
-X DELETE \
82
82
https://$api_root/$version/networking/ips/97.107.143.37
83
- /networking/ipv6 :
83
+ /networking/ipv6/pools :
84
84
group : IPv6
85
85
authenticated : true
86
86
description : >
@@ -95,9 +95,27 @@ endpoints:
95
95
examples :
96
96
curl : |
97
97
curl -H "Authorization: Bearer $TOKEN" \
98
- https://$api_root/$version/networking/ipv6
98
+ https://$api_root/$version/networking/ipv6/pools
99
99
python : |
100
- my_ipv6s = client.networking.get_ipv6()
100
+ my_ipv6s = client.networking.get_ipv6_pools()
101
+ /networking/ipv6/ranges :
102
+ group : IPv6
103
+ authenticated : true
104
+ description : >
105
+ Manage IPv6 Ranges.
106
+ methods :
107
+ GET :
108
+ response : ipv6pool
109
+ paginationKey : ipv6s
110
+ oauth : ips:view
111
+ description : >
112
+ Returns a list of IPv6 Ranges.
113
+ examples :
114
+ curl : |
115
+ curl -H "Authorization: Bearer $TOKEN" \
116
+ https://$api_root/$version/networking/ipv6/ranges
117
+ python : |
118
+ my_ipv6s = client.networking.get_ipv6_ranges()
101
119
/networking/ipv6/$address :
102
120
group : IPv6
103
121
type : resource
You can’t perform that action at this time.
0 commit comments