Created
November 9, 2020 21:07
-
-
Save vMarkusK/c6cb7e5ec479e3f5db3814b7fcb104f3 to your computer and use it in GitHub Desktop.
REST API service for Veeam backup & Replication Postman Collection
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"info": { | |
"_postman_id": "3f100323-72de-47c0-a14a-ea11fcb692f4", | |
"name": "REST API service for Veeam backup & Replication", | |
"description": "REST API service for Veeam backup & Replication\n\nContact Support:\nEmail: [email protected]", | |
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" | |
}, | |
"item": [ | |
{ | |
"name": "api", | |
"item": [ | |
{ | |
"name": "v1", | |
"item": [ | |
{ | |
"name": "sessions", | |
"item": [ | |
{ | |
"name": "{id}", | |
"item": [ | |
{ | |
"name": "Get Session", | |
"request": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/sessions/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"sessions", | |
":id" | |
], | |
"variable": [ | |
{ | |
"id": "1b1f53c5-facf-4243-917e-9b2f84fd26a3", | |
"key": "id", | |
"value": "<uuid>", | |
"type": "string", | |
"description": "(Required) " | |
} | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/sessions/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"sessions", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Success", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/sessions/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"sessions", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "OK", | |
"code": 200, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"activityId\": \"69a0f048-bbd2-517a-7e2a-0ca27da65c01\",\n \"creationTimeUtc\": \"2017-11-25T02:22:36.050Z\",\n \"id\": \"urn:uuid:9f92a9b9-6b20-cc8d-6d36-7b91d613e568\",\n \"name\": \"et Excepteur do consequat\",\n \"result\": {\n \"result\": \"<string>\",\n \"message\": \"laborum do cupidatat\",\n \"isCanceled\": false\n },\n \"sessionType\": \"<string>\",\n \"state\": \"<string>\",\n \"usn\": -72958883,\n \"endTimeUtc\": \"1993-02-20T18:05:36.542Z\",\n \"progressPercent\": \"enim ut dolore consequat\",\n \"resourceId\": \"urn:uuid:1e0e88dd-6812-31d8-8683-f0b4f6947d87\",\n \"resourceReference\": \"enim nostrud in labore\",\n \"parentSessionId\": \"5c01ccec-3aa2-391d-9d0c-4150b399f33c\"\n}" | |
}, | |
{ | |
"name": "Not Found. This error is related to path parameters. One or more resources specified in the request could not be found in the specified resource collection.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/sessions/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"sessions", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Not Found", | |
"code": 404, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/sessions/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"sessions", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/sessions/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"sessions", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
}, | |
{ | |
"name": "Get Session Logs", | |
"request": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/sessions/:id/logs", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"sessions", | |
":id", | |
"logs" | |
], | |
"variable": [ | |
{ | |
"id": "62fdbd4c-eba5-4c86-a08d-d7824e6f5a08", | |
"key": "id", | |
"value": "<uuid>", | |
"type": "string", | |
"description": "(Required) " | |
} | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/sessions/:id/logs", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"sessions", | |
":id", | |
"logs" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/sessions/:id/logs", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"sessions", | |
":id", | |
"logs" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Not Found. This error is related to path parameters. One or more resources specified in the request could not be found in the specified resource collection.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/sessions/:id/logs", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"sessions", | |
":id", | |
"logs" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Not Found", | |
"code": 404, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/sessions/:id/logs", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"sessions", | |
":id", | |
"logs" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Success", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/sessions/:id/logs", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"sessions", | |
":id", | |
"logs" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "OK", | |
"code": 200, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"totalRecords\": -40841322,\n \"records\": [\n {\n \"id\": 49354180,\n \"status\": \"officia sint non occaecat\",\n \"startTime\": \"1944-03-05T22:53:59.346Z\",\n \"updateTime\": \"1963-04-12T12:01:03.424Z\",\n \"title\": \"laborum ea proident\",\n \"description\": \"ut amet voluptate sunt\"\n },\n {\n \"id\": 67760456,\n \"status\": \"aute et culpa tempor\",\n \"startTime\": \"1961-10-23T01:34:34.033Z\",\n \"updateTime\": \"2020-05-02T09:54:54.742Z\",\n \"title\": \"aute velit minim veniam\",\n \"description\": \"non aute ad esse\"\n }\n ]\n}" | |
} | |
] | |
}, | |
{ | |
"name": "Stop Session", | |
"request": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/sessions/:id/stop", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"sessions", | |
":id", | |
"stop" | |
], | |
"variable": [ | |
{ | |
"id": "75bcbbf6-683a-4509-bbba-963ec8e9b49b", | |
"key": "id", | |
"value": "<uuid>", | |
"type": "string", | |
"description": "(Required) " | |
} | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/sessions/:id/stop", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"sessions", | |
":id", | |
"stop" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Success", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/sessions/:id/stop", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"sessions", | |
":id", | |
"stop" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "OK", | |
"code": 200, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/sessions/:id/stop", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"sessions", | |
":id", | |
"stop" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/sessions/:id/stop", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"sessions", | |
":id", | |
"stop" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Not Found. This error is related to path parameters. One or more resources specified in the request could not be found in the specified resource collection.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/sessions/:id/stop", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"sessions", | |
":id", | |
"stop" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Not Found", | |
"code": 404, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
} | |
], | |
"protocolProfileBehavior": {}, | |
"_postman_isSubFolder": true | |
}, | |
{ | |
"name": "Get All Sessions", | |
"request": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/sessions?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>&startDateFilter=<dateTime>&endDateFilter=<dateTime>&typeFilter=<string>&stateFilter=<string>&resultFilter=<string>", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"sessions" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
}, | |
{ | |
"key": "startDateFilter", | |
"value": "<dateTime>" | |
}, | |
{ | |
"key": "endDateFilter", | |
"value": "<dateTime>" | |
}, | |
{ | |
"key": "typeFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "stateFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "resultFilter", | |
"value": "<string>" | |
} | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/sessions?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>&startDateFilter=<dateTime>&endDateFilter=<dateTime>&typeFilter=<string>&stateFilter=<string>&resultFilter=<string>", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"sessions" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
}, | |
{ | |
"key": "startDateFilter", | |
"value": "<dateTime>" | |
}, | |
{ | |
"key": "endDateFilter", | |
"value": "<dateTime>" | |
}, | |
{ | |
"key": "typeFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "stateFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "resultFilter", | |
"value": "<string>" | |
} | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/sessions?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>&startDateFilter=<dateTime>&endDateFilter=<dateTime>&typeFilter=<string>&stateFilter=<string>&resultFilter=<string>", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"sessions" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
}, | |
{ | |
"key": "startDateFilter", | |
"value": "<dateTime>" | |
}, | |
{ | |
"key": "endDateFilter", | |
"value": "<dateTime>" | |
}, | |
{ | |
"key": "typeFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "stateFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "resultFilter", | |
"value": "<string>" | |
} | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/sessions?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>&startDateFilter=<dateTime>&endDateFilter=<dateTime>&typeFilter=<string>&stateFilter=<string>&resultFilter=<string>", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"sessions" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
}, | |
{ | |
"key": "startDateFilter", | |
"value": "<dateTime>" | |
}, | |
{ | |
"key": "endDateFilter", | |
"value": "<dateTime>" | |
}, | |
{ | |
"key": "typeFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "stateFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "resultFilter", | |
"value": "<string>" | |
} | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Success", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/sessions?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>&startDateFilter=<dateTime>&endDateFilter=<dateTime>&typeFilter=<string>&stateFilter=<string>&resultFilter=<string>", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"sessions" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
}, | |
{ | |
"key": "startDateFilter", | |
"value": "<dateTime>" | |
}, | |
{ | |
"key": "endDateFilter", | |
"value": "<dateTime>" | |
}, | |
{ | |
"key": "typeFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "stateFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "resultFilter", | |
"value": "<string>" | |
} | |
] | |
} | |
}, | |
"status": "OK", | |
"code": 200, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"data\": [\n {\n \"activityId\": \"b0742f2b-3ec5-e727-9766-4b5bbc5a726a\",\n \"creationTimeUtc\": \"1945-04-19T11:38:39.837Z\",\n \"id\": \"urn:uuid:24087ca6-08ca-f4d6-490a-d626aea55036\",\n \"name\": \"anim rep\",\n \"result\": {\n \"result\": \"<string>\",\n \"message\": \"adipisicing anim cillum\",\n \"isCanceled\": true\n },\n \"sessionType\": \"<string>\",\n \"state\": \"<string>\",\n \"usn\": 25323938,\n \"endTimeUtc\": \"1977-09-17T19:43:32.629Z\",\n \"progressPercent\": \"ex sint aliquip consequat\",\n \"resourceId\": \"urn:uuid:9845a56b-7abd-3ef5-83be-1e68e54f973a\",\n \"resourceReference\": \"Duis consectetur\",\n \"parentSessionId\": \"urn:uuid:e9c3f31c-c0b3-7bd6-30a0-9b97587dc869\"\n },\n {\n \"activityId\": \"urn:uuid:48049618-63e5-f92e-ab58-8b6896fceb44\",\n \"creationTimeUtc\": \"1958-01-31T05:51:48.508Z\",\n \"id\": \"urn:uuid:7dc0e368-c981-d205-d69c-5863c0bb59e4\",\n \"name\": \"nulla nostrud\",\n \"result\": {\n \"result\": \"<string>\",\n \"message\": \"Ut commodo laborum est\",\n \"isCanceled\": true\n },\n \"sessionType\": \"<string>\",\n \"state\": \"<string>\",\n \"usn\": 33701706,\n \"endTimeUtc\": \"1971-11-05T08:18:22.071Z\",\n \"progressPercent\": \"laboris eu et nulla\",\n \"resourceId\": \"urn:uuid:de85e16f-bf9a-b927-c7c2-ec7c1bef6b4c\",\n \"resourceReference\": \"voluptate ullamco enim magna labore\",\n \"parentSessionId\": \"e9eb6320-d205-eceb-fe56-3759a745b2b3\"\n }\n ],\n \"pagination\": {\n \"total\": -61626419\n }\n}" | |
} | |
] | |
} | |
], | |
"protocolProfileBehavior": {}, | |
"_postman_isSubFolder": true | |
}, | |
{ | |
"name": "inventory/vmware/hosts", | |
"item": [ | |
{ | |
"name": "Gets vCenters from inventory browser", | |
"request": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/inventory/vmware/hosts?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>&nameFilter=<string>", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"inventory", | |
"vmware", | |
"hosts" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
}, | |
{ | |
"key": "nameFilter", | |
"value": "<string>" | |
} | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Success", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/inventory/vmware/hosts?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>&nameFilter=<string>", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"inventory", | |
"vmware", | |
"hosts" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
}, | |
{ | |
"key": "nameFilter", | |
"value": "<string>" | |
} | |
] | |
} | |
}, | |
"status": "OK", | |
"code": 200, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"data\": [\n {\n \"inventoryObject\": {\n \"name\": \"laboris dolore Lorem sit\",\n \"type\": \"VirtualMachine\",\n \"viHostName\": \"minim dolor sed commodo\",\n \"objectId\": \"quis pariatur est in\"\n },\n \"size\": \"velit dolore ad\"\n },\n {\n \"inventoryObject\": {\n \"name\": \"Excepteur commodo aliqua\",\n \"type\": \"Tag\",\n \"viHostName\": \"consectetur id in sint\",\n \"objectId\": \"Lorem\"\n },\n \"size\": \"velit occaecat anim\"\n }\n ],\n \"pagination\": {\n \"total\": -77459587\n }\n}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/inventory/vmware/hosts?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>&nameFilter=<string>", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"inventory", | |
"vmware", | |
"hosts" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
}, | |
{ | |
"key": "nameFilter", | |
"value": "<string>" | |
} | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/inventory/vmware/hosts?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>&nameFilter=<string>", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"inventory", | |
"vmware", | |
"hosts" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
}, | |
{ | |
"key": "nameFilter", | |
"value": "<string>" | |
} | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/inventory/vmware/hosts?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>&nameFilter=<string>", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"inventory", | |
"vmware", | |
"hosts" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
}, | |
{ | |
"key": "nameFilter", | |
"value": "<string>" | |
} | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
}, | |
{ | |
"name": "Gets vCenter or standalone host inventory content ( vms, resourcePools, hosts, datacenters )", | |
"request": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/inventory/vmware/hosts/:name?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>&objectIdFilter=<string>&hierarchyTypeFilter=<string>&nameFilter=<string>&typeFilter=Datastore", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"inventory", | |
"vmware", | |
"hosts", | |
":name" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
}, | |
{ | |
"key": "objectIdFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "hierarchyTypeFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "nameFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "typeFilter", | |
"value": "Datastore" | |
} | |
], | |
"variable": [ | |
{ | |
"id": "7be8a430-fd52-41ef-93db-700b5dadff9c", | |
"key": "name", | |
"value": "<string>", | |
"type": "string", | |
"description": "(Required) vCenter" | |
} | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/inventory/vmware/hosts/:name?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>&objectIdFilter=<string>&hierarchyTypeFilter=<string>&nameFilter=<string>&typeFilter=Datacenter", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"inventory", | |
"vmware", | |
"hosts", | |
":name" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
}, | |
{ | |
"key": "objectIdFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "hierarchyTypeFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "nameFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "typeFilter", | |
"value": "Datacenter" | |
} | |
], | |
"variable": [ | |
{ | |
"key": "name" | |
} | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/inventory/vmware/hosts/:name?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>&objectIdFilter=<string>&hierarchyTypeFilter=<string>&nameFilter=<string>&typeFilter=Datacenter", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"inventory", | |
"vmware", | |
"hosts", | |
":name" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
}, | |
{ | |
"key": "objectIdFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "hierarchyTypeFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "nameFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "typeFilter", | |
"value": "Datacenter" | |
} | |
], | |
"variable": [ | |
{ | |
"key": "name" | |
} | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/inventory/vmware/hosts/:name?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>&objectIdFilter=<string>&hierarchyTypeFilter=<string>&nameFilter=<string>&typeFilter=Datacenter", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"inventory", | |
"vmware", | |
"hosts", | |
":name" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
}, | |
{ | |
"key": "objectIdFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "hierarchyTypeFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "nameFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "typeFilter", | |
"value": "Datacenter" | |
} | |
], | |
"variable": [ | |
{ | |
"key": "name" | |
} | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Not Found. This error is related to path parameters. One or more resources specified in the request could not be found in the specified resource collection.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/inventory/vmware/hosts/:name?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>&objectIdFilter=<string>&hierarchyTypeFilter=<string>&nameFilter=<string>&typeFilter=Datacenter", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"inventory", | |
"vmware", | |
"hosts", | |
":name" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
}, | |
{ | |
"key": "objectIdFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "hierarchyTypeFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "nameFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "typeFilter", | |
"value": "Datacenter" | |
} | |
], | |
"variable": [ | |
{ | |
"key": "name" | |
} | |
] | |
} | |
}, | |
"status": "Not Found", | |
"code": 404, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Success", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/inventory/vmware/hosts/:name?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>&objectIdFilter=<string>&hierarchyTypeFilter=<string>&nameFilter=<string>&typeFilter=Datacenter", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"inventory", | |
"vmware", | |
"hosts", | |
":name" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
}, | |
{ | |
"key": "objectIdFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "hierarchyTypeFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "nameFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "typeFilter", | |
"value": "Datacenter" | |
} | |
], | |
"variable": [ | |
{ | |
"key": "name" | |
} | |
] | |
} | |
}, | |
"status": "OK", | |
"code": 200, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"data\": [\n {\n \"inventoryObject\": {\n \"name\": \"laboris dolore Lorem sit\",\n \"type\": \"VirtualMachine\",\n \"viHostName\": \"minim dolor sed commodo\",\n \"objectId\": \"quis pariatur est in\"\n },\n \"size\": \"velit dolore ad\"\n },\n {\n \"inventoryObject\": {\n \"name\": \"Excepteur commodo aliqua\",\n \"type\": \"Tag\",\n \"viHostName\": \"consectetur id in sint\",\n \"objectId\": \"Lorem\"\n },\n \"size\": \"velit occaecat anim\"\n }\n ],\n \"pagination\": {\n \"total\": -77459587\n }\n}" | |
} | |
] | |
} | |
], | |
"protocolProfileBehavior": {}, | |
"_postman_isSubFolder": true | |
}, | |
{ | |
"name": "backup Infrastructure", | |
"item": [ | |
{ | |
"name": "managed Servers", | |
"item": [ | |
{ | |
"name": "{id}", | |
"item": [ | |
{ | |
"name": "Gets a host managed by Veeam B&R", | |
"request": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/managedServers/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"managedServers", | |
":id" | |
], | |
"variable": [ | |
{ | |
"id": "b882a12c-ef5a-4081-aa25-4206b0ee3231", | |
"key": "id", | |
"value": "<uuid>", | |
"type": "string", | |
"description": "(Required) managed server Id" | |
} | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Not Found. This error is related to path parameters. One or more resources specified in the request could not be found in the specified resource collection.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/managedServers/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"managedServers", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Not Found", | |
"code": 404, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/managedServers/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"managedServers", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/managedServers/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"managedServers", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/managedServers/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"managedServers", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Success", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/managedServers/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"managedServers", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "OK", | |
"code": 200, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"networkSettings\": {\n \"components\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"portRangeStart\": 49793394,\n \"portRangeEnd\": 42912738,\n \"serverThisSide\": true\n }\n}" | |
} | |
] | |
}, | |
{ | |
"name": "Updates a host managed by Veeam B&R", | |
"request": { | |
"method": "PUT", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
}, | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"networkSettings\": {\n \"components\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"portRangeStart\": -5630011,\n \"portRangeEnd\": -65166311,\n \"serverThisSide\": true\n }\n}", | |
"options": { | |
"raw": {} | |
} | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/managedServers/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"managedServers", | |
":id" | |
], | |
"variable": [ | |
{ | |
"id": "13b29eab-5235-48e8-8e3d-3df321dfb48f", | |
"key": "id", | |
"value": "<uuid>", | |
"type": "string", | |
"description": "(Required) managed server id" | |
} | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Not Found. This error is related to path parameters. One or more resources specified in the request could not be found in the specified resource collection.", | |
"originalRequest": { | |
"method": "PUT", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"networkSettings\": {\n \"components\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"portRangeStart\": 49793394,\n \"portRangeEnd\": 42912738,\n \"serverThisSide\": true\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/managedServers/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"managedServers", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Not Found", | |
"code": 404, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "PUT", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"networkSettings\": {\n \"components\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"portRangeStart\": 49793394,\n \"portRangeEnd\": 42912738,\n \"serverThisSide\": true\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/managedServers/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"managedServers", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Created infrastructure save session", | |
"originalRequest": { | |
"method": "PUT", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"networkSettings\": {\n \"components\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"portRangeStart\": 49793394,\n \"portRangeEnd\": 42912738,\n \"serverThisSide\": true\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/managedServers/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"managedServers", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Created", | |
"code": 201, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"activityId\": \"69a0f048-bbd2-517a-7e2a-0ca27da65c01\",\n \"creationTimeUtc\": \"2017-11-25T02:22:36.050Z\",\n \"id\": \"urn:uuid:9f92a9b9-6b20-cc8d-6d36-7b91d613e568\",\n \"name\": \"et Excepteur do consequat\",\n \"result\": {\n \"result\": \"<string>\",\n \"message\": \"laborum do cupidatat\",\n \"isCanceled\": false\n },\n \"sessionType\": \"<string>\",\n \"state\": \"<string>\",\n \"usn\": -72958883,\n \"endTimeUtc\": \"1993-02-20T18:05:36.542Z\",\n \"progressPercent\": \"enim ut dolore consequat\",\n \"resourceId\": \"urn:uuid:1e0e88dd-6812-31d8-8683-f0b4f6947d87\",\n \"resourceReference\": \"enim nostrud in labore\",\n \"parentSessionId\": \"5c01ccec-3aa2-391d-9d0c-4150b399f33c\"\n}" | |
}, | |
{ | |
"name": "Bad Request. This error is related to POST/PUT requests. The request body is malformed, incomplete or otherwise invalid.", | |
"originalRequest": { | |
"method": "PUT", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"networkSettings\": {\n \"components\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"portRangeStart\": 49793394,\n \"portRangeEnd\": 42912738,\n \"serverThisSide\": true\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/managedServers/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"managedServers", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Bad Request", | |
"code": 400, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "PUT", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"networkSettings\": {\n \"components\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"portRangeStart\": 49793394,\n \"portRangeEnd\": 42912738,\n \"serverThisSide\": true\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/managedServers/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"managedServers", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "PUT", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"networkSettings\": {\n \"components\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"portRangeStart\": 49793394,\n \"portRangeEnd\": 42912738,\n \"serverThisSide\": true\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/managedServers/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"managedServers", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
}, | |
{ | |
"name": "Deletes a host managed by Veeam B&R", | |
"request": { | |
"method": "DELETE", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/managedServers/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"managedServers", | |
":id" | |
], | |
"variable": [ | |
{ | |
"id": "07f374b2-ed5f-4cfa-91e1-eb66b480eedd", | |
"key": "id", | |
"value": "<uuid>", | |
"type": "string", | |
"description": "(Required) managed server id" | |
} | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "DELETE", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/managedServers/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"managedServers", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Deleted", | |
"originalRequest": { | |
"method": "DELETE", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/managedServers/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"managedServers", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "No Content", | |
"code": 204, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "DELETE", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/managedServers/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"managedServers", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "DELETE", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/managedServers/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"managedServers", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Not Found. This error is related to path parameters. One or more resources specified in the request could not be found in the specified resource collection.", | |
"originalRequest": { | |
"method": "DELETE", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/managedServers/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"managedServers", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Not Found", | |
"code": 404, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
} | |
], | |
"protocolProfileBehavior": {}, | |
"_postman_isSubFolder": true | |
}, | |
{ | |
"name": "Gets hosts managed by Veeam B&R", | |
"request": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/managedServers", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"managedServers" | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Success", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/managedServers?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>&nameFilter=<string>&typeFilter=<string>&viTypeFilter=<string>", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"managedServers" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
}, | |
{ | |
"key": "nameFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "typeFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "viTypeFilter", | |
"value": "<string>" | |
} | |
] | |
} | |
}, | |
"status": "OK", | |
"code": 200, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"data\": [\n {\n \"networkSettings\": {\n \"components\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"portRangeStart\": 54731289,\n \"portRangeEnd\": -81774083,\n \"serverThisSide\": false\n }\n },\n {\n \"networkSettings\": {\n \"components\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"portRangeStart\": 42927153,\n \"portRangeEnd\": -35143277,\n \"serverThisSide\": false\n }\n }\n ],\n \"pagination\": {\n \"total\": -79350203\n }\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/managedServers?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>&nameFilter=<string>&typeFilter=<string>&viTypeFilter=<string>", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"managedServers" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
}, | |
{ | |
"key": "nameFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "typeFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "viTypeFilter", | |
"value": "<string>" | |
} | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/managedServers?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>&nameFilter=<string>&typeFilter=<string>&viTypeFilter=<string>", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"managedServers" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
}, | |
{ | |
"key": "nameFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "typeFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "viTypeFilter", | |
"value": "<string>" | |
} | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/managedServers?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>&nameFilter=<string>&typeFilter=<string>&viTypeFilter=<string>", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"managedServers" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
}, | |
{ | |
"key": "nameFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "typeFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "viTypeFilter", | |
"value": "<string>" | |
} | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
}, | |
{ | |
"name": "Adds a managed host to Veeam B&R", | |
"request": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
}, | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"networkSettings\": {\n \"components\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"portRangeStart\": -5630011,\n \"portRangeEnd\": -65166311,\n \"serverThisSide\": true\n }\n}", | |
"options": { | |
"raw": {} | |
} | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/managedServers", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"managedServers" | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"networkSettings\": {\n \"components\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"portRangeStart\": 49793394,\n \"portRangeEnd\": 42912738,\n \"serverThisSide\": true\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/managedServers", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"managedServers" | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"networkSettings\": {\n \"components\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"portRangeStart\": 49793394,\n \"portRangeEnd\": 42912738,\n \"serverThisSide\": true\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/managedServers", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"managedServers" | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Bad Request. This error is related to POST/PUT requests. The request body is malformed, incomplete or otherwise invalid.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"networkSettings\": {\n \"components\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"portRangeStart\": 49793394,\n \"portRangeEnd\": 42912738,\n \"serverThisSide\": true\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/managedServers", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"managedServers" | |
] | |
} | |
}, | |
"status": "Bad Request", | |
"code": 400, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"networkSettings\": {\n \"components\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"portRangeStart\": 49793394,\n \"portRangeEnd\": 42912738,\n \"serverThisSide\": true\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/managedServers", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"managedServers" | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Created infrastructure save session", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"networkSettings\": {\n \"components\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"portRangeStart\": 49793394,\n \"portRangeEnd\": 42912738,\n \"serverThisSide\": true\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/managedServers", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"managedServers" | |
] | |
} | |
}, | |
"status": "Created", | |
"code": 201, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"activityId\": \"69a0f048-bbd2-517a-7e2a-0ca27da65c01\",\n \"creationTimeUtc\": \"2017-11-25T02:22:36.050Z\",\n \"id\": \"urn:uuid:9f92a9b9-6b20-cc8d-6d36-7b91d613e568\",\n \"name\": \"et Excepteur do consequat\",\n \"result\": {\n \"result\": \"<string>\",\n \"message\": \"laborum do cupidatat\",\n \"isCanceled\": false\n },\n \"sessionType\": \"<string>\",\n \"state\": \"<string>\",\n \"usn\": -72958883,\n \"endTimeUtc\": \"1993-02-20T18:05:36.542Z\",\n \"progressPercent\": \"enim ut dolore consequat\",\n \"resourceId\": \"urn:uuid:1e0e88dd-6812-31d8-8683-f0b4f6947d87\",\n \"resourceReference\": \"enim nostrud in labore\",\n \"parentSessionId\": \"5c01ccec-3aa2-391d-9d0c-4150b399f33c\"\n}" | |
} | |
] | |
} | |
], | |
"protocolProfileBehavior": {}, | |
"_postman_isSubFolder": true | |
}, | |
{ | |
"name": "repositories", | |
"item": [ | |
{ | |
"name": "{id}", | |
"item": [ | |
{ | |
"name": "Gets repository from Veeam B&R", | |
"request": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/repositories/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"repositories", | |
":id" | |
], | |
"variable": [ | |
{ | |
"id": "3854bb0e-d638-4b95-b3f8-8cc570c1d142", | |
"key": "id", | |
"value": "<uuid>", | |
"type": "string", | |
"description": "(Required) " | |
} | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Success", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/repositories/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"repositories", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "OK", | |
"code": 200, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"hostId\": \"56a5451f-04ea-a235-6dbd-caaf5bce6a63\",\n \"type\": \"<string>\",\n \"repository\": {\n \"path\": \"ad deserunt aliqua non voluptate\",\n \"maxTaskCount\": -84427960,\n \"readWriteRate\": 6480942,\n \"useFastCloningOnXFSVolumes\": false,\n \"useImmutableBackups\": false,\n \"makeRecentBackupsImmutableDays\": 8861102,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"mountServer\": {\n \"mountServerId\": \"89a6f062-ee0a-43af-96d4-f83b994042ac\",\n \"vPowerNFSEnabled\": true,\n \"writeCacheFolder\": \"eu fugiat mag\",\n \"vPowerNFSPortSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/repositories/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"repositories", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/repositories/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"repositories", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/repositories/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"repositories", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Not Found. This error is related to path parameters. One or more resources specified in the request could not be found in the specified resource collection.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/repositories/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"repositories", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Not Found", | |
"code": 404, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
}, | |
{ | |
"name": "Updates a repository on Veeam B&R", | |
"request": { | |
"method": "PUT", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
}, | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"hostId\": \"urn:uuid:e572e77d-a8de-6fb9-87aa-e0a21fc4c3e8\",\n \"type\": \"<string>\",\n \"repository\": {\n \"path\": \"Duis\",\n \"maxTaskCount\": 77575474,\n \"readWriteRate\": -21197471,\n \"useFastCloningOnXFSVolumes\": false,\n \"useImmutableBackups\": false,\n \"makeRecentBackupsImmutableDays\": 85371395,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"mountServer\": {\n \"mountServerId\": \"urn:uuid:cee7556a-2679-b50a-09c0-cde13513c480\",\n \"vPowerNFSEnabled\": true,\n \"writeCacheFolder\": \"irure laborum\",\n \"vPowerNFSPortSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n}", | |
"options": { | |
"raw": {} | |
} | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/repositories/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"repositories", | |
":id" | |
], | |
"variable": [ | |
{ | |
"id": "f561c6ad-a238-46b8-9659-7d92c98a6092", | |
"key": "id", | |
"value": "<uuid>", | |
"type": "string", | |
"description": "(Required) " | |
} | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "PUT", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"hostId\": \"56a5451f-04ea-a235-6dbd-caaf5bce6a63\",\n \"type\": \"<string>\",\n \"repository\": {\n \"path\": \"ad deserunt aliqua non voluptate\",\n \"maxTaskCount\": -84427960,\n \"readWriteRate\": 6480942,\n \"useFastCloningOnXFSVolumes\": false,\n \"useImmutableBackups\": false,\n \"makeRecentBackupsImmutableDays\": 8861102,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"mountServer\": {\n \"mountServerId\": \"89a6f062-ee0a-43af-96d4-f83b994042ac\",\n \"vPowerNFSEnabled\": true,\n \"writeCacheFolder\": \"eu fugiat mag\",\n \"vPowerNFSPortSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/repositories/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"repositories", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Bad Request. This error is related to POST/PUT requests. The request body is malformed, incomplete or otherwise invalid.", | |
"originalRequest": { | |
"method": "PUT", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"hostId\": \"56a5451f-04ea-a235-6dbd-caaf5bce6a63\",\n \"type\": \"<string>\",\n \"repository\": {\n \"path\": \"ad deserunt aliqua non voluptate\",\n \"maxTaskCount\": -84427960,\n \"readWriteRate\": 6480942,\n \"useFastCloningOnXFSVolumes\": false,\n \"useImmutableBackups\": false,\n \"makeRecentBackupsImmutableDays\": 8861102,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"mountServer\": {\n \"mountServerId\": \"89a6f062-ee0a-43af-96d4-f83b994042ac\",\n \"vPowerNFSEnabled\": true,\n \"writeCacheFolder\": \"eu fugiat mag\",\n \"vPowerNFSPortSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/repositories/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"repositories", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Bad Request", | |
"code": 400, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "PUT", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"hostId\": \"56a5451f-04ea-a235-6dbd-caaf5bce6a63\",\n \"type\": \"<string>\",\n \"repository\": {\n \"path\": \"ad deserunt aliqua non voluptate\",\n \"maxTaskCount\": -84427960,\n \"readWriteRate\": 6480942,\n \"useFastCloningOnXFSVolumes\": false,\n \"useImmutableBackups\": false,\n \"makeRecentBackupsImmutableDays\": 8861102,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"mountServer\": {\n \"mountServerId\": \"89a6f062-ee0a-43af-96d4-f83b994042ac\",\n \"vPowerNFSEnabled\": true,\n \"writeCacheFolder\": \"eu fugiat mag\",\n \"vPowerNFSPortSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/repositories/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"repositories", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Not Found. This error is related to path parameters. One or more resources specified in the request could not be found in the specified resource collection.", | |
"originalRequest": { | |
"method": "PUT", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"hostId\": \"56a5451f-04ea-a235-6dbd-caaf5bce6a63\",\n \"type\": \"<string>\",\n \"repository\": {\n \"path\": \"ad deserunt aliqua non voluptate\",\n \"maxTaskCount\": -84427960,\n \"readWriteRate\": 6480942,\n \"useFastCloningOnXFSVolumes\": false,\n \"useImmutableBackups\": false,\n \"makeRecentBackupsImmutableDays\": 8861102,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"mountServer\": {\n \"mountServerId\": \"89a6f062-ee0a-43af-96d4-f83b994042ac\",\n \"vPowerNFSEnabled\": true,\n \"writeCacheFolder\": \"eu fugiat mag\",\n \"vPowerNFSPortSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/repositories/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"repositories", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Not Found", | |
"code": 404, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "PUT", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"hostId\": \"56a5451f-04ea-a235-6dbd-caaf5bce6a63\",\n \"type\": \"<string>\",\n \"repository\": {\n \"path\": \"ad deserunt aliqua non voluptate\",\n \"maxTaskCount\": -84427960,\n \"readWriteRate\": 6480942,\n \"useFastCloningOnXFSVolumes\": false,\n \"useImmutableBackups\": false,\n \"makeRecentBackupsImmutableDays\": 8861102,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"mountServer\": {\n \"mountServerId\": \"89a6f062-ee0a-43af-96d4-f83b994042ac\",\n \"vPowerNFSEnabled\": true,\n \"writeCacheFolder\": \"eu fugiat mag\",\n \"vPowerNFSPortSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/repositories/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"repositories", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Created backup infrastructure save session", | |
"originalRequest": { | |
"method": "PUT", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"hostId\": \"56a5451f-04ea-a235-6dbd-caaf5bce6a63\",\n \"type\": \"<string>\",\n \"repository\": {\n \"path\": \"ad deserunt aliqua non voluptate\",\n \"maxTaskCount\": -84427960,\n \"readWriteRate\": 6480942,\n \"useFastCloningOnXFSVolumes\": false,\n \"useImmutableBackups\": false,\n \"makeRecentBackupsImmutableDays\": 8861102,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"mountServer\": {\n \"mountServerId\": \"89a6f062-ee0a-43af-96d4-f83b994042ac\",\n \"vPowerNFSEnabled\": true,\n \"writeCacheFolder\": \"eu fugiat mag\",\n \"vPowerNFSPortSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/repositories/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"repositories", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Created", | |
"code": 201, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"activityId\": \"69a0f048-bbd2-517a-7e2a-0ca27da65c01\",\n \"creationTimeUtc\": \"2017-11-25T02:22:36.050Z\",\n \"id\": \"urn:uuid:9f92a9b9-6b20-cc8d-6d36-7b91d613e568\",\n \"name\": \"et Excepteur do consequat\",\n \"result\": {\n \"result\": \"<string>\",\n \"message\": \"laborum do cupidatat\",\n \"isCanceled\": false\n },\n \"sessionType\": \"<string>\",\n \"state\": \"<string>\",\n \"usn\": -72958883,\n \"endTimeUtc\": \"1993-02-20T18:05:36.542Z\",\n \"progressPercent\": \"enim ut dolore consequat\",\n \"resourceId\": \"urn:uuid:1e0e88dd-6812-31d8-8683-f0b4f6947d87\",\n \"resourceReference\": \"enim nostrud in labore\",\n \"parentSessionId\": \"5c01ccec-3aa2-391d-9d0c-4150b399f33c\"\n}" | |
} | |
] | |
}, | |
{ | |
"name": "Deletes a repository on Veeam B&R", | |
"request": { | |
"method": "DELETE", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/repositories/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"repositories", | |
":id" | |
], | |
"variable": [ | |
{ | |
"id": "6b430e24-cfb2-48a3-8917-a15ea730bcf7", | |
"key": "id", | |
"value": "<uuid>", | |
"type": "string", | |
"description": "(Required) " | |
} | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "DELETE", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/repositories/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"repositories", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "DELETE", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/repositories/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"repositories", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "DELETE", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/repositories/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"repositories", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Deleted", | |
"originalRequest": { | |
"method": "DELETE", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/repositories/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"repositories", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "No Content", | |
"code": 204, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{}" | |
}, | |
{ | |
"name": "Not Found. This error is related to path parameters. One or more resources specified in the request could not be found in the specified resource collection.", | |
"originalRequest": { | |
"method": "DELETE", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/repositories/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"repositories", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Not Found", | |
"code": 404, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
} | |
], | |
"protocolProfileBehavior": {}, | |
"_postman_isSubFolder": true | |
}, | |
{ | |
"name": "Gets backup repositories from Veeam B&R", | |
"request": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/repositories?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>&nameFilter=<string>&typeFilter=<string>", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"repositories" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
}, | |
{ | |
"key": "nameFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "typeFilter", | |
"value": "<string>" | |
} | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Success", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/repositories?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>&nameFilter=<string>&typeFilter=<string>", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"repositories" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
}, | |
{ | |
"key": "nameFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "typeFilter", | |
"value": "<string>" | |
} | |
] | |
} | |
}, | |
"status": "OK", | |
"code": 200, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"data\": [\n {\n \"hostId\": \"3d7fed50-4da4-6aff-98c5-100419a3eefc\",\n \"type\": \"<string>\",\n \"repository\": {\n \"path\": \"dolore aute adipisicing\",\n \"maxTaskCount\": -44636913,\n \"readWriteRate\": 82119125,\n \"useFastCloningOnXFSVolumes\": true,\n \"useImmutableBackups\": false,\n \"makeRecentBackupsImmutableDays\": 43422599,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"mountServer\": {\n \"mountServerId\": \"urn:uuid:4ab0dd3b-c0df-99c9-08f3-5b2c0b82b4e1\",\n \"vPowerNFSEnabled\": false,\n \"writeCacheFolder\": \"nostrud et proident aliqua\",\n \"vPowerNFSPortSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"hostId\": \"urn:uuid:e5ba31a2-d9fc-ff31-c5d4-893a702c0156\",\n \"type\": \"<string>\",\n \"repository\": {\n \"path\": \"ut qui sunt Ut et\",\n \"maxTaskCount\": -82909586,\n \"readWriteRate\": 77129074,\n \"useFastCloningOnXFSVolumes\": true,\n \"useImmutableBackups\": true,\n \"makeRecentBackupsImmutableDays\": -17941236,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"mountServer\": {\n \"mountServerId\": \"6abc7cd4-2c86-51f0-df98-ab215938e409\",\n \"vPowerNFSEnabled\": false,\n \"writeCacheFolder\": \"occaecat sunt ullamco labore\",\n \"vPowerNFSPortSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ],\n \"pagination\": {\n \"total\": 84954953\n }\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/repositories?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>&nameFilter=<string>&typeFilter=<string>", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"repositories" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
}, | |
{ | |
"key": "nameFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "typeFilter", | |
"value": "<string>" | |
} | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/repositories?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>&nameFilter=<string>&typeFilter=<string>", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"repositories" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
}, | |
{ | |
"key": "nameFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "typeFilter", | |
"value": "<string>" | |
} | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/repositories?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>&nameFilter=<string>&typeFilter=<string>", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"repositories" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
}, | |
{ | |
"key": "nameFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "typeFilter", | |
"value": "<string>" | |
} | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
}, | |
{ | |
"name": "Adds repository to Veeam B&R", | |
"request": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
}, | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"hostId\": \"<uuid>\",\n \"type\": \"<string>\",\n \"repository\": {\n \"path\": \"proident exercitation consequat ex deserunt\",\n \"maxTaskCount\": -153788,\n \"readWriteRate\": -43847408,\n \"useFastCloningOnXFSVolumes\": false,\n \"useImmutableBackups\": false,\n \"makeRecentBackupsImmutableDays\": -48721946,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"mountServer\": {\n \"mountServerId\": \"a2ca1a8f-50ae-6140-a0e3-ce391b309dab\",\n \"vPowerNFSEnabled\": true,\n \"writeCacheFolder\": \"do mollit\",\n \"vPowerNFSPortSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n}", | |
"options": { | |
"raw": {} | |
} | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/repositories", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"repositories" | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"hostId\": \"<uuid>\",\n \"type\": \"<string>\",\n \"repository\": {\n \"path\": \"nostrud sit est aliqua\",\n \"maxTaskCount\": -20777305,\n \"readWriteRate\": 46709707,\n \"useFastCloningOnXFSVolumes\": false,\n \"useImmutableBackups\": true,\n \"makeRecentBackupsImmutableDays\": 27387210,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"mountServer\": {\n \"mountServerId\": \"urn:uuid:20ed44ab-dc42-0ddd-96dc-90060fc15ba4\",\n \"vPowerNFSEnabled\": true,\n \"writeCacheFolder\": \"anim sed cupidatat\",\n \"vPowerNFSPortSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/repositories", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"repositories" | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Bad Request. This error is related to POST/PUT requests. The request body is malformed, incomplete or otherwise invalid.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"hostId\": \"<uuid>\",\n \"type\": \"<string>\",\n \"repository\": {\n \"path\": \"nostrud sit est aliqua\",\n \"maxTaskCount\": -20777305,\n \"readWriteRate\": 46709707,\n \"useFastCloningOnXFSVolumes\": false,\n \"useImmutableBackups\": true,\n \"makeRecentBackupsImmutableDays\": 27387210,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"mountServer\": {\n \"mountServerId\": \"urn:uuid:20ed44ab-dc42-0ddd-96dc-90060fc15ba4\",\n \"vPowerNFSEnabled\": true,\n \"writeCacheFolder\": \"anim sed cupidatat\",\n \"vPowerNFSPortSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/repositories", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"repositories" | |
] | |
} | |
}, | |
"status": "Bad Request", | |
"code": 400, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"hostId\": \"<uuid>\",\n \"type\": \"<string>\",\n \"repository\": {\n \"path\": \"nostrud sit est aliqua\",\n \"maxTaskCount\": -20777305,\n \"readWriteRate\": 46709707,\n \"useFastCloningOnXFSVolumes\": false,\n \"useImmutableBackups\": true,\n \"makeRecentBackupsImmutableDays\": 27387210,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"mountServer\": {\n \"mountServerId\": \"urn:uuid:20ed44ab-dc42-0ddd-96dc-90060fc15ba4\",\n \"vPowerNFSEnabled\": true,\n \"writeCacheFolder\": \"anim sed cupidatat\",\n \"vPowerNFSPortSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/repositories", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"repositories" | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Created backup infrastructure save session", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"hostId\": \"<uuid>\",\n \"type\": \"<string>\",\n \"repository\": {\n \"path\": \"nostrud sit est aliqua\",\n \"maxTaskCount\": -20777305,\n \"readWriteRate\": 46709707,\n \"useFastCloningOnXFSVolumes\": false,\n \"useImmutableBackups\": true,\n \"makeRecentBackupsImmutableDays\": 27387210,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"mountServer\": {\n \"mountServerId\": \"urn:uuid:20ed44ab-dc42-0ddd-96dc-90060fc15ba4\",\n \"vPowerNFSEnabled\": true,\n \"writeCacheFolder\": \"anim sed cupidatat\",\n \"vPowerNFSPortSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/repositories", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"repositories" | |
] | |
} | |
}, | |
"status": "Created", | |
"code": 201, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"activityId\": \"69a0f048-bbd2-517a-7e2a-0ca27da65c01\",\n \"creationTimeUtc\": \"2017-11-25T02:22:36.050Z\",\n \"id\": \"urn:uuid:9f92a9b9-6b20-cc8d-6d36-7b91d613e568\",\n \"name\": \"et Excepteur do consequat\",\n \"result\": {\n \"result\": \"<string>\",\n \"message\": \"laborum do cupidatat\",\n \"isCanceled\": false\n },\n \"sessionType\": \"<string>\",\n \"state\": \"<string>\",\n \"usn\": -72958883,\n \"endTimeUtc\": \"1993-02-20T18:05:36.542Z\",\n \"progressPercent\": \"enim ut dolore consequat\",\n \"resourceId\": \"urn:uuid:1e0e88dd-6812-31d8-8683-f0b4f6947d87\",\n \"resourceReference\": \"enim nostrud in labore\",\n \"parentSessionId\": \"5c01ccec-3aa2-391d-9d0c-4150b399f33c\"\n}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"hostId\": \"<uuid>\",\n \"type\": \"<string>\",\n \"repository\": {\n \"path\": \"nostrud sit est aliqua\",\n \"maxTaskCount\": -20777305,\n \"readWriteRate\": 46709707,\n \"useFastCloningOnXFSVolumes\": false,\n \"useImmutableBackups\": true,\n \"makeRecentBackupsImmutableDays\": 27387210,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"mountServer\": {\n \"mountServerId\": \"urn:uuid:20ed44ab-dc42-0ddd-96dc-90060fc15ba4\",\n \"vPowerNFSEnabled\": true,\n \"writeCacheFolder\": \"anim sed cupidatat\",\n \"vPowerNFSPortSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/repositories", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"repositories" | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
} | |
], | |
"protocolProfileBehavior": {}, | |
"_postman_isSubFolder": true | |
}, | |
{ | |
"name": "proxies", | |
"item": [ | |
{ | |
"name": "{id}", | |
"item": [ | |
{ | |
"name": "Gets a backup proxy from Veeam B&R", | |
"request": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/proxies/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"proxies", | |
":id" | |
], | |
"variable": [ | |
{ | |
"id": "84173f3d-4c37-4164-be3c-9cb82974be9e", | |
"key": "id", | |
"value": "<uuid>", | |
"type": "string", | |
"description": "(Required) " | |
} | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Not Found. This error is related to path parameters. One or more resources specified in the request could not be found in the specified resource collection.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/proxies/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"proxies", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Not Found", | |
"code": 404, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/proxies/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"proxies", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/proxies/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"proxies", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/proxies/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"proxies", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Success", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/proxies/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"proxies", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "OK", | |
"code": 200, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"server\": {\n \"hostId\": \"urn:uuid:27446238-4458-2a10-46a5-fb0c02a9f04b\",\n \"transportMode\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"failoverToNetwork\": true,\n \"hostToProxyEncryption\": true,\n \"connectedDatastores\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"maxTaskCount\": -39463422\n },\n \"trafficRules\": {\n \"rules\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n}" | |
} | |
] | |
}, | |
{ | |
"name": "Updates a backup proxy on Veeam V&R", | |
"request": { | |
"method": "PUT", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
}, | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"server\": {\n \"hostId\": \"d44a3bd7-3d27-fcbe-f2d9-ff6f3ad54ed2\",\n \"transportMode\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"failoverToNetwork\": false,\n \"hostToProxyEncryption\": false,\n \"connectedDatastores\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"maxTaskCount\": -36678394\n },\n \"trafficRules\": {\n \"rules\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n}", | |
"options": { | |
"raw": {} | |
} | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/proxies/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"proxies", | |
":id" | |
], | |
"variable": [ | |
{ | |
"id": "42e604f6-4022-468b-b191-9b7c22a68065", | |
"key": "id", | |
"value": "<uuid>", | |
"type": "string", | |
"description": "(Required) " | |
} | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Created backup infrastructure save session", | |
"originalRequest": { | |
"method": "PUT", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"server\": {\n \"hostId\": \"urn:uuid:27446238-4458-2a10-46a5-fb0c02a9f04b\",\n \"transportMode\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"failoverToNetwork\": true,\n \"hostToProxyEncryption\": true,\n \"connectedDatastores\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"maxTaskCount\": -39463422\n },\n \"trafficRules\": {\n \"rules\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/proxies/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"proxies", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Created", | |
"code": 201, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"activityId\": \"69a0f048-bbd2-517a-7e2a-0ca27da65c01\",\n \"creationTimeUtc\": \"2017-11-25T02:22:36.050Z\",\n \"id\": \"urn:uuid:9f92a9b9-6b20-cc8d-6d36-7b91d613e568\",\n \"name\": \"et Excepteur do consequat\",\n \"result\": {\n \"result\": \"<string>\",\n \"message\": \"laborum do cupidatat\",\n \"isCanceled\": false\n },\n \"sessionType\": \"<string>\",\n \"state\": \"<string>\",\n \"usn\": -72958883,\n \"endTimeUtc\": \"1993-02-20T18:05:36.542Z\",\n \"progressPercent\": \"enim ut dolore consequat\",\n \"resourceId\": \"urn:uuid:1e0e88dd-6812-31d8-8683-f0b4f6947d87\",\n \"resourceReference\": \"enim nostrud in labore\",\n \"parentSessionId\": \"5c01ccec-3aa2-391d-9d0c-4150b399f33c\"\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "PUT", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"server\": {\n \"hostId\": \"urn:uuid:27446238-4458-2a10-46a5-fb0c02a9f04b\",\n \"transportMode\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"failoverToNetwork\": true,\n \"hostToProxyEncryption\": true,\n \"connectedDatastores\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"maxTaskCount\": -39463422\n },\n \"trafficRules\": {\n \"rules\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/proxies/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"proxies", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "PUT", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"server\": {\n \"hostId\": \"urn:uuid:27446238-4458-2a10-46a5-fb0c02a9f04b\",\n \"transportMode\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"failoverToNetwork\": true,\n \"hostToProxyEncryption\": true,\n \"connectedDatastores\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"maxTaskCount\": -39463422\n },\n \"trafficRules\": {\n \"rules\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/proxies/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"proxies", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "PUT", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"server\": {\n \"hostId\": \"urn:uuid:27446238-4458-2a10-46a5-fb0c02a9f04b\",\n \"transportMode\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"failoverToNetwork\": true,\n \"hostToProxyEncryption\": true,\n \"connectedDatastores\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"maxTaskCount\": -39463422\n },\n \"trafficRules\": {\n \"rules\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/proxies/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"proxies", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Bad Request. This error is related to POST/PUT requests. The request body is malformed, incomplete or otherwise invalid.", | |
"originalRequest": { | |
"method": "PUT", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"server\": {\n \"hostId\": \"urn:uuid:27446238-4458-2a10-46a5-fb0c02a9f04b\",\n \"transportMode\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"failoverToNetwork\": true,\n \"hostToProxyEncryption\": true,\n \"connectedDatastores\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"maxTaskCount\": -39463422\n },\n \"trafficRules\": {\n \"rules\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/proxies/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"proxies", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Bad Request", | |
"code": 400, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Not Found. This error is related to path parameters. One or more resources specified in the request could not be found in the specified resource collection.", | |
"originalRequest": { | |
"method": "PUT", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"server\": {\n \"hostId\": \"urn:uuid:27446238-4458-2a10-46a5-fb0c02a9f04b\",\n \"transportMode\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"failoverToNetwork\": true,\n \"hostToProxyEncryption\": true,\n \"connectedDatastores\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"maxTaskCount\": -39463422\n },\n \"trafficRules\": {\n \"rules\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/proxies/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"proxies", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Not Found", | |
"code": 404, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
}, | |
{ | |
"name": "Deletes a backup proxy on Veeam V&R", | |
"request": { | |
"method": "DELETE", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/proxies/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"proxies", | |
":id" | |
], | |
"variable": [ | |
{ | |
"id": "5c434af2-4cf5-44ca-bd21-a1506b6d54b2", | |
"key": "id", | |
"value": "<uuid>", | |
"type": "string", | |
"description": "(Required) " | |
} | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Deleted", | |
"originalRequest": { | |
"method": "DELETE", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/proxies/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"proxies", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "No Content", | |
"code": 204, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "DELETE", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/proxies/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"proxies", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Not Found. This error is related to path parameters. One or more resources specified in the request could not be found in the specified resource collection.", | |
"originalRequest": { | |
"method": "DELETE", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/proxies/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"proxies", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Not Found", | |
"code": 404, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "DELETE", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/proxies/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"proxies", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "DELETE", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/proxies/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"proxies", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
} | |
], | |
"protocolProfileBehavior": {}, | |
"_postman_isSubFolder": true | |
}, | |
{ | |
"name": "Gets backup proxies from Veeam B&R", | |
"request": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/proxies?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>&nameFilter=<string>", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"proxies" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
}, | |
{ | |
"key": "nameFilter", | |
"value": "<string>" | |
} | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/proxies?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>&nameFilter=<string>", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"proxies" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
}, | |
{ | |
"key": "nameFilter", | |
"value": "<string>" | |
} | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/proxies?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>&nameFilter=<string>", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"proxies" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
}, | |
{ | |
"key": "nameFilter", | |
"value": "<string>" | |
} | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/proxies?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>&nameFilter=<string>", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"proxies" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
}, | |
{ | |
"key": "nameFilter", | |
"value": "<string>" | |
} | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Get backup proxies on Veeam B&R", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/proxies?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>&nameFilter=<string>", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"proxies" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
}, | |
{ | |
"key": "nameFilter", | |
"value": "<string>" | |
} | |
] | |
} | |
}, | |
"status": "OK", | |
"code": 200, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"data\": [\n {\n \"server\": {\n \"hostId\": \"urn:uuid:0c3a76ba-f177-7f58-a7b8-a36e4940c9e9\",\n \"transportMode\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"failoverToNetwork\": false,\n \"hostToProxyEncryption\": false,\n \"connectedDatastores\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"maxTaskCount\": 17434858\n },\n \"trafficRules\": {\n \"rules\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n {\n \"server\": {\n \"hostId\": \"urn:uuid:0dd6715e-1fc6-e2c6-3ee3-75d143d27887\",\n \"transportMode\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"failoverToNetwork\": false,\n \"hostToProxyEncryption\": false,\n \"connectedDatastores\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"maxTaskCount\": 12659393\n },\n \"trafficRules\": {\n \"rules\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n }\n ],\n \"pagination\": {\n \"total\": -96050687\n }\n}" | |
} | |
] | |
}, | |
{ | |
"name": "Adds backup proxy to Veeam B&R", | |
"request": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
}, | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"server\": {\n \"hostId\": \"8015420f-9fe9-a838-b5df-f1017cb925a5\",\n \"transportMode\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"failoverToNetwork\": false,\n \"hostToProxyEncryption\": true,\n \"connectedDatastores\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"maxTaskCount\": -61531238\n }\n}", | |
"options": { | |
"raw": {} | |
} | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/proxies", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"proxies" | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"server\": {\n \"hostId\": \"b7a3f170-5c6f-cbf7-25fd-f05e2b3cee5b\",\n \"transportMode\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"failoverToNetwork\": true,\n \"hostToProxyEncryption\": true,\n \"connectedDatastores\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"maxTaskCount\": -16032452\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/proxies", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"proxies" | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"server\": {\n \"hostId\": \"b7a3f170-5c6f-cbf7-25fd-f05e2b3cee5b\",\n \"transportMode\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"failoverToNetwork\": true,\n \"hostToProxyEncryption\": true,\n \"connectedDatastores\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"maxTaskCount\": -16032452\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/proxies", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"proxies" | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Bad Request. This error is related to POST/PUT requests. The request body is malformed, incomplete or otherwise invalid.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"server\": {\n \"hostId\": \"b7a3f170-5c6f-cbf7-25fd-f05e2b3cee5b\",\n \"transportMode\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"failoverToNetwork\": true,\n \"hostToProxyEncryption\": true,\n \"connectedDatastores\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"maxTaskCount\": -16032452\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/proxies", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"proxies" | |
] | |
} | |
}, | |
"status": "Bad Request", | |
"code": 400, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Created backup infrastructure save session", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"server\": {\n \"hostId\": \"b7a3f170-5c6f-cbf7-25fd-f05e2b3cee5b\",\n \"transportMode\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"failoverToNetwork\": true,\n \"hostToProxyEncryption\": true,\n \"connectedDatastores\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"maxTaskCount\": -16032452\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/proxies", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"proxies" | |
] | |
} | |
}, | |
"status": "Created", | |
"code": 201, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"activityId\": \"69a0f048-bbd2-517a-7e2a-0ca27da65c01\",\n \"creationTimeUtc\": \"2017-11-25T02:22:36.050Z\",\n \"id\": \"urn:uuid:9f92a9b9-6b20-cc8d-6d36-7b91d613e568\",\n \"name\": \"et Excepteur do consequat\",\n \"result\": {\n \"result\": \"<string>\",\n \"message\": \"laborum do cupidatat\",\n \"isCanceled\": false\n },\n \"sessionType\": \"<string>\",\n \"state\": \"<string>\",\n \"usn\": -72958883,\n \"endTimeUtc\": \"1993-02-20T18:05:36.542Z\",\n \"progressPercent\": \"enim ut dolore consequat\",\n \"resourceId\": \"urn:uuid:1e0e88dd-6812-31d8-8683-f0b4f6947d87\",\n \"resourceReference\": \"enim nostrud in labore\",\n \"parentSessionId\": \"5c01ccec-3aa2-391d-9d0c-4150b399f33c\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"server\": {\n \"hostId\": \"b7a3f170-5c6f-cbf7-25fd-f05e2b3cee5b\",\n \"transportMode\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"failoverToNetwork\": true,\n \"hostToProxyEncryption\": true,\n \"connectedDatastores\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"maxTaskCount\": -16032452\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/backupInfrastructure/proxies", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"backupInfrastructure", | |
"proxies" | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
} | |
], | |
"protocolProfileBehavior": {}, | |
"_postman_isSubFolder": true | |
} | |
], | |
"protocolProfileBehavior": {}, | |
"_postman_isSubFolder": true | |
}, | |
{ | |
"name": "jobs", | |
"item": [ | |
{ | |
"name": "{id}", | |
"item": [ | |
{ | |
"name": "Gets a job info", | |
"request": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id" | |
], | |
"variable": [ | |
{ | |
"id": "7040fcad-9519-491f-a121-bafbb7379350", | |
"key": "id", | |
"value": "<uuid>", | |
"type": "string", | |
"description": "(Required) " | |
} | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Not Found. This error is related to path parameters. One or more resources specified in the request could not be found in the specified resource collection.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Not Found", | |
"code": 404, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Success", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "OK", | |
"code": 200, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"isHighPriority\": true,\n \"virtualMachines\": {\n \"includes\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"excludes\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storage\": {\n \"backupProxies\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupRepositoryId\": \"deb8c4c3-bd61-dd56-dc18-35a98781e948\",\n \"retentionPolicy\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"gfsPolicy\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"guestProcessing\": {\n \"appAwareProcessing\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestFSIndexing\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestInteractionProxies\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestCredentials\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"schedule\": {\n \"runAutomatically\": false,\n \"daily\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"periodically\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"retry\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupWindow\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
}, | |
{ | |
"name": "Updates a job info", | |
"request": { | |
"method": "PUT", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
}, | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"isHighPriority\": false,\n \"virtualMachines\": {\n \"includes\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"excludes\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storage\": {\n \"backupProxies\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupRepositoryId\": \"b9af62a0-be2d-0d48-3a8e-53ae4a70c989\",\n \"retentionPolicy\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"gfsPolicy\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"guestProcessing\": {\n \"appAwareProcessing\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestFSIndexing\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestInteractionProxies\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestCredentials\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"schedule\": {\n \"runAutomatically\": false,\n \"daily\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"periodically\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"retry\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupWindow\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n}", | |
"options": { | |
"raw": {} | |
} | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id" | |
], | |
"variable": [ | |
{ | |
"id": "c4f1cbc4-95cb-45c9-94b8-37d1471c15b0", | |
"key": "id", | |
"value": "<uuid>", | |
"type": "string", | |
"description": "(Required) " | |
} | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "PUT", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"isHighPriority\": true,\n \"virtualMachines\": {\n \"includes\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"excludes\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storage\": {\n \"backupProxies\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupRepositoryId\": \"deb8c4c3-bd61-dd56-dc18-35a98781e948\",\n \"retentionPolicy\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"gfsPolicy\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"guestProcessing\": {\n \"appAwareProcessing\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestFSIndexing\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestInteractionProxies\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestCredentials\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"schedule\": {\n \"runAutomatically\": false,\n \"daily\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"periodically\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"retry\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupWindow\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Not Found. This error is related to path parameters. One or more resources specified in the request could not be found in the specified resource collection.", | |
"originalRequest": { | |
"method": "PUT", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"isHighPriority\": true,\n \"virtualMachines\": {\n \"includes\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"excludes\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storage\": {\n \"backupProxies\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupRepositoryId\": \"deb8c4c3-bd61-dd56-dc18-35a98781e948\",\n \"retentionPolicy\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"gfsPolicy\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"guestProcessing\": {\n \"appAwareProcessing\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestFSIndexing\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestInteractionProxies\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestCredentials\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"schedule\": {\n \"runAutomatically\": false,\n \"daily\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"periodically\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"retry\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupWindow\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Not Found", | |
"code": 404, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Bad Request. This error is related to POST/PUT requests. The request body is malformed, incomplete or otherwise invalid.", | |
"originalRequest": { | |
"method": "PUT", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"isHighPriority\": true,\n \"virtualMachines\": {\n \"includes\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"excludes\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storage\": {\n \"backupProxies\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupRepositoryId\": \"deb8c4c3-bd61-dd56-dc18-35a98781e948\",\n \"retentionPolicy\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"gfsPolicy\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"guestProcessing\": {\n \"appAwareProcessing\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestFSIndexing\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestInteractionProxies\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestCredentials\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"schedule\": {\n \"runAutomatically\": false,\n \"daily\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"periodically\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"retry\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupWindow\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Bad Request", | |
"code": 400, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Updated job model", | |
"originalRequest": { | |
"method": "PUT", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"isHighPriority\": true,\n \"virtualMachines\": {\n \"includes\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"excludes\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storage\": {\n \"backupProxies\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupRepositoryId\": \"deb8c4c3-bd61-dd56-dc18-35a98781e948\",\n \"retentionPolicy\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"gfsPolicy\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"guestProcessing\": {\n \"appAwareProcessing\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestFSIndexing\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestInteractionProxies\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestCredentials\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"schedule\": {\n \"runAutomatically\": false,\n \"daily\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"periodically\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"retry\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupWindow\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "OK", | |
"code": 200, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"isHighPriority\": true,\n \"virtualMachines\": {\n \"includes\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"excludes\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storage\": {\n \"backupProxies\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupRepositoryId\": \"deb8c4c3-bd61-dd56-dc18-35a98781e948\",\n \"retentionPolicy\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"gfsPolicy\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"guestProcessing\": {\n \"appAwareProcessing\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestFSIndexing\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestInteractionProxies\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestCredentials\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"schedule\": {\n \"runAutomatically\": false,\n \"daily\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"periodically\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"retry\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupWindow\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "PUT", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"isHighPriority\": true,\n \"virtualMachines\": {\n \"includes\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"excludes\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storage\": {\n \"backupProxies\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupRepositoryId\": \"deb8c4c3-bd61-dd56-dc18-35a98781e948\",\n \"retentionPolicy\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"gfsPolicy\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"guestProcessing\": {\n \"appAwareProcessing\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestFSIndexing\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestInteractionProxies\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestCredentials\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"schedule\": {\n \"runAutomatically\": false,\n \"daily\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"periodically\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"retry\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupWindow\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "PUT", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"isHighPriority\": true,\n \"virtualMachines\": {\n \"includes\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"excludes\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storage\": {\n \"backupProxies\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupRepositoryId\": \"deb8c4c3-bd61-dd56-dc18-35a98781e948\",\n \"retentionPolicy\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"gfsPolicy\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"guestProcessing\": {\n \"appAwareProcessing\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestFSIndexing\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestInteractionProxies\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestCredentials\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"schedule\": {\n \"runAutomatically\": false,\n \"daily\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"periodically\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"retry\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupWindow\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
}, | |
{ | |
"name": "Deletes a job", | |
"request": { | |
"method": "DELETE", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id" | |
], | |
"variable": [ | |
{ | |
"id": "754d341c-ce6a-4129-bb3c-b0960b3ae8b2", | |
"key": "id", | |
"value": "<uuid>", | |
"type": "string", | |
"description": "(Required) " | |
} | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "DELETE", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "DELETE", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Deleted", | |
"originalRequest": { | |
"method": "DELETE", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "No Content", | |
"code": 204, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "DELETE", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Not Found. This error is related to path parameters. One or more resources specified in the request could not be found in the specified resource collection.", | |
"originalRequest": { | |
"method": "DELETE", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Not Found", | |
"code": 404, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
}, | |
{ | |
"name": "Start backup job on Veeam B&R", | |
"request": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
}, | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"performActiveFull\": false,\n \"startChainedJobs\": false\n}", | |
"options": { | |
"raw": {} | |
} | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id/start", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id", | |
"start" | |
], | |
"variable": [ | |
{ | |
"id": "548493a9-b921-4e68-9af8-d8bc6d627f02", | |
"key": "id", | |
"value": "<uuid>", | |
"type": "string", | |
"description": "(Required) " | |
} | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Started job session", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"performActiveFull\": false,\n \"startChainedJobs\": false\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id/start", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id", | |
"start" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Created", | |
"code": 201, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"activityId\": \"69a0f048-bbd2-517a-7e2a-0ca27da65c01\",\n \"creationTimeUtc\": \"2017-11-25T02:22:36.050Z\",\n \"id\": \"urn:uuid:9f92a9b9-6b20-cc8d-6d36-7b91d613e568\",\n \"name\": \"et Excepteur do consequat\",\n \"result\": {\n \"result\": \"<string>\",\n \"message\": \"laborum do cupidatat\",\n \"isCanceled\": false\n },\n \"sessionType\": \"<string>\",\n \"state\": \"<string>\",\n \"usn\": -72958883,\n \"endTimeUtc\": \"1993-02-20T18:05:36.542Z\",\n \"progressPercent\": \"enim ut dolore consequat\",\n \"resourceId\": \"urn:uuid:1e0e88dd-6812-31d8-8683-f0b4f6947d87\",\n \"resourceReference\": \"enim nostrud in labore\",\n \"parentSessionId\": \"5c01ccec-3aa2-391d-9d0c-4150b399f33c\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"performActiveFull\": false,\n \"startChainedJobs\": false\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id/start", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id", | |
"start" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"performActiveFull\": false,\n \"startChainedJobs\": false\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id/start", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id", | |
"start" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Not Found. This error is related to path parameters. One or more resources specified in the request could not be found in the specified resource collection.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"performActiveFull\": false,\n \"startChainedJobs\": false\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id/start", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id", | |
"start" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Not Found", | |
"code": 404, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"performActiveFull\": false,\n \"startChainedJobs\": false\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id/start", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id", | |
"start" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Bad Request. This error is related to POST/PUT requests. The request body is malformed, incomplete or otherwise invalid.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"performActiveFull\": false,\n \"startChainedJobs\": false\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id/start", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id", | |
"start" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Bad Request", | |
"code": 400, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
}, | |
{ | |
"name": "Stop backup job on Veeam B&R", | |
"request": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
}, | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"gracefullStop\": true\n}", | |
"options": { | |
"raw": {} | |
} | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id/stop", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id", | |
"stop" | |
], | |
"variable": [ | |
{ | |
"id": "6e71b0fb-7b70-49e5-ac62-5ef17ca10bd4", | |
"key": "id", | |
"value": "<uuid>", | |
"type": "string", | |
"description": "(Required) " | |
} | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Not Found. This error is related to path parameters. One or more resources specified in the request could not be found in the specified resource collection.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"gracefullStop\": true\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id/stop", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id", | |
"stop" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Not Found", | |
"code": 404, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Stopped job session", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"gracefullStop\": true\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id/stop", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id", | |
"stop" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Created", | |
"code": 201, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"activityId\": \"69a0f048-bbd2-517a-7e2a-0ca27da65c01\",\n \"creationTimeUtc\": \"2017-11-25T02:22:36.050Z\",\n \"id\": \"urn:uuid:9f92a9b9-6b20-cc8d-6d36-7b91d613e568\",\n \"name\": \"et Excepteur do consequat\",\n \"result\": {\n \"result\": \"<string>\",\n \"message\": \"laborum do cupidatat\",\n \"isCanceled\": false\n },\n \"sessionType\": \"<string>\",\n \"state\": \"<string>\",\n \"usn\": -72958883,\n \"endTimeUtc\": \"1993-02-20T18:05:36.542Z\",\n \"progressPercent\": \"enim ut dolore consequat\",\n \"resourceId\": \"urn:uuid:1e0e88dd-6812-31d8-8683-f0b4f6947d87\",\n \"resourceReference\": \"enim nostrud in labore\",\n \"parentSessionId\": \"5c01ccec-3aa2-391d-9d0c-4150b399f33c\"\n}" | |
}, | |
{ | |
"name": "Bad Request. This error is related to POST/PUT requests. The request body is malformed, incomplete or otherwise invalid.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"gracefullStop\": true\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id/stop", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id", | |
"stop" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Bad Request", | |
"code": 400, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"gracefullStop\": true\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id/stop", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id", | |
"stop" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"gracefullStop\": true\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id/stop", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id", | |
"stop" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"gracefullStop\": true\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id/stop", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id", | |
"stop" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
}, | |
{ | |
"name": "Disable backup job on Veeam B&R", | |
"request": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id/disable", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id", | |
"disable" | |
], | |
"variable": [ | |
{ | |
"id": "d4007473-879d-4498-a7ed-edc20ce69b4b", | |
"key": "id", | |
"value": "<uuid>", | |
"type": "string", | |
"description": "(Required) " | |
} | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Bad Request. This error is related to POST/PUT requests. The request body is malformed, incomplete or otherwise invalid.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id/disable", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id", | |
"disable" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Bad Request", | |
"code": 400, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id/disable", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id", | |
"disable" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Not Found. This error is related to path parameters. One or more resources specified in the request could not be found in the specified resource collection.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id/disable", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id", | |
"disable" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Not Found", | |
"code": 404, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id/disable", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id", | |
"disable" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Disabled", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id/disable", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id", | |
"disable" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "OK", | |
"code": 200, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id/disable", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id", | |
"disable" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
}, | |
{ | |
"name": "Enable backup job on Veeam B&R", | |
"request": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id/enable", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id", | |
"enable" | |
], | |
"variable": [ | |
{ | |
"id": "43b4aec3-8632-42ca-babd-b14d90e8b7da", | |
"key": "id", | |
"value": "<uuid>", | |
"type": "string", | |
"description": "(Required) " | |
} | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Enabled", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id/enable", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id", | |
"enable" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "OK", | |
"code": 200, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id/enable", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id", | |
"enable" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Not Found. This error is related to path parameters. One or more resources specified in the request could not be found in the specified resource collection.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id/enable", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id", | |
"enable" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Not Found", | |
"code": 404, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id/enable", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id", | |
"enable" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id/enable", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id", | |
"enable" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Bad Request. This error is related to POST/PUT requests. The request body is malformed, incomplete or otherwise invalid.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs/:id/enable", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs", | |
":id", | |
"enable" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Bad Request", | |
"code": 400, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
} | |
], | |
"protocolProfileBehavior": {}, | |
"_postman_isSubFolder": true | |
}, | |
{ | |
"name": "Gets jobs managed by Veeam B&R", | |
"request": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>&nameFilter=<string>&stateFilter=<string>", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
}, | |
{ | |
"key": "nameFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "stateFilter", | |
"value": "<string>" | |
} | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>&nameFilter=<string>&stateFilter=<string>", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
}, | |
{ | |
"key": "nameFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "stateFilter", | |
"value": "<string>" | |
} | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>&nameFilter=<string>&stateFilter=<string>", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
}, | |
{ | |
"key": "nameFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "stateFilter", | |
"value": "<string>" | |
} | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>&nameFilter=<string>&stateFilter=<string>", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
}, | |
{ | |
"key": "nameFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "stateFilter", | |
"value": "<string>" | |
} | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Success", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>&nameFilter=<string>&stateFilter=<string>", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
}, | |
{ | |
"key": "nameFilter", | |
"value": "<string>" | |
}, | |
{ | |
"key": "stateFilter", | |
"value": "<string>" | |
} | |
] | |
} | |
}, | |
"status": "OK", | |
"code": 200, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"data\": [\n {\n \"isHighPriority\": true,\n \"virtualMachines\": {\n \"includes\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"excludes\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storage\": {\n \"backupProxies\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupRepositoryId\": \"urn:uuid:30fe52b2-0fd5-9ace-c970-7149421ce548\",\n \"retentionPolicy\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"gfsPolicy\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"guestProcessing\": {\n \"appAwareProcessing\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestFSIndexing\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestInteractionProxies\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestCredentials\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"schedule\": {\n \"runAutomatically\": false,\n \"daily\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"periodically\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"retry\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupWindow\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n {\n \"isHighPriority\": false,\n \"virtualMachines\": {\n \"includes\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"excludes\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storage\": {\n \"backupProxies\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupRepositoryId\": \"51dd193c-f3f9-044e-cf86-2cf15b5dea22\",\n \"retentionPolicy\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"gfsPolicy\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"guestProcessing\": {\n \"appAwareProcessing\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestFSIndexing\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestInteractionProxies\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestCredentials\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"schedule\": {\n \"runAutomatically\": false,\n \"daily\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"periodically\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"retry\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupWindow\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n ],\n \"pagination\": {\n \"total\": -9415052\n }\n}" | |
} | |
] | |
}, | |
{ | |
"name": "Creates a new job on Veeam B&R", | |
"request": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
}, | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"isHighPriority\": false,\n \"virtualMachines\": {\n \"includes\": [\n {\n \"name\": \"cupidatat\",\n \"type\": \"Multitag\",\n \"viHostName\": \"tempor elit sit\",\n \"objectId\": \"anim minim lab\"\n },\n {\n \"name\": \"eu commodo\",\n \"type\": \"Category\",\n \"viHostName\": \"laboris voluptate labore culpa\",\n \"objectId\": \"ir\"\n }\n ],\n \"excludes\": {\n \"vms\": [\n {\n \"name\": \"id in\",\n \"type\": \"Datastore\",\n \"viHostName\": \"nulla mollit\",\n \"objectId\": \"in anim exercit\"\n },\n {\n \"name\": \"dolor ullamco aute\",\n \"type\": \"Datacenter\",\n \"viHostName\": \"laboris venia\",\n \"objectId\": \"nulla magna\"\n }\n ],\n \"disks\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"templates\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeFromIncremental\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n },\n \"storage\": {\n \"backupProxies\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupRepositoryId\": \"urn:uuid:bf3bdb3a-5d88-0b16-817f-39871c7b7041\",\n \"retentionPolicy\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"gfsPolicy\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"guestProcessing\": {\n \"appAwareProcessing\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestFSIndexing\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestInteractionProxies\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestCredentials\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"schedule\": {\n \"runAutomatically\": false,\n \"daily\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"periodically\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"retry\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupWindow\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n}", | |
"options": { | |
"raw": {} | |
} | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs" | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Bad Request. This error is related to POST/PUT requests. The request body is malformed, incomplete or otherwise invalid.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"isHighPriority\": false,\n \"virtualMachines\": {\n \"includes\": [\n {\n \"name\": \"cupidatat dolor proident\",\n \"type\": \"Unknown\",\n \"viHostName\": \"do proident in\",\n \"objectId\": \"anim\"\n },\n {\n \"name\": \"laboris elit \",\n \"type\": \"VirtualMachine\",\n \"viHostName\": \"esse sint\",\n \"objectId\": \"i\"\n }\n ],\n \"excludes\": {\n \"vms\": [\n {\n \"name\": \"irure consectetur non\",\n \"type\": \"Datastore\",\n \"viHostName\": \"irure sunt adipisicing consectetur\",\n \"objectId\": \"pariatur tempor incididunt\"\n },\n {\n \"name\": \"consequat veniam ea anim\",\n \"type\": \"Unknown\",\n \"viHostName\": \"irure ipsum\",\n \"objectId\": \"proident of\"\n }\n ],\n \"disks\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"templates\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeFromIncremental\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n },\n \"storage\": {\n \"backupProxies\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupRepositoryId\": \"1cbe3b1e-25b9-a43f-c991-4c40e7a2efb4\",\n \"retentionPolicy\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"gfsPolicy\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"guestProcessing\": {\n \"appAwareProcessing\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestFSIndexing\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestInteractionProxies\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestCredentials\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"schedule\": {\n \"runAutomatically\": false,\n \"daily\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"periodically\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"retry\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupWindow\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs" | |
] | |
} | |
}, | |
"status": "Bad Request", | |
"code": 400, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"isHighPriority\": false,\n \"virtualMachines\": {\n \"includes\": [\n {\n \"name\": \"cupidatat dolor proident\",\n \"type\": \"Unknown\",\n \"viHostName\": \"do proident in\",\n \"objectId\": \"anim\"\n },\n {\n \"name\": \"laboris elit \",\n \"type\": \"VirtualMachine\",\n \"viHostName\": \"esse sint\",\n \"objectId\": \"i\"\n }\n ],\n \"excludes\": {\n \"vms\": [\n {\n \"name\": \"irure consectetur non\",\n \"type\": \"Datastore\",\n \"viHostName\": \"irure sunt adipisicing consectetur\",\n \"objectId\": \"pariatur tempor incididunt\"\n },\n {\n \"name\": \"consequat veniam ea anim\",\n \"type\": \"Unknown\",\n \"viHostName\": \"irure ipsum\",\n \"objectId\": \"proident of\"\n }\n ],\n \"disks\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"templates\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeFromIncremental\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n },\n \"storage\": {\n \"backupProxies\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupRepositoryId\": \"1cbe3b1e-25b9-a43f-c991-4c40e7a2efb4\",\n \"retentionPolicy\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"gfsPolicy\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"guestProcessing\": {\n \"appAwareProcessing\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestFSIndexing\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestInteractionProxies\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestCredentials\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"schedule\": {\n \"runAutomatically\": false,\n \"daily\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"periodically\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"retry\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupWindow\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs" | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Created", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"isHighPriority\": false,\n \"virtualMachines\": {\n \"includes\": [\n {\n \"name\": \"cupidatat dolor proident\",\n \"type\": \"Unknown\",\n \"viHostName\": \"do proident in\",\n \"objectId\": \"anim\"\n },\n {\n \"name\": \"laboris elit \",\n \"type\": \"VirtualMachine\",\n \"viHostName\": \"esse sint\",\n \"objectId\": \"i\"\n }\n ],\n \"excludes\": {\n \"vms\": [\n {\n \"name\": \"irure consectetur non\",\n \"type\": \"Datastore\",\n \"viHostName\": \"irure sunt adipisicing consectetur\",\n \"objectId\": \"pariatur tempor incididunt\"\n },\n {\n \"name\": \"consequat veniam ea anim\",\n \"type\": \"Unknown\",\n \"viHostName\": \"irure ipsum\",\n \"objectId\": \"proident of\"\n }\n ],\n \"disks\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"templates\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeFromIncremental\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n },\n \"storage\": {\n \"backupProxies\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupRepositoryId\": \"1cbe3b1e-25b9-a43f-c991-4c40e7a2efb4\",\n \"retentionPolicy\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"gfsPolicy\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"guestProcessing\": {\n \"appAwareProcessing\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestFSIndexing\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestInteractionProxies\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestCredentials\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"schedule\": {\n \"runAutomatically\": false,\n \"daily\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"periodically\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"retry\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupWindow\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs" | |
] | |
} | |
}, | |
"status": "Created", | |
"code": 201, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"isHighPriority\": true,\n \"virtualMachines\": {\n \"includes\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"excludes\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storage\": {\n \"backupProxies\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupRepositoryId\": \"deb8c4c3-bd61-dd56-dc18-35a98781e948\",\n \"retentionPolicy\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"gfsPolicy\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"guestProcessing\": {\n \"appAwareProcessing\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestFSIndexing\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestInteractionProxies\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestCredentials\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"schedule\": {\n \"runAutomatically\": false,\n \"daily\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"periodically\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"retry\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupWindow\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"isHighPriority\": false,\n \"virtualMachines\": {\n \"includes\": [\n {\n \"name\": \"cupidatat dolor proident\",\n \"type\": \"Unknown\",\n \"viHostName\": \"do proident in\",\n \"objectId\": \"anim\"\n },\n {\n \"name\": \"laboris elit \",\n \"type\": \"VirtualMachine\",\n \"viHostName\": \"esse sint\",\n \"objectId\": \"i\"\n }\n ],\n \"excludes\": {\n \"vms\": [\n {\n \"name\": \"irure consectetur non\",\n \"type\": \"Datastore\",\n \"viHostName\": \"irure sunt adipisicing consectetur\",\n \"objectId\": \"pariatur tempor incididunt\"\n },\n {\n \"name\": \"consequat veniam ea anim\",\n \"type\": \"Unknown\",\n \"viHostName\": \"irure ipsum\",\n \"objectId\": \"proident of\"\n }\n ],\n \"disks\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"templates\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeFromIncremental\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n },\n \"storage\": {\n \"backupProxies\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupRepositoryId\": \"1cbe3b1e-25b9-a43f-c991-4c40e7a2efb4\",\n \"retentionPolicy\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"gfsPolicy\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"guestProcessing\": {\n \"appAwareProcessing\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestFSIndexing\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestInteractionProxies\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestCredentials\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"schedule\": {\n \"runAutomatically\": false,\n \"daily\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"periodically\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"retry\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupWindow\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs" | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"isHighPriority\": false,\n \"virtualMachines\": {\n \"includes\": [\n {\n \"name\": \"cupidatat dolor proident\",\n \"type\": \"Unknown\",\n \"viHostName\": \"do proident in\",\n \"objectId\": \"anim\"\n },\n {\n \"name\": \"laboris elit \",\n \"type\": \"VirtualMachine\",\n \"viHostName\": \"esse sint\",\n \"objectId\": \"i\"\n }\n ],\n \"excludes\": {\n \"vms\": [\n {\n \"name\": \"irure consectetur non\",\n \"type\": \"Datastore\",\n \"viHostName\": \"irure sunt adipisicing consectetur\",\n \"objectId\": \"pariatur tempor incididunt\"\n },\n {\n \"name\": \"consequat veniam ea anim\",\n \"type\": \"Unknown\",\n \"viHostName\": \"irure ipsum\",\n \"objectId\": \"proident of\"\n }\n ],\n \"disks\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"templates\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeFromIncremental\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n },\n \"storage\": {\n \"backupProxies\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupRepositoryId\": \"1cbe3b1e-25b9-a43f-c991-4c40e7a2efb4\",\n \"retentionPolicy\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"gfsPolicy\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"guestProcessing\": {\n \"appAwareProcessing\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestFSIndexing\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestInteractionProxies\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"guestCredentials\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"schedule\": {\n \"runAutomatically\": false,\n \"daily\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"periodically\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"retry\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupWindow\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/jobs", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"jobs" | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
} | |
], | |
"protocolProfileBehavior": {}, | |
"_postman_isSubFolder": true | |
}, | |
{ | |
"name": "credentials", | |
"item": [ | |
{ | |
"name": "{id}", | |
"item": [ | |
{ | |
"name": "Gets credentials from Veeam B&R", | |
"request": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials", | |
":id" | |
], | |
"variable": [ | |
{ | |
"id": "106b1d29-4ef6-4810-be1e-85b66195929f", | |
"key": "id", | |
"value": "<uuid>", | |
"type": "string", | |
"description": "(Required) " | |
} | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Not Found. This error is related to path parameters. One or more resources specified in the request could not be found in the specified resource collection.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Not Found", | |
"code": 404, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Success", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "OK", | |
"code": 200, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"tag\": \"ut cillum reprehenderit ut\"\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
}, | |
{ | |
"name": "Updates credentials description on Veeam B&R", | |
"request": { | |
"method": "PUT", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
}, | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"tag\": \"elit officia consectetur sed ut\"\n}", | |
"options": { | |
"raw": {} | |
} | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials", | |
":id" | |
], | |
"variable": [ | |
{ | |
"id": "9410fb2c-1fea-4057-b534-fd4c7086393a", | |
"key": "id", | |
"value": "<uuid>", | |
"type": "string", | |
"description": "(Required) " | |
} | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "PUT", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"tag\": \"ut cillum reprehenderit ut\"\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "PUT", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"tag\": \"ut cillum reprehenderit ut\"\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Not Found. This error is related to path parameters. One or more resources specified in the request could not be found in the specified resource collection.", | |
"originalRequest": { | |
"method": "PUT", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"tag\": \"ut cillum reprehenderit ut\"\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Not Found", | |
"code": 404, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "PUT", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"tag\": \"ut cillum reprehenderit ut\"\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Bad Request. This error is related to POST/PUT requests. The request body is malformed, incomplete or otherwise invalid.", | |
"originalRequest": { | |
"method": "PUT", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"tag\": \"ut cillum reprehenderit ut\"\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Bad Request", | |
"code": 400, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Updated", | |
"originalRequest": { | |
"method": "PUT", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"tag\": \"ut cillum reprehenderit ut\"\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "OK", | |
"code": 200, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"tag\": \"ut cillum reprehenderit ut\"\n}" | |
} | |
] | |
}, | |
{ | |
"name": "Deletes credentials from Veeam B&R", | |
"request": { | |
"method": "DELETE", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials", | |
":id" | |
], | |
"variable": [ | |
{ | |
"id": "5d453d49-159b-4da8-bbd7-dc94a67d7c22", | |
"key": "id", | |
"value": "<uuid>", | |
"type": "string", | |
"description": "(Required) " | |
} | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Deleted", | |
"originalRequest": { | |
"method": "DELETE", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "OK", | |
"code": 200, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{}" | |
}, | |
{ | |
"name": "Not Found. This error is related to path parameters. One or more resources specified in the request could not be found in the specified resource collection.", | |
"originalRequest": { | |
"method": "DELETE", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Not Found", | |
"code": 404, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "DELETE", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "DELETE", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "DELETE", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
}, | |
{ | |
"name": "Change credentials password on Veeam B&R", | |
"request": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
}, | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"password\": \"<string>\"\n}", | |
"options": { | |
"raw": {} | |
} | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials/:id/changepassword", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials", | |
":id", | |
"changepassword" | |
], | |
"variable": [ | |
{ | |
"id": "01f35f10-4c5d-4122-98b2-ad25dceb31de", | |
"key": "id", | |
"value": "<uuid>", | |
"type": "string", | |
"description": "(Required) " | |
} | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Bad Request. This error is related to POST/PUT requests. The request body is malformed, incomplete or otherwise invalid.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"password\": \"<string>\"\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials/:id/changepassword", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials", | |
":id", | |
"changepassword" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Bad Request", | |
"code": 400, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"password\": \"<string>\"\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials/:id/changepassword", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials", | |
":id", | |
"changepassword" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Updated", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"password\": \"<string>\"\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials/:id/changepassword", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials", | |
":id", | |
"changepassword" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "OK", | |
"code": 200, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"password\": \"<string>\"\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials/:id/changepassword", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials", | |
":id", | |
"changepassword" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Not Found. This error is related to path parameters. One or more resources specified in the request could not be found in the specified resource collection.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"password\": \"<string>\"\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials/:id/changepassword", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials", | |
":id", | |
"changepassword" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Not Found", | |
"code": 404, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"password\": \"<string>\"\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials/:id/changepassword", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials", | |
":id", | |
"changepassword" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
}, | |
{ | |
"name": "Change linux credentials private key on Veeam B&R", | |
"request": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
}, | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"privateKey\": \"<string>\",\n \"passphrase\": \"<string>\"\n}", | |
"options": { | |
"raw": {} | |
} | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials/:id/changeprivatekey", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials", | |
":id", | |
"changeprivatekey" | |
], | |
"variable": [ | |
{ | |
"id": "e62ac560-0c84-485e-a115-c28b6f1581d3", | |
"key": "id", | |
"value": "<uuid>", | |
"type": "string", | |
"description": "(Required) " | |
} | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Not Found. This error is related to path parameters. One or more resources specified in the request could not be found in the specified resource collection.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"privateKey\": \"<string>\",\n \"passphrase\": \"<string>\"\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials/:id/changeprivatekey", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials", | |
":id", | |
"changeprivatekey" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Not Found", | |
"code": 404, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"privateKey\": \"<string>\",\n \"passphrase\": \"<string>\"\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials/:id/changeprivatekey", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials", | |
":id", | |
"changeprivatekey" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Bad Request. This error is related to POST/PUT requests. The request body is malformed, incomplete or otherwise invalid.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"privateKey\": \"<string>\",\n \"passphrase\": \"<string>\"\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials/:id/changeprivatekey", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials", | |
":id", | |
"changeprivatekey" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Bad Request", | |
"code": 400, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"privateKey\": \"<string>\",\n \"passphrase\": \"<string>\"\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials/:id/changeprivatekey", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials", | |
":id", | |
"changeprivatekey" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"privateKey\": \"<string>\",\n \"passphrase\": \"<string>\"\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials/:id/changeprivatekey", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials", | |
":id", | |
"changeprivatekey" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Updated", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"privateKey\": \"<string>\",\n \"passphrase\": \"<string>\"\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials/:id/changeprivatekey", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials", | |
":id", | |
"changeprivatekey" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "OK", | |
"code": 200, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{}" | |
} | |
] | |
} | |
], | |
"protocolProfileBehavior": {}, | |
"_postman_isSubFolder": true | |
}, | |
{ | |
"name": "Gets credentials from Veeam B&R", | |
"request": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>", | |
"disabled": true | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>", | |
"disabled": true | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>", | |
"disabled": true | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>", | |
"disabled": true | |
}, | |
{ | |
"key": "nameFilter", | |
"value": "<string>", | |
"disabled": true | |
} | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Success", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>&nameFilter=<string>", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
}, | |
{ | |
"key": "nameFilter", | |
"value": "<string>" | |
} | |
] | |
} | |
}, | |
"status": "OK", | |
"code": 200, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"data\": [\n {\n \"tag\": \"ipsum commodo Lorem\"\n },\n {\n \"tag\": \"in nulla ad sint\"\n }\n ],\n \"pagination\": {\n \"total\": 3254329\n }\n}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>&nameFilter=<string>", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
}, | |
{ | |
"key": "nameFilter", | |
"value": "<string>" | |
} | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>&nameFilter=<string>", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
}, | |
{ | |
"key": "nameFilter", | |
"value": "<string>" | |
} | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>&nameFilter=<string>", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
}, | |
{ | |
"key": "nameFilter", | |
"value": "<string>" | |
} | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
}, | |
{ | |
"name": "Creates standard credentials on Veeam B&R", | |
"request": { | |
"auth": { | |
"type": "bearer", | |
"bearer": [ | |
{ | |
"key": "token", | |
"value": "eyJhbGciOiJSUzUxMiIsImtpZCI6IkUyRkZGMjNGRDBBN0E0N0E0RDNDNDY4OUFEOTM3MUY4NzRDQzEyNEUiLCJ0eXAiOiJKV1QifQ.eyJ1bmlxdWVfbmFtZSI6IkFkbWluaXN0cmF0b3IiLCJuYmYiOjE2MDIwMjExMTQsImV4cCI6MTYwMjAyMjAxNCwiaWF0IjoxNjAyMDIxMTE0LCJhdWQiOiJhY2Nlc3MifQ.Ucr3DzJNU90KcjTETJjSQDo8Hgg50gSeFlMUHIS2dZ06Z9zntiyNJZxQZlUsvBOaaokRpvq5MdBeJ7LUFT-gqM7dyTGCfE14Hfj3nssz1Zkc_4TIVHlHOPI8geQp5nHqfaPbemdv-ncTQizBxIsklYD9VMWEA7tNXiy3pPY7KgAouzlSag16Vu1JVZtfxXJgjHnK5SVA8Sf1aBaQAn2cNBH3o728Ft2AIyivyHyt26w9573TfUQwPA7rVQfFkB3eFbLnMyhZMc10wPIEUdiCapg0Om0QT547jnEGhIBLjatyvI3efNQUDgMI_lvFqE04Atfvy-6ERtn33Xt5YhpzZw", | |
"type": "string" | |
} | |
] | |
}, | |
"method": "POST", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
}, | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{ \n \"type\": \"Linux\", \n \"username\": \"username\", \n \"password\": \"password\", \n \"description\": \"description\"\n}", | |
"options": { | |
"raw": { | |
"language": "json" | |
} | |
} | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials" | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"tag\": \"<string>\"\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials" | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Created", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"tag\": \"<string>\"\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials" | |
] | |
} | |
}, | |
"status": "Created", | |
"code": 201, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"tag\": \"ut cillum reprehenderit ut\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"tag\": \"<string>\"\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials" | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"tag\": \"<string>\"\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials" | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Bad Request. This error is related to POST/PUT requests. The request body is malformed, incomplete or otherwise invalid.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"tag\": \"<string>\"\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/credentials", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"credentials" | |
] | |
} | |
}, | |
"status": "Bad Request", | |
"code": 400, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
} | |
], | |
"protocolProfileBehavior": {}, | |
"_postman_isSubFolder": true | |
}, | |
{ | |
"name": "encryption Passwords", | |
"item": [ | |
{ | |
"name": "{id}", | |
"item": [ | |
{ | |
"name": "Gets encryption password key from Password Manager", | |
"request": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/encryptionPasswords/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"encryptionPasswords", | |
":id" | |
], | |
"variable": [ | |
{ | |
"id": "ca9a6004-3503-45d1-b807-65eed9b554ef", | |
"key": "id", | |
"value": "<uuid>", | |
"type": "string", | |
"description": "(Required) " | |
} | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Not Found. This error is related to path parameters. One or more resources specified in the request could not be found in the specified resource collection.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/encryptionPasswords/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"encryptionPasswords", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Not Found", | |
"code": 404, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/encryptionPasswords/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"encryptionPasswords", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/encryptionPasswords/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"encryptionPasswords", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/encryptionPasswords/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"encryptionPasswords", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Success", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/encryptionPasswords/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"encryptionPasswords", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "OK", | |
"code": 200, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"creationDateTime\": \"ut\",\n \"hint\": \"veniam elit\",\n \"id\": \"571c9b62-9b98-9425-6612-d2dffbf5bc49\"\n}" | |
} | |
] | |
}, | |
{ | |
"name": "Updates encryption password key on Password Manager", | |
"request": { | |
"method": "PUT", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
}, | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"creationDateTime\": \"<string>\",\n \"hint\": \"<string>\",\n \"id\": \"<uuid>\"\n}", | |
"options": { | |
"raw": {} | |
} | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/encryptionPasswords/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"encryptionPasswords", | |
":id" | |
], | |
"variable": [ | |
{ | |
"id": "7ff297cf-c110-4e03-af2b-ccc574d9baca", | |
"key": "id", | |
"value": "<uuid>", | |
"type": "string", | |
"description": "(Required) " | |
} | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Not Found. This error is related to path parameters. One or more resources specified in the request could not be found in the specified resource collection.", | |
"originalRequest": { | |
"method": "PUT", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"creationDateTime\": \"<string>\",\n \"hint\": \"<string>\",\n \"id\": \"<uuid>\"\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/encryptionPasswords/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"encryptionPasswords", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Not Found", | |
"code": 404, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "PUT", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"creationDateTime\": \"<string>\",\n \"hint\": \"<string>\",\n \"id\": \"<uuid>\"\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/encryptionPasswords/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"encryptionPasswords", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Bad Request. This error is related to POST/PUT requests. The request body is malformed, incomplete or otherwise invalid.", | |
"originalRequest": { | |
"method": "PUT", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"creationDateTime\": \"<string>\",\n \"hint\": \"<string>\",\n \"id\": \"<uuid>\"\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/encryptionPasswords/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"encryptionPasswords", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Bad Request", | |
"code": 400, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "PUT", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"creationDateTime\": \"<string>\",\n \"hint\": \"<string>\",\n \"id\": \"<uuid>\"\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/encryptionPasswords/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"encryptionPasswords", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Updated", | |
"originalRequest": { | |
"method": "PUT", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"creationDateTime\": \"<string>\",\n \"hint\": \"<string>\",\n \"id\": \"<uuid>\"\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/encryptionPasswords/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"encryptionPasswords", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "OK", | |
"code": 200, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"creationDateTime\": \"<string>\",\n \"hint\": \"<string>\",\n \"id\": \"<uuid>\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "PUT", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"creationDateTime\": \"<string>\",\n \"hint\": \"<string>\",\n \"id\": \"<uuid>\"\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/encryptionPasswords/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"encryptionPasswords", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
}, | |
{ | |
"name": "Deletes encryption password key from Password Manager", | |
"request": { | |
"method": "DELETE", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/encryptionPasswords/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"encryptionPasswords", | |
":id" | |
], | |
"variable": [ | |
{ | |
"id": "d812f8ff-6028-4662-b7f2-c47bead1378d", | |
"key": "id", | |
"value": "<uuid>", | |
"type": "string", | |
"description": "(Required) " | |
} | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Not Found. This error is related to path parameters. One or more resources specified in the request could not be found in the specified resource collection.", | |
"originalRequest": { | |
"method": "DELETE", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/encryptionPasswords/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"encryptionPasswords", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Not Found", | |
"code": 404, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "DELETE", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/encryptionPasswords/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"encryptionPasswords", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "DELETE", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/encryptionPasswords/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"encryptionPasswords", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Deleted", | |
"originalRequest": { | |
"method": "DELETE", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/encryptionPasswords/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"encryptionPasswords", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "OK", | |
"code": 200, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "DELETE", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/encryptionPasswords/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"encryptionPasswords", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
} | |
], | |
"protocolProfileBehavior": {}, | |
"_postman_isSubFolder": true | |
}, | |
{ | |
"name": "Gets encryption password keys from Password Manager", | |
"request": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/encryptionPasswords?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"encryptionPasswords" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
} | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/encryptionPasswords?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"encryptionPasswords" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
} | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Success", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/encryptionPasswords?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"encryptionPasswords" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
} | |
] | |
} | |
}, | |
"status": "OK", | |
"code": 200, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"data\": [\n {\n \"creationDateTime\": \"Duis\",\n \"hint\": \"non\",\n \"id\": \"4932d902-6b95-e5ee-751a-f68c83959ce4\"\n },\n {\n \"creationDateTime\": \"est Lorem adipisicing\",\n \"hint\": \"quis eiusmod\",\n \"id\": \"86e9e18a-b242-9002-dbfd-91abfcbc1ec6\"\n }\n ],\n \"pagination\": {\n \"total\": -57815980\n }\n}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/encryptionPasswords?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"encryptionPasswords" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
} | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/encryptionPasswords?skip=<integer>&count=<integer>&orderColumn=<string>&orderAsc=<boolean>", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"encryptionPasswords" | |
], | |
"query": [ | |
{ | |
"key": "skip", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "count", | |
"value": "<integer>" | |
}, | |
{ | |
"key": "orderColumn", | |
"value": "<string>" | |
}, | |
{ | |
"key": "orderAsc", | |
"value": "<boolean>" | |
} | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
}, | |
{ | |
"name": "Adds a new encryption password key to Password Manager", | |
"request": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
}, | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"hint\": \"<string>\",\n \"password\": \"<string>\"\n}", | |
"options": { | |
"raw": {} | |
} | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/encryptionPasswords", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"encryptionPasswords" | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"hint\": \"<string>\",\n \"password\": \"<string>\"\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/encryptionPasswords", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"encryptionPasswords" | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"hint\": \"<string>\",\n \"password\": \"<string>\"\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/encryptionPasswords", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"encryptionPasswords" | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Created", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"hint\": \"<string>\",\n \"password\": \"<string>\"\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/encryptionPasswords", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"encryptionPasswords" | |
] | |
} | |
}, | |
"status": "Created", | |
"code": 201, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"creationDateTime\": \"ut\",\n \"hint\": \"veniam elit\",\n \"id\": \"571c9b62-9b98-9425-6612-d2dffbf5bc49\"\n}" | |
}, | |
{ | |
"name": "Bad Request. This error is related to POST/PUT requests. The request body is malformed, incomplete or otherwise invalid.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"hint\": \"<string>\",\n \"password\": \"<string>\"\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/encryptionPasswords", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"encryptionPasswords" | |
] | |
} | |
}, | |
"status": "Bad Request", | |
"code": 400, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"hint\": \"<string>\",\n \"password\": \"<string>\"\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/encryptionPasswords", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"encryptionPasswords" | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
} | |
], | |
"protocolProfileBehavior": {}, | |
"_postman_isSubFolder": true | |
}, | |
{ | |
"name": "automation", | |
"item": [ | |
{ | |
"name": "jobs", | |
"item": [ | |
{ | |
"name": "Imports a job specified with a json file", | |
"request": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
}, | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"jobs\": [\n {\n \"description\": \"<string>\",\n \"guestProcessing\": {\n \"applicationAwareProcessing\": {\n \"isEnabled\": \"<boolean>\",\n \"appSettings\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"guestFileSystemIndexing\": {\n \"isEnabled\": \"<boolean>\",\n \"indexingSettings\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"guestInteractionProxies\": {\n \"automaticSelection\": true,\n \"proxies\": [\n \"<string>\"\n ]\n },\n \"guestCredentials\": {\n \"windowsCreds\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"linuxCreds\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"credentialsPerMachine\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n \"isHighPriority\": \"<boolean>\",\n \"name\": \"<string>\",\n \"schedule\": {\n \"runAutomatically\": false,\n \"daily\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"periodically\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"retry\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupWindow\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storage\": {\n \"backupProxies\": {\n \"automaticSelection\": true,\n \"proxies\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"backupRepository\": {\n \"name\": \"<string>\",\n \"tag\": \"<string>\"\n },\n \"retentionPolicy\": {\n \"quantity\": \"<integer>\",\n \"type\": \"<string>\"\n },\n \"gfsPolicy\": {\n \"isEnabled\": \"<boolean>\",\n \"weekly\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"keepForNumberOfWeeks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"desiredTime\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"monthly\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"keepForNumberOfMonths\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"desiredTime\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"yearly\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"keepForNumberOfYears\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"desiredTime\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n \"advancedSettings\": {\n \"backupModeType\": \"<string>\",\n \"synthenticFulls\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"transformIntoRollbacks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"days\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"activeFulls\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"weekly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"backupHealth\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"weekly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"fullBackupMaintenance\": {\n \"RemoveData\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"defragmentAndCompact\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storageData\": {\n \"enableInlineDataDedup\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeSwapFileBlocks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeDeletedFileBlocks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"compressionLevel\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"storageOptimization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"encryption\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"notifications\": {\n \"sendSNMPNotifications\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"emailNotifications\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"vmAttribute\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"vSphere\": {\n \"enableVMWareToolsQuiescence\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"changedBlockTracking\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storageIntegration\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"limitProcessedVm\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"limitProcessedVmCount\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"failoverToStandardBackup\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"scripts\": {\n \"preCommand\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"postCommand\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n },\n \"type\": \"<string>\",\n \"virtualMachines\": {\n \"includes\": [\n {\n \"name\": \"sint consectetur in\",\n \"type\": \"Host\",\n \"viHostName\": \"\",\n \"objectId\": \"in officia veniam\"\n },\n {\n \"name\": \"et cupidatat aliquip labore Excepteur\",\n \"type\": \"Host\",\n \"viHostName\": \"consequat ex id\",\n \"objectId\": \"sit eiusmod ut\"\n }\n ],\n \"excludes\": {\n \"vms\": [\n {\n \"name\": \"adipisicing\",\n \"type\": \"Multitag\",\n \"viHostName\": \"eiusmod laboris exercitation\",\n \"objectId\": \"minim nostrud\"\n },\n {\n \"name\": \"sunt dolore\",\n \"type\": \"Datacenter\",\n \"viHostName\": \"aute\",\n \"objectId\": \"officia et voluptate\"\n }\n ],\n \"disks\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"templates\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeFromIncremental\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n }\n },\n {\n \"description\": \"<string>\",\n \"guestProcessing\": {\n \"applicationAwareProcessing\": {\n \"isEnabled\": \"<boolean>\",\n \"appSettings\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"guestFileSystemIndexing\": {\n \"isEnabled\": \"<boolean>\",\n \"indexingSettings\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"guestInteractionProxies\": {\n \"automaticSelection\": true,\n \"proxies\": [\n \"<string>\"\n ]\n },\n \"guestCredentials\": {\n \"windowsCreds\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"linuxCreds\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"credentialsPerMachine\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n \"isHighPriority\": \"<boolean>\",\n \"name\": \"<string>\",\n \"schedule\": {\n \"runAutomatically\": false,\n \"daily\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"periodically\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"retry\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupWindow\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storage\": {\n \"backupProxies\": {\n \"automaticSelection\": true,\n \"proxies\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"backupRepository\": {\n \"name\": \"<string>\",\n \"tag\": \"<string>\"\n },\n \"retentionPolicy\": {\n \"quantity\": \"<integer>\",\n \"type\": \"<string>\"\n },\n \"gfsPolicy\": {\n \"isEnabled\": \"<boolean>\",\n \"weekly\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"keepForNumberOfWeeks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"desiredTime\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"monthly\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"keepForNumberOfMonths\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"desiredTime\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"yearly\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"keepForNumberOfYears\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"desiredTime\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n \"advancedSettings\": {\n \"backupModeType\": \"<string>\",\n \"synthenticFulls\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"transformIntoRollbacks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"days\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"activeFulls\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"weekly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"backupHealth\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"weekly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"fullBackupMaintenance\": {\n \"RemoveData\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"defragmentAndCompact\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storageData\": {\n \"enableInlineDataDedup\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeSwapFileBlocks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeDeletedFileBlocks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"compressionLevel\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"storageOptimization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"encryption\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"notifications\": {\n \"sendSNMPNotifications\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"emailNotifications\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"vmAttribute\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"vSphere\": {\n \"enableVMWareToolsQuiescence\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"changedBlockTracking\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storageIntegration\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"limitProcessedVm\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"limitProcessedVmCount\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"failoverToStandardBackup\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"scripts\": {\n \"preCommand\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"postCommand\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n },\n \"type\": \"<string>\",\n \"virtualMachines\": {\n \"includes\": [\n {\n \"name\": \"tempor nulla quis est\",\n \"type\": \"ComputeResource\",\n \"viHostName\": \"do sint\",\n \"objectId\": \"minim quis tempor\"\n },\n {\n \"name\": \"proident magna dolore voluptate\",\n \"type\": \"Folder\",\n \"viHostName\": \"anim in qui veniam est\",\n \"objectId\": \"magna sed reprehenderit Duis\"\n }\n ],\n \"excludes\": {\n \"vms\": [\n {\n \"name\": \"eiusmod consectetur\",\n \"type\": \"VirtualMachine\",\n \"viHostName\": \"eu labore ipsum\",\n \"objectId\": \"eu Duis aliqua ex in\"\n },\n {\n \"name\": \"aliqua quis eu nostrud\",\n \"type\": \"ComputeResource\",\n \"viHostName\": \"aliquip labore in\",\n \"objectId\": \"nulla Excepteur\"\n }\n ],\n \"disks\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"templates\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeFromIncremental\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n }\n }\n ]\n}", | |
"options": { | |
"raw": {} | |
} | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/jobs/import", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"jobs", | |
"import" | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"jobs\": [\n {\n \"description\": \"<string>\",\n \"guestProcessing\": {\n \"applicationAwareProcessing\": {\n \"isEnabled\": \"<boolean>\",\n \"appSettings\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"guestFileSystemIndexing\": {\n \"isEnabled\": \"<boolean>\",\n \"indexingSettings\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"guestInteractionProxies\": {\n \"automaticSelection\": true,\n \"proxies\": [\n \"<string>\"\n ]\n },\n \"guestCredentials\": {\n \"windowsCreds\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"linuxCreds\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"credentialsPerMachine\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n \"isHighPriority\": \"<boolean>\",\n \"name\": \"<string>\",\n \"schedule\": {\n \"runAutomatically\": false,\n \"daily\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"periodically\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"retry\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupWindow\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storage\": {\n \"backupProxies\": {\n \"automaticSelection\": true,\n \"proxies\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"backupRepository\": {\n \"name\": \"<string>\",\n \"tag\": \"<string>\"\n },\n \"retentionPolicy\": {\n \"quantity\": \"<integer>\",\n \"type\": \"<string>\"\n },\n \"gfsPolicy\": {\n \"isEnabled\": \"<boolean>\",\n \"weekly\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"keepForNumberOfWeeks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"desiredTime\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"monthly\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"keepForNumberOfMonths\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"desiredTime\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"yearly\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"keepForNumberOfYears\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"desiredTime\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n \"advancedSettings\": {\n \"backupModeType\": \"<string>\",\n \"synthenticFulls\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"transformIntoRollbacks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"days\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"activeFulls\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"weekly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"backupHealth\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"weekly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"fullBackupMaintenance\": {\n \"RemoveData\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"defragmentAndCompact\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storageData\": {\n \"enableInlineDataDedup\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeSwapFileBlocks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeDeletedFileBlocks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"compressionLevel\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"storageOptimization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"encryption\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"notifications\": {\n \"sendSNMPNotifications\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"emailNotifications\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"vmAttribute\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"vSphere\": {\n \"enableVMWareToolsQuiescence\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"changedBlockTracking\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storageIntegration\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"limitProcessedVm\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"limitProcessedVmCount\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"failoverToStandardBackup\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"scripts\": {\n \"preCommand\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"postCommand\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n },\n \"type\": \"<string>\",\n \"virtualMachines\": {\n \"includes\": [\n {\n \"name\": \"enim consequat culpa sit et\",\n \"type\": \"VirtualApp\",\n \"viHostName\": \"offi\",\n \"objectId\": \"dolore\"\n },\n {\n \"name\": \"fugiat tempor\",\n \"type\": \"Category\",\n \"viHostName\": \"officia sint magna anim\",\n \"objectId\": \"dolore labore\"\n }\n ],\n \"excludes\": {\n \"vms\": [\n {\n \"name\": \"aliqua magna\",\n \"type\": \"Category\",\n \"viHostName\": \"deserunt mollit dolor dolor\",\n \"objectId\": \"fugiat laboris\"\n },\n {\n \"name\": \"adipisicing qui occaecat dolor\",\n \"type\": \"VirtualMachine\",\n \"viHostName\": \"in\",\n \"objectId\": \"dolor amet\"\n }\n ],\n \"disks\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"templates\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeFromIncremental\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n }\n },\n {\n \"description\": \"<string>\",\n \"guestProcessing\": {\n \"applicationAwareProcessing\": {\n \"isEnabled\": \"<boolean>\",\n \"appSettings\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"guestFileSystemIndexing\": {\n \"isEnabled\": \"<boolean>\",\n \"indexingSettings\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"guestInteractionProxies\": {\n \"automaticSelection\": true,\n \"proxies\": [\n \"<string>\"\n ]\n },\n \"guestCredentials\": {\n \"windowsCreds\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"linuxCreds\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"credentialsPerMachine\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n \"isHighPriority\": \"<boolean>\",\n \"name\": \"<string>\",\n \"schedule\": {\n \"runAutomatically\": false,\n \"daily\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"periodically\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"retry\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupWindow\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storage\": {\n \"backupProxies\": {\n \"automaticSelection\": true,\n \"proxies\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"backupRepository\": {\n \"name\": \"<string>\",\n \"tag\": \"<string>\"\n },\n \"retentionPolicy\": {\n \"quantity\": \"<integer>\",\n \"type\": \"<string>\"\n },\n \"gfsPolicy\": {\n \"isEnabled\": \"<boolean>\",\n \"weekly\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"keepForNumberOfWeeks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"desiredTime\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"monthly\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"keepForNumberOfMonths\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"desiredTime\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"yearly\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"keepForNumberOfYears\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"desiredTime\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n \"advancedSettings\": {\n \"backupModeType\": \"<string>\",\n \"synthenticFulls\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"transformIntoRollbacks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"days\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"activeFulls\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"weekly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"backupHealth\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"weekly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"fullBackupMaintenance\": {\n \"RemoveData\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"defragmentAndCompact\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storageData\": {\n \"enableInlineDataDedup\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeSwapFileBlocks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeDeletedFileBlocks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"compressionLevel\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"storageOptimization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"encryption\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"notifications\": {\n \"sendSNMPNotifications\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"emailNotifications\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"vmAttribute\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"vSphere\": {\n \"enableVMWareToolsQuiescence\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"changedBlockTracking\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storageIntegration\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"limitProcessedVm\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"limitProcessedVmCount\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"failoverToStandardBackup\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"scripts\": {\n \"preCommand\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"postCommand\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n },\n \"type\": \"<string>\",\n \"virtualMachines\": {\n \"includes\": [\n {\n \"name\": \"consectetur do adipisicing\",\n \"type\": \"Datastore\",\n \"viHostName\": \"exercitation officia\",\n \"objectId\": \"incididunt Excepteur\"\n },\n {\n \"name\": \"amet sunt in officia ut\",\n \"type\": \"Tag\",\n \"viHostName\": \"non proid\",\n \"objectId\": \"dolor eiusmod\"\n }\n ],\n \"excludes\": {\n \"vms\": [\n {\n \"name\": \"Duis proident pariatur\",\n \"type\": \"ResourcePool\",\n \"viHostName\": \"voluptate\",\n \"objectId\": \"aliqua magna sed pariatur eu\"\n },\n {\n \"name\": \"eu ut anim\",\n \"type\": \"Datacenter\",\n \"viHostName\": \"sed aute anim esse dolore\",\n \"objectId\": \"qui laborum dolore\"\n }\n ],\n \"disks\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"templates\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeFromIncremental\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n }\n }\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/jobs/import", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"jobs", | |
"import" | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Bad Request. This error is related to POST/PUT requests. The request body is malformed, incomplete or otherwise invalid.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"jobs\": [\n {\n \"description\": \"<string>\",\n \"guestProcessing\": {\n \"applicationAwareProcessing\": {\n \"isEnabled\": \"<boolean>\",\n \"appSettings\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"guestFileSystemIndexing\": {\n \"isEnabled\": \"<boolean>\",\n \"indexingSettings\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"guestInteractionProxies\": {\n \"automaticSelection\": true,\n \"proxies\": [\n \"<string>\"\n ]\n },\n \"guestCredentials\": {\n \"windowsCreds\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"linuxCreds\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"credentialsPerMachine\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n \"isHighPriority\": \"<boolean>\",\n \"name\": \"<string>\",\n \"schedule\": {\n \"runAutomatically\": false,\n \"daily\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"periodically\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"retry\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupWindow\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storage\": {\n \"backupProxies\": {\n \"automaticSelection\": true,\n \"proxies\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"backupRepository\": {\n \"name\": \"<string>\",\n \"tag\": \"<string>\"\n },\n \"retentionPolicy\": {\n \"quantity\": \"<integer>\",\n \"type\": \"<string>\"\n },\n \"gfsPolicy\": {\n \"isEnabled\": \"<boolean>\",\n \"weekly\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"keepForNumberOfWeeks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"desiredTime\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"monthly\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"keepForNumberOfMonths\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"desiredTime\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"yearly\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"keepForNumberOfYears\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"desiredTime\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n \"advancedSettings\": {\n \"backupModeType\": \"<string>\",\n \"synthenticFulls\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"transformIntoRollbacks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"days\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"activeFulls\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"weekly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"backupHealth\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"weekly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"fullBackupMaintenance\": {\n \"RemoveData\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"defragmentAndCompact\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storageData\": {\n \"enableInlineDataDedup\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeSwapFileBlocks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeDeletedFileBlocks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"compressionLevel\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"storageOptimization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"encryption\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"notifications\": {\n \"sendSNMPNotifications\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"emailNotifications\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"vmAttribute\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"vSphere\": {\n \"enableVMWareToolsQuiescence\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"changedBlockTracking\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storageIntegration\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"limitProcessedVm\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"limitProcessedVmCount\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"failoverToStandardBackup\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"scripts\": {\n \"preCommand\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"postCommand\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n },\n \"type\": \"<string>\",\n \"virtualMachines\": {\n \"includes\": [\n {\n \"name\": \"enim consequat culpa sit et\",\n \"type\": \"VirtualApp\",\n \"viHostName\": \"offi\",\n \"objectId\": \"dolore\"\n },\n {\n \"name\": \"fugiat tempor\",\n \"type\": \"Category\",\n \"viHostName\": \"officia sint magna anim\",\n \"objectId\": \"dolore labore\"\n }\n ],\n \"excludes\": {\n \"vms\": [\n {\n \"name\": \"aliqua magna\",\n \"type\": \"Category\",\n \"viHostName\": \"deserunt mollit dolor dolor\",\n \"objectId\": \"fugiat laboris\"\n },\n {\n \"name\": \"adipisicing qui occaecat dolor\",\n \"type\": \"VirtualMachine\",\n \"viHostName\": \"in\",\n \"objectId\": \"dolor amet\"\n }\n ],\n \"disks\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"templates\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeFromIncremental\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n }\n },\n {\n \"description\": \"<string>\",\n \"guestProcessing\": {\n \"applicationAwareProcessing\": {\n \"isEnabled\": \"<boolean>\",\n \"appSettings\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"guestFileSystemIndexing\": {\n \"isEnabled\": \"<boolean>\",\n \"indexingSettings\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"guestInteractionProxies\": {\n \"automaticSelection\": true,\n \"proxies\": [\n \"<string>\"\n ]\n },\n \"guestCredentials\": {\n \"windowsCreds\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"linuxCreds\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"credentialsPerMachine\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n \"isHighPriority\": \"<boolean>\",\n \"name\": \"<string>\",\n \"schedule\": {\n \"runAutomatically\": false,\n \"daily\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"periodically\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"retry\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupWindow\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storage\": {\n \"backupProxies\": {\n \"automaticSelection\": true,\n \"proxies\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"backupRepository\": {\n \"name\": \"<string>\",\n \"tag\": \"<string>\"\n },\n \"retentionPolicy\": {\n \"quantity\": \"<integer>\",\n \"type\": \"<string>\"\n },\n \"gfsPolicy\": {\n \"isEnabled\": \"<boolean>\",\n \"weekly\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"keepForNumberOfWeeks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"desiredTime\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"monthly\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"keepForNumberOfMonths\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"desiredTime\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"yearly\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"keepForNumberOfYears\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"desiredTime\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n \"advancedSettings\": {\n \"backupModeType\": \"<string>\",\n \"synthenticFulls\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"transformIntoRollbacks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"days\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"activeFulls\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"weekly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"backupHealth\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"weekly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"fullBackupMaintenance\": {\n \"RemoveData\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"defragmentAndCompact\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storageData\": {\n \"enableInlineDataDedup\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeSwapFileBlocks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeDeletedFileBlocks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"compressionLevel\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"storageOptimization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"encryption\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"notifications\": {\n \"sendSNMPNotifications\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"emailNotifications\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"vmAttribute\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"vSphere\": {\n \"enableVMWareToolsQuiescence\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"changedBlockTracking\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storageIntegration\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"limitProcessedVm\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"limitProcessedVmCount\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"failoverToStandardBackup\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"scripts\": {\n \"preCommand\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"postCommand\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n },\n \"type\": \"<string>\",\n \"virtualMachines\": {\n \"includes\": [\n {\n \"name\": \"consectetur do adipisicing\",\n \"type\": \"Datastore\",\n \"viHostName\": \"exercitation officia\",\n \"objectId\": \"incididunt Excepteur\"\n },\n {\n \"name\": \"amet sunt in officia ut\",\n \"type\": \"Tag\",\n \"viHostName\": \"non proid\",\n \"objectId\": \"dolor eiusmod\"\n }\n ],\n \"excludes\": {\n \"vms\": [\n {\n \"name\": \"Duis proident pariatur\",\n \"type\": \"ResourcePool\",\n \"viHostName\": \"voluptate\",\n \"objectId\": \"aliqua magna sed pariatur eu\"\n },\n {\n \"name\": \"eu ut anim\",\n \"type\": \"Datacenter\",\n \"viHostName\": \"sed aute anim esse dolore\",\n \"objectId\": \"qui laborum dolore\"\n }\n ],\n \"disks\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"templates\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeFromIncremental\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n }\n }\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/jobs/import", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"jobs", | |
"import" | |
] | |
} | |
}, | |
"status": "Bad Request", | |
"code": 400, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"jobs\": [\n {\n \"description\": \"<string>\",\n \"guestProcessing\": {\n \"applicationAwareProcessing\": {\n \"isEnabled\": \"<boolean>\",\n \"appSettings\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"guestFileSystemIndexing\": {\n \"isEnabled\": \"<boolean>\",\n \"indexingSettings\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"guestInteractionProxies\": {\n \"automaticSelection\": true,\n \"proxies\": [\n \"<string>\"\n ]\n },\n \"guestCredentials\": {\n \"windowsCreds\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"linuxCreds\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"credentialsPerMachine\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n \"isHighPriority\": \"<boolean>\",\n \"name\": \"<string>\",\n \"schedule\": {\n \"runAutomatically\": false,\n \"daily\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"periodically\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"retry\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupWindow\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storage\": {\n \"backupProxies\": {\n \"automaticSelection\": true,\n \"proxies\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"backupRepository\": {\n \"name\": \"<string>\",\n \"tag\": \"<string>\"\n },\n \"retentionPolicy\": {\n \"quantity\": \"<integer>\",\n \"type\": \"<string>\"\n },\n \"gfsPolicy\": {\n \"isEnabled\": \"<boolean>\",\n \"weekly\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"keepForNumberOfWeeks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"desiredTime\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"monthly\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"keepForNumberOfMonths\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"desiredTime\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"yearly\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"keepForNumberOfYears\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"desiredTime\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n \"advancedSettings\": {\n \"backupModeType\": \"<string>\",\n \"synthenticFulls\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"transformIntoRollbacks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"days\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"activeFulls\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"weekly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"backupHealth\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"weekly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"fullBackupMaintenance\": {\n \"RemoveData\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"defragmentAndCompact\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storageData\": {\n \"enableInlineDataDedup\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeSwapFileBlocks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeDeletedFileBlocks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"compressionLevel\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"storageOptimization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"encryption\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"notifications\": {\n \"sendSNMPNotifications\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"emailNotifications\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"vmAttribute\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"vSphere\": {\n \"enableVMWareToolsQuiescence\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"changedBlockTracking\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storageIntegration\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"limitProcessedVm\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"limitProcessedVmCount\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"failoverToStandardBackup\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"scripts\": {\n \"preCommand\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"postCommand\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n },\n \"type\": \"<string>\",\n \"virtualMachines\": {\n \"includes\": [\n {\n \"name\": \"enim consequat culpa sit et\",\n \"type\": \"VirtualApp\",\n \"viHostName\": \"offi\",\n \"objectId\": \"dolore\"\n },\n {\n \"name\": \"fugiat tempor\",\n \"type\": \"Category\",\n \"viHostName\": \"officia sint magna anim\",\n \"objectId\": \"dolore labore\"\n }\n ],\n \"excludes\": {\n \"vms\": [\n {\n \"name\": \"aliqua magna\",\n \"type\": \"Category\",\n \"viHostName\": \"deserunt mollit dolor dolor\",\n \"objectId\": \"fugiat laboris\"\n },\n {\n \"name\": \"adipisicing qui occaecat dolor\",\n \"type\": \"VirtualMachine\",\n \"viHostName\": \"in\",\n \"objectId\": \"dolor amet\"\n }\n ],\n \"disks\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"templates\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeFromIncremental\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n }\n },\n {\n \"description\": \"<string>\",\n \"guestProcessing\": {\n \"applicationAwareProcessing\": {\n \"isEnabled\": \"<boolean>\",\n \"appSettings\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"guestFileSystemIndexing\": {\n \"isEnabled\": \"<boolean>\",\n \"indexingSettings\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"guestInteractionProxies\": {\n \"automaticSelection\": true,\n \"proxies\": [\n \"<string>\"\n ]\n },\n \"guestCredentials\": {\n \"windowsCreds\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"linuxCreds\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"credentialsPerMachine\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n \"isHighPriority\": \"<boolean>\",\n \"name\": \"<string>\",\n \"schedule\": {\n \"runAutomatically\": false,\n \"daily\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"periodically\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"retry\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupWindow\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storage\": {\n \"backupProxies\": {\n \"automaticSelection\": true,\n \"proxies\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"backupRepository\": {\n \"name\": \"<string>\",\n \"tag\": \"<string>\"\n },\n \"retentionPolicy\": {\n \"quantity\": \"<integer>\",\n \"type\": \"<string>\"\n },\n \"gfsPolicy\": {\n \"isEnabled\": \"<boolean>\",\n \"weekly\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"keepForNumberOfWeeks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"desiredTime\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"monthly\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"keepForNumberOfMonths\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"desiredTime\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"yearly\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"keepForNumberOfYears\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"desiredTime\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n \"advancedSettings\": {\n \"backupModeType\": \"<string>\",\n \"synthenticFulls\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"transformIntoRollbacks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"days\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"activeFulls\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"weekly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"backupHealth\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"weekly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"fullBackupMaintenance\": {\n \"RemoveData\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"defragmentAndCompact\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storageData\": {\n \"enableInlineDataDedup\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeSwapFileBlocks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeDeletedFileBlocks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"compressionLevel\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"storageOptimization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"encryption\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"notifications\": {\n \"sendSNMPNotifications\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"emailNotifications\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"vmAttribute\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"vSphere\": {\n \"enableVMWareToolsQuiescence\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"changedBlockTracking\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storageIntegration\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"limitProcessedVm\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"limitProcessedVmCount\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"failoverToStandardBackup\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"scripts\": {\n \"preCommand\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"postCommand\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n },\n \"type\": \"<string>\",\n \"virtualMachines\": {\n \"includes\": [\n {\n \"name\": \"consectetur do adipisicing\",\n \"type\": \"Datastore\",\n \"viHostName\": \"exercitation officia\",\n \"objectId\": \"incididunt Excepteur\"\n },\n {\n \"name\": \"amet sunt in officia ut\",\n \"type\": \"Tag\",\n \"viHostName\": \"non proid\",\n \"objectId\": \"dolor eiusmod\"\n }\n ],\n \"excludes\": {\n \"vms\": [\n {\n \"name\": \"Duis proident pariatur\",\n \"type\": \"ResourcePool\",\n \"viHostName\": \"voluptate\",\n \"objectId\": \"aliqua magna sed pariatur eu\"\n },\n {\n \"name\": \"eu ut anim\",\n \"type\": \"Datacenter\",\n \"viHostName\": \"sed aute anim esse dolore\",\n \"objectId\": \"qui laborum dolore\"\n }\n ],\n \"disks\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"templates\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeFromIncremental\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n }\n }\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/jobs/import", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"jobs", | |
"import" | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Successfully started async task", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"jobs\": [\n {\n \"description\": \"<string>\",\n \"guestProcessing\": {\n \"applicationAwareProcessing\": {\n \"isEnabled\": \"<boolean>\",\n \"appSettings\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"guestFileSystemIndexing\": {\n \"isEnabled\": \"<boolean>\",\n \"indexingSettings\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"guestInteractionProxies\": {\n \"automaticSelection\": true,\n \"proxies\": [\n \"<string>\"\n ]\n },\n \"guestCredentials\": {\n \"windowsCreds\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"linuxCreds\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"credentialsPerMachine\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n \"isHighPriority\": \"<boolean>\",\n \"name\": \"<string>\",\n \"schedule\": {\n \"runAutomatically\": false,\n \"daily\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"periodically\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"retry\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupWindow\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storage\": {\n \"backupProxies\": {\n \"automaticSelection\": true,\n \"proxies\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"backupRepository\": {\n \"name\": \"<string>\",\n \"tag\": \"<string>\"\n },\n \"retentionPolicy\": {\n \"quantity\": \"<integer>\",\n \"type\": \"<string>\"\n },\n \"gfsPolicy\": {\n \"isEnabled\": \"<boolean>\",\n \"weekly\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"keepForNumberOfWeeks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"desiredTime\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"monthly\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"keepForNumberOfMonths\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"desiredTime\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"yearly\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"keepForNumberOfYears\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"desiredTime\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n \"advancedSettings\": {\n \"backupModeType\": \"<string>\",\n \"synthenticFulls\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"transformIntoRollbacks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"days\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"activeFulls\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"weekly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"backupHealth\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"weekly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"fullBackupMaintenance\": {\n \"RemoveData\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"defragmentAndCompact\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storageData\": {\n \"enableInlineDataDedup\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeSwapFileBlocks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeDeletedFileBlocks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"compressionLevel\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"storageOptimization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"encryption\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"notifications\": {\n \"sendSNMPNotifications\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"emailNotifications\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"vmAttribute\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"vSphere\": {\n \"enableVMWareToolsQuiescence\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"changedBlockTracking\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storageIntegration\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"limitProcessedVm\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"limitProcessedVmCount\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"failoverToStandardBackup\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"scripts\": {\n \"preCommand\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"postCommand\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n },\n \"type\": \"<string>\",\n \"virtualMachines\": {\n \"includes\": [\n {\n \"name\": \"enim consequat culpa sit et\",\n \"type\": \"VirtualApp\",\n \"viHostName\": \"offi\",\n \"objectId\": \"dolore\"\n },\n {\n \"name\": \"fugiat tempor\",\n \"type\": \"Category\",\n \"viHostName\": \"officia sint magna anim\",\n \"objectId\": \"dolore labore\"\n }\n ],\n \"excludes\": {\n \"vms\": [\n {\n \"name\": \"aliqua magna\",\n \"type\": \"Category\",\n \"viHostName\": \"deserunt mollit dolor dolor\",\n \"objectId\": \"fugiat laboris\"\n },\n {\n \"name\": \"adipisicing qui occaecat dolor\",\n \"type\": \"VirtualMachine\",\n \"viHostName\": \"in\",\n \"objectId\": \"dolor amet\"\n }\n ],\n \"disks\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"templates\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeFromIncremental\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n }\n },\n {\n \"description\": \"<string>\",\n \"guestProcessing\": {\n \"applicationAwareProcessing\": {\n \"isEnabled\": \"<boolean>\",\n \"appSettings\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"guestFileSystemIndexing\": {\n \"isEnabled\": \"<boolean>\",\n \"indexingSettings\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"guestInteractionProxies\": {\n \"automaticSelection\": true,\n \"proxies\": [\n \"<string>\"\n ]\n },\n \"guestCredentials\": {\n \"windowsCreds\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"linuxCreds\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"credentialsPerMachine\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n \"isHighPriority\": \"<boolean>\",\n \"name\": \"<string>\",\n \"schedule\": {\n \"runAutomatically\": false,\n \"daily\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"periodically\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"retry\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupWindow\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storage\": {\n \"backupProxies\": {\n \"automaticSelection\": true,\n \"proxies\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"backupRepository\": {\n \"name\": \"<string>\",\n \"tag\": \"<string>\"\n },\n \"retentionPolicy\": {\n \"quantity\": \"<integer>\",\n \"type\": \"<string>\"\n },\n \"gfsPolicy\": {\n \"isEnabled\": \"<boolean>\",\n \"weekly\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"keepForNumberOfWeeks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"desiredTime\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"monthly\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"keepForNumberOfMonths\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"desiredTime\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"yearly\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"keepForNumberOfYears\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"desiredTime\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n \"advancedSettings\": {\n \"backupModeType\": \"<string>\",\n \"synthenticFulls\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"transformIntoRollbacks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"days\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"activeFulls\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"weekly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"backupHealth\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"weekly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"fullBackupMaintenance\": {\n \"RemoveData\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"defragmentAndCompact\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storageData\": {\n \"enableInlineDataDedup\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeSwapFileBlocks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeDeletedFileBlocks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"compressionLevel\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"storageOptimization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"encryption\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"notifications\": {\n \"sendSNMPNotifications\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"emailNotifications\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"vmAttribute\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"vSphere\": {\n \"enableVMWareToolsQuiescence\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"changedBlockTracking\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storageIntegration\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"limitProcessedVm\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"limitProcessedVmCount\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"failoverToStandardBackup\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"scripts\": {\n \"preCommand\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"postCommand\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n },\n \"type\": \"<string>\",\n \"virtualMachines\": {\n \"includes\": [\n {\n \"name\": \"consectetur do adipisicing\",\n \"type\": \"Datastore\",\n \"viHostName\": \"exercitation officia\",\n \"objectId\": \"incididunt Excepteur\"\n },\n {\n \"name\": \"amet sunt in officia ut\",\n \"type\": \"Tag\",\n \"viHostName\": \"non proid\",\n \"objectId\": \"dolor eiusmod\"\n }\n ],\n \"excludes\": {\n \"vms\": [\n {\n \"name\": \"Duis proident pariatur\",\n \"type\": \"ResourcePool\",\n \"viHostName\": \"voluptate\",\n \"objectId\": \"aliqua magna sed pariatur eu\"\n },\n {\n \"name\": \"eu ut anim\",\n \"type\": \"Datacenter\",\n \"viHostName\": \"sed aute anim esse dolore\",\n \"objectId\": \"qui laborum dolore\"\n }\n ],\n \"disks\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"templates\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeFromIncremental\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n }\n }\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/jobs/import", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"jobs", | |
"import" | |
] | |
} | |
}, | |
"status": "OK", | |
"code": 200, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"activityId\": \"69a0f048-bbd2-517a-7e2a-0ca27da65c01\",\n \"creationTimeUtc\": \"2017-11-25T02:22:36.050Z\",\n \"id\": \"urn:uuid:9f92a9b9-6b20-cc8d-6d36-7b91d613e568\",\n \"name\": \"et Excepteur do consequat\",\n \"result\": {\n \"result\": \"<string>\",\n \"message\": \"laborum do cupidatat\",\n \"isCanceled\": false\n },\n \"sessionType\": \"<string>\",\n \"state\": \"<string>\",\n \"usn\": -72958883,\n \"endTimeUtc\": \"1993-02-20T18:05:36.542Z\",\n \"progressPercent\": \"enim ut dolore consequat\",\n \"resourceId\": \"urn:uuid:1e0e88dd-6812-31d8-8683-f0b4f6947d87\",\n \"resourceReference\": \"enim nostrud in labore\",\n \"parentSessionId\": \"5c01ccec-3aa2-391d-9d0c-4150b399f33c\"\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"jobs\": [\n {\n \"description\": \"<string>\",\n \"guestProcessing\": {\n \"applicationAwareProcessing\": {\n \"isEnabled\": \"<boolean>\",\n \"appSettings\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"guestFileSystemIndexing\": {\n \"isEnabled\": \"<boolean>\",\n \"indexingSettings\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"guestInteractionProxies\": {\n \"automaticSelection\": true,\n \"proxies\": [\n \"<string>\"\n ]\n },\n \"guestCredentials\": {\n \"windowsCreds\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"linuxCreds\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"credentialsPerMachine\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n \"isHighPriority\": \"<boolean>\",\n \"name\": \"<string>\",\n \"schedule\": {\n \"runAutomatically\": false,\n \"daily\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"periodically\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"retry\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupWindow\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storage\": {\n \"backupProxies\": {\n \"automaticSelection\": true,\n \"proxies\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"backupRepository\": {\n \"name\": \"<string>\",\n \"tag\": \"<string>\"\n },\n \"retentionPolicy\": {\n \"quantity\": \"<integer>\",\n \"type\": \"<string>\"\n },\n \"gfsPolicy\": {\n \"isEnabled\": \"<boolean>\",\n \"weekly\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"keepForNumberOfWeeks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"desiredTime\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"monthly\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"keepForNumberOfMonths\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"desiredTime\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"yearly\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"keepForNumberOfYears\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"desiredTime\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n \"advancedSettings\": {\n \"backupModeType\": \"<string>\",\n \"synthenticFulls\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"transformIntoRollbacks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"days\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"activeFulls\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"weekly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"backupHealth\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"weekly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"fullBackupMaintenance\": {\n \"RemoveData\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"defragmentAndCompact\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storageData\": {\n \"enableInlineDataDedup\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeSwapFileBlocks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeDeletedFileBlocks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"compressionLevel\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"storageOptimization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"encryption\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"notifications\": {\n \"sendSNMPNotifications\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"emailNotifications\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"vmAttribute\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"vSphere\": {\n \"enableVMWareToolsQuiescence\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"changedBlockTracking\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storageIntegration\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"limitProcessedVm\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"limitProcessedVmCount\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"failoverToStandardBackup\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"scripts\": {\n \"preCommand\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"postCommand\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n },\n \"type\": \"<string>\",\n \"virtualMachines\": {\n \"includes\": [\n {\n \"name\": \"enim consequat culpa sit et\",\n \"type\": \"VirtualApp\",\n \"viHostName\": \"offi\",\n \"objectId\": \"dolore\"\n },\n {\n \"name\": \"fugiat tempor\",\n \"type\": \"Category\",\n \"viHostName\": \"officia sint magna anim\",\n \"objectId\": \"dolore labore\"\n }\n ],\n \"excludes\": {\n \"vms\": [\n {\n \"name\": \"aliqua magna\",\n \"type\": \"Category\",\n \"viHostName\": \"deserunt mollit dolor dolor\",\n \"objectId\": \"fugiat laboris\"\n },\n {\n \"name\": \"adipisicing qui occaecat dolor\",\n \"type\": \"VirtualMachine\",\n \"viHostName\": \"in\",\n \"objectId\": \"dolor amet\"\n }\n ],\n \"disks\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"templates\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeFromIncremental\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n }\n },\n {\n \"description\": \"<string>\",\n \"guestProcessing\": {\n \"applicationAwareProcessing\": {\n \"isEnabled\": \"<boolean>\",\n \"appSettings\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"guestFileSystemIndexing\": {\n \"isEnabled\": \"<boolean>\",\n \"indexingSettings\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"guestInteractionProxies\": {\n \"automaticSelection\": true,\n \"proxies\": [\n \"<string>\"\n ]\n },\n \"guestCredentials\": {\n \"windowsCreds\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"linuxCreds\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"credentialsPerMachine\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n \"isHighPriority\": \"<boolean>\",\n \"name\": \"<string>\",\n \"schedule\": {\n \"runAutomatically\": false,\n \"daily\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"periodically\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"retry\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupWindow\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storage\": {\n \"backupProxies\": {\n \"automaticSelection\": true,\n \"proxies\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"backupRepository\": {\n \"name\": \"<string>\",\n \"tag\": \"<string>\"\n },\n \"retentionPolicy\": {\n \"quantity\": \"<integer>\",\n \"type\": \"<string>\"\n },\n \"gfsPolicy\": {\n \"isEnabled\": \"<boolean>\",\n \"weekly\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"keepForNumberOfWeeks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"desiredTime\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"monthly\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"keepForNumberOfMonths\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"desiredTime\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"yearly\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"keepForNumberOfYears\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"desiredTime\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n \"advancedSettings\": {\n \"backupModeType\": \"<string>\",\n \"synthenticFulls\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"transformIntoRollbacks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"days\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"activeFulls\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"weekly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"backupHealth\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"weekly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"fullBackupMaintenance\": {\n \"RemoveData\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"defragmentAndCompact\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storageData\": {\n \"enableInlineDataDedup\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeSwapFileBlocks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeDeletedFileBlocks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"compressionLevel\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"storageOptimization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"encryption\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"notifications\": {\n \"sendSNMPNotifications\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"emailNotifications\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"vmAttribute\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"vSphere\": {\n \"enableVMWareToolsQuiescence\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"changedBlockTracking\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storageIntegration\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"limitProcessedVm\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"limitProcessedVmCount\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"failoverToStandardBackup\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"scripts\": {\n \"preCommand\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"postCommand\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n },\n \"type\": \"<string>\",\n \"virtualMachines\": {\n \"includes\": [\n {\n \"name\": \"consectetur do adipisicing\",\n \"type\": \"Datastore\",\n \"viHostName\": \"exercitation officia\",\n \"objectId\": \"incididunt Excepteur\"\n },\n {\n \"name\": \"amet sunt in officia ut\",\n \"type\": \"Tag\",\n \"viHostName\": \"non proid\",\n \"objectId\": \"dolor eiusmod\"\n }\n ],\n \"excludes\": {\n \"vms\": [\n {\n \"name\": \"Duis proident pariatur\",\n \"type\": \"ResourcePool\",\n \"viHostName\": \"voluptate\",\n \"objectId\": \"aliqua magna sed pariatur eu\"\n },\n {\n \"name\": \"eu ut anim\",\n \"type\": \"Datacenter\",\n \"viHostName\": \"sed aute anim esse dolore\",\n \"objectId\": \"qui laborum dolore\"\n }\n ],\n \"disks\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"templates\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeFromIncremental\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n }\n }\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/jobs/import", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"jobs", | |
"import" | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
}, | |
{ | |
"name": "Imports a job specified with a json file", | |
"request": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
}, | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"ids\": [\n \"<uuid>\"\n ],\n \"types\": [\n \"<string>\"\n ],\n \"names\": [\n \"<string>\"\n ]\n}", | |
"options": { | |
"raw": {} | |
} | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/jobs/export", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"jobs", | |
"export" | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"ids\": [\n \"<uuid>\"\n ],\n \"types\": [\n \"<string>\"\n ],\n \"names\": [\n \"<string>\"\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/jobs/export", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"jobs", | |
"export" | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Bad Request. This error is related to POST/PUT requests. The request body is malformed, incomplete or otherwise invalid.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"ids\": [\n \"<uuid>\"\n ],\n \"types\": [\n \"<string>\"\n ],\n \"names\": [\n \"<string>\"\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/jobs/export", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"jobs", | |
"export" | |
] | |
} | |
}, | |
"status": "Bad Request", | |
"code": 400, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"ids\": [\n \"<uuid>\"\n ],\n \"types\": [\n \"<string>\"\n ],\n \"names\": [\n \"<string>\"\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/jobs/export", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"jobs", | |
"export" | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Success", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"ids\": [\n \"<uuid>\"\n ],\n \"types\": [\n \"<string>\"\n ],\n \"names\": [\n \"<string>\"\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/jobs/export", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"jobs", | |
"export" | |
] | |
} | |
}, | |
"status": "OK", | |
"code": 200, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"jobs\": [\n {\n \"description\": \"<string>\",\n \"guestProcessing\": {\n \"applicationAwareProcessing\": {\n \"isEnabled\": \"<boolean>\",\n \"appSettings\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"guestFileSystemIndexing\": {\n \"isEnabled\": \"<boolean>\",\n \"indexingSettings\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"guestInteractionProxies\": {\n \"automaticSelection\": true,\n \"proxies\": [\n \"<string>\"\n ]\n },\n \"guestCredentials\": {\n \"windowsCreds\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"linuxCreds\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"credentialsPerMachine\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n \"isHighPriority\": \"<boolean>\",\n \"name\": \"<string>\",\n \"schedule\": {\n \"runAutomatically\": false,\n \"daily\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"periodically\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"retry\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupWindow\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storage\": {\n \"backupProxies\": {\n \"automaticSelection\": true,\n \"proxies\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"backupRepository\": {\n \"name\": \"<string>\",\n \"tag\": \"<string>\"\n },\n \"retentionPolicy\": {\n \"quantity\": \"<integer>\",\n \"type\": \"<string>\"\n },\n \"gfsPolicy\": {\n \"isEnabled\": \"<boolean>\",\n \"weekly\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"keepForNumberOfWeeks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"desiredTime\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"monthly\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"keepForNumberOfMonths\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"desiredTime\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"yearly\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"keepForNumberOfYears\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"desiredTime\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n \"advancedSettings\": {\n \"backupModeType\": \"<string>\",\n \"synthenticFulls\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"transformIntoRollbacks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"days\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"activeFulls\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"weekly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"backupHealth\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"weekly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"fullBackupMaintenance\": {\n \"RemoveData\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"defragmentAndCompact\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storageData\": {\n \"enableInlineDataDedup\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeSwapFileBlocks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeDeletedFileBlocks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"compressionLevel\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"storageOptimization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"encryption\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"notifications\": {\n \"sendSNMPNotifications\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"emailNotifications\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"vmAttribute\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"vSphere\": {\n \"enableVMWareToolsQuiescence\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"changedBlockTracking\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storageIntegration\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"limitProcessedVm\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"limitProcessedVmCount\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"failoverToStandardBackup\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"scripts\": {\n \"preCommand\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"postCommand\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n },\n \"type\": \"<string>\",\n \"virtualMachines\": {\n \"includes\": [\n {\n \"name\": \"enim consequat culpa sit et\",\n \"type\": \"VirtualApp\",\n \"viHostName\": \"offi\",\n \"objectId\": \"dolore\"\n },\n {\n \"name\": \"fugiat tempor\",\n \"type\": \"Category\",\n \"viHostName\": \"officia sint magna anim\",\n \"objectId\": \"dolore labore\"\n }\n ],\n \"excludes\": {\n \"vms\": [\n {\n \"name\": \"aliqua magna\",\n \"type\": \"Category\",\n \"viHostName\": \"deserunt mollit dolor dolor\",\n \"objectId\": \"fugiat laboris\"\n },\n {\n \"name\": \"adipisicing qui occaecat dolor\",\n \"type\": \"VirtualMachine\",\n \"viHostName\": \"in\",\n \"objectId\": \"dolor amet\"\n }\n ],\n \"disks\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"templates\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeFromIncremental\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n }\n },\n {\n \"description\": \"<string>\",\n \"guestProcessing\": {\n \"applicationAwareProcessing\": {\n \"isEnabled\": \"<boolean>\",\n \"appSettings\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"guestFileSystemIndexing\": {\n \"isEnabled\": \"<boolean>\",\n \"indexingSettings\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"guestInteractionProxies\": {\n \"automaticSelection\": true,\n \"proxies\": [\n \"<string>\"\n ]\n },\n \"guestCredentials\": {\n \"windowsCreds\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"linuxCreds\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"credentialsPerMachine\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n }\n },\n \"isHighPriority\": \"<boolean>\",\n \"name\": \"<string>\",\n \"schedule\": {\n \"runAutomatically\": false,\n \"daily\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"periodically\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"retry\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"backupWindow\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storage\": {\n \"backupProxies\": {\n \"automaticSelection\": true,\n \"proxies\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"backupRepository\": {\n \"name\": \"<string>\",\n \"tag\": \"<string>\"\n },\n \"retentionPolicy\": {\n \"quantity\": \"<integer>\",\n \"type\": \"<string>\"\n },\n \"gfsPolicy\": {\n \"isEnabled\": \"<boolean>\",\n \"weekly\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"keepForNumberOfWeeks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"desiredTime\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"monthly\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"keepForNumberOfMonths\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"desiredTime\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"yearly\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"keepForNumberOfYears\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"desiredTime\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n },\n \"advancedSettings\": {\n \"backupModeType\": \"<string>\",\n \"synthenticFulls\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"transformIntoRollbacks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"days\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"activeFulls\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"weekly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"backupHealth\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"weekly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"monthly\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"fullBackupMaintenance\": {\n \"RemoveData\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"defragmentAndCompact\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storageData\": {\n \"enableInlineDataDedup\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeSwapFileBlocks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeDeletedFileBlocks\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"compressionLevel\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"storageOptimization\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"encryption\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"notifications\": {\n \"sendSNMPNotifications\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"emailNotifications\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"vmAttribute\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"vSphere\": {\n \"enableVMWareToolsQuiescence\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"changedBlockTracking\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"storageIntegration\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"limitProcessedVm\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"limitProcessedVmCount\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"failoverToStandardBackup\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"scripts\": {\n \"preCommand\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"postCommand\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n },\n \"type\": \"<string>\",\n \"virtualMachines\": {\n \"includes\": [\n {\n \"name\": \"consectetur do adipisicing\",\n \"type\": \"Datastore\",\n \"viHostName\": \"exercitation officia\",\n \"objectId\": \"incididunt Excepteur\"\n },\n {\n \"name\": \"amet sunt in officia ut\",\n \"type\": \"Tag\",\n \"viHostName\": \"non proid\",\n \"objectId\": \"dolor eiusmod\"\n }\n ],\n \"excludes\": {\n \"vms\": [\n {\n \"name\": \"Duis proident pariatur\",\n \"type\": \"ResourcePool\",\n \"viHostName\": \"voluptate\",\n \"objectId\": \"aliqua magna sed pariatur eu\"\n },\n {\n \"name\": \"eu ut anim\",\n \"type\": \"Datacenter\",\n \"viHostName\": \"sed aute anim esse dolore\",\n \"objectId\": \"qui laborum dolore\"\n }\n ],\n \"disks\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"templates\": {\n \"isEnabled\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"excludeFromIncremental\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n }\n }\n }\n }\n ]\n}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"ids\": [\n \"<uuid>\"\n ],\n \"types\": [\n \"<string>\"\n ],\n \"names\": [\n \"<string>\"\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/jobs/export", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"jobs", | |
"export" | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
} | |
], | |
"protocolProfileBehavior": {}, | |
"_postman_isSubFolder": true | |
}, | |
{ | |
"name": "credentials", | |
"item": [ | |
{ | |
"name": "Imports a job specified with a json file", | |
"request": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
}, | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"credentials\": [\n {\n \"tag\": \"<string>\",\n \"type\": \"<string>\",\n \"username\": \"<string>\",\n \"password\": \"<string>\",\n \"description\": \"<string>\",\n \"linuxAdditionalSettings\": {\n \"SSHPort\": \"<integer>\",\n \"autoElevated\": \"<boolean>\",\n \"addToSudoers\": \"<boolean>\",\n \"useSu\": \"<boolean>\",\n \"privateKey\": \"<string>\",\n \"passphrase\": \"<string>\",\n \"rootPassword\": \"<string>\"\n }\n }\n ]\n}", | |
"options": { | |
"raw": {} | |
} | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/credentials/import", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"credentials", | |
"import" | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Successfully started async task", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"credentials\": [\n {\n \"tag\": \"<string>\",\n \"type\": \"<string>\",\n \"username\": \"<string>\",\n \"password\": \"<string>\",\n \"description\": \"<string>\",\n \"linuxAdditionalSettings\": {\n \"SSHPort\": \"<integer>\",\n \"autoElevated\": \"<boolean>\",\n \"addToSudoers\": \"<boolean>\",\n \"useSu\": \"<boolean>\",\n \"privateKey\": \"<string>\",\n \"passphrase\": \"<string>\",\n \"rootPassword\": \"<string>\"\n }\n }\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/credentials/import", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"credentials", | |
"import" | |
] | |
} | |
}, | |
"status": "OK", | |
"code": 200, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"activityId\": \"69a0f048-bbd2-517a-7e2a-0ca27da65c01\",\n \"creationTimeUtc\": \"2017-11-25T02:22:36.050Z\",\n \"id\": \"urn:uuid:9f92a9b9-6b20-cc8d-6d36-7b91d613e568\",\n \"name\": \"et Excepteur do consequat\",\n \"result\": {\n \"result\": \"<string>\",\n \"message\": \"laborum do cupidatat\",\n \"isCanceled\": false\n },\n \"sessionType\": \"<string>\",\n \"state\": \"<string>\",\n \"usn\": -72958883,\n \"endTimeUtc\": \"1993-02-20T18:05:36.542Z\",\n \"progressPercent\": \"enim ut dolore consequat\",\n \"resourceId\": \"urn:uuid:1e0e88dd-6812-31d8-8683-f0b4f6947d87\",\n \"resourceReference\": \"enim nostrud in labore\",\n \"parentSessionId\": \"5c01ccec-3aa2-391d-9d0c-4150b399f33c\"\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"credentials\": [\n {\n \"tag\": \"<string>\",\n \"type\": \"<string>\",\n \"username\": \"<string>\",\n \"password\": \"<string>\",\n \"description\": \"<string>\",\n \"linuxAdditionalSettings\": {\n \"SSHPort\": \"<integer>\",\n \"autoElevated\": \"<boolean>\",\n \"addToSudoers\": \"<boolean>\",\n \"useSu\": \"<boolean>\",\n \"privateKey\": \"<string>\",\n \"passphrase\": \"<string>\",\n \"rootPassword\": \"<string>\"\n }\n }\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/credentials/import", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"credentials", | |
"import" | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"credentials\": [\n {\n \"tag\": \"<string>\",\n \"type\": \"<string>\",\n \"username\": \"<string>\",\n \"password\": \"<string>\",\n \"description\": \"<string>\",\n \"linuxAdditionalSettings\": {\n \"SSHPort\": \"<integer>\",\n \"autoElevated\": \"<boolean>\",\n \"addToSudoers\": \"<boolean>\",\n \"useSu\": \"<boolean>\",\n \"privateKey\": \"<string>\",\n \"passphrase\": \"<string>\",\n \"rootPassword\": \"<string>\"\n }\n }\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/credentials/import", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"credentials", | |
"import" | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Bad Request. This error is related to POST/PUT requests. The request body is malformed, incomplete or otherwise invalid.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"credentials\": [\n {\n \"tag\": \"<string>\",\n \"type\": \"<string>\",\n \"username\": \"<string>\",\n \"password\": \"<string>\",\n \"description\": \"<string>\",\n \"linuxAdditionalSettings\": {\n \"SSHPort\": \"<integer>\",\n \"autoElevated\": \"<boolean>\",\n \"addToSudoers\": \"<boolean>\",\n \"useSu\": \"<boolean>\",\n \"privateKey\": \"<string>\",\n \"passphrase\": \"<string>\",\n \"rootPassword\": \"<string>\"\n }\n }\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/credentials/import", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"credentials", | |
"import" | |
] | |
} | |
}, | |
"status": "Bad Request", | |
"code": 400, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"credentials\": [\n {\n \"tag\": \"<string>\",\n \"type\": \"<string>\",\n \"username\": \"<string>\",\n \"password\": \"<string>\",\n \"description\": \"<string>\",\n \"linuxAdditionalSettings\": {\n \"SSHPort\": \"<integer>\",\n \"autoElevated\": \"<boolean>\",\n \"addToSudoers\": \"<boolean>\",\n \"useSu\": \"<boolean>\",\n \"privateKey\": \"<string>\",\n \"passphrase\": \"<string>\",\n \"rootPassword\": \"<string>\"\n }\n }\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/credentials/import", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"credentials", | |
"import" | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
}, | |
{ | |
"name": "Imports a job specified with a json file", | |
"request": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
}, | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"showHiddenCreds\": \"<boolean>\",\n \"ids\": [\n \"<uuid>\"\n ],\n \"types\": [\n \"<string>\"\n ],\n \"names\": [\n \"<string>\"\n ]\n}", | |
"options": { | |
"raw": {} | |
} | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/credentials/export", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"credentials", | |
"export" | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"showHiddenCreds\": \"<boolean>\",\n \"ids\": [\n \"<uuid>\"\n ],\n \"types\": [\n \"<string>\"\n ],\n \"names\": [\n \"<string>\"\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/credentials/export", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"credentials", | |
"export" | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"showHiddenCreds\": \"<boolean>\",\n \"ids\": [\n \"<uuid>\"\n ],\n \"types\": [\n \"<string>\"\n ],\n \"names\": [\n \"<string>\"\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/credentials/export", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"credentials", | |
"export" | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Success", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"showHiddenCreds\": \"<boolean>\",\n \"ids\": [\n \"<uuid>\"\n ],\n \"types\": [\n \"<string>\"\n ],\n \"names\": [\n \"<string>\"\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/credentials/export", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"credentials", | |
"export" | |
] | |
} | |
}, | |
"status": "OK", | |
"code": 200, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"credentials\": [\n {\n \"tag\": \"<string>\",\n \"type\": \"<string>\",\n \"username\": \"<string>\",\n \"password\": \"<string>\",\n \"description\": \"<string>\",\n \"linuxAdditionalSettings\": {\n \"SSHPort\": \"<integer>\",\n \"autoElevated\": \"<boolean>\",\n \"addToSudoers\": \"<boolean>\",\n \"useSu\": \"<boolean>\",\n \"privateKey\": \"<string>\",\n \"passphrase\": \"<string>\",\n \"rootPassword\": \"<string>\"\n }\n }\n ]\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"showHiddenCreds\": \"<boolean>\",\n \"ids\": [\n \"<uuid>\"\n ],\n \"types\": [\n \"<string>\"\n ],\n \"names\": [\n \"<string>\"\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/credentials/export", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"credentials", | |
"export" | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Bad Request. This error is related to POST/PUT requests. The request body is malformed, incomplete or otherwise invalid.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"showHiddenCreds\": \"<boolean>\",\n \"ids\": [\n \"<uuid>\"\n ],\n \"types\": [\n \"<string>\"\n ],\n \"names\": [\n \"<string>\"\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/credentials/export", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"credentials", | |
"export" | |
] | |
} | |
}, | |
"status": "Bad Request", | |
"code": 400, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
} | |
], | |
"protocolProfileBehavior": {}, | |
"_postman_isSubFolder": true | |
}, | |
{ | |
"name": "proxies", | |
"item": [ | |
{ | |
"name": "Imports a job specified with a json file", | |
"request": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
}, | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"proxies\": [\n {\n \"description\": \"<string>\",\n \"server\": {\n \"hostName\": \"<string>\",\n \"hostTag\": \"<string>\",\n \"transportMode\": \"<string>\",\n \"failoverToNetwork\": \"<boolean>\",\n \"hostToProxyEncryption\": \"<boolean>\",\n \"connectedDatastores\": {\n \"autoSelect\": \"<boolean>\",\n \"datastores\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"maxTaskCount\": \"<integer>\"\n },\n \"type\": \"<string>\"\n }\n ]\n}", | |
"options": { | |
"raw": {} | |
} | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/proxies/import", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"proxies", | |
"import" | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"proxies\": [\n {\n \"description\": \"<string>\",\n \"server\": {\n \"hostName\": \"<string>\",\n \"hostTag\": \"<string>\",\n \"transportMode\": \"<string>\",\n \"failoverToNetwork\": \"<boolean>\",\n \"hostToProxyEncryption\": \"<boolean>\",\n \"connectedDatastores\": {\n \"autoSelect\": \"<boolean>\",\n \"datastores\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"maxTaskCount\": \"<integer>\"\n },\n \"type\": \"<string>\"\n }\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/proxies/import", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"proxies", | |
"import" | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Successfully started async task", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"proxies\": [\n {\n \"description\": \"<string>\",\n \"server\": {\n \"hostName\": \"<string>\",\n \"hostTag\": \"<string>\",\n \"transportMode\": \"<string>\",\n \"failoverToNetwork\": \"<boolean>\",\n \"hostToProxyEncryption\": \"<boolean>\",\n \"connectedDatastores\": {\n \"autoSelect\": \"<boolean>\",\n \"datastores\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"maxTaskCount\": \"<integer>\"\n },\n \"type\": \"<string>\"\n }\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/proxies/import", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"proxies", | |
"import" | |
] | |
} | |
}, | |
"status": "OK", | |
"code": 200, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"activityId\": \"69a0f048-bbd2-517a-7e2a-0ca27da65c01\",\n \"creationTimeUtc\": \"2017-11-25T02:22:36.050Z\",\n \"id\": \"urn:uuid:9f92a9b9-6b20-cc8d-6d36-7b91d613e568\",\n \"name\": \"et Excepteur do consequat\",\n \"result\": {\n \"result\": \"<string>\",\n \"message\": \"laborum do cupidatat\",\n \"isCanceled\": false\n },\n \"sessionType\": \"<string>\",\n \"state\": \"<string>\",\n \"usn\": -72958883,\n \"endTimeUtc\": \"1993-02-20T18:05:36.542Z\",\n \"progressPercent\": \"enim ut dolore consequat\",\n \"resourceId\": \"urn:uuid:1e0e88dd-6812-31d8-8683-f0b4f6947d87\",\n \"resourceReference\": \"enim nostrud in labore\",\n \"parentSessionId\": \"5c01ccec-3aa2-391d-9d0c-4150b399f33c\"\n}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"proxies\": [\n {\n \"description\": \"<string>\",\n \"server\": {\n \"hostName\": \"<string>\",\n \"hostTag\": \"<string>\",\n \"transportMode\": \"<string>\",\n \"failoverToNetwork\": \"<boolean>\",\n \"hostToProxyEncryption\": \"<boolean>\",\n \"connectedDatastores\": {\n \"autoSelect\": \"<boolean>\",\n \"datastores\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"maxTaskCount\": \"<integer>\"\n },\n \"type\": \"<string>\"\n }\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/proxies/import", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"proxies", | |
"import" | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"proxies\": [\n {\n \"description\": \"<string>\",\n \"server\": {\n \"hostName\": \"<string>\",\n \"hostTag\": \"<string>\",\n \"transportMode\": \"<string>\",\n \"failoverToNetwork\": \"<boolean>\",\n \"hostToProxyEncryption\": \"<boolean>\",\n \"connectedDatastores\": {\n \"autoSelect\": \"<boolean>\",\n \"datastores\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"maxTaskCount\": \"<integer>\"\n },\n \"type\": \"<string>\"\n }\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/proxies/import", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"proxies", | |
"import" | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Bad Request. This error is related to POST/PUT requests. The request body is malformed, incomplete or otherwise invalid.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"proxies\": [\n {\n \"description\": \"<string>\",\n \"server\": {\n \"hostName\": \"<string>\",\n \"hostTag\": \"<string>\",\n \"transportMode\": \"<string>\",\n \"failoverToNetwork\": \"<boolean>\",\n \"hostToProxyEncryption\": \"<boolean>\",\n \"connectedDatastores\": {\n \"autoSelect\": \"<boolean>\",\n \"datastores\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"maxTaskCount\": \"<integer>\"\n },\n \"type\": \"<string>\"\n }\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/proxies/import", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"proxies", | |
"import" | |
] | |
} | |
}, | |
"status": "Bad Request", | |
"code": 400, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
}, | |
{ | |
"name": "Imports a job specified with a json file", | |
"request": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
}, | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"ids\": [\n \"<uuid>\"\n ],\n \"types\": [\n \"<string>\"\n ],\n \"names\": [\n \"<string>\"\n ]\n}", | |
"options": { | |
"raw": {} | |
} | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/proxies/export", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"proxies", | |
"export" | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"ids\": [\n \"<uuid>\"\n ],\n \"types\": [\n \"<string>\"\n ],\n \"names\": [\n \"<string>\"\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/proxies/export", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"proxies", | |
"export" | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"ids\": [\n \"<uuid>\"\n ],\n \"types\": [\n \"<string>\"\n ],\n \"names\": [\n \"<string>\"\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/proxies/export", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"proxies", | |
"export" | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Success", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"ids\": [\n \"<uuid>\"\n ],\n \"types\": [\n \"<string>\"\n ],\n \"names\": [\n \"<string>\"\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/proxies/export", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"proxies", | |
"export" | |
] | |
} | |
}, | |
"status": "OK", | |
"code": 200, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"proxies\": [\n {\n \"description\": \"<string>\",\n \"server\": {\n \"hostName\": \"<string>\",\n \"hostTag\": \"<string>\",\n \"transportMode\": \"<string>\",\n \"failoverToNetwork\": \"<boolean>\",\n \"hostToProxyEncryption\": \"<boolean>\",\n \"connectedDatastores\": {\n \"autoSelect\": \"<boolean>\",\n \"datastores\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ]\n },\n \"maxTaskCount\": \"<integer>\"\n },\n \"type\": \"<string>\"\n }\n ]\n}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"ids\": [\n \"<uuid>\"\n ],\n \"types\": [\n \"<string>\"\n ],\n \"names\": [\n \"<string>\"\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/proxies/export", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"proxies", | |
"export" | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Bad Request. This error is related to POST/PUT requests. The request body is malformed, incomplete or otherwise invalid.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"ids\": [\n \"<uuid>\"\n ],\n \"types\": [\n \"<string>\"\n ],\n \"names\": [\n \"<string>\"\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/proxies/export", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"proxies", | |
"export" | |
] | |
} | |
}, | |
"status": "Bad Request", | |
"code": 400, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
} | |
], | |
"protocolProfileBehavior": {}, | |
"_postman_isSubFolder": true | |
}, | |
{ | |
"name": "managed Servers", | |
"item": [ | |
{ | |
"name": "Imports a job specified with a json file", | |
"request": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
}, | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"windowsHosts\": [\n {\n \"description\": \"<string>\",\n \"name\": \"<string>\",\n \"type\": \"<string>\",\n \"credentials\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"networkSettings\": {\n \"components\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"portRangeStart\": 27037715,\n \"portRangeEnd\": -17872238,\n \"serverThisSide\": false\n }\n },\n {\n \"description\": \"<string>\",\n \"name\": \"<string>\",\n \"type\": \"<string>\",\n \"credentials\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"networkSettings\": {\n \"components\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"portRangeStart\": -70754384,\n \"portRangeEnd\": 69722698,\n \"serverThisSide\": false\n }\n }\n ],\n \"linuxHosts\": [\n {\n \"credentials\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"description\": \"<string>\",\n \"name\": \"<string>\",\n \"type\": \"<string>\",\n \"sshSettings\": {\n \"sshTimeOutMs\": \"<integer>\",\n \"portRangeStart\": \"<integer>\",\n \"portRangeEnd\": \"<integer>\",\n \"serverThisSide\": \"<boolean>\"\n },\n \"sshFingerprint\": \"<string>\"\n }\n ],\n \"viHosts\": [\n {\n \"credentials\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"description\": \"<string>\",\n \"name\": \"<string>\",\n \"type\": \"<string>\",\n \"viHostType\": \"<string>\",\n \"port\": \"<integer>\",\n \"certificateThumprint\": \"<string>\"\n }\n ]\n}", | |
"options": { | |
"raw": {} | |
} | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/managedServers/import", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"managedServers", | |
"import" | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"windowsHosts\": [\n {\n \"description\": \"<string>\",\n \"name\": \"<string>\",\n \"type\": \"<string>\",\n \"credentials\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"networkSettings\": {\n \"components\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"portRangeStart\": 11300235,\n \"portRangeEnd\": -8765858,\n \"serverThisSide\": true\n }\n },\n {\n \"description\": \"<string>\",\n \"name\": \"<string>\",\n \"type\": \"<string>\",\n \"credentials\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"networkSettings\": {\n \"components\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"portRangeStart\": -42631140,\n \"portRangeEnd\": 2456555,\n \"serverThisSide\": false\n }\n }\n ],\n \"linuxHosts\": [\n {\n \"credentials\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"description\": \"<string>\",\n \"name\": \"<string>\",\n \"type\": \"<string>\",\n \"sshSettings\": {\n \"sshTimeOutMs\": \"<integer>\",\n \"portRangeStart\": \"<integer>\",\n \"portRangeEnd\": \"<integer>\",\n \"serverThisSide\": \"<boolean>\"\n },\n \"sshFingerprint\": \"<string>\"\n }\n ],\n \"viHosts\": [\n {\n \"credentials\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"description\": \"<string>\",\n \"name\": \"<string>\",\n \"type\": \"<string>\",\n \"viHostType\": \"<string>\",\n \"port\": \"<integer>\",\n \"certificateThumprint\": \"<string>\"\n }\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/managedServers/import", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"managedServers", | |
"import" | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"windowsHosts\": [\n {\n \"description\": \"<string>\",\n \"name\": \"<string>\",\n \"type\": \"<string>\",\n \"credentials\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"networkSettings\": {\n \"components\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"portRangeStart\": 11300235,\n \"portRangeEnd\": -8765858,\n \"serverThisSide\": true\n }\n },\n {\n \"description\": \"<string>\",\n \"name\": \"<string>\",\n \"type\": \"<string>\",\n \"credentials\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"networkSettings\": {\n \"components\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"portRangeStart\": -42631140,\n \"portRangeEnd\": 2456555,\n \"serverThisSide\": false\n }\n }\n ],\n \"linuxHosts\": [\n {\n \"credentials\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"description\": \"<string>\",\n \"name\": \"<string>\",\n \"type\": \"<string>\",\n \"sshSettings\": {\n \"sshTimeOutMs\": \"<integer>\",\n \"portRangeStart\": \"<integer>\",\n \"portRangeEnd\": \"<integer>\",\n \"serverThisSide\": \"<boolean>\"\n },\n \"sshFingerprint\": \"<string>\"\n }\n ],\n \"viHosts\": [\n {\n \"credentials\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"description\": \"<string>\",\n \"name\": \"<string>\",\n \"type\": \"<string>\",\n \"viHostType\": \"<string>\",\n \"port\": \"<integer>\",\n \"certificateThumprint\": \"<string>\"\n }\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/managedServers/import", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"managedServers", | |
"import" | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Bad Request. This error is related to POST/PUT requests. The request body is malformed, incomplete or otherwise invalid.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"windowsHosts\": [\n {\n \"description\": \"<string>\",\n \"name\": \"<string>\",\n \"type\": \"<string>\",\n \"credentials\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"networkSettings\": {\n \"components\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"portRangeStart\": 11300235,\n \"portRangeEnd\": -8765858,\n \"serverThisSide\": true\n }\n },\n {\n \"description\": \"<string>\",\n \"name\": \"<string>\",\n \"type\": \"<string>\",\n \"credentials\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"networkSettings\": {\n \"components\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"portRangeStart\": -42631140,\n \"portRangeEnd\": 2456555,\n \"serverThisSide\": false\n }\n }\n ],\n \"linuxHosts\": [\n {\n \"credentials\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"description\": \"<string>\",\n \"name\": \"<string>\",\n \"type\": \"<string>\",\n \"sshSettings\": {\n \"sshTimeOutMs\": \"<integer>\",\n \"portRangeStart\": \"<integer>\",\n \"portRangeEnd\": \"<integer>\",\n \"serverThisSide\": \"<boolean>\"\n },\n \"sshFingerprint\": \"<string>\"\n }\n ],\n \"viHosts\": [\n {\n \"credentials\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"description\": \"<string>\",\n \"name\": \"<string>\",\n \"type\": \"<string>\",\n \"viHostType\": \"<string>\",\n \"port\": \"<integer>\",\n \"certificateThumprint\": \"<string>\"\n }\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/managedServers/import", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"managedServers", | |
"import" | |
] | |
} | |
}, | |
"status": "Bad Request", | |
"code": 400, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Successfully started async task", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"windowsHosts\": [\n {\n \"description\": \"<string>\",\n \"name\": \"<string>\",\n \"type\": \"<string>\",\n \"credentials\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"networkSettings\": {\n \"components\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"portRangeStart\": 11300235,\n \"portRangeEnd\": -8765858,\n \"serverThisSide\": true\n }\n },\n {\n \"description\": \"<string>\",\n \"name\": \"<string>\",\n \"type\": \"<string>\",\n \"credentials\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"networkSettings\": {\n \"components\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"portRangeStart\": -42631140,\n \"portRangeEnd\": 2456555,\n \"serverThisSide\": false\n }\n }\n ],\n \"linuxHosts\": [\n {\n \"credentials\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"description\": \"<string>\",\n \"name\": \"<string>\",\n \"type\": \"<string>\",\n \"sshSettings\": {\n \"sshTimeOutMs\": \"<integer>\",\n \"portRangeStart\": \"<integer>\",\n \"portRangeEnd\": \"<integer>\",\n \"serverThisSide\": \"<boolean>\"\n },\n \"sshFingerprint\": \"<string>\"\n }\n ],\n \"viHosts\": [\n {\n \"credentials\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"description\": \"<string>\",\n \"name\": \"<string>\",\n \"type\": \"<string>\",\n \"viHostType\": \"<string>\",\n \"port\": \"<integer>\",\n \"certificateThumprint\": \"<string>\"\n }\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/managedServers/import", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"managedServers", | |
"import" | |
] | |
} | |
}, | |
"status": "OK", | |
"code": 200, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"activityId\": \"69a0f048-bbd2-517a-7e2a-0ca27da65c01\",\n \"creationTimeUtc\": \"2017-11-25T02:22:36.050Z\",\n \"id\": \"urn:uuid:9f92a9b9-6b20-cc8d-6d36-7b91d613e568\",\n \"name\": \"et Excepteur do consequat\",\n \"result\": {\n \"result\": \"<string>\",\n \"message\": \"laborum do cupidatat\",\n \"isCanceled\": false\n },\n \"sessionType\": \"<string>\",\n \"state\": \"<string>\",\n \"usn\": -72958883,\n \"endTimeUtc\": \"1993-02-20T18:05:36.542Z\",\n \"progressPercent\": \"enim ut dolore consequat\",\n \"resourceId\": \"urn:uuid:1e0e88dd-6812-31d8-8683-f0b4f6947d87\",\n \"resourceReference\": \"enim nostrud in labore\",\n \"parentSessionId\": \"5c01ccec-3aa2-391d-9d0c-4150b399f33c\"\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"windowsHosts\": [\n {\n \"description\": \"<string>\",\n \"name\": \"<string>\",\n \"type\": \"<string>\",\n \"credentials\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"networkSettings\": {\n \"components\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"portRangeStart\": 11300235,\n \"portRangeEnd\": -8765858,\n \"serverThisSide\": true\n }\n },\n {\n \"description\": \"<string>\",\n \"name\": \"<string>\",\n \"type\": \"<string>\",\n \"credentials\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"networkSettings\": {\n \"components\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"portRangeStart\": -42631140,\n \"portRangeEnd\": 2456555,\n \"serverThisSide\": false\n }\n }\n ],\n \"linuxHosts\": [\n {\n \"credentials\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"description\": \"<string>\",\n \"name\": \"<string>\",\n \"type\": \"<string>\",\n \"sshSettings\": {\n \"sshTimeOutMs\": \"<integer>\",\n \"portRangeStart\": \"<integer>\",\n \"portRangeEnd\": \"<integer>\",\n \"serverThisSide\": \"<boolean>\"\n },\n \"sshFingerprint\": \"<string>\"\n }\n ],\n \"viHosts\": [\n {\n \"credentials\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"description\": \"<string>\",\n \"name\": \"<string>\",\n \"type\": \"<string>\",\n \"viHostType\": \"<string>\",\n \"port\": \"<integer>\",\n \"certificateThumprint\": \"<string>\"\n }\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/managedServers/import", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"managedServers", | |
"import" | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
}, | |
{ | |
"name": "Imports a job specified with a json file", | |
"request": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
}, | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"ids\": [\n \"<uuid>\"\n ],\n \"types\": [\n \"<string>\"\n ],\n \"names\": [\n \"<string>\"\n ]\n}", | |
"options": { | |
"raw": {} | |
} | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/managedServers/export", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"managedServers", | |
"export" | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"ids\": [\n \"<uuid>\"\n ],\n \"types\": [\n \"<string>\"\n ],\n \"names\": [\n \"<string>\"\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/managedServers/export", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"managedServers", | |
"export" | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"ids\": [\n \"<uuid>\"\n ],\n \"types\": [\n \"<string>\"\n ],\n \"names\": [\n \"<string>\"\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/managedServers/export", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"managedServers", | |
"export" | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"ids\": [\n \"<uuid>\"\n ],\n \"types\": [\n \"<string>\"\n ],\n \"names\": [\n \"<string>\"\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/managedServers/export", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"managedServers", | |
"export" | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Success", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"ids\": [\n \"<uuid>\"\n ],\n \"types\": [\n \"<string>\"\n ],\n \"names\": [\n \"<string>\"\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/managedServers/export", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"managedServers", | |
"export" | |
] | |
} | |
}, | |
"status": "OK", | |
"code": 200, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"windowsHosts\": [\n {\n \"description\": \"<string>\",\n \"name\": \"<string>\",\n \"type\": \"<string>\",\n \"credentials\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"networkSettings\": {\n \"components\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"portRangeStart\": 11300235,\n \"portRangeEnd\": -8765858,\n \"serverThisSide\": true\n }\n },\n {\n \"description\": \"<string>\",\n \"name\": \"<string>\",\n \"type\": \"<string>\",\n \"credentials\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"networkSettings\": {\n \"components\": [\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n ],\n \"portRangeStart\": -42631140,\n \"portRangeEnd\": 2456555,\n \"serverThisSide\": false\n }\n }\n ],\n \"linuxHosts\": [\n {\n \"credentials\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"description\": \"<string>\",\n \"name\": \"<string>\",\n \"type\": \"<string>\",\n \"sshSettings\": {\n \"sshTimeOutMs\": \"<integer>\",\n \"portRangeStart\": \"<integer>\",\n \"portRangeEnd\": \"<integer>\",\n \"serverThisSide\": \"<boolean>\"\n },\n \"sshFingerprint\": \"<string>\"\n }\n ],\n \"viHosts\": [\n {\n \"credentials\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"description\": \"<string>\",\n \"name\": \"<string>\",\n \"type\": \"<string>\",\n \"viHostType\": \"<string>\",\n \"port\": \"<integer>\",\n \"certificateThumprint\": \"<string>\"\n }\n ]\n}" | |
}, | |
{ | |
"name": "Bad Request. This error is related to POST/PUT requests. The request body is malformed, incomplete or otherwise invalid.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"ids\": [\n \"<uuid>\"\n ],\n \"types\": [\n \"<string>\"\n ],\n \"names\": [\n \"<string>\"\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/managedServers/export", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"managedServers", | |
"export" | |
] | |
} | |
}, | |
"status": "Bad Request", | |
"code": 400, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
} | |
], | |
"protocolProfileBehavior": {}, | |
"_postman_isSubFolder": true | |
}, | |
{ | |
"name": "repositories", | |
"item": [ | |
{ | |
"name": "Imports a job specified with a json file", | |
"request": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
}, | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"directAttachedRepositories\": [\n {\n \"description\": \"<string>\",\n \"hostName\": \"<string>\",\n \"kind\": \"<string>\",\n \"mountServer\": {\n \"mountServerName\": \"<string>\",\n \"vPowerNFSEnabled\": \"<boolean>\",\n \"writeCacheFolder\": \"<string>\",\n \"vPowerNFSPortSettings\": {\n \"mountPort\": \"<integer>\",\n \"vPowerNFSPort\": \"<integer>\"\n }\n },\n \"name\": \"<string>\",\n \"repository\": {\n \"path\": \"elit voluptate anim proident mollit\",\n \"maxTaskCount\": 20056471,\n \"readWriteRate\": 37666482,\n \"useFastCloningOnXFSVolumes\": true,\n \"useImmutableBackups\": false,\n \"makeRecentBackupsImmutableDays\": 6872799,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"tag\": \"<string>\",\n \"type\": \"<string>\"\n },\n {\n \"description\": \"<string>\",\n \"hostName\": \"<string>\",\n \"kind\": \"<string>\",\n \"mountServer\": {\n \"mountServerName\": \"<string>\",\n \"vPowerNFSEnabled\": \"<boolean>\",\n \"writeCacheFolder\": \"<string>\",\n \"vPowerNFSPortSettings\": {\n \"mountPort\": \"<integer>\",\n \"vPowerNFSPort\": \"<integer>\"\n }\n },\n \"name\": \"<string>\",\n \"repository\": {\n \"path\": \"id est\",\n \"maxTaskCount\": -54677538,\n \"readWriteRate\": -75538779,\n \"useFastCloningOnXFSVolumes\": true,\n \"useImmutableBackups\": false,\n \"makeRecentBackupsImmutableDays\": 76247521,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"tag\": \"<string>\",\n \"type\": \"<string>\"\n }\n ],\n \"networkAttachedRepositories\": [\n {\n \"description\": \"<string>\",\n \"kind\": \"<string>\",\n \"mountServer\": {\n \"mountServerName\": \"<string>\",\n \"vPowerNFSEnabled\": \"<boolean>\",\n \"writeCacheFolder\": \"<string>\",\n \"vPowerNFSPortSettings\": {\n \"mountPort\": \"<integer>\",\n \"vPowerNFSPort\": \"<integer>\"\n }\n },\n \"name\": \"<string>\",\n \"repository\": {\n \"path\": \"adipisicing exercitation in\",\n \"maxTaskCount\": -32547264,\n \"readWriteRate\": 18799182,\n \"useFastCloningOnXFSVolumes\": true,\n \"useImmutableBackups\": false,\n \"makeRecentBackupsImmutableDays\": -86938734,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"share\": {\n \"credentials\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"sharePath\": \"<string>\",\n \"gatewayServer\": {\n \"autoSelect\": \"<boolean>\",\n \"gatewayServerId\": \"<uuid>\"\n }\n },\n \"tag\": \"<string>\",\n \"type\": \"<string>\"\n },\n {\n \"description\": \"<string>\",\n \"kind\": \"<string>\",\n \"mountServer\": {\n \"mountServerName\": \"<string>\",\n \"vPowerNFSEnabled\": \"<boolean>\",\n \"writeCacheFolder\": \"<string>\",\n \"vPowerNFSPortSettings\": {\n \"mountPort\": \"<integer>\",\n \"vPowerNFSPort\": \"<integer>\"\n }\n },\n \"name\": \"<string>\",\n \"repository\": {\n \"path\": \"incididunt id dolore mollit\",\n \"maxTaskCount\": 69812234,\n \"readWriteRate\": -28302985,\n \"useFastCloningOnXFSVolumes\": true,\n \"useImmutableBackups\": true,\n \"makeRecentBackupsImmutableDays\": -14006779,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"share\": {\n \"credentials\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"sharePath\": \"<string>\",\n \"gatewayServer\": {\n \"autoSelect\": \"<boolean>\",\n \"gatewayServerId\": \"<uuid>\"\n }\n },\n \"tag\": \"<string>\",\n \"type\": \"<string>\"\n }\n ]\n}", | |
"options": { | |
"raw": {} | |
} | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/repositories/import", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"repositories", | |
"import" | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Successfully started async task", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"directAttachedRepositories\": [\n {\n \"description\": \"<string>\",\n \"hostName\": \"<string>\",\n \"kind\": \"<string>\",\n \"mountServer\": {\n \"mountServerName\": \"<string>\",\n \"vPowerNFSEnabled\": \"<boolean>\",\n \"writeCacheFolder\": \"<string>\",\n \"vPowerNFSPortSettings\": {\n \"mountPort\": \"<integer>\",\n \"vPowerNFSPort\": \"<integer>\"\n }\n },\n \"name\": \"<string>\",\n \"repository\": {\n \"path\": \"reprehenderit anim in est dolore\",\n \"maxTaskCount\": -38683059,\n \"readWriteRate\": -21561918,\n \"useFastCloningOnXFSVolumes\": true,\n \"useImmutableBackups\": false,\n \"makeRecentBackupsImmutableDays\": 30187048,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"tag\": \"<string>\",\n \"type\": \"<string>\"\n },\n {\n \"description\": \"<string>\",\n \"hostName\": \"<string>\",\n \"kind\": \"<string>\",\n \"mountServer\": {\n \"mountServerName\": \"<string>\",\n \"vPowerNFSEnabled\": \"<boolean>\",\n \"writeCacheFolder\": \"<string>\",\n \"vPowerNFSPortSettings\": {\n \"mountPort\": \"<integer>\",\n \"vPowerNFSPort\": \"<integer>\"\n }\n },\n \"name\": \"<string>\",\n \"repository\": {\n \"path\": \"Excepteur labore ip\",\n \"maxTaskCount\": -20603653,\n \"readWriteRate\": 2724966,\n \"useFastCloningOnXFSVolumes\": false,\n \"useImmutableBackups\": false,\n \"makeRecentBackupsImmutableDays\": -39635426,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"tag\": \"<string>\",\n \"type\": \"<string>\"\n }\n ],\n \"networkAttachedRepositories\": [\n {\n \"description\": \"<string>\",\n \"kind\": \"<string>\",\n \"mountServer\": {\n \"mountServerName\": \"<string>\",\n \"vPowerNFSEnabled\": \"<boolean>\",\n \"writeCacheFolder\": \"<string>\",\n \"vPowerNFSPortSettings\": {\n \"mountPort\": \"<integer>\",\n \"vPowerNFSPort\": \"<integer>\"\n }\n },\n \"name\": \"<string>\",\n \"repository\": {\n \"path\": \"amet nulla deserunt\",\n \"maxTaskCount\": 36178376,\n \"readWriteRate\": 55276045,\n \"useFastCloningOnXFSVolumes\": true,\n \"useImmutableBackups\": true,\n \"makeRecentBackupsImmutableDays\": -44653380,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"share\": {\n \"credentials\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"sharePath\": \"<string>\",\n \"gatewayServer\": {\n \"autoSelect\": \"<boolean>\",\n \"gatewayServerId\": \"<uuid>\"\n }\n },\n \"tag\": \"<string>\",\n \"type\": \"<string>\"\n },\n {\n \"description\": \"<string>\",\n \"kind\": \"<string>\",\n \"mountServer\": {\n \"mountServerName\": \"<string>\",\n \"vPowerNFSEnabled\": \"<boolean>\",\n \"writeCacheFolder\": \"<string>\",\n \"vPowerNFSPortSettings\": {\n \"mountPort\": \"<integer>\",\n \"vPowerNFSPort\": \"<integer>\"\n }\n },\n \"name\": \"<string>\",\n \"repository\": {\n \"path\": \"aliqua eu eiusmod laborum exercitation\",\n \"maxTaskCount\": -30235102,\n \"readWriteRate\": 42399407,\n \"useFastCloningOnXFSVolumes\": false,\n \"useImmutableBackups\": true,\n \"makeRecentBackupsImmutableDays\": 3590422,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"share\": {\n \"credentials\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"sharePath\": \"<string>\",\n \"gatewayServer\": {\n \"autoSelect\": \"<boolean>\",\n \"gatewayServerId\": \"<uuid>\"\n }\n },\n \"tag\": \"<string>\",\n \"type\": \"<string>\"\n }\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/repositories/import", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"repositories", | |
"import" | |
] | |
} | |
}, | |
"status": "OK", | |
"code": 200, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"activityId\": \"69a0f048-bbd2-517a-7e2a-0ca27da65c01\",\n \"creationTimeUtc\": \"2017-11-25T02:22:36.050Z\",\n \"id\": \"urn:uuid:9f92a9b9-6b20-cc8d-6d36-7b91d613e568\",\n \"name\": \"et Excepteur do consequat\",\n \"result\": {\n \"result\": \"<string>\",\n \"message\": \"laborum do cupidatat\",\n \"isCanceled\": false\n },\n \"sessionType\": \"<string>\",\n \"state\": \"<string>\",\n \"usn\": -72958883,\n \"endTimeUtc\": \"1993-02-20T18:05:36.542Z\",\n \"progressPercent\": \"enim ut dolore consequat\",\n \"resourceId\": \"urn:uuid:1e0e88dd-6812-31d8-8683-f0b4f6947d87\",\n \"resourceReference\": \"enim nostrud in labore\",\n \"parentSessionId\": \"5c01ccec-3aa2-391d-9d0c-4150b399f33c\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"directAttachedRepositories\": [\n {\n \"description\": \"<string>\",\n \"hostName\": \"<string>\",\n \"kind\": \"<string>\",\n \"mountServer\": {\n \"mountServerName\": \"<string>\",\n \"vPowerNFSEnabled\": \"<boolean>\",\n \"writeCacheFolder\": \"<string>\",\n \"vPowerNFSPortSettings\": {\n \"mountPort\": \"<integer>\",\n \"vPowerNFSPort\": \"<integer>\"\n }\n },\n \"name\": \"<string>\",\n \"repository\": {\n \"path\": \"reprehenderit anim in est dolore\",\n \"maxTaskCount\": -38683059,\n \"readWriteRate\": -21561918,\n \"useFastCloningOnXFSVolumes\": true,\n \"useImmutableBackups\": false,\n \"makeRecentBackupsImmutableDays\": 30187048,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"tag\": \"<string>\",\n \"type\": \"<string>\"\n },\n {\n \"description\": \"<string>\",\n \"hostName\": \"<string>\",\n \"kind\": \"<string>\",\n \"mountServer\": {\n \"mountServerName\": \"<string>\",\n \"vPowerNFSEnabled\": \"<boolean>\",\n \"writeCacheFolder\": \"<string>\",\n \"vPowerNFSPortSettings\": {\n \"mountPort\": \"<integer>\",\n \"vPowerNFSPort\": \"<integer>\"\n }\n },\n \"name\": \"<string>\",\n \"repository\": {\n \"path\": \"Excepteur labore ip\",\n \"maxTaskCount\": -20603653,\n \"readWriteRate\": 2724966,\n \"useFastCloningOnXFSVolumes\": false,\n \"useImmutableBackups\": false,\n \"makeRecentBackupsImmutableDays\": -39635426,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"tag\": \"<string>\",\n \"type\": \"<string>\"\n }\n ],\n \"networkAttachedRepositories\": [\n {\n \"description\": \"<string>\",\n \"kind\": \"<string>\",\n \"mountServer\": {\n \"mountServerName\": \"<string>\",\n \"vPowerNFSEnabled\": \"<boolean>\",\n \"writeCacheFolder\": \"<string>\",\n \"vPowerNFSPortSettings\": {\n \"mountPort\": \"<integer>\",\n \"vPowerNFSPort\": \"<integer>\"\n }\n },\n \"name\": \"<string>\",\n \"repository\": {\n \"path\": \"amet nulla deserunt\",\n \"maxTaskCount\": 36178376,\n \"readWriteRate\": 55276045,\n \"useFastCloningOnXFSVolumes\": true,\n \"useImmutableBackups\": true,\n \"makeRecentBackupsImmutableDays\": -44653380,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"share\": {\n \"credentials\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"sharePath\": \"<string>\",\n \"gatewayServer\": {\n \"autoSelect\": \"<boolean>\",\n \"gatewayServerId\": \"<uuid>\"\n }\n },\n \"tag\": \"<string>\",\n \"type\": \"<string>\"\n },\n {\n \"description\": \"<string>\",\n \"kind\": \"<string>\",\n \"mountServer\": {\n \"mountServerName\": \"<string>\",\n \"vPowerNFSEnabled\": \"<boolean>\",\n \"writeCacheFolder\": \"<string>\",\n \"vPowerNFSPortSettings\": {\n \"mountPort\": \"<integer>\",\n \"vPowerNFSPort\": \"<integer>\"\n }\n },\n \"name\": \"<string>\",\n \"repository\": {\n \"path\": \"aliqua eu eiusmod laborum exercitation\",\n \"maxTaskCount\": -30235102,\n \"readWriteRate\": 42399407,\n \"useFastCloningOnXFSVolumes\": false,\n \"useImmutableBackups\": true,\n \"makeRecentBackupsImmutableDays\": 3590422,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"share\": {\n \"credentials\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"sharePath\": \"<string>\",\n \"gatewayServer\": {\n \"autoSelect\": \"<boolean>\",\n \"gatewayServerId\": \"<uuid>\"\n }\n },\n \"tag\": \"<string>\",\n \"type\": \"<string>\"\n }\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/repositories/import", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"repositories", | |
"import" | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"directAttachedRepositories\": [\n {\n \"description\": \"<string>\",\n \"hostName\": \"<string>\",\n \"kind\": \"<string>\",\n \"mountServer\": {\n \"mountServerName\": \"<string>\",\n \"vPowerNFSEnabled\": \"<boolean>\",\n \"writeCacheFolder\": \"<string>\",\n \"vPowerNFSPortSettings\": {\n \"mountPort\": \"<integer>\",\n \"vPowerNFSPort\": \"<integer>\"\n }\n },\n \"name\": \"<string>\",\n \"repository\": {\n \"path\": \"reprehenderit anim in est dolore\",\n \"maxTaskCount\": -38683059,\n \"readWriteRate\": -21561918,\n \"useFastCloningOnXFSVolumes\": true,\n \"useImmutableBackups\": false,\n \"makeRecentBackupsImmutableDays\": 30187048,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"tag\": \"<string>\",\n \"type\": \"<string>\"\n },\n {\n \"description\": \"<string>\",\n \"hostName\": \"<string>\",\n \"kind\": \"<string>\",\n \"mountServer\": {\n \"mountServerName\": \"<string>\",\n \"vPowerNFSEnabled\": \"<boolean>\",\n \"writeCacheFolder\": \"<string>\",\n \"vPowerNFSPortSettings\": {\n \"mountPort\": \"<integer>\",\n \"vPowerNFSPort\": \"<integer>\"\n }\n },\n \"name\": \"<string>\",\n \"repository\": {\n \"path\": \"Excepteur labore ip\",\n \"maxTaskCount\": -20603653,\n \"readWriteRate\": 2724966,\n \"useFastCloningOnXFSVolumes\": false,\n \"useImmutableBackups\": false,\n \"makeRecentBackupsImmutableDays\": -39635426,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"tag\": \"<string>\",\n \"type\": \"<string>\"\n }\n ],\n \"networkAttachedRepositories\": [\n {\n \"description\": \"<string>\",\n \"kind\": \"<string>\",\n \"mountServer\": {\n \"mountServerName\": \"<string>\",\n \"vPowerNFSEnabled\": \"<boolean>\",\n \"writeCacheFolder\": \"<string>\",\n \"vPowerNFSPortSettings\": {\n \"mountPort\": \"<integer>\",\n \"vPowerNFSPort\": \"<integer>\"\n }\n },\n \"name\": \"<string>\",\n \"repository\": {\n \"path\": \"amet nulla deserunt\",\n \"maxTaskCount\": 36178376,\n \"readWriteRate\": 55276045,\n \"useFastCloningOnXFSVolumes\": true,\n \"useImmutableBackups\": true,\n \"makeRecentBackupsImmutableDays\": -44653380,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"share\": {\n \"credentials\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"sharePath\": \"<string>\",\n \"gatewayServer\": {\n \"autoSelect\": \"<boolean>\",\n \"gatewayServerId\": \"<uuid>\"\n }\n },\n \"tag\": \"<string>\",\n \"type\": \"<string>\"\n },\n {\n \"description\": \"<string>\",\n \"kind\": \"<string>\",\n \"mountServer\": {\n \"mountServerName\": \"<string>\",\n \"vPowerNFSEnabled\": \"<boolean>\",\n \"writeCacheFolder\": \"<string>\",\n \"vPowerNFSPortSettings\": {\n \"mountPort\": \"<integer>\",\n \"vPowerNFSPort\": \"<integer>\"\n }\n },\n \"name\": \"<string>\",\n \"repository\": {\n \"path\": \"aliqua eu eiusmod laborum exercitation\",\n \"maxTaskCount\": -30235102,\n \"readWriteRate\": 42399407,\n \"useFastCloningOnXFSVolumes\": false,\n \"useImmutableBackups\": true,\n \"makeRecentBackupsImmutableDays\": 3590422,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"share\": {\n \"credentials\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"sharePath\": \"<string>\",\n \"gatewayServer\": {\n \"autoSelect\": \"<boolean>\",\n \"gatewayServerId\": \"<uuid>\"\n }\n },\n \"tag\": \"<string>\",\n \"type\": \"<string>\"\n }\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/repositories/import", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"repositories", | |
"import" | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"directAttachedRepositories\": [\n {\n \"description\": \"<string>\",\n \"hostName\": \"<string>\",\n \"kind\": \"<string>\",\n \"mountServer\": {\n \"mountServerName\": \"<string>\",\n \"vPowerNFSEnabled\": \"<boolean>\",\n \"writeCacheFolder\": \"<string>\",\n \"vPowerNFSPortSettings\": {\n \"mountPort\": \"<integer>\",\n \"vPowerNFSPort\": \"<integer>\"\n }\n },\n \"name\": \"<string>\",\n \"repository\": {\n \"path\": \"reprehenderit anim in est dolore\",\n \"maxTaskCount\": -38683059,\n \"readWriteRate\": -21561918,\n \"useFastCloningOnXFSVolumes\": true,\n \"useImmutableBackups\": false,\n \"makeRecentBackupsImmutableDays\": 30187048,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"tag\": \"<string>\",\n \"type\": \"<string>\"\n },\n {\n \"description\": \"<string>\",\n \"hostName\": \"<string>\",\n \"kind\": \"<string>\",\n \"mountServer\": {\n \"mountServerName\": \"<string>\",\n \"vPowerNFSEnabled\": \"<boolean>\",\n \"writeCacheFolder\": \"<string>\",\n \"vPowerNFSPortSettings\": {\n \"mountPort\": \"<integer>\",\n \"vPowerNFSPort\": \"<integer>\"\n }\n },\n \"name\": \"<string>\",\n \"repository\": {\n \"path\": \"Excepteur labore ip\",\n \"maxTaskCount\": -20603653,\n \"readWriteRate\": 2724966,\n \"useFastCloningOnXFSVolumes\": false,\n \"useImmutableBackups\": false,\n \"makeRecentBackupsImmutableDays\": -39635426,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"tag\": \"<string>\",\n \"type\": \"<string>\"\n }\n ],\n \"networkAttachedRepositories\": [\n {\n \"description\": \"<string>\",\n \"kind\": \"<string>\",\n \"mountServer\": {\n \"mountServerName\": \"<string>\",\n \"vPowerNFSEnabled\": \"<boolean>\",\n \"writeCacheFolder\": \"<string>\",\n \"vPowerNFSPortSettings\": {\n \"mountPort\": \"<integer>\",\n \"vPowerNFSPort\": \"<integer>\"\n }\n },\n \"name\": \"<string>\",\n \"repository\": {\n \"path\": \"amet nulla deserunt\",\n \"maxTaskCount\": 36178376,\n \"readWriteRate\": 55276045,\n \"useFastCloningOnXFSVolumes\": true,\n \"useImmutableBackups\": true,\n \"makeRecentBackupsImmutableDays\": -44653380,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"share\": {\n \"credentials\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"sharePath\": \"<string>\",\n \"gatewayServer\": {\n \"autoSelect\": \"<boolean>\",\n \"gatewayServerId\": \"<uuid>\"\n }\n },\n \"tag\": \"<string>\",\n \"type\": \"<string>\"\n },\n {\n \"description\": \"<string>\",\n \"kind\": \"<string>\",\n \"mountServer\": {\n \"mountServerName\": \"<string>\",\n \"vPowerNFSEnabled\": \"<boolean>\",\n \"writeCacheFolder\": \"<string>\",\n \"vPowerNFSPortSettings\": {\n \"mountPort\": \"<integer>\",\n \"vPowerNFSPort\": \"<integer>\"\n }\n },\n \"name\": \"<string>\",\n \"repository\": {\n \"path\": \"aliqua eu eiusmod laborum exercitation\",\n \"maxTaskCount\": -30235102,\n \"readWriteRate\": 42399407,\n \"useFastCloningOnXFSVolumes\": false,\n \"useImmutableBackups\": true,\n \"makeRecentBackupsImmutableDays\": 3590422,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"share\": {\n \"credentials\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"sharePath\": \"<string>\",\n \"gatewayServer\": {\n \"autoSelect\": \"<boolean>\",\n \"gatewayServerId\": \"<uuid>\"\n }\n },\n \"tag\": \"<string>\",\n \"type\": \"<string>\"\n }\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/repositories/import", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"repositories", | |
"import" | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Bad Request. This error is related to POST/PUT requests. The request body is malformed, incomplete or otherwise invalid.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"directAttachedRepositories\": [\n {\n \"description\": \"<string>\",\n \"hostName\": \"<string>\",\n \"kind\": \"<string>\",\n \"mountServer\": {\n \"mountServerName\": \"<string>\",\n \"vPowerNFSEnabled\": \"<boolean>\",\n \"writeCacheFolder\": \"<string>\",\n \"vPowerNFSPortSettings\": {\n \"mountPort\": \"<integer>\",\n \"vPowerNFSPort\": \"<integer>\"\n }\n },\n \"name\": \"<string>\",\n \"repository\": {\n \"path\": \"reprehenderit anim in est dolore\",\n \"maxTaskCount\": -38683059,\n \"readWriteRate\": -21561918,\n \"useFastCloningOnXFSVolumes\": true,\n \"useImmutableBackups\": false,\n \"makeRecentBackupsImmutableDays\": 30187048,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"tag\": \"<string>\",\n \"type\": \"<string>\"\n },\n {\n \"description\": \"<string>\",\n \"hostName\": \"<string>\",\n \"kind\": \"<string>\",\n \"mountServer\": {\n \"mountServerName\": \"<string>\",\n \"vPowerNFSEnabled\": \"<boolean>\",\n \"writeCacheFolder\": \"<string>\",\n \"vPowerNFSPortSettings\": {\n \"mountPort\": \"<integer>\",\n \"vPowerNFSPort\": \"<integer>\"\n }\n },\n \"name\": \"<string>\",\n \"repository\": {\n \"path\": \"Excepteur labore ip\",\n \"maxTaskCount\": -20603653,\n \"readWriteRate\": 2724966,\n \"useFastCloningOnXFSVolumes\": false,\n \"useImmutableBackups\": false,\n \"makeRecentBackupsImmutableDays\": -39635426,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"tag\": \"<string>\",\n \"type\": \"<string>\"\n }\n ],\n \"networkAttachedRepositories\": [\n {\n \"description\": \"<string>\",\n \"kind\": \"<string>\",\n \"mountServer\": {\n \"mountServerName\": \"<string>\",\n \"vPowerNFSEnabled\": \"<boolean>\",\n \"writeCacheFolder\": \"<string>\",\n \"vPowerNFSPortSettings\": {\n \"mountPort\": \"<integer>\",\n \"vPowerNFSPort\": \"<integer>\"\n }\n },\n \"name\": \"<string>\",\n \"repository\": {\n \"path\": \"amet nulla deserunt\",\n \"maxTaskCount\": 36178376,\n \"readWriteRate\": 55276045,\n \"useFastCloningOnXFSVolumes\": true,\n \"useImmutableBackups\": true,\n \"makeRecentBackupsImmutableDays\": -44653380,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"share\": {\n \"credentials\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"sharePath\": \"<string>\",\n \"gatewayServer\": {\n \"autoSelect\": \"<boolean>\",\n \"gatewayServerId\": \"<uuid>\"\n }\n },\n \"tag\": \"<string>\",\n \"type\": \"<string>\"\n },\n {\n \"description\": \"<string>\",\n \"kind\": \"<string>\",\n \"mountServer\": {\n \"mountServerName\": \"<string>\",\n \"vPowerNFSEnabled\": \"<boolean>\",\n \"writeCacheFolder\": \"<string>\",\n \"vPowerNFSPortSettings\": {\n \"mountPort\": \"<integer>\",\n \"vPowerNFSPort\": \"<integer>\"\n }\n },\n \"name\": \"<string>\",\n \"repository\": {\n \"path\": \"aliqua eu eiusmod laborum exercitation\",\n \"maxTaskCount\": -30235102,\n \"readWriteRate\": 42399407,\n \"useFastCloningOnXFSVolumes\": false,\n \"useImmutableBackups\": true,\n \"makeRecentBackupsImmutableDays\": 3590422,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"share\": {\n \"credentials\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"sharePath\": \"<string>\",\n \"gatewayServer\": {\n \"autoSelect\": \"<boolean>\",\n \"gatewayServerId\": \"<uuid>\"\n }\n },\n \"tag\": \"<string>\",\n \"type\": \"<string>\"\n }\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/repositories/import", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"repositories", | |
"import" | |
] | |
} | |
}, | |
"status": "Bad Request", | |
"code": 400, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
}, | |
{ | |
"name": "Imports a job specified with a json file", | |
"request": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
}, | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"ids\": [\n \"<uuid>\"\n ],\n \"types\": [\n \"<string>\"\n ],\n \"names\": [\n \"<string>\"\n ]\n}", | |
"options": { | |
"raw": {} | |
} | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/repositories/export", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"repositories", | |
"export" | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"ids\": [\n \"<uuid>\"\n ],\n \"types\": [\n \"<string>\"\n ],\n \"names\": [\n \"<string>\"\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/repositories/export", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"repositories", | |
"export" | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Success", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"ids\": [\n \"<uuid>\"\n ],\n \"types\": [\n \"<string>\"\n ],\n \"names\": [\n \"<string>\"\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/repositories/export", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"repositories", | |
"export" | |
] | |
} | |
}, | |
"status": "OK", | |
"code": 200, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"directAttachedRepositories\": [\n {\n \"description\": \"<string>\",\n \"hostName\": \"<string>\",\n \"kind\": \"<string>\",\n \"mountServer\": {\n \"mountServerName\": \"<string>\",\n \"vPowerNFSEnabled\": \"<boolean>\",\n \"writeCacheFolder\": \"<string>\",\n \"vPowerNFSPortSettings\": {\n \"mountPort\": \"<integer>\",\n \"vPowerNFSPort\": \"<integer>\"\n }\n },\n \"name\": \"<string>\",\n \"repository\": {\n \"path\": \"reprehenderit anim in est dolore\",\n \"maxTaskCount\": -38683059,\n \"readWriteRate\": -21561918,\n \"useFastCloningOnXFSVolumes\": true,\n \"useImmutableBackups\": false,\n \"makeRecentBackupsImmutableDays\": 30187048,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"tag\": \"<string>\",\n \"type\": \"<string>\"\n },\n {\n \"description\": \"<string>\",\n \"hostName\": \"<string>\",\n \"kind\": \"<string>\",\n \"mountServer\": {\n \"mountServerName\": \"<string>\",\n \"vPowerNFSEnabled\": \"<boolean>\",\n \"writeCacheFolder\": \"<string>\",\n \"vPowerNFSPortSettings\": {\n \"mountPort\": \"<integer>\",\n \"vPowerNFSPort\": \"<integer>\"\n }\n },\n \"name\": \"<string>\",\n \"repository\": {\n \"path\": \"Excepteur labore ip\",\n \"maxTaskCount\": -20603653,\n \"readWriteRate\": 2724966,\n \"useFastCloningOnXFSVolumes\": false,\n \"useImmutableBackups\": false,\n \"makeRecentBackupsImmutableDays\": -39635426,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"tag\": \"<string>\",\n \"type\": \"<string>\"\n }\n ],\n \"networkAttachedRepositories\": [\n {\n \"description\": \"<string>\",\n \"kind\": \"<string>\",\n \"mountServer\": {\n \"mountServerName\": \"<string>\",\n \"vPowerNFSEnabled\": \"<boolean>\",\n \"writeCacheFolder\": \"<string>\",\n \"vPowerNFSPortSettings\": {\n \"mountPort\": \"<integer>\",\n \"vPowerNFSPort\": \"<integer>\"\n }\n },\n \"name\": \"<string>\",\n \"repository\": {\n \"path\": \"amet nulla deserunt\",\n \"maxTaskCount\": 36178376,\n \"readWriteRate\": 55276045,\n \"useFastCloningOnXFSVolumes\": true,\n \"useImmutableBackups\": true,\n \"makeRecentBackupsImmutableDays\": -44653380,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"share\": {\n \"credentials\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"sharePath\": \"<string>\",\n \"gatewayServer\": {\n \"autoSelect\": \"<boolean>\",\n \"gatewayServerId\": \"<uuid>\"\n }\n },\n \"tag\": \"<string>\",\n \"type\": \"<string>\"\n },\n {\n \"description\": \"<string>\",\n \"kind\": \"<string>\",\n \"mountServer\": {\n \"mountServerName\": \"<string>\",\n \"vPowerNFSEnabled\": \"<boolean>\",\n \"writeCacheFolder\": \"<string>\",\n \"vPowerNFSPortSettings\": {\n \"mountPort\": \"<integer>\",\n \"vPowerNFSPort\": \"<integer>\"\n }\n },\n \"name\": \"<string>\",\n \"repository\": {\n \"path\": \"aliqua eu eiusmod laborum exercitation\",\n \"maxTaskCount\": -30235102,\n \"readWriteRate\": 42399407,\n \"useFastCloningOnXFSVolumes\": false,\n \"useImmutableBackups\": true,\n \"makeRecentBackupsImmutableDays\": 3590422,\n \"advancedSettings\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"share\": {\n \"credentials\": {\n \"credentialsName\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n },\n \"credentialsTag\": {\n \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n }\n },\n \"sharePath\": \"<string>\",\n \"gatewayServer\": {\n \"autoSelect\": \"<boolean>\",\n \"gatewayServerId\": \"<uuid>\"\n }\n },\n \"tag\": \"<string>\",\n \"type\": \"<string>\"\n }\n ]\n}" | |
}, | |
{ | |
"name": "Bad Request. This error is related to POST/PUT requests. The request body is malformed, incomplete or otherwise invalid.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"ids\": [\n \"<uuid>\"\n ],\n \"types\": [\n \"<string>\"\n ],\n \"names\": [\n \"<string>\"\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/repositories/export", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"repositories", | |
"export" | |
] | |
} | |
}, | |
"status": "Bad Request", | |
"code": 400, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"ids\": [\n \"<uuid>\"\n ],\n \"types\": [\n \"<string>\"\n ],\n \"names\": [\n \"<string>\"\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/repositories/export", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"repositories", | |
"export" | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"ids\": [\n \"<uuid>\"\n ],\n \"types\": [\n \"<string>\"\n ],\n \"names\": [\n \"<string>\"\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/repositories/export", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"repositories", | |
"export" | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
} | |
], | |
"protocolProfileBehavior": {}, | |
"_postman_isSubFolder": true | |
}, | |
{ | |
"name": "encryption Passwords", | |
"item": [ | |
{ | |
"name": "Imports set of encryption passwords specified with a json file", | |
"request": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
}, | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"encryptionPasswords\": [\n {\n \"hint\": \"<string>\",\n \"password\": \"<string>\"\n }\n ]\n}", | |
"options": { | |
"raw": {} | |
} | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/encryptionPasswords/import", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"encryptionPasswords", | |
"import" | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"encryptionPasswords\": [\n {\n \"hint\": \"<string>\",\n \"password\": \"<string>\"\n }\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/encryptionPasswords/import", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"encryptionPasswords", | |
"import" | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"encryptionPasswords\": [\n {\n \"hint\": \"<string>\",\n \"password\": \"<string>\"\n }\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/encryptionPasswords/import", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"encryptionPasswords", | |
"import" | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Bad Request. This error is related to POST/PUT requests. The request body is malformed, incomplete or otherwise invalid.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"encryptionPasswords\": [\n {\n \"hint\": \"<string>\",\n \"password\": \"<string>\"\n }\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/encryptionPasswords/import", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"encryptionPasswords", | |
"import" | |
] | |
} | |
}, | |
"status": "Bad Request", | |
"code": 400, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"encryptionPasswords\": [\n {\n \"hint\": \"<string>\",\n \"password\": \"<string>\"\n }\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/encryptionPasswords/import", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"encryptionPasswords", | |
"import" | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Successfully started async task", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"encryptionPasswords\": [\n {\n \"hint\": \"<string>\",\n \"password\": \"<string>\"\n }\n ]\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/encryptionPasswords/import", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"encryptionPasswords", | |
"import" | |
] | |
} | |
}, | |
"status": "Created", | |
"code": 201, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"activityId\": \"69a0f048-bbd2-517a-7e2a-0ca27da65c01\",\n \"creationTimeUtc\": \"2017-11-25T02:22:36.050Z\",\n \"id\": \"urn:uuid:9f92a9b9-6b20-cc8d-6d36-7b91d613e568\",\n \"name\": \"et Excepteur do consequat\",\n \"result\": {\n \"result\": \"<string>\",\n \"message\": \"laborum do cupidatat\",\n \"isCanceled\": false\n },\n \"sessionType\": \"<string>\",\n \"state\": \"<string>\",\n \"usn\": -72958883,\n \"endTimeUtc\": \"1993-02-20T18:05:36.542Z\",\n \"progressPercent\": \"enim ut dolore consequat\",\n \"resourceId\": \"urn:uuid:1e0e88dd-6812-31d8-8683-f0b4f6947d87\",\n \"resourceReference\": \"enim nostrud in labore\",\n \"parentSessionId\": \"5c01ccec-3aa2-391d-9d0c-4150b399f33c\"\n}" | |
} | |
] | |
}, | |
{ | |
"name": "Exports encryption passwords specified with a json file", | |
"request": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
}, | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"creationDateFrom\": \"<datetime>\"\n}", | |
"options": { | |
"raw": {} | |
} | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/encryptionPasswords/export", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"encryptionPasswords", | |
"export" | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Success", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"creationDateFrom\": \"<datetime>\"\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/encryptionPasswords/export", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"encryptionPasswords", | |
"export" | |
] | |
} | |
}, | |
"status": "OK", | |
"code": 200, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"encryptionPasswords\": [\n {\n \"hint\": \"<string>\",\n \"password\": \"<string>\"\n }\n ]\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"creationDateFrom\": \"<datetime>\"\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/encryptionPasswords/export", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"encryptionPasswords", | |
"export" | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"creationDateFrom\": \"<datetime>\"\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/encryptionPasswords/export", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"encryptionPasswords", | |
"export" | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"creationDateFrom\": \"<datetime>\"\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/encryptionPasswords/export", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"encryptionPasswords", | |
"export" | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Bad Request. This error is related to POST/PUT requests. The request body is malformed, incomplete or otherwise invalid.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n \"creationDateFrom\": \"<datetime>\"\n}" | |
}, | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/encryptionPasswords/export", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"encryptionPasswords", | |
"export" | |
] | |
} | |
}, | |
"status": "Bad Request", | |
"code": 400, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
} | |
], | |
"protocolProfileBehavior": {}, | |
"_postman_isSubFolder": true | |
}, | |
{ | |
"name": "sessions", | |
"item": [ | |
{ | |
"name": "{id}", | |
"item": [ | |
{ | |
"name": "Get Automation Session", | |
"request": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/sessions/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"sessions", | |
":id" | |
], | |
"variable": [ | |
{ | |
"id": "5122dd11-4f5a-4fed-8774-46273db12653", | |
"key": "id", | |
"value": "<uuid>", | |
"type": "string", | |
"description": "(Required) " | |
} | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Not Found. This error is related to path parameters. One or more resources specified in the request could not be found in the specified resource collection.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/sessions/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"sessions", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Not Found", | |
"code": 404, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/sessions/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"sessions", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Success", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/sessions/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"sessions", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "OK", | |
"code": 200, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"activityId\": \"69a0f048-bbd2-517a-7e2a-0ca27da65c01\",\n \"creationTimeUtc\": \"2017-11-25T02:22:36.050Z\",\n \"id\": \"urn:uuid:9f92a9b9-6b20-cc8d-6d36-7b91d613e568\",\n \"name\": \"et Excepteur do consequat\",\n \"result\": {\n \"result\": \"<string>\",\n \"message\": \"laborum do cupidatat\",\n \"isCanceled\": false\n },\n \"sessionType\": \"<string>\",\n \"state\": \"<string>\",\n \"usn\": -72958883,\n \"endTimeUtc\": \"1993-02-20T18:05:36.542Z\",\n \"progressPercent\": \"enim ut dolore consequat\",\n \"resourceId\": \"urn:uuid:1e0e88dd-6812-31d8-8683-f0b4f6947d87\",\n \"resourceReference\": \"enim nostrud in labore\",\n \"parentSessionId\": \"5c01ccec-3aa2-391d-9d0c-4150b399f33c\"\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/sessions/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"sessions", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/sessions/:id", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"sessions", | |
":id" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
}, | |
{ | |
"name": "Get Automation Session Logs", | |
"request": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/sessions/:id/logs", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"sessions", | |
":id", | |
"logs" | |
], | |
"variable": [ | |
{ | |
"id": "0d0c6366-5bf1-4d76-8e3f-be292cad5433", | |
"key": "id", | |
"value": "<uuid>", | |
"type": "string", | |
"description": "(Required) " | |
} | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/sessions/:id/logs", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"sessions", | |
":id", | |
"logs" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/sessions/:id/logs", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"sessions", | |
":id", | |
"logs" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Success", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/sessions/:id/logs", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"sessions", | |
":id", | |
"logs" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "OK", | |
"code": 200, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"totalRecords\": 2959072,\n \"records\": [\n {\n \"id\": 70889330,\n \"status\": \"culpa fugiat exercitation i\",\n \"startTime\": \"1999-01-13T07:52:00.073Z\",\n \"updateTime\": \"1997-06-29T21:36:35.439Z\",\n \"title\": \"occaecat in sint\",\n \"description\": \"laboris exercitation ut amet occaecat\"\n },\n {\n \"id\": -10459668,\n \"status\": \"mollit elit aliqua\",\n \"startTime\": \"1990-01-19T20:32:42.465Z\",\n \"updateTime\": \"1979-11-08T09:40:56.789Z\",\n \"title\": \"reprehenderit occaecat nisi sit\",\n \"description\": \"sit fugiat irure\"\n }\n ]\n}" | |
}, | |
{ | |
"name": "Not Found. This error is related to path parameters. One or more resources specified in the request could not be found in the specified resource collection.", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/sessions/:id/logs", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"sessions", | |
":id", | |
"logs" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Not Found", | |
"code": 404, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/sessions/:id/logs", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"sessions", | |
":id", | |
"logs" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
}, | |
{ | |
"name": "Stop Automation Session", | |
"request": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/sessions/:id/stop", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"sessions", | |
":id", | |
"stop" | |
], | |
"variable": [ | |
{ | |
"id": "4a179b37-4e4a-4031-b3e1-25a2c626b15a", | |
"key": "id", | |
"value": "<uuid>", | |
"type": "string", | |
"description": "(Required) " | |
} | |
] | |
} | |
}, | |
"response": [ | |
{ | |
"name": "Unauthorized. The authorization header has been expected but not found (or found but is expired).", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/sessions/:id/stop", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"sessions", | |
":id", | |
"stop" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Unauthorized", | |
"code": 401, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/sessions/:id/stop", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"sessions", | |
":id", | |
"stop" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Forbidden", | |
"code": 403, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/sessions/:id/stop", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"sessions", | |
":id", | |
"stop" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Internal Server Error", | |
"code": 500, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
}, | |
{ | |
"name": "Success", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/sessions/:id/stop", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"sessions", | |
":id", | |
"stop" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "OK", | |
"code": 200, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{}" | |
}, | |
{ | |
"name": "Not Found. This error is related to path parameters. One or more resources specified in the request could not be found in the specified resource collection.", | |
"originalRequest": { | |
"method": "POST", | |
"header": [ | |
{ | |
"description": { | |
"content": "Added as a part of security scheme: apikey", | |
"type": "text/plain" | |
}, | |
"key": "Authorization", | |
"value": "<API Key>" | |
}, | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/sessions/:id/stop", | |
"host": [ | |
"{{baseUrl}}" | |
], | |
"path": [ | |
"api", | |
"v1", | |
"automation", | |
"sessions", | |
":id", | |
"stop" | |
], | |
"variable": [ | |
{ | |
"key": "id" | |
} | |
] | |
} | |
}, | |
"status": "Not Found", | |
"code": 404, | |
"_postman_previewlanguage": "json", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"cookie": [], | |
"body": "{\n \"errorCode\": \"UnexpectedContent\",\n \"message\": \"magna occaecat\",\n \"resourceId\": \"fugiat consectetur nulla deserunt\"\n}" | |
} | |
] | |
} | |
], | |
"protocolProfileBehavior": {}, | |
"_postman_isSubFolder": true | |
}, | |
{ | |
"name": "Get All Automation Sessions", | |
"request": { | |
"method": "GET", | |
"header": [ | |
{ | |
"description": "(Required) ", | |
"key": "x-api-version", | |
"value": "1.0-rev1" | |
} | |
], | |
"url": { | |
"raw": "{{baseUrl}}/api/v1/automation/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment