lock.py

GET /locks

get locks for a given rse.

Example request:

GET /locks HTTP/1.1

Example response:

HTTP/1.1 200 OK
Vary: Accept
Content-Type: 'application/x-json-stream'
Status Codes:
  • 500 – e.__class__.__name__: e.args[0]
GET /locks

get locks for a given scope, name.

Example request:

GET /locks HTTP/1.1

Example response:

HTTP/1.1 200 OK
Vary: Accept
Content-Type: 'application/x-json-stream'
Status Codes:
  • 500 – e.__class__.__name__: e.args[0]
Rucio logo

Previous topic

identity.py

Next topic

meta.py

This Page