{"id":8880,"date":"2023-07-13T11:26:25","date_gmt":"2023-07-13T10:26:25","guid":{"rendered":"https:\/\/www.threesl.com\/blog\/?p=8880"},"modified":"2023-07-13T11:26:25","modified_gmt":"2023-07-13T10:26:25","slug":"remote-databases","status":"publish","type":"post","link":"https:\/\/www.threesl.com\/blog\/remote-databases\/","title":{"rendered":"Remote Databases"},"content":{"rendered":"<p>A Cradle system can contain any number of databases. For the best performance, we recommend that databases are stored on disks connected to the machine that runs your <a href=\"https:\/\/www.threesl.com\/cradle\/help\/7.7\/#servers\/cds.htm\">Cradle Database Server (CDS)<\/a>. But, this may not be possible.<\/p>\n<p>For example:<\/p>\n<ul>\n<li>The local system may not have enough disk space available<\/li>\n<li>The information in the database may be classified and must be stored separately<\/li>\n<\/ul>\n<p>Here each database will be stored on a remote filesystem that must be referenced by a pathname so the CDS can work with it.<\/p>\n<h2>Remote Linux Filesystems<\/h2>\n<p>On <a href=\"https:\/\/en.wikipedia.org\/wiki\/Linux\">Linux<\/a>, a remote filesystem is mounted as a pathname. The CDS works through this pathname to access the remote filesystem. Remote filesystems include <a href=\"https:\/\/en.wikipedia.org\/wiki\/Network_File_System\">NFS (network file system)<\/a> and others.<\/p>\n<p>3SL does not recommend the use of CIFS (Common Internet File System) filesystems. We have seen several Linux systems that use CIFS to mount remote Windows filesystems. Sadly all these CIFS filesystems have provided very poor performance to the Linux server.<\/p>\n<p>For NFS mounts, we suggest that you examine block sizes of 4K or more and consider <strong>nosuid<\/strong> mounts.<\/p>\n<h2>Remote Windows Filesystems<\/h2>\n<p>We are sure you are familiar with drive letters such as G: or H: that are the connection point to filesystems on remote systems.<\/p>\n<p>For example, a filesystem <strong>disk1<\/strong> on server <strong>myfileserver1<\/strong> can be mounted as the X: drive. You can navigate to a pathname on X: such as:<\/p>\n<p><strong>X:\\Cradle Databases\\ABCD<\/strong><\/p>\n<p>You cannot use drive letters in the pathname to create a Cradle database on a remote drive. Drive letters are specific to a Windows profile and are created only when that profile is active.<\/p>\n<p>So, please use UNC pathnames to refer to Cradle databases on remote drives. UNC pathnames are of the form:<\/p>\n<p>\\\\<em>servername<\/em>\\<em>path<\/em><\/p>\n<p>So in the above example, the pathname to the <strong>ABCD<\/strong> database would be:<\/p>\n<p>\\<strong>\\myfileserver1\\disk1\\Cradle Databases\\ABCD<\/strong><\/p>\n<h2>Access to Remote Windows Databases<\/h2>\n<p>You must ensure that the access rights to remote directories will allow the CDS to search all directories inside the database and give RW access to all of the database files. Please note that the CDS runs as the <strong>local SYSTEM<\/strong> user on the machine where it is run. So it is this user who must have search, read and write access on the remote filesystem.<\/p>\n<p>If you wish, you can control the user who will run the CDS. To do this iteratively (you may need to have Administrator rights depending on your system):<\/p>\n<ol>\n<li>Open <strong>Task Manager<\/strong> and in the <strong>Services<\/strong> tab, stop the <strong>Cradle Services Manager<\/strong><\/li>\n<li>Open <strong>Windows Explorer<\/strong><\/li>\n<li>Navigate into your Cradle system and look in the folder bin\\exe\\windows<\/li>\n<li>Press <strong>SHIFT<\/strong> and right-click on the CDS executable: <strong>crsvr.exe<\/strong> and choose <strong>Run As<\/strong> and enter the username and password that you want the CDS to run as<\/li>\n<\/ol>\n<p>If you want to permanently change how the CDS runs, then (you may need to have Administrator rights on your system):<\/p>\n<ol>\n<li>Open <strong>services.msc<\/strong>, the <strong>MMC<\/strong> (Microsoft Management Console) or <strong>Services Control Manager<\/strong> (depending on your version of Windows) to see all services and stop the <strong>Cradle Services Manager<\/strong><\/li>\n<li>Select the <strong>Cradle Services Manager<\/strong>, right click and choose <strong>Properties<\/strong><\/li>\n<li>Select <strong>Log On<\/strong> in the dialog and specify the user that you want the CDS to run as and the password for this account:<img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-8881 size-full\" src=\"https:\/\/www.threesl.com\/blog\/wp-content\/uploads\/2023\/07\/csm.png\" alt=\"Run As User for 3SL Cradle Database Server\" width=\"406\" height=\"468\" srcset=\"https:\/\/www.threesl.com\/blog\/wp-content\/uploads\/2023\/07\/csm.png 406w, https:\/\/www.threesl.com\/blog\/wp-content\/uploads\/2023\/07\/csm-260x300.png 260w\" sizes=\"auto, (max-width: 406px) 100vw, 406px\" \/><\/li>\n<li>Click <strong>OK<\/strong> to close the dialog<\/li>\n<li>Start the service and then close the list of services<\/li>\n<\/ol>\n<aside class=\"mashsb-container mashsb-main mashsb-stretched\"><div class=\"mashsb-box\"><div class=\"mashsb-buttons\"><a class=\"mashicon-twitter mash-small mash-center mashsb-noshadow\" href=\"https:\/\/twitter.com\/intent\/tweet?text=&amp;url=https:\/\/www.threesl.com\/blog\/remote-databases\/&amp;via=threesl\" target=\"_top\" rel=\"nofollow\"><span class=\"icon\"><\/span><span class=\"text\">Tweet<\/span><\/a><a class=\"mashicon-facebook mash-small mash-center mashsb-noshadow\" href=\"https:\/\/www.facebook.com\/sharer.php?u=https%3A%2F%2Fwww.threesl.com%2Fblog%2Fremote-databases%2F\" target=\"_top\" rel=\"nofollow\"><span class=\"icon\"><\/span><span class=\"text\">Share<\/span><\/a><a class=\"mashicon-subscribe mash-small mash-center mashsb-noshadow\" href=\"#\" target=\"_top\" rel=\"nofollow\"><span class=\"icon\"><\/span><span class=\"text\">Newsletter<\/span><\/a><div class=\"onoffswitch2 mash-small mashsb-noshadow\" style=\"display:none\"><\/div><\/div>\n            <\/div>\n                <div style=\"clear:both\"><\/div><\/aside>\n            <!-- Share buttons by mashshare.net - Version: 4.0.47-->","protected":false},"excerpt":{"rendered":"<p>A Cradle system can contain any number of databases. For the best performance, we recommend that databases are stored on disks connected to the machine that runs your Cradle Database Server (CDS). But, this may not be possible. For example: The local system may not have enough disk space available The information in the database &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.threesl.com\/blog\/remote-databases\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Remote Databases&#8221;<\/span><\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_lmt_disableupdate":"no","_lmt_disable":"no","footnotes":""},"categories":[78],"tags":[345,600],"class_list":["post-8880","post","type-post","status-publish","format-standard","hentry","category-articles","tag-cradle-database","tag-database"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Remote Cradle Databases - 3SL Blog<\/title>\n<meta name=\"description\" content=\"Information on remote Cradle databases including Windows\/Linux filesystems. Also explains how to access remote Windows databases\" \/>\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.threesl.com\/blog\/remote-databases\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Remote Cradle Databases - 3SL Blog\" \/>\n<meta property=\"og:description\" content=\"Information on remote Cradle databases including Windows\/Linux filesystems. Also explains how to access remote Windows databases\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.threesl.com\/blog\/remote-databases\/\" \/>\n<meta property=\"og:site_name\" content=\"3SL Blog\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/facebook.com\/3SLCradle\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-13T10:26:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.threesl.com\/blog\/wp-content\/uploads\/2023\/07\/csm.png\" \/>\n<meta name=\"author\" content=\"Jan Lamb\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@threesl\" \/>\n<meta name=\"twitter:site\" content=\"@threesl\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jan Lamb\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/remote-databases\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/remote-databases\\\/\"},\"author\":{\"name\":\"Jan Lamb\",\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/#\\\/schema\\\/person\\\/4be1c5043a6af6683cc5592c94a0872f\"},\"headline\":\"Remote Databases\",\"datePublished\":\"2023-07-13T10:26:25+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/remote-databases\\\/\"},\"wordCount\":565,\"publisher\":{\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/remote-databases\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/csm.png\",\"keywords\":[\"Cradle database\",\"database\"],\"articleSection\":[\"Articles\"],\"inLanguage\":\"en-GB\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/remote-databases\\\/\",\"url\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/remote-databases\\\/\",\"name\":\"Remote Cradle Databases - 3SL Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/remote-databases\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/remote-databases\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/csm.png\",\"datePublished\":\"2023-07-13T10:26:25+00:00\",\"description\":\"Information on remote Cradle databases including Windows\\\/Linux filesystems. Also explains how to access remote Windows databases\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/remote-databases\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.threesl.com\\\/blog\\\/remote-databases\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/remote-databases\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/csm.png\",\"contentUrl\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/csm.png\",\"width\":406,\"height\":468,\"caption\":\"Cradle Services Manager\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/remote-databases\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Remote Databases\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/\",\"name\":\"3SL Blog\",\"description\":\"From concept to creation\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/#organization\",\"name\":\"3SL\",\"url\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/02\\\/3SL_Logo_Medium.png\",\"contentUrl\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/02\\\/3SL_Logo_Medium.png\",\"width\":152,\"height\":80,\"caption\":\"3SL\"},\"image\":{\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"http:\\\/\\\/facebook.com\\\/3SLCradle\",\"https:\\\/\\\/x.com\\\/threesl\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.threesl.com\\\/blog\\\/#\\\/schema\\\/person\\\/4be1c5043a6af6683cc5592c94a0872f\",\"name\":\"Jan Lamb\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3139f592e413f881ae5026cd037aec5b2c5bb8dd3aed56c53b140b09e81c4b1c?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3139f592e413f881ae5026cd037aec5b2c5bb8dd3aed56c53b140b09e81c4b1c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3139f592e413f881ae5026cd037aec5b2c5bb8dd3aed56c53b140b09e81c4b1c?s=96&d=mm&r=g\",\"caption\":\"Jan Lamb\"},\"sameAs\":[\"https:\\\/\\\/www.threesl.com\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Remote Cradle Databases - 3SL Blog","description":"Information on remote Cradle databases including Windows\/Linux filesystems. Also explains how to access remote Windows databases","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.threesl.com\/blog\/remote-databases\/","og_locale":"en_GB","og_type":"article","og_title":"Remote Cradle Databases - 3SL Blog","og_description":"Information on remote Cradle databases including Windows\/Linux filesystems. Also explains how to access remote Windows databases","og_url":"https:\/\/www.threesl.com\/blog\/remote-databases\/","og_site_name":"3SL Blog","article_publisher":"http:\/\/facebook.com\/3SLCradle","article_published_time":"2023-07-13T10:26:25+00:00","og_image":[{"url":"https:\/\/www.threesl.com\/blog\/wp-content\/uploads\/2023\/07\/csm.png","type":"","width":"","height":""}],"author":"Jan Lamb","twitter_card":"summary_large_image","twitter_creator":"@threesl","twitter_site":"@threesl","twitter_misc":{"Written by":"Jan Lamb","Estimated reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.threesl.com\/blog\/remote-databases\/#article","isPartOf":{"@id":"https:\/\/www.threesl.com\/blog\/remote-databases\/"},"author":{"name":"Jan Lamb","@id":"https:\/\/www.threesl.com\/blog\/#\/schema\/person\/4be1c5043a6af6683cc5592c94a0872f"},"headline":"Remote Databases","datePublished":"2023-07-13T10:26:25+00:00","mainEntityOfPage":{"@id":"https:\/\/www.threesl.com\/blog\/remote-databases\/"},"wordCount":565,"publisher":{"@id":"https:\/\/www.threesl.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.threesl.com\/blog\/remote-databases\/#primaryimage"},"thumbnailUrl":"https:\/\/www.threesl.com\/blog\/wp-content\/uploads\/2023\/07\/csm.png","keywords":["Cradle database","database"],"articleSection":["Articles"],"inLanguage":"en-GB"},{"@type":"WebPage","@id":"https:\/\/www.threesl.com\/blog\/remote-databases\/","url":"https:\/\/www.threesl.com\/blog\/remote-databases\/","name":"Remote Cradle Databases - 3SL Blog","isPartOf":{"@id":"https:\/\/www.threesl.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.threesl.com\/blog\/remote-databases\/#primaryimage"},"image":{"@id":"https:\/\/www.threesl.com\/blog\/remote-databases\/#primaryimage"},"thumbnailUrl":"https:\/\/www.threesl.com\/blog\/wp-content\/uploads\/2023\/07\/csm.png","datePublished":"2023-07-13T10:26:25+00:00","description":"Information on remote Cradle databases including Windows\/Linux filesystems. Also explains how to access remote Windows databases","breadcrumb":{"@id":"https:\/\/www.threesl.com\/blog\/remote-databases\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.threesl.com\/blog\/remote-databases\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.threesl.com\/blog\/remote-databases\/#primaryimage","url":"https:\/\/www.threesl.com\/blog\/wp-content\/uploads\/2023\/07\/csm.png","contentUrl":"https:\/\/www.threesl.com\/blog\/wp-content\/uploads\/2023\/07\/csm.png","width":406,"height":468,"caption":"Cradle Services Manager"},{"@type":"BreadcrumbList","@id":"https:\/\/www.threesl.com\/blog\/remote-databases\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.threesl.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Remote Databases"}]},{"@type":"WebSite","@id":"https:\/\/www.threesl.com\/blog\/#website","url":"https:\/\/www.threesl.com\/blog\/","name":"3SL Blog","description":"From concept to creation","publisher":{"@id":"https:\/\/www.threesl.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.threesl.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/www.threesl.com\/blog\/#organization","name":"3SL","url":"https:\/\/www.threesl.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.threesl.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.threesl.com\/blog\/wp-content\/uploads\/2017\/02\/3SL_Logo_Medium.png","contentUrl":"https:\/\/www.threesl.com\/blog\/wp-content\/uploads\/2017\/02\/3SL_Logo_Medium.png","width":152,"height":80,"caption":"3SL"},"image":{"@id":"https:\/\/www.threesl.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["http:\/\/facebook.com\/3SLCradle","https:\/\/x.com\/threesl"]},{"@type":"Person","@id":"https:\/\/www.threesl.com\/blog\/#\/schema\/person\/4be1c5043a6af6683cc5592c94a0872f","name":"Jan Lamb","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/3139f592e413f881ae5026cd037aec5b2c5bb8dd3aed56c53b140b09e81c4b1c?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/3139f592e413f881ae5026cd037aec5b2c5bb8dd3aed56c53b140b09e81c4b1c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3139f592e413f881ae5026cd037aec5b2c5bb8dd3aed56c53b140b09e81c4b1c?s=96&d=mm&r=g","caption":"Jan Lamb"},"sameAs":["https:\/\/www.threesl.com\/"]}]}},"modified_by":"Jan Lamb","_links":{"self":[{"href":"https:\/\/www.threesl.com\/blog\/wp-json\/wp\/v2\/posts\/8880","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.threesl.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.threesl.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.threesl.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.threesl.com\/blog\/wp-json\/wp\/v2\/comments?post=8880"}],"version-history":[{"count":4,"href":"https:\/\/www.threesl.com\/blog\/wp-json\/wp\/v2\/posts\/8880\/revisions"}],"predecessor-version":[{"id":8888,"href":"https:\/\/www.threesl.com\/blog\/wp-json\/wp\/v2\/posts\/8880\/revisions\/8888"}],"wp:attachment":[{"href":"https:\/\/www.threesl.com\/blog\/wp-json\/wp\/v2\/media?parent=8880"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.threesl.com\/blog\/wp-json\/wp\/v2\/categories?post=8880"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.threesl.com\/blog\/wp-json\/wp\/v2\/tags?post=8880"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}