remove /v2.1/{tenant_id} from all urls
As discussed at summit, the version part of the URL is not really relevant, or a thing a user should be filling out themselves, this should instead be set by the service catalog and extracted from the token. This removes it's reference in all documented REST urls, and adds a new section describing how one gets the base URL for all calls. Change-Id: I4306b8c3de0225e54f3909dd8a1fb293c4e5944c
This commit is contained in:
@@ -20,7 +20,7 @@ server instance.
|
||||
Run Events
|
||||
==========
|
||||
|
||||
.. rest_method:: POST /v2.1/{tenant_id}/os-server-external-events
|
||||
.. rest_method:: POST /os-server-external-events
|
||||
|
||||
Creates one or more external events, which the API dispatches to the
|
||||
host a server is assigned to. If the server is not currently assigned
|
||||
@@ -43,7 +43,7 @@ Request
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- tenant_id: tenant_id
|
||||
|
||||
- events: events
|
||||
- name: event_name
|
||||
- server_uuid: server_uuid
|
||||
|
||||
Reference in New Issue
Block a user