List all RSEs.
Example request:
GET /rses// HTTP/1.1
Example response:
HTTP/1.1 200 OK
Vary: Accept
Content-Type: 'application/x-json-stream'
Status Codes: |
|
---|
Create RSE with given name.
Example request:
POST /rses/<rse> HTTP/1.1
Example response:
HTTP/1.1 200 OK
Vary: Accept
Content-Type:
Status Codes: |
|
---|
Update RSE properties (e.g. name, availability).
Example request:
PUT /rses/<rse> HTTP/1.1
Example response:
HTTP/1.1 200 OK
Vary: Accept
Content-Type:
Status Codes: |
|
---|
Details about a specific RSE.
Example request:
GET /rses/<rse> HTTP/1.1
Example response:
HTTP/1.1 200 OK
Vary: Accept
Content-Type: 'application/json'
Status Codes: |
|
---|
Disable RSE with given account name.
Example request:
DELETE /rses/<rse> HTTP/1.1
Example response:
HTTP/1.1 200 OK
Vary: Accept
Content-Type:
Status Codes: |
|
---|
create rse with given RSE name.
Example request:
POST /rses HTTP/1.1
Example response:
HTTP/1.1 200 OK
Vary: Accept
Content-Type:
Status Codes: |
|
---|
list all RSE attributes for a RSE.
Example request:
GET /rses HTTP/1.1
Example response:
HTTP/1.1 200 OK
Vary: Accept
Content-Type: 'application/json'
No doc string
Example request:
DELETE /rses HTTP/1.1
Example response:
HTTP/1.1 200 OK
Vary: Accept
Content-Type:
List all supported protocols of the given RSE.
Example request:
GET /rses HTTP/1.1
Example response:
HTTP/1.1 200 OK
Vary: Accept
Content-Type: 'application/json'
Status Codes: |
|
---|
Create a protocol for a given RSE.
Example request:
POST /rses HTTP/1.1
Example response:
HTTP/1.1 200 OK
Vary: Accept
Content-Type:
Status Codes: |
|
---|
List all references of the provided RSE for the given protocol.
Example request:
GET /rses HTTP/1.1
Example response:
HTTP/1.1 200 OK
Vary: Accept
Content-Type: 'application/json'
Status Codes: |
|
---|
Updates attributes of an existing protocol entry. Because protocol identifier, hostname,
Example request:
PUT /rses HTTP/1.1
Example response:
HTTP/1.1 200 OK
Vary: Accept
Content-Type:
Status Codes: |
|
---|
Deletes a protocol entry for the provided RSE.
Example request:
DELETE /rses HTTP/1.1
Example response:
HTTP/1.1 200 OK
Vary: Accept
Content-Type:
Status Codes: |
|
---|
Get RSE usage information.
Example request:
GET /rses HTTP/1.1
Example response:
HTTP/1.1 200 OK
Vary: Accept
Content-Type: 'application/x-json-stream'
Status Codes: |
|
---|
Update RSE usage information.
Example request:
PUT /rses HTTP/1.1
Example response:
HTTP/1.1 200 OK
Vary: Accept
Content-Type:
Status Codes: |
|
---|
Get RSE usage information.
Example request:
GET /rses HTTP/1.1
Example response:
HTTP/1.1 200 OK
Vary: Accept
Content-Type: 'application/x-json-stream'
Status Codes: |
|
---|
Get RSE limits.
Example request:
GET /rses HTTP/1.1
Example response:
HTTP/1.1 200 OK
Vary: Accept
Content-Type: 'application/json'
Status Codes: |
|
---|
Update RSE limits.
Example request:
PUT /rses HTTP/1.1
Example response:
HTTP/1.1 200 OK
Vary: Accept
Content-Type: 'application/json'
Status Codes: |
|
---|