You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix tag external_docs links (and cleanup unused) (#3404)
I'm updating the docs site so these automatically redirect to the
associated section. Changing the system ones so they can be easily
handled. Removing the tags that are not used.
Copy file name to clipboardExpand all lines: nexus/src/external_api/tag-config.json
+6-24Lines changed: 6 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
"hidden": {
12
12
"description": "TODO operations that will not ship to customers",
13
13
"external_docs": {
14
-
"url": "http://docs.oxide.computer/api/"
14
+
"url": "http://docs.oxide.computer/api"
15
15
}
16
16
},
17
17
"images": {
@@ -26,12 +26,6 @@
26
26
"url": "http://docs.oxide.computer/api/instances"
27
27
}
28
28
},
29
-
"ip-pools": {
30
-
"description": "IP Pools contain external IP addresses that can be assigned to virtual machine instances.",
31
-
"external_docs": {
32
-
"url": "http://docs.oxide.computer/api/ip-pools"
33
-
}
34
-
},
35
29
"login": {
36
30
"description": "Authentication endpoints",
37
31
"external_docs": {
@@ -62,12 +56,6 @@
62
56
"url": "http://docs.oxide.computer/api/roles"
63
57
}
64
58
},
65
-
"sagas": {
66
-
"description": "Sagas are the abstraction used to represent multi-step operations within the Oxide deployment. These operations can be used to query saga status and report errors.",
67
-
"external_docs": {
68
-
"url": "http://docs.oxide.computer/api/sagas"
69
-
}
70
-
},
71
59
"session": {
72
60
"description": "Information pertaining to the current session.",
73
61
"external_docs": {
@@ -86,40 +74,34 @@
86
74
"url": "http://docs.oxide.computer/api/snapshots"
87
75
}
88
76
},
89
-
"system": {
90
-
"description": "Internal system information",
91
-
"external_docs": {
92
-
"url": "http://docs.oxide.computer/api/system"
93
-
}
94
-
},
95
77
"system/hardware": {
96
78
"description": "These operations pertain to hardware inventory and management. Racks are the unit of expansion of an Oxide deployment. Racks are in turn composed of sleds, switches, power supplies, and a cabled backplane.",
"description": "Metrics provide insight into the operation of the Oxide deployment. These include telemetry on hardware and software components that can be used to understand the current state as well as to diagnose issues.",
Copy file name to clipboardExpand all lines: openapi/nexus.json
+6-27Lines changed: 6 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -14431,7 +14431,7 @@
14431
14431
"name": "hidden",
14432
14432
"description": "TODO operations that will not ship to customers",
14433
14433
"externalDocs": {
14434
-
"url": "http://docs.oxide.computer/api/"
14434
+
"url": "http://docs.oxide.computer/api"
14435
14435
}
14436
14436
},
14437
14437
{
@@ -14448,13 +14448,6 @@
14448
14448
"url": "http://docs.oxide.computer/api/instances"
14449
14449
}
14450
14450
},
14451
-
{
14452
-
"name": "ip-pools",
14453
-
"description": "IP Pools contain external IP addresses that can be assigned to virtual machine instances.",
14454
-
"externalDocs": {
14455
-
"url": "http://docs.oxide.computer/api/ip-pools"
14456
-
}
14457
-
},
14458
14451
{
14459
14452
"name": "login",
14460
14453
"description": "Authentication endpoints",
@@ -14483,13 +14476,6 @@
14483
14476
"url": "http://docs.oxide.computer/api/roles"
14484
14477
}
14485
14478
},
14486
-
{
14487
-
"name": "sagas",
14488
-
"description": "Sagas are the abstraction used to represent multi-step operations within the Oxide deployment. These operations can be used to query saga status and report errors.",
14489
-
"externalDocs": {
14490
-
"url": "http://docs.oxide.computer/api/sagas"
14491
-
}
14492
-
},
14493
14479
{
14494
14480
"name": "session",
14495
14481
"description": "Information pertaining to the current session.",
@@ -14511,46 +14497,39 @@
14511
14497
"url": "http://docs.oxide.computer/api/snapshots"
14512
14498
}
14513
14499
},
14514
-
{
14515
-
"name": "system",
14516
-
"description": "Internal system information",
14517
-
"externalDocs": {
14518
-
"url": "http://docs.oxide.computer/api/system"
14519
-
}
14520
-
},
14521
14500
{
14522
14501
"name": "system/hardware",
14523
14502
"description": "These operations pertain to hardware inventory and management. Racks are the unit of expansion of an Oxide deployment. Racks are in turn composed of sleds, switches, power supplies, and a cabled backplane.",
"description": "Metrics provide insight into the operation of the Oxide deployment. These include telemetry on hardware and software components that can be used to understand the current state as well as to diagnose issues.",
0 commit comments