├── .github ├── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md └── pull_request_template.md ├── .gitignore ├── CONTRIBUTING.md ├── DCO.md ├── LICENSE ├── README.md ├── postman_for_enterprise_manager ├── README.md ├── Veeam_Enterprise_Manager.postman_collection.json └── images │ ├── em_postman_collection.png │ ├── postman_import.png │ └── postman_import_file.png ├── postman_for_veeam_availability_console ├── README.md ├── automated_auth_test.js └── images │ ├── auth_type.png │ ├── login_body.png │ ├── login_test.png │ ├── postman_import.png │ ├── postman_import_raw.png │ ├── vac_collection_auth.png │ ├── vac_collection_edit.png │ ├── vac_postman_collection.png │ └── vac_swagger_json.png ├── postman_for_veeam_backup_and_replication ├── README.md ├── automated_auth_test.js └── images │ ├── postman_access_auth.png │ ├── postman_access_body.png │ ├── postman_access_tests.png │ ├── postman_collection_auth.png │ ├── postman_environment_create.png │ ├── postman_environment_variables.png │ ├── postman_import.png │ ├── postman_import_complete.png │ ├── postman_import_dialog.png │ ├── postman_vbr_restapi_auth.png │ └── vbr_restapi_swagger.png ├── postman_for_veeam_backup_for_office_365 ├── README.md ├── automated_auth_test.js └── images │ ├── auth_type.png │ ├── login_body.png │ ├── login_test.png │ ├── postman_import.png │ ├── postman_import_generate.png │ ├── vbo_collection_auth.png │ ├── vbo_collection_edit.png │ ├── vbo_openapi_specification.png │ └── vbo_postman_collection.png └── postman_for_veeam_service_provider_console ├── README.md ├── automated_auth_test.js └── images ├── auth_type.png ├── login_body.png ├── login_test.png ├── postman_import.png ├── postman_import_generate.png ├── spc_collection_auth.png ├── spc_collection_edit.png ├── spc_openapi_specification.png └── spc_postman_collection.png /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /DCO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/DCO.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/README.md -------------------------------------------------------------------------------- /postman_for_enterprise_manager/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_enterprise_manager/README.md -------------------------------------------------------------------------------- /postman_for_enterprise_manager/Veeam_Enterprise_Manager.postman_collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_enterprise_manager/Veeam_Enterprise_Manager.postman_collection.json -------------------------------------------------------------------------------- /postman_for_enterprise_manager/images/em_postman_collection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_enterprise_manager/images/em_postman_collection.png -------------------------------------------------------------------------------- /postman_for_enterprise_manager/images/postman_import.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_enterprise_manager/images/postman_import.png -------------------------------------------------------------------------------- /postman_for_enterprise_manager/images/postman_import_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_enterprise_manager/images/postman_import_file.png -------------------------------------------------------------------------------- /postman_for_veeam_availability_console/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_availability_console/README.md -------------------------------------------------------------------------------- /postman_for_veeam_availability_console/automated_auth_test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_availability_console/automated_auth_test.js -------------------------------------------------------------------------------- /postman_for_veeam_availability_console/images/auth_type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_availability_console/images/auth_type.png -------------------------------------------------------------------------------- /postman_for_veeam_availability_console/images/login_body.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_availability_console/images/login_body.png -------------------------------------------------------------------------------- /postman_for_veeam_availability_console/images/login_test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_availability_console/images/login_test.png -------------------------------------------------------------------------------- /postman_for_veeam_availability_console/images/postman_import.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_availability_console/images/postman_import.png -------------------------------------------------------------------------------- /postman_for_veeam_availability_console/images/postman_import_raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_availability_console/images/postman_import_raw.png -------------------------------------------------------------------------------- /postman_for_veeam_availability_console/images/vac_collection_auth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_availability_console/images/vac_collection_auth.png -------------------------------------------------------------------------------- /postman_for_veeam_availability_console/images/vac_collection_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_availability_console/images/vac_collection_edit.png -------------------------------------------------------------------------------- /postman_for_veeam_availability_console/images/vac_postman_collection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_availability_console/images/vac_postman_collection.png -------------------------------------------------------------------------------- /postman_for_veeam_availability_console/images/vac_swagger_json.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_availability_console/images/vac_swagger_json.png -------------------------------------------------------------------------------- /postman_for_veeam_backup_and_replication/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_backup_and_replication/README.md -------------------------------------------------------------------------------- /postman_for_veeam_backup_and_replication/automated_auth_test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_backup_and_replication/automated_auth_test.js -------------------------------------------------------------------------------- /postman_for_veeam_backup_and_replication/images/postman_access_auth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_backup_and_replication/images/postman_access_auth.png -------------------------------------------------------------------------------- /postman_for_veeam_backup_and_replication/images/postman_access_body.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_backup_and_replication/images/postman_access_body.png -------------------------------------------------------------------------------- /postman_for_veeam_backup_and_replication/images/postman_access_tests.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_backup_and_replication/images/postman_access_tests.png -------------------------------------------------------------------------------- /postman_for_veeam_backup_and_replication/images/postman_collection_auth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_backup_and_replication/images/postman_collection_auth.png -------------------------------------------------------------------------------- /postman_for_veeam_backup_and_replication/images/postman_environment_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_backup_and_replication/images/postman_environment_create.png -------------------------------------------------------------------------------- /postman_for_veeam_backup_and_replication/images/postman_environment_variables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_backup_and_replication/images/postman_environment_variables.png -------------------------------------------------------------------------------- /postman_for_veeam_backup_and_replication/images/postman_import.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_backup_and_replication/images/postman_import.png -------------------------------------------------------------------------------- /postman_for_veeam_backup_and_replication/images/postman_import_complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_backup_and_replication/images/postman_import_complete.png -------------------------------------------------------------------------------- /postman_for_veeam_backup_and_replication/images/postman_import_dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_backup_and_replication/images/postman_import_dialog.png -------------------------------------------------------------------------------- /postman_for_veeam_backup_and_replication/images/postman_vbr_restapi_auth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_backup_and_replication/images/postman_vbr_restapi_auth.png -------------------------------------------------------------------------------- /postman_for_veeam_backup_and_replication/images/vbr_restapi_swagger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_backup_and_replication/images/vbr_restapi_swagger.png -------------------------------------------------------------------------------- /postman_for_veeam_backup_for_office_365/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_backup_for_office_365/README.md -------------------------------------------------------------------------------- /postman_for_veeam_backup_for_office_365/automated_auth_test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_backup_for_office_365/automated_auth_test.js -------------------------------------------------------------------------------- /postman_for_veeam_backup_for_office_365/images/auth_type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_backup_for_office_365/images/auth_type.png -------------------------------------------------------------------------------- /postman_for_veeam_backup_for_office_365/images/login_body.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_backup_for_office_365/images/login_body.png -------------------------------------------------------------------------------- /postman_for_veeam_backup_for_office_365/images/login_test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_backup_for_office_365/images/login_test.png -------------------------------------------------------------------------------- /postman_for_veeam_backup_for_office_365/images/postman_import.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_backup_for_office_365/images/postman_import.png -------------------------------------------------------------------------------- /postman_for_veeam_backup_for_office_365/images/postman_import_generate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_backup_for_office_365/images/postman_import_generate.png -------------------------------------------------------------------------------- /postman_for_veeam_backup_for_office_365/images/vbo_collection_auth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_backup_for_office_365/images/vbo_collection_auth.png -------------------------------------------------------------------------------- /postman_for_veeam_backup_for_office_365/images/vbo_collection_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_backup_for_office_365/images/vbo_collection_edit.png -------------------------------------------------------------------------------- /postman_for_veeam_backup_for_office_365/images/vbo_openapi_specification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_backup_for_office_365/images/vbo_openapi_specification.png -------------------------------------------------------------------------------- /postman_for_veeam_backup_for_office_365/images/vbo_postman_collection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_backup_for_office_365/images/vbo_postman_collection.png -------------------------------------------------------------------------------- /postman_for_veeam_service_provider_console/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_service_provider_console/README.md -------------------------------------------------------------------------------- /postman_for_veeam_service_provider_console/automated_auth_test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_service_provider_console/automated_auth_test.js -------------------------------------------------------------------------------- /postman_for_veeam_service_provider_console/images/auth_type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_service_provider_console/images/auth_type.png -------------------------------------------------------------------------------- /postman_for_veeam_service_provider_console/images/login_body.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_service_provider_console/images/login_body.png -------------------------------------------------------------------------------- /postman_for_veeam_service_provider_console/images/login_test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_service_provider_console/images/login_test.png -------------------------------------------------------------------------------- /postman_for_veeam_service_provider_console/images/postman_import.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_service_provider_console/images/postman_import.png -------------------------------------------------------------------------------- /postman_for_veeam_service_provider_console/images/postman_import_generate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_service_provider_console/images/postman_import_generate.png -------------------------------------------------------------------------------- /postman_for_veeam_service_provider_console/images/spc_collection_auth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_service_provider_console/images/spc_collection_auth.png -------------------------------------------------------------------------------- /postman_for_veeam_service_provider_console/images/spc_collection_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_service_provider_console/images/spc_collection_edit.png -------------------------------------------------------------------------------- /postman_for_veeam_service_provider_console/images/spc_openapi_specification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_service_provider_console/images/spc_openapi_specification.png -------------------------------------------------------------------------------- /postman_for_veeam_service_provider_console/images/spc_postman_collection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VeeamHub/veeam-postman/HEAD/postman_for_veeam_service_provider_console/images/spc_postman_collection.png --------------------------------------------------------------------------------