@@ -10,6 +10,22 @@ anti_affinity_group_member_list GET /v1/anti-affinity-groups/{anti
10
10
anti_affinity_group_update PUT /v1/anti-affinity-groups/{anti_affinity_group}
11
11
anti_affinity_group_view GET /v1/anti-affinity-groups/{anti_affinity_group}
12
12
13
+ API operations found with tag "console-auth"
14
+ OPERATION ID METHOD URL PATH
15
+ device_access_token POST /device/token
16
+ device_auth_confirm POST /device/confirm
17
+ device_auth_request POST /device/auth
18
+ logout POST /v1/logout
19
+
20
+ API operations found with tag "current-user"
21
+ OPERATION ID METHOD URL PATH
22
+ current_user_groups GET /v1/me/groups
23
+ current_user_ssh_key_create POST /v1/me/ssh-keys
24
+ current_user_ssh_key_delete DELETE /v1/me/ssh-keys/{ssh_key}
25
+ current_user_ssh_key_list GET /v1/me/ssh-keys
26
+ current_user_ssh_key_view GET /v1/me/ssh-keys/{ssh_key}
27
+ current_user_view GET /v1/me
28
+
13
29
API operations found with tag "disks"
14
30
OPERATION ID METHOD URL PATH
15
31
disk_bulk_write_import POST /v1/disks/{disk}/bulk-write
@@ -22,17 +38,7 @@ disk_list GET /v1/disks
22
38
disk_metrics_list GET /v1/disks/{disk}/metrics/{metric}
23
39
disk_view GET /v1/disks/{disk}
24
40
25
- API operations found with tag "floating-ips"
26
- OPERATION ID METHOD URL PATH
27
- floating_ip_attach POST /v1/floating-ips/{floating_ip}/attach
28
- floating_ip_create POST /v1/floating-ips
29
- floating_ip_delete DELETE /v1/floating-ips/{floating_ip}
30
- floating_ip_detach POST /v1/floating-ips/{floating_ip}/detach
31
- floating_ip_list GET /v1/floating-ips
32
- floating_ip_update PUT /v1/floating-ips/{floating_ip}
33
- floating_ip_view GET /v1/floating-ips/{floating_ip}
34
-
35
- API operations found with tag "hidden"
41
+ API operations found with tag "experimental"
36
42
OPERATION ID METHOD URL PATH
37
43
affinity_group_create POST /v1/affinity-groups
38
44
affinity_group_delete DELETE /v1/affinity-groups/{affinity_group}
@@ -43,11 +49,7 @@ affinity_group_member_instance_view GET /v1/affinity-groups/{affinity_
43
49
affinity_group_member_list GET /v1/affinity-groups/{affinity_group}/members
44
50
affinity_group_update PUT /v1/affinity-groups/{affinity_group}
45
51
affinity_group_view GET /v1/affinity-groups/{affinity_group}
46
- device_access_token POST /device/token
47
- device_auth_confirm POST /device/confirm
48
- device_auth_request POST /device/auth
49
52
instance_affinity_group_list GET /v1/instances/{instance}/affinity-groups
50
- logout POST /v1/logout
51
53
probe_create POST /experimental/v1/probes
52
54
probe_delete DELETE /experimental/v1/probes/{probe}
53
55
probe_list GET /experimental/v1/probes
@@ -61,10 +63,22 @@ support_bundle_head_file HEAD /experimental/v1/system/suppor
61
63
support_bundle_index GET /experimental/v1/system/support-bundles/{bundle_id}/index
62
64
support_bundle_list GET /experimental/v1/system/support-bundles
63
65
support_bundle_view GET /experimental/v1/system/support-bundles/{bundle_id}
66
+ system_update_get_repository GET /v1/system/update/repository/{system_version}
67
+ system_update_put_repository PUT /v1/system/update/repository
64
68
target_release_update PUT /v1/system/update/target-release
65
69
target_release_view GET /v1/system/update/target-release
66
70
timeseries_query POST /v1/timeseries/query
67
71
72
+ API operations found with tag "floating-ips"
73
+ OPERATION ID METHOD URL PATH
74
+ floating_ip_attach POST /v1/floating-ips/{floating_ip}/attach
75
+ floating_ip_create POST /v1/floating-ips
76
+ floating_ip_delete DELETE /v1/floating-ips/{floating_ip}
77
+ floating_ip_detach POST /v1/floating-ips/{floating_ip}/detach
78
+ floating_ip_list GET /v1/floating-ips
79
+ floating_ip_update PUT /v1/floating-ips/{floating_ip}
80
+ floating_ip_view GET /v1/floating-ips/{floating_ip}
81
+
68
82
API operations found with tag "images"
69
83
OPERATION ID METHOD URL PATH
70
84
image_create POST /v1/images
@@ -131,15 +145,6 @@ OPERATION ID METHOD URL PATH
131
145
role_list GET /v1/system/roles
132
146
role_view GET /v1/system/roles/{role_name}
133
147
134
- API operations found with tag "session"
135
- OPERATION ID METHOD URL PATH
136
- current_user_groups GET /v1/me/groups
137
- current_user_ssh_key_create POST /v1/me/ssh-keys
138
- current_user_ssh_key_delete DELETE /v1/me/ssh-keys/{ssh_key}
139
- current_user_ssh_key_list GET /v1/me/ssh-keys
140
- current_user_ssh_key_view GET /v1/me/ssh-keys/{ssh_key}
141
- current_user_view GET /v1/me
142
-
143
148
API operations found with tag "silos"
144
149
OPERATION ID METHOD URL PATH
145
150
auth_settings_update PUT /v1/auth-settings
0 commit comments