List all replication rules
Response for list replication rules
Bad request
Unauthenticated
Unauthorized
The specified resource was not found
Internal server error
{- "data": {
- "itemCount": 1,
- "pageCount": 100,
- "pageIndex": 0,
- "pageSize": 10,
- "rules": [
- {
- "allowedPatterns": [
- "string"
], - "blockedPatterns": [
- "string"
], - "createdAt": "string",
- "destination": {
- "registryIdentifier": "string"
}, - "destinationType": "Local",
- "identifier": "string",
- "modifiedAt": "string",
- "parentRef": "string",
- "source": {
- "registryIdentifier": "string"
}, - "sourceType": "Local"
}
]
}, - "status": "SUCCESS"
}
Create a replication rule
request for create and update replication rule
Response for replication rule update
Bad request
Unauthenticated
Unauthorized
The specified resource was not found
Internal server error
{- "allowedPatterns": [
- "string"
], - "blockedPatterns": [
- "string"
], - "destination": {
- "registryIdentifier": "string"
}, - "destinationType": "Local",
- "source": {
- "registryIdentifier": "string"
}, - "sourceType": "Local"
}
{- "data": {
- "allowedPatterns": [
- "string"
], - "blockedPatterns": [
- "string"
], - "createdAt": "string",
- "destination": {
- "registryIdentifier": "string"
}, - "destinationType": "Local",
- "identifier": "string",
- "modifiedAt": "string",
- "parentRef": "string",
- "source": {
- "registryIdentifier": "string"
}, - "sourceType": "Local"
}, - "status": "SUCCESS"
}
Delete a replication rule
Success Response
Bad request
Unauthenticated
Unauthorized
The specified resource was not found
Internal server error
{- "status": "SUCCESS"
}
Get a replication rule
Response for replication rule update
Bad request
Unauthenticated
Unauthorized
The specified resource was not found
Internal server error
{- "data": {
- "allowedPatterns": [
- "string"
], - "blockedPatterns": [
- "string"
], - "createdAt": "string",
- "destination": {
- "registryIdentifier": "string"
}, - "destinationType": "Local",
- "identifier": "string",
- "modifiedAt": "string",
- "parentRef": "string",
- "source": {
- "registryIdentifier": "string"
}, - "sourceType": "Local"
}, - "status": "SUCCESS"
}
Update a replication rule
request for create and update replication rule
Response for replication rule update
Bad request
Unauthenticated
Unauthorized
The specified resource was not found
Internal server error
{- "allowedPatterns": [
- "string"
], - "blockedPatterns": [
- "string"
], - "destination": {
- "registryIdentifier": "string"
}, - "destinationType": "Local",
- "source": {
- "registryIdentifier": "string"
}, - "sourceType": "Local"
}
{- "data": {
- "allowedPatterns": [
- "string"
], - "blockedPatterns": [
- "string"
], - "createdAt": "string",
- "destination": {
- "registryIdentifier": "string"
}, - "destinationType": "Local",
- "identifier": "string",
- "modifiedAt": "string",
- "parentRef": "string",
- "source": {
- "registryIdentifier": "string"
}, - "sourceType": "Local"
}, - "status": "SUCCESS"
}
List migration images given an id
Response for list migration images
Bad request
Unauthenticated
Unauthorized
The specified resource was not found
Internal server error
{- "data": {
- "images": [
- {
- "imageId": "string",
- "imageTag": "string",
- "progress": 0,
- "status": "string"
}
], - "itemCount": 1,
- "pageCount": 100,
- "pageIndex": 0,
- "pageSize": 1
}, - "status": "SUCCESS"
}
A plain text response
Bad request
Unauthenticated
Unauthorized
The specified resource was not found
Internal server error
{- "code": "404",
- "details": { },
- "message": "string"
}
Start migration given an id
Success Response
Bad request
Unauthenticated
Unauthorized
The specified resource was not found
Internal server error
{- "status": "SUCCESS"
}
Stop migration given an id
Success Response
Bad request
Unauthenticated
Unauthorized
The specified resource was not found
Internal server error
{- "status": "SUCCESS"
}