api-ref: Move sample JSON files under v2 directory
Previously sample JSON files are placed in the top directory of api-ref, but they belong to v2 API, so it sounds reasonable to place them in v2 directory. Preparation of API-ref cleanup. Part of blueprint neutron-in-tree-api-ref Change-Id: I7c63f570507c51526957988f9b21a4244bd6e58a
This commit is contained in:
@@ -46,7 +46,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/extensions/extensions-list-response.json
|
||||
.. literalinclude:: samples/extensions/extensions-list-response.json
|
||||
:language: javascript
|
||||
|
||||
Show extension details
|
||||
@@ -82,6 +82,6 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/extensions/extension-show-response.json
|
||||
.. literalinclude:: samples/extensions/extension-show-response.json
|
||||
:language: javascript
|
||||
|
||||
|
@@ -56,7 +56,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/routers/router-update-request.json
|
||||
.. literalinclude:: samples/routers/router-update-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -78,6 +78,6 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/routers/router-update-response.json
|
||||
.. literalinclude:: samples/routers/router-update-response.json
|
||||
:language: javascript
|
||||
|
||||
|
@@ -69,7 +69,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/flavors/service-profile-show-response.json
|
||||
.. literalinclude:: samples/flavors/service-profile-show-response.json
|
||||
:language: javascript
|
||||
|
||||
Update service profile
|
||||
@@ -97,7 +97,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/flavors/service-profile-update-request.json
|
||||
.. literalinclude:: samples/flavors/service-profile-update-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -115,7 +115,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/flavors/service-profile-update-response.json
|
||||
.. literalinclude:: samples/flavors/service-profile-update-response.json
|
||||
:language: javascript
|
||||
|
||||
Delete service profile
|
||||
@@ -171,7 +171,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/flavors/service-profiles-list-response.json
|
||||
.. literalinclude:: samples/flavors/service-profiles-list-response.json
|
||||
:language: javascript
|
||||
|
||||
Create service profile
|
||||
@@ -217,7 +217,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/flavors/service-profile-create-request.json
|
||||
.. literalinclude:: samples/flavors/service-profile-create-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -274,7 +274,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/flavors/flavors-list-response.json
|
||||
.. literalinclude:: samples/flavors/flavors-list-response.json
|
||||
:language: javascript
|
||||
|
||||
Create flavor
|
||||
@@ -327,7 +327,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/flavors/flavor-create-request.json
|
||||
.. literalinclude:: samples/flavors/flavor-create-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -368,7 +368,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/flavors/flavor-associate-request.json
|
||||
.. literalinclude:: samples/flavors/flavor-associate-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -418,7 +418,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/flavors/flavor-show-response.json
|
||||
.. literalinclude:: samples/flavors/flavor-show-response.json
|
||||
:language: javascript
|
||||
|
||||
Update flavor
|
||||
@@ -449,7 +449,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/flavors/flavor-update-request.json
|
||||
.. literalinclude:: samples/flavors/flavor-update-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -468,7 +468,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/flavors/flavor-update-response.json
|
||||
.. literalinclude:: samples/flavors/flavor-update-response.json
|
||||
:language: javascript
|
||||
|
||||
Delete flavor
|
||||
|
@@ -69,7 +69,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/firewalls/firewall-policy-insert-rule-request.json
|
||||
.. literalinclude:: samples/firewalls/firewall-policy-insert-rule-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -89,7 +89,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/firewalls/firewall-policy-insert-rule-response.json
|
||||
.. literalinclude:: samples/firewalls/firewall-policy-insert-rule-response.json
|
||||
:language: javascript
|
||||
|
||||
Show firewall policy details
|
||||
@@ -131,7 +131,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/firewalls/firewall-policy-show-response.json
|
||||
.. literalinclude:: samples/firewalls/firewall-policy-show-response.json
|
||||
:language: javascript
|
||||
|
||||
Update firewall policy
|
||||
@@ -155,7 +155,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/firewalls/firewall-policy-update-request.json
|
||||
.. literalinclude:: samples/firewalls/firewall-policy-update-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -175,7 +175,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/firewalls/firewall-policy-update-response.json
|
||||
.. literalinclude:: samples/firewalls/firewall-policy-update-response.json
|
||||
:language: javascript
|
||||
|
||||
Delete firewall policy
|
||||
@@ -227,7 +227,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/firewalls/firewall-policies-list-response.json
|
||||
.. literalinclude:: samples/firewalls/firewall-policies-list-response.json
|
||||
:language: javascript
|
||||
|
||||
Create firewall policy
|
||||
@@ -255,7 +255,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/firewalls/firewall-policy-create-request.json
|
||||
.. literalinclude:: samples/firewalls/firewall-policy-create-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -319,7 +319,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/firewalls/firewall-rule-show-response.json
|
||||
.. literalinclude:: samples/firewalls/firewall-rule-show-response.json
|
||||
:language: javascript
|
||||
|
||||
Update firewall rule
|
||||
@@ -355,7 +355,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/firewalls/firewall-rule-update-request.json
|
||||
.. literalinclude:: samples/firewalls/firewall-rule-update-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -383,7 +383,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/firewalls/firewall-rule-update-response.json
|
||||
.. literalinclude:: samples/firewalls/firewall-rule-update-response.json
|
||||
:language: javascript
|
||||
|
||||
Delete firewall rule
|
||||
@@ -442,7 +442,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/firewalls/firewall-show-response.json
|
||||
.. literalinclude:: samples/firewalls/firewall-show-response.json
|
||||
:language: javascript
|
||||
|
||||
Update firewall
|
||||
@@ -475,7 +475,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/firewalls/firewall-update-request.json
|
||||
.. literalinclude:: samples/firewalls/firewall-update-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -496,7 +496,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/firewalls/firewall-update-response.json
|
||||
.. literalinclude:: samples/firewalls/firewall-update-response.json
|
||||
:language: javascript
|
||||
|
||||
Delete firewall
|
||||
@@ -556,7 +556,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/firewalls/firewall-rules-list-response.json
|
||||
.. literalinclude:: samples/firewalls/firewall-rules-list-response.json
|
||||
:language: javascript
|
||||
|
||||
Create firewall rule
|
||||
@@ -589,7 +589,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/firewalls/firewall-rule-create-request.json
|
||||
.. literalinclude:: samples/firewalls/firewall-rule-create-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -648,7 +648,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/firewalls/firewalls-list-response.json
|
||||
.. literalinclude:: samples/firewalls/firewalls-list-response.json
|
||||
:language: javascript
|
||||
|
||||
Create firewall
|
||||
@@ -680,7 +680,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/firewalls/firewall-create-request.json
|
||||
.. literalinclude:: samples/firewalls/firewall-create-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -720,7 +720,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/firewalls/firewall-policy-remove-rule-request.json
|
||||
.. literalinclude:: samples/firewalls/firewall-policy-remove-rule-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -740,6 +740,6 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/firewalls/firewall-policy-remove-rule-response.json
|
||||
.. literalinclude:: samples/firewalls/firewall-policy-remove-rule-response.json
|
||||
:language: javascript
|
||||
|
||||
|
@@ -70,7 +70,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/routers/floating-ips-list-response.json
|
||||
.. literalinclude:: samples/routers/floating-ips-list-response.json
|
||||
:language: javascript
|
||||
|
||||
Create floating IP
|
||||
@@ -149,7 +149,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/routers/floatingip-create-request.json
|
||||
.. literalinclude:: samples/routers/floatingip-create-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -237,7 +237,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/routers/router-add-interface-request.json
|
||||
.. literalinclude:: samples/routers/router-add-interface-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -253,7 +253,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/routers/router-add-interface-response.json
|
||||
.. literalinclude:: samples/routers/router-add-interface-response.json
|
||||
:language: javascript
|
||||
|
||||
Delete interface from router
|
||||
@@ -304,7 +304,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/routers/router-remove-interface-request.json
|
||||
.. literalinclude:: samples/routers/router-remove-interface-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -320,7 +320,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/routers/router-remove-interface-response.json
|
||||
.. literalinclude:: samples/routers/router-remove-interface-response.json
|
||||
:language: javascript
|
||||
|
||||
Show floating IP details
|
||||
@@ -376,7 +376,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/routers/floatingip-show-response.json
|
||||
.. literalinclude:: samples/routers/floatingip-show-response.json
|
||||
:language: javascript
|
||||
|
||||
Update floating IP
|
||||
@@ -417,7 +417,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/routers/floatingip-disassociate-request.json
|
||||
.. literalinclude:: samples/routers/floatingip-disassociate-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -438,7 +438,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/routers/floatingip-disassociate-response.json
|
||||
.. literalinclude:: samples/routers/floatingip-disassociate-response.json
|
||||
:language: javascript
|
||||
|
||||
Delete floating IP
|
||||
@@ -516,7 +516,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/routers/router-show-response.json
|
||||
.. literalinclude:: samples/routers/router-show-response.json
|
||||
:language: javascript
|
||||
|
||||
Update router
|
||||
@@ -558,7 +558,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/routers/router-update-request.json
|
||||
.. literalinclude:: samples/routers/router-update-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -584,7 +584,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/routers/router-update-response.json
|
||||
.. literalinclude:: samples/routers/router-update-response.json
|
||||
:language: javascript
|
||||
|
||||
Delete router
|
||||
@@ -667,7 +667,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/routers/routers-list-response.json
|
||||
.. literalinclude:: samples/routers/routers-list-response.json
|
||||
:language: javascript
|
||||
|
||||
Create router
|
||||
@@ -714,7 +714,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/routers/router-create-request.json
|
||||
.. literalinclude:: samples/routers/router-create-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
|
@@ -78,7 +78,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/pools-list-response.json
|
||||
.. literalinclude:: samples/lbaas/pools-list-response.json
|
||||
:language: javascript
|
||||
|
||||
Create a load balancer pool
|
||||
@@ -107,7 +107,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/pool-create-request.json
|
||||
.. literalinclude:: samples/lbaas/pool-create-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -174,7 +174,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/pool-show-response.json
|
||||
.. literalinclude:: samples/lbaas/pool-show-response.json
|
||||
:language: javascript
|
||||
|
||||
Update pool
|
||||
@@ -202,7 +202,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/pool-update-request.json
|
||||
.. literalinclude:: samples/lbaas/pool-update-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -230,7 +230,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/pool-update-response.json
|
||||
.. literalinclude:: samples/lbaas/pool-update-response.json
|
||||
:language: javascript
|
||||
|
||||
Delete pool
|
||||
@@ -291,7 +291,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/vips-list-response.json
|
||||
.. literalinclude:: samples/lbaas/vips-list-response.json
|
||||
:language: javascript
|
||||
|
||||
Create a load balancer VIP
|
||||
@@ -324,7 +324,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/vip-create-request.json
|
||||
.. literalinclude:: samples/lbaas/vip-create-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -391,7 +391,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/vip-show-response.json
|
||||
.. literalinclude:: samples/lbaas/vip-show-response.json
|
||||
:language: javascript
|
||||
|
||||
Update VIP
|
||||
@@ -421,7 +421,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/vip-update-request.json
|
||||
.. literalinclude:: samples/lbaas/vip-update-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -449,7 +449,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/vip-update-response.json
|
||||
.. literalinclude:: samples/lbaas/vip-update-response.json
|
||||
:language: javascript
|
||||
|
||||
Delete VIP
|
||||
@@ -502,7 +502,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/members-list-response.json
|
||||
.. literalinclude:: samples/lbaas/members-list-response.json
|
||||
:language: javascript
|
||||
|
||||
Create a load balancer member
|
||||
@@ -530,7 +530,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/member-create-request.json
|
||||
.. literalinclude:: samples/lbaas/member-create-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -585,7 +585,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/member-show-response.json
|
||||
.. literalinclude:: samples/lbaas/member-show-response.json
|
||||
:language: javascript
|
||||
|
||||
Update member
|
||||
@@ -612,7 +612,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/member-update-request.json
|
||||
.. literalinclude:: samples/lbaas/member-update-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -634,7 +634,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/member-update-response.json
|
||||
.. literalinclude:: samples/lbaas/member-update-response.json
|
||||
:language: javascript
|
||||
|
||||
Delete member
|
||||
@@ -689,7 +689,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/healthmonitors-list-response.json
|
||||
.. literalinclude:: samples/lbaas/healthmonitors-list-response.json
|
||||
:language: javascript
|
||||
|
||||
Create a load balancer health monitor
|
||||
@@ -720,7 +720,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/healthmonitor-create-request.json
|
||||
.. literalinclude:: samples/lbaas/healthmonitor-create-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -779,7 +779,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/healthmonitor-show-response.json
|
||||
.. literalinclude:: samples/lbaas/healthmonitor-show-response.json
|
||||
:language: javascript
|
||||
|
||||
Update health monitor
|
||||
@@ -810,7 +810,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/healthmonitor-update-request.json
|
||||
.. literalinclude:: samples/lbaas/healthmonitor-update-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -834,7 +834,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/healthmonitor-update-response.json
|
||||
.. literalinclude:: samples/lbaas/healthmonitor-update-response.json
|
||||
:language: javascript
|
||||
|
||||
Delete health monitor
|
||||
@@ -874,7 +874,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/healthmonitor-associate-request.json
|
||||
.. literalinclude:: samples/lbaas/healthmonitor-associate-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
|
@@ -76,7 +76,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/loadbalancers-list-response.json
|
||||
.. literalinclude:: samples/lbaas/loadbalancers-list-response.json
|
||||
:language: javascript
|
||||
|
||||
Create load balancer
|
||||
@@ -182,7 +182,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/loadbalancer-create-request.json
|
||||
.. literalinclude:: samples/lbaas/loadbalancer-create-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -245,7 +245,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/loadbalancer-show-response.json
|
||||
.. literalinclude:: samples/lbaas/loadbalancer-show-response.json
|
||||
:language: javascript
|
||||
|
||||
Update load balancer
|
||||
@@ -281,7 +281,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/loadbalancer-update-request.json
|
||||
.. literalinclude:: samples/lbaas/loadbalancer-update-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -306,7 +306,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/loadbalancer-update-response.json
|
||||
.. literalinclude:: samples/lbaas/loadbalancer-update-response.json
|
||||
:language: javascript
|
||||
|
||||
Remove load balancer
|
||||
@@ -365,7 +365,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/loadbalancer-status-tree.json
|
||||
.. literalinclude:: samples/lbaas/loadbalancer-status-tree.json
|
||||
:language: javascript
|
||||
|
||||
.. ============================================================
|
||||
@@ -413,7 +413,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/listeners-list-response.json
|
||||
.. literalinclude:: samples/lbaas/listeners-list-response.json
|
||||
:language: javascript
|
||||
|
||||
Create listener
|
||||
@@ -505,7 +505,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/listener-create-request.json
|
||||
.. literalinclude:: samples/lbaas/listener-create-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -570,7 +570,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/listener-show-response.json
|
||||
.. literalinclude:: samples/lbaas/listener-show-response.json
|
||||
:language: javascript
|
||||
|
||||
Update listener
|
||||
@@ -619,7 +619,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/listener-update-request.json
|
||||
.. literalinclude:: samples/lbaas/listener-update-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -644,7 +644,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/listener-update-response.json
|
||||
.. literalinclude:: samples/lbaas/listener-update-response.json
|
||||
:language: javascript
|
||||
|
||||
Remove listener
|
||||
@@ -710,7 +710,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/pools-list-response.json
|
||||
.. literalinclude:: samples/lbaas/pools-list-response.json
|
||||
:language: javascript
|
||||
|
||||
Create pool
|
||||
@@ -787,7 +787,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/pool-create-request.json
|
||||
.. literalinclude:: samples/lbaas/pool-create-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -856,7 +856,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/pool-show-response.json
|
||||
.. literalinclude:: samples/lbaas/pool-show-response.json
|
||||
:language: javascript
|
||||
|
||||
Update pool
|
||||
@@ -897,7 +897,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/pool-update-request.json
|
||||
.. literalinclude:: samples/lbaas/pool-update-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -922,7 +922,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/pool-update-response.json
|
||||
.. literalinclude:: samples/lbaas/pool-update-response.json
|
||||
:language: javascript
|
||||
|
||||
Remove pool
|
||||
@@ -988,7 +988,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/pool-members-list-response.json
|
||||
.. literalinclude:: samples/lbaas/pool-members-list-response.json
|
||||
:language: javascript
|
||||
|
||||
Add member to pool
|
||||
@@ -1054,7 +1054,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/member-create-request.json
|
||||
.. literalinclude:: samples/lbaas/member-create-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -1115,7 +1115,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/member-show-response.json
|
||||
.. literalinclude:: samples/lbaas/member-show-response.json
|
||||
:language: javascript
|
||||
|
||||
Update pool member
|
||||
@@ -1153,7 +1153,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/member-update-request.json
|
||||
.. literalinclude:: samples/lbaas/member-update-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -1175,7 +1175,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/member-update-response.json
|
||||
.. literalinclude:: samples/lbaas/member-update-response.json
|
||||
:language: javascript
|
||||
|
||||
Remove member from pool
|
||||
@@ -1240,7 +1240,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/healthmonitors-list-response.json
|
||||
.. literalinclude:: samples/lbaas/healthmonitors-list-response.json
|
||||
:language: javascript
|
||||
|
||||
Create health monitor
|
||||
@@ -1324,7 +1324,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/healthmonitor-create-request.json
|
||||
.. literalinclude:: samples/lbaas/healthmonitor-create-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -1387,7 +1387,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/healthmonitor-show-response.json
|
||||
.. literalinclude:: samples/lbaas/healthmonitor-show-response.json
|
||||
:language: javascript
|
||||
|
||||
Update health monitor
|
||||
@@ -1426,7 +1426,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/healthmonitor-update-request.json
|
||||
.. literalinclude:: samples/lbaas/healthmonitor-update-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -1450,7 +1450,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/lbaas/healthmonitor-update-response.json
|
||||
.. literalinclude:: samples/lbaas/healthmonitor-update-response.json
|
||||
:language: javascript
|
||||
|
||||
Remove health monitor
|
||||
|
@@ -42,7 +42,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/metering-labels/metering-labels-list-response.json
|
||||
.. literalinclude:: samples/metering-labels/metering-labels-list-response.json
|
||||
:language: javascript
|
||||
|
||||
Create metering label
|
||||
@@ -67,7 +67,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/metering-labels/metering-label-create-request.json
|
||||
.. literalinclude:: samples/metering-labels/metering-label-create-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -113,7 +113,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/metering-labels/metering-label-show-response.json
|
||||
.. literalinclude:: samples/metering-labels/metering-label-show-response.json
|
||||
:language: javascript
|
||||
|
||||
Delete metering label
|
||||
@@ -159,7 +159,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/metering-labels/metering-label-rules-list-response.json
|
||||
.. literalinclude:: samples/metering-labels/metering-label-rules-list-response.json
|
||||
:language: javascript
|
||||
|
||||
Create metering label rule
|
||||
@@ -185,7 +185,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/metering-labels/metering-label-rule-create-request.json
|
||||
.. literalinclude:: samples/metering-labels/metering-label-rule-create-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -231,7 +231,7 @@ Request
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/metering-labels/metering-label-rule-show-response.json
|
||||
.. literalinclude:: samples/metering-labels/metering-label-rule-show-response.json
|
||||
:language: javascript
|
||||
|
||||
Delete metering label rule
|
||||
|
@@ -63,7 +63,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/networks/network-show-response.json
|
||||
.. literalinclude:: samples/networks/network-show-response.json
|
||||
:language: javascript
|
||||
|
||||
Update network (provider network)
|
||||
@@ -99,7 +99,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/networks/network-update-request.json
|
||||
.. literalinclude:: samples/networks/network-update-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -125,7 +125,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/networks/network-update-response.json
|
||||
.. literalinclude:: samples/networks/network-update-response.json
|
||||
:language: javascript
|
||||
|
||||
Delete network (provider network)
|
||||
@@ -183,7 +183,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/networks/networks-list-response.json
|
||||
.. literalinclude:: samples/networks/networks-list-response.json
|
||||
:language: javascript
|
||||
|
||||
Create network (provider network)
|
||||
@@ -214,7 +214,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/networks/network-create-request.json
|
||||
.. literalinclude:: samples/networks/network-create-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
|
@@ -50,7 +50,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/network-ip-availability/network-ip-availability-show.json
|
||||
.. literalinclude:: samples/network-ip-availability/network-ip-availability-show.json
|
||||
:language: javascript
|
||||
|
||||
List Network IP Availability
|
||||
@@ -87,6 +87,6 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/network-ip-availability/network-ip-availability-list.json
|
||||
.. literalinclude:: samples/network-ip-availability/network-ip-availability-list.json
|
||||
:language: javascript
|
||||
|
||||
|
@@ -75,7 +75,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/networks/networks-multi-show-response.json
|
||||
.. literalinclude:: samples/networks/networks-multi-show-response.json
|
||||
:language: javascript
|
||||
|
||||
List networks with multiple segment mappings
|
||||
@@ -116,7 +116,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/networks/networks-multi-list-response.json
|
||||
.. literalinclude:: samples/networks/networks-multi-list-response.json
|
||||
:language: javascript
|
||||
|
||||
Create network with multiple segment mappings
|
||||
@@ -148,7 +148,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/networks/network-multi-create-request.json
|
||||
.. literalinclude:: samples/networks/network-multi-create-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
|
@@ -63,7 +63,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/networks/network-vlan-transparent-show-response.json
|
||||
.. literalinclude:: samples/networks/network-vlan-transparent-show-response.json
|
||||
:language: javascript
|
||||
|
||||
List networks with VLAN transparency attribute
|
||||
@@ -101,7 +101,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/networks/networks-vlan-transparent-list-response.json
|
||||
.. literalinclude:: samples/networks/networks-vlan-transparent-list-response.json
|
||||
:language: javascript
|
||||
|
||||
Create VLAN-transparent network
|
||||
@@ -130,7 +130,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/networks/network-vlan-transparent-create-request.json
|
||||
.. literalinclude:: samples/networks/network-vlan-transparent-create-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
|
@@ -63,7 +63,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/networks/network-show-response.json
|
||||
.. literalinclude:: samples/networks/network-show-response.json
|
||||
:language: javascript
|
||||
|
||||
Update network
|
||||
@@ -93,7 +93,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/networks/network-update-request.json
|
||||
.. literalinclude:: samples/networks/network-update-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -118,7 +118,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/networks/network-update-response.json
|
||||
.. literalinclude:: samples/networks/network-update-response.json
|
||||
:language: javascript
|
||||
|
||||
Delete network
|
||||
@@ -184,7 +184,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/networks/networks-list-response.json
|
||||
.. literalinclude:: samples/networks/networks-list-response.json
|
||||
:language: javascript
|
||||
|
||||
Create network
|
||||
@@ -206,7 +206,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/networks/network-create-request.json
|
||||
.. literalinclude:: samples/networks/network-create-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -258,7 +258,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/networks/networks-bulk-create-request.json
|
||||
.. literalinclude:: samples/networks/networks-bulk-create-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
|
@@ -29,7 +29,7 @@ Request
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/ports/port-bind-show-response.json
|
||||
.. literalinclude:: samples/ports/port-bind-show-response.json
|
||||
:language: javascript
|
||||
|
||||
Update port (port binding)
|
||||
@@ -53,13 +53,13 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/ports/port-create-request.json
|
||||
.. literalinclude:: samples/ports/port-create-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/ports/port-bind-create-update-response.json
|
||||
.. literalinclude:: samples/ports/port-bind-create-update-response.json
|
||||
:language: javascript
|
||||
|
||||
Delete port (port binding)
|
||||
@@ -95,7 +95,7 @@ Request
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/ports/ports-list-response.json
|
||||
.. literalinclude:: samples/ports/ports-list-response.json
|
||||
:language: javascript
|
||||
|
||||
Create port (port binding)
|
||||
@@ -113,6 +113,6 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/ports/port-create-request.json
|
||||
.. literalinclude:: samples/ports/port-create-request.json
|
||||
:language: javascript
|
||||
|
||||
|
@@ -58,7 +58,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/ports/port-show-response.json
|
||||
.. literalinclude:: samples/ports/port-show-response.json
|
||||
:language: javascript
|
||||
|
||||
Update port
|
||||
@@ -114,7 +114,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/ports/port-update-request.json
|
||||
.. literalinclude:: samples/ports/port-update-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -147,7 +147,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/ports/port-update-response.json
|
||||
.. literalinclude:: samples/ports/port-update-response.json
|
||||
:language: javascript
|
||||
|
||||
Delete port
|
||||
@@ -221,7 +221,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/ports/ports-list-response.json
|
||||
.. literalinclude:: samples/ports/ports-list-response.json
|
||||
:language: javascript
|
||||
|
||||
Create port
|
||||
@@ -260,7 +260,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/ports/port-create-request.json
|
||||
.. literalinclude:: samples/ports/port-create-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -325,7 +325,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/ports/ports-bulk-create-request.json
|
||||
.. literalinclude:: samples/ports/ports-bulk-create-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
|
@@ -43,7 +43,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/qos/bandwidth_limit_rule-show-response.json
|
||||
.. literalinclude:: samples/qos/bandwidth_limit_rule-show-response.json
|
||||
:language: javascript
|
||||
|
||||
Update bandwidth limit rule
|
||||
@@ -75,7 +75,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/qos/bandwidth_limit_rule-update-request.json
|
||||
.. literalinclude:: samples/qos/bandwidth_limit_rule-update-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -92,7 +92,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/qos/bandwidth_limit_rule-update-response.json
|
||||
.. literalinclude:: samples/qos/bandwidth_limit_rule-update-response.json
|
||||
:language: javascript
|
||||
|
||||
Delete bandwidth limit rule
|
||||
@@ -149,7 +149,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/qos/policies-list-response.json
|
||||
.. literalinclude:: samples/qos/policies-list-response.json
|
||||
:language: javascript
|
||||
|
||||
Create QoS policy
|
||||
@@ -187,7 +187,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/qos/policy-create-request.json
|
||||
.. literalinclude:: samples/qos/policy-create-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -233,7 +233,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/qos/dscp_marking_rule-show-response.json
|
||||
.. literalinclude:: samples/qos/dscp_marking_rule-show-response.json
|
||||
:language: javascript
|
||||
|
||||
Update DSCP marking rule
|
||||
@@ -262,7 +262,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/qos/dscp_marking_rule-update-request.json
|
||||
.. literalinclude:: samples/qos/dscp_marking_rule-update-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -278,7 +278,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/qos/dscp_marking_rule-update-response.json
|
||||
.. literalinclude:: samples/qos/dscp_marking_rule-update-response.json
|
||||
:language: javascript
|
||||
|
||||
Delete DSCP marking rule
|
||||
@@ -330,7 +330,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/qos/dscp_marking_rules-list-response.json
|
||||
.. literalinclude:: samples/qos/dscp_marking_rules-list-response.json
|
||||
:language: javascript
|
||||
|
||||
Create DSCP marking rule
|
||||
@@ -354,7 +354,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/qos/dscp_marking_rule-create-request.json
|
||||
.. literalinclude:: samples/qos/dscp_marking_rule-create-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -406,7 +406,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/qos/policy-show-response.json
|
||||
.. literalinclude:: samples/qos/policy-show-response.json
|
||||
:language: javascript
|
||||
|
||||
Update QoS policy
|
||||
@@ -439,7 +439,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/qos/policy-update-request.json
|
||||
.. literalinclude:: samples/qos/policy-update-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -457,7 +457,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/qos/policy-update-response.json
|
||||
.. literalinclude:: samples/qos/policy-update-response.json
|
||||
:language: javascript
|
||||
|
||||
Delete QoS policy
|
||||
@@ -510,7 +510,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/qos/bandwidth_limit_rules-list-response.json
|
||||
.. literalinclude:: samples/qos/bandwidth_limit_rules-list-response.json
|
||||
:language: javascript
|
||||
|
||||
Create bandwidth limit rule
|
||||
@@ -535,7 +535,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/qos/bandwidth_limit_rule-create-request.json
|
||||
.. literalinclude:: samples/qos/bandwidth_limit_rule-create-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
|
@@ -46,7 +46,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/quotas/quotas-list-response.json
|
||||
.. literalinclude:: samples/quotas/quotas-list-response.json
|
||||
:language: javascript
|
||||
|
||||
List quotas for a tenant
|
||||
@@ -86,7 +86,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/quotas/quotas-list-for-tenant-response.json
|
||||
.. literalinclude:: samples/quotas/quotas-list-for-tenant-response.json
|
||||
:language: javascript
|
||||
|
||||
Update quota for a tenant
|
||||
@@ -120,7 +120,7 @@ Request
|
||||
Request Example
|
||||
---------------
|
||||
|
||||
.. literalinclude:: ../samples/quotas/quotas-update-request.json
|
||||
.. literalinclude:: samples/quotas/quotas-update-request.json
|
||||
:language: javascript
|
||||
|
||||
Response Parameters
|
||||
@@ -142,7 +142,7 @@ Response Parameters
|
||||
Response Example
|
||||
----------------
|
||||
|
||||
.. literalinclude:: ../samples/quotas/quotas-update-response.json
|
||||
.. literalinclude:: samples/quotas/quotas-update-response.json
|
||||
:language: javascript
|
||||
|
||||
Reset quota for a tenant
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user