| Object type: backup-command | |
|---|---|
| Needs description. | |
| Field | Description |
| CommandId | Needs description. |
| command-name | Needs description. |
| dest-dir | Needs description. |
| dest-file | Needs description. |
| done-file | Needs description. |
| meta | The metadata for an object, including the object type name and the URL reference to the object. Definition |
| options | Needs description. |
| part-range | Needs description. |
| src-dir | Needs description. |
| src-file | Needs description. |
| Object type: meta | |
|---|---|
| The metadata for an object, including the object type name and the URL reference to the object. | |
| Field | Description |
| @href | The URL reference to the object. |
| type | The name of the object type |
GET https://164.99.19.131:8443/SentinelRESTServices/objects/backup-command/42
{
"meta":{
"type":"backup-command",
"@href":"https://164.99.19.131:8443/SentinelRESTServices/objects/backup-command/42"
},
"command-name":"Wildebeest",
"dest-file":"Wildebeest",
"src-dir":"Wildebeest",
"src-file":"Wildebeest",
"part-range":"Wildebeest",
"done-file":"Wildebeest",
"CommandId":42,
"dest-dir":"Wildebeest",
"options":"Wildebeest"
}
| Object type: backup-command | ||
|---|---|---|
| Needs description. | ||
| Field | Required | Description |
| CommandId | true | Needs description. |
| command-name | false | Needs description. |
| dest-dir | false | Needs description. |
| dest-file | false | Needs description. |
| done-file | false | Needs description. |
| options | false | Needs description. |
| part-range | false | Needs description. |
| src-dir | false | Needs description. |
| src-file | false | Needs description. |
| Object type: meta | ||
|---|---|---|
| The metadata for an object, including the object type name and the URL reference to the object. | ||
| Field | Required | Description |
| @href | false | The URL reference to the object. |
| type | false | The name of the object type |
PUT https://164.99.19.131:8443/SentinelRESTServices/objects/backup-command/42
{
"command-name":"Wildebeest",
"dest-file":"Wildebeest",
"src-dir":"Wildebeest",
"src-file":"Wildebeest",
"part-range":"Wildebeest",
"done-file":"Wildebeest",
"CommandId":42,
"dest-dir":"Wildebeest",
"options":"Wildebeest"
}
DELETE https://164.99.19.131:8443/SentinelRESTServices/objects/backup-command/42