LocationsResource
LocationsResource REST endpoint to access and manipulate collections of
Location
data.
Copyright 2013 WANdisco.
The following resources are part of this group:
/locations
Mount Point: /dcone/locations
GET
Returns the LocationListDTO containing all known locations
Parameters
name | description | type | default |
---|---|---|---|
order | optional order parameter can be ASC or DESC | query |
Response Body
element: | (custom) |
media types: | application/xml application/json |
(no documentation provided)
/locations/inducted
Mount Point: /dcone/locations/inducted
GET
Returns the LocationListDTO containing all known locations which have completed induction
Parameters
name | description | type | default |
---|---|---|---|
order | optional order parameter can be ASC or DESC | query |
Response Body
element: | (custom) |
media types: | application/xml application/json |
(no documentation provided)
/locations/local
Mount Point: /dcone/locations/local
GET
Returns the local location as a LocationDTO.
Response Body
element: | (custom) |
media types: | application/xml application/json |
(no documentation provided)
PUT
Create a node in the location location.
Request Body
element: | node |
media types: | application/xml application/json |
(no documentation provided)
Response Body
element: | (custom) |
media types: | */* application/xml |
(no documentation provided)
/locations/pending-induction
Mount Point: /dcone/locations/pending-induction
GET
Returns the LocationListDTO containing all known locations which are pending induction
Parameters
name | description | type | default |
---|---|---|---|
order | optional order parameter can be ASC or DESC | query |
Response Body
element: | (custom) |
media types: | application/xml application/json |
(no documentation provided)