Address nits in change I7e01f95d7173d9217f76e838b3ea71555151ef56
Change-Id: I687de92de0ff088e9f1e64223ce40d87443bf36f
This commit is contained in:
parent
1f92f2f910
commit
1b46015f23
@ -68,7 +68,7 @@ Response
|
|||||||
.. literalinclude:: ../../doc/api_samples/os-migrations/v2.59/migrations-get.json
|
.. literalinclude:: ../../doc/api_samples/os-migrations/v2.59/migrations-get.json
|
||||||
:language: javascript
|
:language: javascript
|
||||||
|
|
||||||
**Example List Migrations With Links (v2.59):**
|
**Example List Migrations With Paging (v2.59):**
|
||||||
|
|
||||||
.. literalinclude:: ../../doc/api_samples/os-migrations/v2.59/migrations-get-with-limit.json
|
.. literalinclude:: ../../doc/api_samples/os-migrations/v2.59/migrations-get-with-limit.json
|
||||||
:language: javascript
|
:language: javascript
|
||||||
|
@ -17,8 +17,10 @@
|
|||||||
"uuid": "42341d4b-346a-40d0-83c6-5f4f6892b650"
|
"uuid": "42341d4b-346a-40d0-83c6-5f4f6892b650"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"migrations_links": [{
|
"migrations_links": [
|
||||||
"href": "http://openstack.example.com/v2.1/6f70656e737461636b20342065766572/os-migrations?limit=1&marker=42341d4b-346a-40d0-83c6-5f4f6892b650",
|
{
|
||||||
"rel": "next"
|
"href": "http://openstack.example.com/v2.1/6f70656e737461636b20342065766572/os-migrations?limit=1&marker=42341d4b-346a-40d0-83c6-5f4f6892b650",
|
||||||
}]
|
"rel": "next"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user