{"id":28085,"date":"2020-12-24T05:08:29","date_gmt":"2020-12-24T05:08:29","guid":{"rendered":"https:\/\/www.testpreptraining.com\/tutorial\/?page_id=28085"},"modified":"2020-12-24T05:08:30","modified_gmt":"2020-12-24T05:08:30","slug":"az-backup-policy","status":"publish","type":"page","link":"https:\/\/www.testpreptraining.ai\/tutorial\/az-backup-policy\/","title":{"rendered":"az backup policy"},"content":{"rendered":"\n<p><a href=\"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-104-microsoft-azure-administrator-associate\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Go back to Tutorial<\/strong><\/a><\/p>\n\n\n\n<p>In this we will learn about Azure backup policy for creating, deleting and for performing various others functions for the backup policy.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>az backup policy create<\/strong><\/h4>\n\n\n\n<p><strong>Create a new policy for the given BackupManagementType and workloadType.<\/strong><\/p>\n\n\n\n<p><strong>Azure CLI<\/strong><br><em>az backup policy create &#8211;backup-management-type {AzureIaasVM, AzureStorage, AzureWorkload}<br>&#8211;name<br>&#8211;policy<br>&#8211;resource-group<br>&#8211;vault-name<br>[&#8211;subscription][&#8211;workload-type {AzureFileShare, MSSQL, SAPHANA, SAPHanaDatabase, SQLDataBase, VM}]<\/em><\/p>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>Examples<\/strong><\/h5>\n\n\n\n<p><strong>Create a new policy for the given BackupManagementType and workloadType.<\/strong><\/p>\n\n\n\n<p><strong>Azure CLI<\/strong><br><em>az backup policy create &#8211;policy {policy} &#8211;resource-group MyResourceGroup &#8211;vault-name MyVault &#8211;name MyPolicy &#8211;backup-management-type AzureStorage<\/em><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Required Parameters<\/strong><\/h4>\n\n\n\n<p>Firstly, <strong>&#8211;backup-management-type<\/strong>:<\/p>\n\n\n\n<p>Specifiy the backup management type. Define how Azure Backup manages the backup of entities within the ARM resource. <\/p>\n\n\n\n<p>Secondly, <strong>&#8211;name -n<\/strong>:<\/p>\n\n\n\n<p>Name of the Policy.<\/p>\n\n\n\n<p>Then, <strong>&#8211;policy<\/strong>:<\/p>\n\n\n\n<p>JSON encoded policy definition. Use the show command with JSON output to obtain a policy object. Modify the values using a file editor and pass the object.<\/p>\n\n\n\n<p>Next, <strong>&#8211;resource-group -g<\/strong>:<\/p>\n\n\n\n<p>Name of resource group. You can configure the default group using az configure &#8211;defaults group=.<\/p>\n\n\n\n<p>Lastly, <strong>&#8211;vault-name -v<\/strong>:<\/p>\n\n\n\n<p>Name of the Recovery services vault.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.testpreptraining.ai\/microsoft-azure-administrator-associate-az-104-free-practice-test\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"750\" height=\"117\" src=\"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2020\/12\/z104-prac-tests-1-750x117.png\" alt=\"AZ-104  practice tests\" class=\"wp-image-27611\" srcset=\"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2020\/12\/z104-prac-tests-1-750x117.png 750w, https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2020\/12\/z104-prac-tests-1.png 961w\" sizes=\"auto, (max-width: 750px) 100vw, 750px\" \/><\/a><\/figure><\/div>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>az backup policy delete<\/strong><\/h4>\n\n\n\n<p><strong>Delete a backup policy which doesn&#8217;t have any associated backup items.<\/strong><\/p>\n\n\n\n<p><strong>Azure CLI<\/strong><br><em>az backup policy delete &#8211;name<br>[&#8211;ids][&#8211;resource-group][&#8211;subscription][&#8211;vault-name]<\/em><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Examples<\/strong><\/h4>\n\n\n\n<p>Before you can delete a Backup protection policy, the policy must not have any associated Backup items. However, to associate another policy with a Backup item, use the backup item set-policy command.<\/p>\n\n\n\n<p><strong>Azure CLI<\/strong><br><em>az backup policy delete &#8211;name MyBackupPolicy &#8211;resource-group MyResourceGroup &#8211;vault-name MyVault<\/em><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Required Parameters<\/strong><\/h4>\n\n\n\n<p><strong>&#8211;name -n:<\/strong><\/p>\n\n\n\n<p>Name of the backup policy. You can use the backup policy list command to get the name of a policy.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Optional Parameters<\/strong><\/h4>\n\n\n\n<p>Firstly, <strong>&#8211;ids<\/strong>:<br>One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of &#8216;Resource Id&#8217; arguments. <\/p>\n\n\n\n<p>Secondly, <strong>&#8211;resource-group -g<\/strong>:<\/p>\n\n\n\n<p>Name of resource group. You can configure the default group using az configure &#8211;defaults group=.<\/p>\n\n\n\n<p>Thirdly, <strong>&#8211;subscription<\/strong>:<br>Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.<\/p>\n\n\n\n<p>Lastly, <strong>&#8211;vault-name -v:<\/strong><br>Name of the Recovery services vault.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>az backup policy get-default-for-vm<\/strong><\/h4>\n\n\n\n<p><strong>Get the default policy with default values to backup a VM.<\/strong><\/p>\n\n\n\n<p><strong>Azure CLI<\/strong><br><em>az backup policy get-default-for-vm [&#8211;ids][&#8211;resource-group][&#8211;subscription][&#8211;vault-name]<\/em><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Examples<\/strong><\/h4>\n\n\n\n<p><strong>Get the default policy with default values to backup a VM. (autogenerated)<\/strong><\/p>\n\n\n\n<p><strong>Azure CLI<\/strong><br><em>az backup policy get-default-for-vm &#8211;resource-group MyResourceGroup &#8211;vault-name MyVault<\/em><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Optional Parameters<\/strong><\/h4>\n\n\n\n<p>Firstly, <strong>&#8211;ids:<\/strong><br>One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of &#8216;Resource Id&#8217; arguments.<\/p>\n\n\n\n<p>Secondly, <strong>&#8211;resource-group -g<\/strong>:<br>Name of resource group. You can configure the default group using az configure &#8211;defaults group=.<\/p>\n\n\n\n<p>Thirdly, <strong>&#8211;subscription<\/strong>:<br>Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.<\/p>\n\n\n\n<p>Then, <strong>&#8211;vault-name -v<\/strong>:<br>Name of the Recovery services vault.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>az backup policy list-associated-items<\/strong><\/h4>\n\n\n\n<p><strong>List all items protected by a backup policy.<\/strong><\/p>\n\n\n\n<p><strong>Azure CLI<\/strong><br><em>az backup policy list-associated-items &#8211;name<br>[&#8211;backup-management-type {AzureIaasVM, AzureStorage, AzureWorkload}][&#8211;ids][&#8211;resource-group][&#8211;subscription][&#8211;vault-name]<\/em><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Examples<\/strong><\/h4>\n\n\n\n<p><strong>List all items protected by a backup policy<\/strong><\/p>\n\n\n\n<p><strong>Azure CLI<\/strong><br><em>az backup policy list-associated-items &#8211;name MyBackupPolicy &#8211;resource-group MyResourceGroup &#8211;vault-name MyVault &#8211;backup-management-type AzureIaasVM<\/em><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Required Parameters<\/strong><\/h4>\n\n\n\n<p>Firstly, <strong>&#8211;name -n<\/strong><br>Name of the backup policy. You can use the backup policy list command to get the name of a policy.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Optional Parameters<\/strong><\/h4>\n\n\n\n<p>Firstly, <strong>&#8211;backup-management-type<\/strong><br>Specifiy the backup management type. Define how Azure Backup manages the backup of entities within the ARM resource. <\/p>\n\n\n\n<p>Secondly, <strong>&#8211;ids<\/strong><br>One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of &#8216;Resource Id&#8217; arguments. However, you should provide either &#8211;ids or other &#8216;Resource Id&#8217; arguments.<\/p>\n\n\n\n<p>Thirdly, <strong>&#8211;resource-group -g<\/strong><br>Name of resource group. You can configure the default group using az configure &#8211;defaults group=.<\/p>\n\n\n\n<p>Then, <strong>&#8211;subscription<\/strong><br>Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.<\/p>\n\n\n\n<p>Lastly, <strong>&#8211;vault-name -v<\/strong><br>Name of the Recovery services vault.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>az backup policy set<\/strong><\/h4>\n\n\n\n<p><strong>Update the existing policy with the provided details.<\/strong><\/p>\n\n\n\n<p><strong>Azure CLI<\/strong><br><em>az backup policy set [&#8211;backup-management-type {AzureIaasVM, AzureStorage, AzureWorkload}][&#8211;fix-for-inconsistent-items {false, true}][&#8211;ids][&#8211;name][&#8211;policy][&#8211;resource-group][&#8211;subscription][&#8211;vault-name]<\/em><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Examples<\/strong><\/h4>\n\n\n\n<p><strong>Update the existing policy with the provided details. (autogenerated)<\/strong><\/p>\n\n\n\n<p><strong>Azure CLI<\/strong><br><em>az backup policy set &#8211;policy {policy} &#8211;resource-group MyResourceGroup &#8211;vault-name MyVault<\/em><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Optional Parameters<\/strong><\/h4>\n\n\n\n<p>Firstly, <strong>&#8211;backup-management-type<\/strong><br>Specifiy the backup management type. Define how Azure Backup manages the backup of entities within the ARM resource. <\/p>\n\n\n\n<p>Secondly, <strong>&#8211;fix-for-inconsistent-items<\/strong><br>Specify whether or not to retry Policy Update for failed items.<\/p>\n\n\n\n<p>Thirdly, <strong>&#8211;ids<\/strong><br>One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of &#8216;Resource Id&#8217; arguments. You should provide either &#8211;ids or other &#8216;Resource Id&#8217; arguments.<\/p>\n\n\n\n<p>Next, <strong>&#8211;name -n<\/strong><br>Name of the Policy.<\/p>\n\n\n\n<p>Then, <strong>&#8211;policy<\/strong><br>JSON encoded policy definition. Use the show command with JSON output to obtain a policy object. Modify the values using a file editor and pass the object.<\/p>\n\n\n\n<p><strong>&#8211;resource-group -g<\/strong><br>Name of resource group. You can configure the default group using az configure &#8211;defaults group=.<\/p>\n\n\n\n<p>Then, <strong>&#8211;subscription<\/strong><br>Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.<\/p>\n\n\n\n<p>Lastly, <strong>&#8211;vault-name -v<\/strong><br>Name of the Recovery services vault.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.testpreptraining.ai\/microsoft-azure-administrator-associate-az-104-online-course\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"750\" height=\"117\" src=\"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2020\/12\/az104-online-course-750x117.png\" alt=\"az backup policy AZ-104 online course\" class=\"wp-image-27612\" srcset=\"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2020\/12\/az104-online-course-750x117.png 750w, https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2020\/12\/az104-online-course.png 961w\" sizes=\"auto, (max-width: 750px) 100vw, 750px\" \/><\/a><\/figure><\/div>\n\n\n\n<p><strong>Reference:<\/strong> <a href=\"https:\/\/docs.microsoft.com\/en-us\/cli\/azure\/backup\/policy?view=azure-cli-latest\" target=\"_blank\" rel=\"noreferrer noopener\">Microsoft Documentation<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-104-microsoft-azure-administrator-associate\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Go back to Tutorial<\/strong><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Go back to Tutorial In this we will learn about Azure backup policy for creating, deleting and for performing various others functions for the backup policy. az backup policy create Create a new policy for the given BackupManagementType and workloadType. Azure CLIaz backup policy create &#8211;backup-management-type {AzureIaasVM, AzureStorage, AzureWorkload}&#8211;name&#8211;policy&#8211;resource-group&#8211;vault-name[&#8211;subscription][&#8211;workload-type {AzureFileShare, MSSQL, SAPHANA, SAPHanaDatabase, SQLDataBase, VM}]&#8230;<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"categories":[],"tags":[],"class_list":["post-28085","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>az backup policy - Testprep Training Online Tutorial<\/title>\n<meta name=\"description\" content=\"Increase your skills by learning about az backup policy using Microsoft Azure AZ-104 online course and get certified Now!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.testpreptraining.ai\/tutorial\/az-backup-policy\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"az backup policy - Testprep Training Online Tutorial\" \/>\n<meta property=\"og:description\" content=\"Increase your skills by learning about az backup policy using Microsoft Azure AZ-104 online course and get certified Now!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.testpreptraining.ai\/tutorial\/az-backup-policy\/\" \/>\n<meta property=\"og:site_name\" content=\"Testprep Training Tutorials\" \/>\n<meta property=\"article:modified_time\" content=\"2020-12-24T05:08:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2020\/12\/z104-prac-tests-1-750x117.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/az-backup-policy\/\",\"url\":\"https:\/\/www.testpreptraining.ai\/tutorial\/az-backup-policy\/\",\"name\":\"az backup policy - Testprep Training Online Tutorial\",\"isPartOf\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#website\"},\"datePublished\":\"2020-12-24T05:08:29+00:00\",\"dateModified\":\"2020-12-24T05:08:30+00:00\",\"description\":\"Increase your skills by learning about az backup policy using Microsoft Azure AZ-104 online course and get certified Now!\",\"breadcrumb\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/az-backup-policy\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.testpreptraining.ai\/tutorial\/az-backup-policy\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/az-backup-policy\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.testpreptraining.ai\/tutorial\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"az backup policy\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#website\",\"url\":\"https:\/\/www.testpreptraining.ai\/tutorial\/\",\"name\":\"Testprep Training Tutorials\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.testpreptraining.ai\/tutorial\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#organization\",\"name\":\"Testprep Training\",\"url\":\"https:\/\/www.testpreptraining.ai\/tutorial\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.testpreptraining.com\/tutorial\/wp-content\/uploads\/2020\/07\/tpt-logo-6.png\",\"contentUrl\":\"https:\/\/www.testpreptraining.com\/tutorial\/wp-content\/uploads\/2020\/07\/tpt-logo-6.png\",\"width\":583,\"height\":153,\"caption\":\"Testprep Training\"},\"image\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"az backup policy - Testprep Training Online Tutorial","description":"Increase your skills by learning about az backup policy using Microsoft Azure AZ-104 online course and get certified Now!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.testpreptraining.ai\/tutorial\/az-backup-policy\/","og_locale":"en_US","og_type":"article","og_title":"az backup policy - Testprep Training Online Tutorial","og_description":"Increase your skills by learning about az backup policy using Microsoft Azure AZ-104 online course and get certified Now!","og_url":"https:\/\/www.testpreptraining.ai\/tutorial\/az-backup-policy\/","og_site_name":"Testprep Training Tutorials","article_modified_time":"2020-12-24T05:08:30+00:00","og_image":[{"url":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2020\/12\/z104-prac-tests-1-750x117.png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/az-backup-policy\/","url":"https:\/\/www.testpreptraining.ai\/tutorial\/az-backup-policy\/","name":"az backup policy - Testprep Training Online Tutorial","isPartOf":{"@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#website"},"datePublished":"2020-12-24T05:08:29+00:00","dateModified":"2020-12-24T05:08:30+00:00","description":"Increase your skills by learning about az backup policy using Microsoft Azure AZ-104 online course and get certified Now!","breadcrumb":{"@id":"https:\/\/www.testpreptraining.ai\/tutorial\/az-backup-policy\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.testpreptraining.ai\/tutorial\/az-backup-policy\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/az-backup-policy\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.testpreptraining.ai\/tutorial\/"},{"@type":"ListItem","position":2,"name":"az backup policy"}]},{"@type":"WebSite","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#website","url":"https:\/\/www.testpreptraining.ai\/tutorial\/","name":"Testprep Training Tutorials","description":"","publisher":{"@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.testpreptraining.ai\/tutorial\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#organization","name":"Testprep Training","url":"https:\/\/www.testpreptraining.ai\/tutorial\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#\/schema\/logo\/image\/","url":"https:\/\/www.testpreptraining.com\/tutorial\/wp-content\/uploads\/2020\/07\/tpt-logo-6.png","contentUrl":"https:\/\/www.testpreptraining.com\/tutorial\/wp-content\/uploads\/2020\/07\/tpt-logo-6.png","width":583,"height":153,"caption":"Testprep Training"},"image":{"@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages\/28085","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/comments?post=28085"}],"version-history":[{"count":4,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages\/28085\/revisions"}],"predecessor-version":[{"id":28143,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages\/28085\/revisions\/28143"}],"wp:attachment":[{"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/media?parent=28085"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/categories?post=28085"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/tags?post=28085"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}