Backup Repository Change Owner Sessions

The /RepositoryOwnerChangeSessions resource collection represents change owner sessions when Veeam Backup for Microsoft 365 changes an owner for backup repositories from one to another.

Get Change Owner Sessions

Returns a collection of change owner sessions when Veeam Backup for Microsoft 365 changes an owner for backup repositories from one to another.

SecurityBearer
Request
query Parameters
limit
integer <int32>

Limits the maximum number of items that the server will return on a page. The maximum supported number of items per page is 10,000. The default value is 30.

offset
integer <int32>

Excludes from a response page the first N items of a collection resource. The default value is 0.

Responses
200

OK

default

Operation failure response.

get/v8/RepositoryOwnerChangeSessions
Request samples
Response samples
application/json
{
  • "offset": 0,
  • "limit": 0,
  • "setId": "83e19bc1-5428-42b5-88ea-b28354e481f3",
  • "results": [
    ],
  • "_links": {
    }
}

Get Change Owner Session

Returns a resource representation of a change owner session with the specified ID when Veeam Backup for Microsoft 365 changes an owner for backup repositories from one to another.

SecurityBearer
Request
path Parameters
sessionId
required
string <uuid>

Specifies the identification number of the change owner session. For more information on how to get this parameter, see Get Change Owner Sessions.

Responses
200

OK

default

Operation failure response.

get/v8/RepositoryOwnerChangeSessions/{sessionId}
Request samples
Response samples
application/json
{
  • "id": "00000000-0000-0000-0000-000000000000",
  • "status": "Waiting",
  • "startTime": "2019-08-24T14:15:22Z",
  • "endTime": "2019-08-24T14:15:22Z",
  • "details": "string",
  • "waitForSessionsTimeout": "string",
  • "forceStopSessions": true,
  • "forceStopSessionsTimeout": "string",
  • "fromOwnerId": "00000000-0000-0000-0000-000000000000",
  • "toOwnerId": "00000000-0000-0000-0000-000000000000",
  • "repositoryIds": [
    ]
}

Stop Change Owner Session

Stops a change owner session with the specified ID.

SecurityBearer
Request
path Parameters
sessionId
required
string <uuid>

Specifies the identification number of the change owner session. For more information on how to get this parameter, see Get Change Owner Sessions.

Responses
204

No Content

default

Operation failure response.

post/v8/RepositoryOwnerChangeSessions/{sessionId}/Stop
Request samples
Response samples
application/json
{
  • "message": "string",
  • "errorCode": "ProxyOffline",
  • "stackTrace": "string"
}

Document updated 12/18/2025

Page content applies to build 8.3.0.2201