Retrieve replication report data
GET /account/{accountId}/providers/cloudmanager_cbs/api/v1/report/replication/job/{jobId}
Retrieves the replication report data that was generated by the Replication Inventory Report POST API. When called, it downloads the replication report data based on the scope (account, system) specified during the deployment of the Replication Inventory Report POST API.
Token usage: NetApp Console user token.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
page |
number |
query |
False |
|
accountId |
string |
path |
True |
|
jobId |
string |
path |
True |
|
authorization |
string |
header |
True |
|
X-Agent-Id |
string |
header |
True |
Response
Status: 200, Default response
| Name | Type | Required | Description |
|---|---|---|---|
report |
False |
||
page |
number |
False |
|
total-pages |
number |
False |
Example response
{
"report": {
"relationships": [
{
"source-working-environment": "string",
"target-working-environment": "string",
"snapshots": [
{
"name": "string"
}
],
"state": "string",
"policy": "string",
"source-volume": "string",
"source-volume-svm": "string",
"target-volume": "string",
"target-volume-svm": "string",
"source-volume-uuid": "string",
"healthy": "string",
"unhealthy-reason": "string",
"policy-type": "string",
"source-volume-state": "string"
}
]
}
}
Definitions
See Definitions
snapshots
| Name | Type | Required | Description |
|---|---|---|---|
name |
string |
False |
|
creation-time |
number |
False |
|
size |
number |
False |
relationships
| Name | Type | Required | Description |
|---|---|---|---|
source-working-environment |
string |
False |
|
target-working-environment |
string |
False |
|
snapshot-count |
number |
False |
|
snapshots |
array[snapshots] |
False |
|
state |
string |
False |
|
policy |
string |
False |
|
source-volume |
string |
False |
|
source-volume-svm |
string |
False |
|
target-volume |
string |
False |
|
target-volume-svm |
string |
False |
|
source-volume-uuid |
string |
False |
|
healthy |
string |
False |
|
unhealthy-reason |
string |
False |
|
policy-type |
string |
False |
|
source-volume-state |
string |
False |
report
| Name | Type | Required | Description |
|---|---|---|---|
total-volumes-count |
number |
False |
|
total-svms-count |
number |
False |
|
relationships |
array[relationships] |
False |