{"id":4054,"date":"2015-12-15T08:24:38","date_gmt":"2015-12-15T14:24:38","guid":{"rendered":"http:\/\/www.filecloud.com\/blog\/?p=4054"},"modified":"2022-03-12T02:42:55","modified_gmt":"2022-03-12T08:42:55","slug":"architectural-patterns-for-high-availability","status":"publish","type":"post","link":"https:\/\/www.filecloud.com\/blog\/architectural-patterns-for-high-availability\/","title":{"rendered":"High Availability Architecture Patterns | FileCloud"},"content":{"rendered":"<figure><img decoding=\"async\" title=\"High Availability Architecture Patterns in FileCloud\" src=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2022\/03\/high-availability-architecture-patterns-in-filecloud.jpg\" alt=\"High Availability Architecture Patterns in FileCloud\"><figcaption style=\"text-align: center;\">High Availability Architecture Patterns in FileCloud<\/figcaption><\/figure>\n<p>As the number of mission-critical web-based services being deployed by enterprise customers continues to increase, the need for a deeper understanding of designing the optimal network availability solutions has never been more critical. High Availability (HA) has become a critical aspect in the development of such systems. High Availability simply refers to a component or system that continuously remains operational for a desirable amount of time. Availability is generally measured relative to \u2018100 percent operations\u2019; however, since it is nearly impossible to guarantee 100 percent availability, goals are usually expressed in the number of nines. The most coveted availability goal is the \u2018five nines\u2019, which translates to 99.999 percent availability \u2013 the equivalent of less than a second of downtime per day.<br \/>\nFive nines availability can be achieved using standard commercial quality software and hardware. The design of high availability architectures is largely based on the combination of redundant hardware components and software to manage fault correction and detection without human intervention. The patterns below address the design and architectural consideration to make when designing a highly available system.<\/p>\n<h2>Server Redundancy<\/h2>\n<p>The key to coming up with a solid design for a highly available system lies in identifying and addressing single points of failure. A single point of failure simply refers to any part whose failure will result into a complete system shutdown. Production servers are complex systems whose availability is dependent on multiple factors, including hardware, software and communication links; each of these factors is a potential point of failure. Introducing redundancy is the surest way to address single points of failure. It is accomplished by replicating a single part of a system that is crucial to its function. Replication guarantees that there will always be a secondary component available to take over in the event a critical component fails. Redundancy relies on the assumption that they system cannot simultaneously experience multiple faults.<br \/>\nThe most widely known example of redundancy is RAID-Redundant Arrays of Inexpensive Disks, which utilizes the combined use of multiple drives. Server redundancy can be achieved through a stand-by form also referred to as active-passive redundancy or through active-active redundancy where all replicas are concurrently active.<\/p>\n<ul>\n<li><strong><em>Active-Passive Redundancy<\/em><\/strong><\/li>\n<\/ul>\n<p>An active-passive architectural pattern consists of at least two nodes. The <strong><em>passive<\/em><\/strong> server (failover) acts as a backup that remains on standby and takes over in the event the <strong><em>active <\/em><\/strong>server gets disconnected for whatever reason. The primary active server hosts production, test and development applications.<br \/>\nThe secondary passive server essentially remains dormant during normal operation. A major disadvantage of this model is that there is no guarantee that the production application will function as expected on the passive server. The model is also considered a relatively wasteful approach because expensive hardware is left unused.<br \/>\n<img decoding=\"async\" loading=\"lazy\" class=\"aligncenter size-full wp-image-4126\" src=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2015\/12\/active_passive_high_availability_cluster1.png\" alt=\"active_passive_high_availability_cluster\" width=\"591\" height=\"262\"><\/p>\n<p style=\"text-align: center;\"><em>fig 1.1<\/em><\/p>\n<ul>\n<li><strong><em>Active-Active Redundancy<\/em><\/strong><\/li>\n<\/ul>\n<p>The active-active model also contains at least two nodes; however, in this architectural pattern, multiple nodes are actively running the same services simultaneously. In order to fully utilize all the active nodes, an active-active cluster uses load balancing to distribute workloads across the nodes in order to prevent any single node from being overloaded. The distributed workload subsequently leads to a marked improvement in response times and throughput.<br \/>\nThe load balancers uses a set of complex algorithms to assign clients to the nodes, the connections are typically based on performance metrics and health checks. In order to guarantee seamless operability, all the nodes in the cluster must be configured for redundancy. A potential drawback for an active-active redundancy is that in case one of the nodes fails, client sessions might be dropped, forcing them to re-login into the system. However, this can easily be mitigated by ensuring that the individual configuration settings of each node are virtually identical.<br \/>\n<img decoding=\"async\" loading=\"lazy\" class=\"aligncenter size-full wp-image-4127\" src=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2015\/12\/active_active_high_availability_cluster_load_balancer1.png\" alt=\"active_active_high_availability_cluster_load_balancer\" width=\"629\" height=\"278\"><\/p>\n<p style=\"text-align: center;\"><em>fig 1.2<\/em><\/p>\n<ul>\n<li><strong><em>N+1 redundancy<\/em><\/strong><\/li>\n<\/ul>\n<p>An N+1 redundancy pattern is sort of a hybrid solution between active-active and active-passive; it is sometimes referred to as parallel redundancy. Despite the fact that this model is mostly used as UPS configuration, it can also be applied for high availability. An N+1 architectural pattern basically introduces 1 slave (passive) for N potential single point of failures in a system. The slave remains in standby mode and waits for a failure to occur in any of the N active parts. The system is therefore granted the capability of handling failure in one out of N components with compromising performance.<br \/>\n<img decoding=\"async\" loading=\"lazy\" class=\"aligncenter size-full wp-image-4128\" src=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2015\/12\/enterprise-server-cost1.jpg\" alt=\"n+1 redundancy\" width=\"475\" height=\"315\"><\/p>\n<p style=\"text-align: center;\"><em>fig 2.1<\/em><\/p>\n<h2>Data Center Redundancy<\/h2>\n<p>While a datacenter may contain redundant components, an organization may also benefit from having multiple datacenters. Factors such as weather, power failure or even simple equipment failure may cause an entire datacenter to shut down. In this scenario, replication within the datacenter will be of very little use. Such an unplanned outage can be a significantly costly affair for an enterprise. When failures on a data center level are considered, the need for a high availability pattern that includes multiple servers becomes apparent.<br \/>\nIt is important to note that establishing multiple data centers in geographically distinct locations, and buying physical hardware to provide redundancy within the datacenters, is extremely costly. Additionally, setting up is a time-consuming affair, and may seem too difficult to achieve in the long-run. However, high purchase, set-up and maintenance costs can be mitigated by employing the use of IaaS (Infrastructure as a Service) providers.<br \/>\n<img decoding=\"async\" loading=\"lazy\" class=\"aligncenter size-full wp-image-4129\" src=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2015\/12\/image_thumb_3E581ACE1.png\" alt=\"data center redundancy\" width=\"660\" height=\"683\"><\/p>\n<p style=\"text-align: center;\"><em>fig 3.1<\/em><\/p>\n<h2>Floating IP Address<\/h2>\n<p>A floating IP address can be worked into a high availability cluster that uses redundancy. The term \u2018<em>floating<\/em>\u2019 is used because the IP address can be moved from a one droplet to another droplet within the same cluster in an instance. This means the infrastructure can achieve high availability by immediately pointing an IP address to a redundant server. Floating IPs significantly reduce downtime by allowing customers to associate an IP address with a different droplet. A design pattern that has provisions for floating IPs makes it possible to establish a standby Droplet, which can receive production traffic at moment\u2019s notice.<\/p>\n<p><strong>Author: Gabriel Lando<\/strong><\/p>\n<p>\u00a0<\/p>\n<p><em>fig 1.1 and\u00a0fig 1.1 courtesy of \u00a0hubspot.net<\/em><\/p>\n<p><em>fig 2.1\u00a0courtesy of webworks.in<\/em><\/p>\n<p><em>fig 3.1\u00a0courtesy of technet.com<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>High Availability Architecture Patterns in FileCloud As the number of mission-critical web-based services being deployed by enterprise customers continues to increase, the need for a deeper understanding of designing the optimal network availability solutions has never been more critical. High Availability (HA) has become a critical aspect in the development of such systems. High Availability [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[19],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v20.13 (Yoast SEO v20.13) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>High Availability Architecture Patterns | FileCloud<\/title>\n<meta name=\"description\" content=\"Few high availability architecture patterns are active-passive redundancy, active-active redundancy, N+1 redundancy, data center redundancy &amp; Floating IP Address.\" \/>\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.filecloud.com\/blog\/architectural-patterns-for-high-availability\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"High Availability Architecture Patterns | FileCloud\" \/>\n<meta property=\"og:description\" content=\"Few high availability architecture patterns are active-passive redundancy, active-active redundancy, N+1 redundancy, data center redundancy &amp; Floating IP Address.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.filecloud.com\/blog\/architectural-patterns-for-high-availability\/\" \/>\n<meta property=\"og:site_name\" content=\"FileCloud blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/tonidopage\" \/>\n<meta property=\"article:published_time\" content=\"2015-12-15T14:24:38+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-03-12T08:42:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2022\/03\/high-availability-architecture-patterns-in-filecloud.jpg\" \/>\n<meta name=\"author\" content=\"Team FileCloud\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@getfilecloud\" \/>\n<meta name=\"twitter:site\" content=\"@getfilecloud\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Team FileCloud\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/architectural-patterns-for-high-availability\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/architectural-patterns-for-high-availability\/\"},\"author\":{\"name\":\"Team FileCloud\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/8a8df071f564aa2c10fa07d6ce60c935\"},\"headline\":\"High Availability Architecture Patterns | FileCloud\",\"datePublished\":\"2015-12-15T14:24:38+00:00\",\"dateModified\":\"2022-03-12T08:42:55+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/architectural-patterns-for-high-availability\/\"},\"wordCount\":1006,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/#organization\"},\"articleSection\":[\"Advanced Computer Administration and Architecture\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.filecloud.com\/blog\/architectural-patterns-for-high-availability\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/architectural-patterns-for-high-availability\/\",\"url\":\"https:\/\/www.filecloud.com\/blog\/architectural-patterns-for-high-availability\/\",\"name\":\"High Availability Architecture Patterns | FileCloud\",\"isPartOf\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/#website\"},\"datePublished\":\"2015-12-15T14:24:38+00:00\",\"dateModified\":\"2022-03-12T08:42:55+00:00\",\"description\":\"Few high availability architecture patterns are active-passive redundancy, active-active redundancy, N+1 redundancy, data center redundancy & Floating IP Address.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/architectural-patterns-for-high-availability\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.filecloud.com\/blog\/architectural-patterns-for-high-availability\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/architectural-patterns-for-high-availability\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.filecloud.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"High Availability Architecture Patterns | FileCloud\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#website\",\"url\":\"https:\/\/www.filecloud.com\/blog\/\",\"name\":\"FileCloud blog\",\"description\":\"Topics on Private cloud, On-Premises, Self-Hosted, Enterprise File Sync and Sharing\",\"publisher\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.filecloud.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#organization\",\"name\":\"FileCloud\",\"url\":\"https:\/\/www.filecloud.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2016\/02\/filecloud_logo_comparison.jpg\",\"contentUrl\":\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2016\/02\/filecloud_logo_comparison.jpg\",\"width\":155,\"height\":40,\"caption\":\"FileCloud\"},\"image\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/tonidopage\",\"https:\/\/twitter.com\/getfilecloud\",\"https:\/\/www.linkedin.com\/company\/codelathe\",\"https:\/\/www.pinterest.com\/filecloud\/filecloud\/\",\"https:\/\/www.youtube.com\/channel\/UCbU5gTFdNCPESA5aGipFW6g\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/8a8df071f564aa2c10fa07d6ce60c935\",\"name\":\"Team FileCloud\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/b5818ab931b69298f500d8a184fd2384?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/b5818ab931b69298f500d8a184fd2384?s=96&d=mm&r=g\",\"caption\":\"Team FileCloud\"},\"sameAs\":[\"http:\/\/www.filecloud.com\"],\"url\":\"https:\/\/www.filecloud.com\/blog\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"High Availability Architecture Patterns | FileCloud","description":"Few high availability architecture patterns are active-passive redundancy, active-active redundancy, N+1 redundancy, data center redundancy & Floating IP Address.","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.filecloud.com\/blog\/architectural-patterns-for-high-availability\/","og_locale":"en_US","og_type":"article","og_title":"High Availability Architecture Patterns | FileCloud","og_description":"Few high availability architecture patterns are active-passive redundancy, active-active redundancy, N+1 redundancy, data center redundancy & Floating IP Address.","og_url":"https:\/\/www.filecloud.com\/blog\/architectural-patterns-for-high-availability\/","og_site_name":"FileCloud blog","article_publisher":"https:\/\/www.facebook.com\/tonidopage","article_published_time":"2015-12-15T14:24:38+00:00","article_modified_time":"2022-03-12T08:42:55+00:00","og_image":[{"url":"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2022\/03\/high-availability-architecture-patterns-in-filecloud.jpg"}],"author":"Team FileCloud","twitter_card":"summary_large_image","twitter_creator":"@getfilecloud","twitter_site":"@getfilecloud","twitter_misc":{"Written by":"Team FileCloud","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.filecloud.com\/blog\/architectural-patterns-for-high-availability\/#article","isPartOf":{"@id":"https:\/\/www.filecloud.com\/blog\/architectural-patterns-for-high-availability\/"},"author":{"name":"Team FileCloud","@id":"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/8a8df071f564aa2c10fa07d6ce60c935"},"headline":"High Availability Architecture Patterns | FileCloud","datePublished":"2015-12-15T14:24:38+00:00","dateModified":"2022-03-12T08:42:55+00:00","mainEntityOfPage":{"@id":"https:\/\/www.filecloud.com\/blog\/architectural-patterns-for-high-availability\/"},"wordCount":1006,"commentCount":0,"publisher":{"@id":"https:\/\/www.filecloud.com\/blog\/#organization"},"articleSection":["Advanced Computer Administration and Architecture"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.filecloud.com\/blog\/architectural-patterns-for-high-availability\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.filecloud.com\/blog\/architectural-patterns-for-high-availability\/","url":"https:\/\/www.filecloud.com\/blog\/architectural-patterns-for-high-availability\/","name":"High Availability Architecture Patterns | FileCloud","isPartOf":{"@id":"https:\/\/www.filecloud.com\/blog\/#website"},"datePublished":"2015-12-15T14:24:38+00:00","dateModified":"2022-03-12T08:42:55+00:00","description":"Few high availability architecture patterns are active-passive redundancy, active-active redundancy, N+1 redundancy, data center redundancy & Floating IP Address.","breadcrumb":{"@id":"https:\/\/www.filecloud.com\/blog\/architectural-patterns-for-high-availability\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.filecloud.com\/blog\/architectural-patterns-for-high-availability\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.filecloud.com\/blog\/architectural-patterns-for-high-availability\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.filecloud.com\/blog\/"},{"@type":"ListItem","position":2,"name":"High Availability Architecture Patterns | FileCloud"}]},{"@type":"WebSite","@id":"https:\/\/www.filecloud.com\/blog\/#website","url":"https:\/\/www.filecloud.com\/blog\/","name":"FileCloud blog","description":"Topics on Private cloud, On-Premises, Self-Hosted, Enterprise File Sync and Sharing","publisher":{"@id":"https:\/\/www.filecloud.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.filecloud.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.filecloud.com\/blog\/#organization","name":"FileCloud","url":"https:\/\/www.filecloud.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.filecloud.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2016\/02\/filecloud_logo_comparison.jpg","contentUrl":"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2016\/02\/filecloud_logo_comparison.jpg","width":155,"height":40,"caption":"FileCloud"},"image":{"@id":"https:\/\/www.filecloud.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/tonidopage","https:\/\/twitter.com\/getfilecloud","https:\/\/www.linkedin.com\/company\/codelathe","https:\/\/www.pinterest.com\/filecloud\/filecloud\/","https:\/\/www.youtube.com\/channel\/UCbU5gTFdNCPESA5aGipFW6g"]},{"@type":"Person","@id":"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/8a8df071f564aa2c10fa07d6ce60c935","name":"Team FileCloud","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/b5818ab931b69298f500d8a184fd2384?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b5818ab931b69298f500d8a184fd2384?s=96&d=mm&r=g","caption":"Team FileCloud"},"sameAs":["http:\/\/www.filecloud.com"],"url":"https:\/\/www.filecloud.com\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/posts\/4054"}],"collection":[{"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/comments?post=4054"}],"version-history":[{"count":10,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/posts\/4054\/revisions"}],"predecessor-version":[{"id":33128,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/posts\/4054\/revisions\/33128"}],"wp:attachment":[{"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/media?parent=4054"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/categories?post=4054"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/tags?post=4054"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}