List all group repository storage moves
GET
/api/v4/group_repository_storage_moves
Lists all group repository storage moves for an instance.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “ Query Parameters ” page
integer
Current page number
Example
1 per_page
integer
Number of items per page
Example
20Responses
Section titled “ Responses ”OK
Media type application/json
object
id
integer format: int64
created_at
string format: date-time
state
string
source_storage_name
string
destination_storage_name
string
error_message
string
group
object
id
integer format: int64
web_url
string
name
string
Example
{ "id": 1, "created_at": "2020-05-07T04:27:17.234Z", "state": "scheduled", "source_storage_name": "default", "destination_storage_name": "storage1", "error_message": "Failed to move repository", "group": { "web_url": "http://gitlab.example.com/groups/diaspora", "name": "Diaspora" }}Bad Request