-
Notifications
You must be signed in to change notification settings - Fork 104
/
Copy pathapi_menu.yml
269 lines (264 loc) · 12.2 KB
/
api_menu.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
- title: Overview
children:
- title: Authentication
path: "/docs/reference/latest/api/overview/auth.html"
- title: Authorization
path: "/docs/reference/latest/api/overview/authorization.html"
- title: Password Updates
path: "/docs/reference/latest/api/overview/password.html"
- title: CRUD
path: "/docs/reference/latest/api/overview/crud.html"
- title: HTTP Basics
path: "/docs/reference/latest/api/overview/http.html"
- title: Json Convention
path: "/docs/reference/latest/api/overview/json.html"
- title: Querying
path: "/docs/reference/latest/api/overview/query.html"
- title: Bulk Querying
path: "/docs/reference/latest/api/overview/bulk_query.html"
- title: Filtering
path: "/docs/reference/latest/api/overview/filtering.html"
- title: Pagination
path: "/docs/reference/latest/api/overview/pagination.html"
- title: Version History
path: "/docs/reference/latest/api/overview/versioning.html"
- title: Reference
children:
- title: Primary Collections
path: "/docs/reference/latest/api/reference/collections.html"
- title: Actions
path: "/docs/reference/latest/api/reference/actions.html"
- title: Alert Management
path: "/docs/reference/latest/api/reference/alerts.html"
- title: Authentication Management
path: "/docs/reference/latest/api/reference/authentications.html"
- title: Automate Model
path: "/docs/reference/latest/api/reference/automate.html"
- title: Automate Domains
path: "/docs/reference/latest/api/reference/automate_domains.html"
- title: Automation Requests
path: "/docs/reference/latest/api/reference/automation_requests.html"
- title: Automate Workspaces
path: "/docs/reference/latest/api/reference/automate_workspaces.html"
- title: Categories & Tags
path: "/docs/reference/latest/api/reference/categories_tags.html"
- title: Chargebacks & Rates
path: "/docs/reference/latest/api/reference/chargebacks_rates.html"
- title: Cloud Volumes
path: "/docs/reference/latest/api/reference/cloud_volumes.html"
- title: Conditions
path: "/docs/reference/latest/api/reference/conditions.html"
- title: Configuration Script Payloads
path: "/docs/reference/latest/api/reference/configuration_script_payloads.html"
- title: Configuration Script Source Management
path: "/docs/reference/latest/api/reference/configuration_script_sources.html"
- title: Custom Actions
path: "/docs/reference/latest/api/reference/custom_actions.html"
- title: Custom Attributes
path: "/docs/reference/latest/api/reference/custom_attributes.html"
- title: Custom Button Management
path: "/docs/reference/latest/api/reference/custom_buttons.html"
- title: Event Streams
path: "/docs/reference/latest/api/reference/event_streams.html"
- title: Flavor Management
path: "/docs/reference/latest/api/reference/flavors.html"
- title: Generic Object Management
path: "/docs/reference/latest/api/reference/generic_objects.html"
- title: Group Management
path: "/docs/reference/latest/api/reference/groups.html"
- title: Host Management
path: "/docs/reference/latest/api/reference/hosts.html"
- title: Instance Management
path: "/docs/reference/latest/api/reference/instances.html"
- title: Metric Rollups
path: "/docs/reference/latest/api/reference/metric_rollups.html"
- title: Network Routers
path: "/docs/reference/latest/api/reference/network_routers.html"
- title: Notifications Support
path: "/docs/reference/latest/api/reference/notifications.html"
- title: Orchestration Support
path: "/docs/reference/latest/api/reference/orchestration.html"
- title: Physical Servers
path: "/docs/reference/latest/api/reference/physical_servers.html"
- title: Picture Management
path: "/docs/reference/latest/api/reference/pictures.html"
- title: Policies & Policy Profiles
path: "/docs/reference/latest/api/reference/policies.html"
- title: Policy Collections
path: "/docs/reference/latest/api/reference/policy_collections.html"
- title: Provider Support
path: "/docs/reference/latest/api/reference/providers.html"
- title: Provision Requests
path: "/docs/reference/latest/api/reference/provision_requests.html"
- title: Request Support
path: "/docs/reference/latest/api/reference/requests.html"
- title: Reports Support
path: "/docs/reference/latest/api/reference/reports.html"
- title: Role Management
path: "/docs/reference/latest/api/reference/roles.html"
- title: Security Groups
path: "/docs/reference/latest/api/reference/security_groups.html"
- title: Service Management
path: "/docs/reference/latest/api/reference/services.html"
- title: Service Queries
path: "/docs/reference/latest/api/reference/service_queries.html"
- title: Service Custom Actions
path: "/docs/reference/latest/api/reference/service_custom_actions.html"
- title: Service Dialogs
path: "/docs/reference/latest/api/reference/service_dialogs.html"
- title: Service Orders (Shopping Carts)
path: "/docs/reference/latest/api/reference/service_orders.html"
- title: Setting Ownership
path: "/docs/reference/latest/api/reference/ownership.html"
- title: Settings Management
path: "/docs/reference/latest/api/reference/settings.html"
- title: Snapshot Management
path: "/docs/reference/latest/api/reference/snapshots.html"
- title: Tags & Tagging
path: "/docs/reference/latest/api/reference/tagging.html"
- title: Tasks
path: "/docs/reference/latest/api/reference/tasks.html"
- title: Tenant Management
path: "/docs/reference/latest/api/reference/tenants.html"
- title: User Management
path: "/docs/reference/latest/api/reference/users.html"
- title: VM Management
path: "/docs/reference/latest/api/reference/vms.html"
- title: Appendices
children:
- title: Quick Reference
path: "/docs/reference/latest/api/appendices/quick_reference.html"
- title: Collection Metadata
path: "/docs/reference/latest/api/appendices/collection_metadata.html"
- title: Resource Attributes
path: "/docs/reference/latest/api/appendices/resource_attributes.html"
- title: Provider Types
path: "/docs/reference/latest/api/appendices/provider_types.html"
- title: Provision Request Supported Attributes
path: "/docs/reference/latest/api/appendices/provision_attributes.html"
- title: Advanced Provisioning Attributes
path: "/docs/reference/latest/api/appendices/advanced_provisioning.html"
- title: SOAP to REST Mapping
path: "/docs/reference/latest/api/appendices/soap_to_rest.html"
- title: Deprecated Types
path: "/docs/reference/latest/api/appendices/deprecated_types.html"
- title: Deprecated Resource Attributes
path: "/docs/reference/latest/api/appendices/deprecated_resource_attributes.html"
- title: Examples
children:
- title: Foundation
children:
- title: Querying Examples
path: "/docs/reference/latest/api/examples/queries.html"
- title: Paging Queries
path: "/docs/reference/latest/api/examples/paging_queries.html"
- title: Automation Requests
children:
- title: Create an Automation Request
path: "/docs/reference/latest/api/examples/automation_request.html"
- title: Create multiple Automation Requests
path: "/docs/reference/latest/api/examples/automation_requests.html"
- title: Providers
children:
- title: Create a Provider
path: "/docs/reference/latest/api/examples/create_provider.html"
- title: Create a Provider with multiple credentials
path: "/docs/reference/latest/api/examples/create_provider_compound_credentials.html"
- title: Update a Provider
path: "/docs/reference/latest/api/examples/update_provider.html"
- title: Refresh Provider
path: "/docs/reference/latest/api/examples/refresh_provider.html"
- title: Delete Provider
path: "/docs/reference/latest/api/examples/delete_provider.html"
- title: Provisioning Requests
children:
- title: Create a Provision Request
path: "/docs/reference/latest/api/examples/provision_request.html"
- title: Create multliple Provision Requests
path: "/docs/reference/latest/api/examples/provision_requests.html"
- title: Service Catalogs
children:
- title: Add a Service Catalog
path: "/docs/reference/latest/api/examples/add_service_catalog.html"
- title: Add multiple Service Catalogs
path: "/docs/reference/latest/api/examples/add_service_catalogs.html"
- title: Edit a Service Catalog
path: "/docs/reference/latest/api/examples/edit_service_catalog.html"
- title: Edit Service Catalogs
path: "/docs/reference/latest/api/examples/edit_service_catalogs.html"
- title: Assign Service Templates
path: "/docs/reference/latest/api/examples/assign_service_templates.html"
- title: Unassign Service Templates
path: "/docs/reference/latest/api/examples/unassign_service_templates.html"
- title: Delete Service Catalogs
path: "/docs/reference/latest/api/examples/delete_service_catalogs.html"
- title: Service Templates
children:
- title: Edit a Service Template
path: "/docs/reference/latest/api/examples/edit_service_template.html"
- title: Edit Service Templates
path: "/docs/reference/latest/api/examples/edit_service_templates.html"
- title: Delete Service Templates
path: "/docs/reference/latest/api/examples/delete_service_templates.html"
- title: Services
children:
- title: Order a Service
path: "/docs/reference/latest/api/examples/order_service.html"
- title: Order multiple Services
path: "/docs/reference/latest/api/examples/order_services.html"
- title: Edit a Service
path: "/docs/reference/latest/api/examples/edit_service.html"
- title: Edit Service via PATCH
path: "/docs/reference/latest/api/examples/edit_service_via_patch.html"
- title: Edit Service via PUT
path: "/docs/reference/latest/api/examples/edit_service_via_put.html"
- title: Edit Services
path: "/docs/reference/latest/api/examples/edit_services.html"
- title: Reconfigure Service
path: "/docs/reference/latest/api/examples/reconfigure_service.html"
- title: Refresh Service Template Dialog Fields
path: "/docs/reference/latest/api/examples/refresh_dialog_fields.html"
- title: Refresh Service Dialog Fields
path: "/docs/reference/latest/api/examples/refresh_service_dialog_fields.html"
- title: Retire a Service
path: "/docs/reference/latest/api/examples/retire_service.html"
- title: Retire multiple Services
path: "/docs/reference/latest/api/examples/retire_services.html"
- title: Trigger a Custom Action on a Service
path: "/docs/reference/latest/api/examples/custom_action_service.html"
- title: Delete Services
path: "/docs/reference/latest/api/examples/delete_services.html"
- title: VM Management
children:
- title: Start a VM
path: "/docs/reference/latest/api/examples/start_vm.html"
- title: Stop a VM
path: "/docs/reference/latest/api/examples/stop_vm.html"
- title: Suspend a VM
path: "/docs/reference/latest/api/examples/suspend_vm.html"
- title: Scan a VM
path: "/docs/reference/latest/api/examples/scan_vm.html"
- title: Set owner of a VM
path: "/docs/reference/latest/api/examples/set_owner_vm.html"
- title: Add event to a VM
path: "/docs/reference/latest/api/examples/add_event_vm.html"
- title: Add lifecycle event to a VM
path: "/docs/reference/latest/api/examples/add_lifecycle_event_vm.html"
- title: Delete a VM
path: "/docs/reference/latest/api/examples/delete_vm.html"
- title: Reconfigure a VM
path: "/docs/reference/latest/api/examples/reconfigure_vm.html"
- title: Tag Management
children:
- title: Assign Tags
path: "/docs/reference/latest/api/examples/assign_tags.html"
- title: Assign Tags to Service Template
path: "/docs/reference/latest/api/examples/assign_tags_to_service_template.html"
- title: Unassign Tags
path: "/docs/reference/latest/api/examples/unassign_tags.html"
- title: Unassign Tags from a Service Template
path: "/docs/reference/latest/api/examples/unassign_tags_from_service_template.html"
- title: Usage Flows
children:
- title: Compliance Policy Flow
path: "/docs/reference/latest/api/examples/compliance_policy_flow.html"