{"id":3420,"date":"2023-04-12T15:33:06","date_gmt":"2023-04-12T15:33:06","guid":{"rendered":"https:\/\/quebit.com\/askquebit\/moving-files-to-ibm-planning-analytics-in-the-cloud\/"},"modified":"2026-01-16T16:45:03","modified_gmt":"2026-01-16T16:45:03","slug":"moving-files-to-ibm-planning-analytics-in-the-cloud","status":"publish","type":"post","link":"https:\/\/quebit.com\/askquebit\/moving-files-to-ibm-planning-analytics-in-the-cloud\/","title":{"rendered":"How Do I Move Files to IBM Planning Analytics in the Cloud (PA Cloud) for Processing and Analysis?"},"content":{"rendered":"<p>You can use the IBM Secure Gateway to establish a secure connection between your on-cloud Planning Analytics environment and your on-premises data sources and easily move and manage data files in your on-cloud shared folder either remotely or directly within a desktop session on the IBM cloud. If you have multiple cloud environments, you can also move files <em>between<\/em> the shared folders of each environment.<\/p>\n<p>If you are not ready to take on setting up a secure gateway, and don\u2019t want to bother with using a Remote Desktop Connection (RDC), a simple solution exists using a File Transfer Protocol Secure (FTPS) application.<\/p>\n<p><strong>File Transfer Protocol (FTP)<\/strong><\/p>\n<p>FTP is a way of exchanging data between two computers or a computer and a server. In effect, the IBM Cloud is a (secured) computer server. FTP or <strong><em>file transfer\u00a0protocol<\/em>\u00a0<\/strong>works by following commands to upload and download individual files. FTP is enabled when the server command port 21 is opened on the receiving server. FTP establishes a connection between the client (where the source file resides) and the FTP server (in this case the IBM Cloud).<\/p>\n<p><strong>Client Computer<\/strong><\/p>\n<p>To perform a file transfer, you will first need your IBM Planning Analytics system account information (available in your Planning Analytics Welcome Kit). This information consists of HOST name and the username and password assigned to the on-cloud shared folder that you want to access. For an FTP application, you can use most any FTP client software, but two good choices are<strong> FileZilla<\/strong> (<a href=\"https:\/\/filezilla-project.org\/download.php?type=client\">https:\/\/filezilla-project.org\/download.php?type=client<\/a>) or<strong> WinSCP<\/strong>. (<a href=\"https:\/\/winscp.net\/eng\/index.php\">https:\/\/winscp.net\/eng\/index.php<\/a>)<\/p>\n<p>Once you have the (FTP) software installed on your local computer, set the proper \u201cconfiguration settings\u201d to establish a connection to the IBM Cloud. In FileZilla, there is a \u201cQuickconnect\u201d toolbar (shown below) to access your settings:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignleft size-full wp-image-1180\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2020\/09\/I1-min.jpg\" alt=\"\" width=\"934\" height=\"148\" \/><\/p>\n<p>WinSCP provides a similar dialog to enter your connection settings:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignleft size-full wp-image-1181\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2020\/09\/I2-min.jpg\" alt=\"\" width=\"782\" height=\"521\" \/><\/p>\n<p>Refer to the FTP software documentation you choose to use on how to setup a connection and perform a transfer.<\/p>\n<p><strong>Recommendations<\/strong><\/p>\n<p>On the IBM Cloud server, the shared folder(s) typically use the following structure: <strong>prodtm1 <\/strong>and then the subfolders<strong> \u201cData\u201d<\/strong>, <strong>\u201cInputFiles\u201d <\/strong>and <strong>\u201cLogs\u201d:<\/strong><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignleft size-full wp-image-1182\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2020\/09\/I3-min.jpg\" alt=\"\" width=\"1020\" height=\"405\" \/><\/p>\n<p>The \u201cInputFiles\u201d folder is where data files should be transferred. The Data and Logs folders are restricted as they contain the runtime Planning Analytics database files on the server and related log files, respectively. It is recommended <em>subfolders<\/em> be established under the InputFiles folder to organize files by source and\/or purpose.<\/p>\n<p><strong>Transfer the File<\/strong><\/p>\n<p>To copy or \u201ctransfer\u201d a file on your local computer, open the FTP application you installed and verify the information for the connection: Host, username, password and port (Note: make sure you select the option to use File Transfer Protocol Secure (FTPS)). Next, use the FTP application to <em>select<\/em> and move files between your local computer and the desired location on your IBM Planning Analytics system. Finally, make sure you \u201cLog out\u201d of the FTP session and close the FTP application.<\/p>\n<p><strong>Automation<\/strong><\/p>\n<p>To maintain the utmost control, the task of transferring files can remain a manual process. The process, however, may easily be automated. For example, if you are using WinSCP, commands similar to the following may be used as a \u201ctemplate\u201d to automate the transfer of a file (here named sampleFile.txt):<\/p>\n<p><a href=\"https:\/\/winscp.net\/eng\/docs\/scriptcommand_open\">open<\/a> ftpes:\/\/username:password@ftpes.example.come\/<\/p>\n<p>lcd &#8220;C:MyLocalDataData Files&#8221;<\/p>\n<p>cd \/prod\/tm1\/InputFiles<\/p>\n<p>put &#8220;sampleFile.txt&#8221;<\/p>\n<p>exit<\/p>\n<p>To execute a WinSCP automation script, use a command similar to:<\/p>\n<p>&#8220;C:Program Files (x86)WinSCPWinSCP.exe&#8221; \/log=&#8221;C:writablepathtologWinSCP.log&#8221; \/ini=nul \/script=&#8221;C:pathtoscriptscript.txt&#8221;<\/p>\n<p><strong>Security and Other Concerns<\/strong><\/p>\n<p>Keep in mind that the IBM Cloud \u201cFileShare\u201d user ID (and password) allows read\/write access to the shared folder (and subfolders). If the folder is to be accessed by external personnel, it is recommended additional security be implemented (setup via IBM Support request). This information should also be tightly controlled by system administrators.<\/p>\n<p><strong>PGP Encryption<\/strong><\/p>\n<p>All data transferred to and from the IBM cloud is automatically encrypted in transit, however for a deeper level of security, you may use PGP encryption to encrypt files you want to transfer to the cloud or to encrypt files on the cloud you want to transfer back to your location. \u00a0To use PGP, you\u2019ll need to install a PGP application, for example GnuPGP (from https:\/\/www.gnupg.org\/download) or Symantec Encryption Desktop (from https:\/\/www.symantec.com), in your local environment (look for a working example of using PGP encryption in an upcoming Blog post!).<\/p>\n<p><strong>Overwriting<\/strong><\/p>\n<p>One more thing. Before you start uploading (performing a file transfer), take a moment to determine if you want to always use the <em>same file name<\/em> and overwrite any previous uploaded files of that name or, use a <em>new file name<\/em> each time. If you choose to use new\/unique file names, it is recommended that a naming convention be established, preferably a convention that uses a common name with a timestamped suffix. For example, MyFileName_YYYY_MM_DD.<\/p>\n<p><strong>Ask QueBIT<\/strong><\/p>\n<p>Sound complicated? Don\u2019t worry! To automate an FTP process, create sub folders, outline additional security for external personnel, enable PGP Encryption or create an IBM support request \u2013 all aligned to industry best practices &#8211; you can always rely on QueBIT for assistance. We\u2019re here to help!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>You can use the IBM Secure Gateway to establish a secure connection between your on-cloud Planning Analytics environment and your on-premises data sources and easily move and manage data files in your on-cloud shared folder either remotely or directly within a desktop session on the IBM cloud. If you have multiple cloud environments, you can&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[24],"tags":[43,36,49],"class_list":["post-3420","post","type-post","status-publish","format-standard","hentry","category-ibm","tag-administration","tag-planning-analytics","tag-planning-analytics-administration"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How Do I Move Files to IBM Planning Analytics in the Cloud (PA Cloud) for Processing and Analysis? - QueBIT<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/quebit.com\/askquebit\/moving-files-to-ibm-planning-analytics-in-the-cloud\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How Do I Move Files to IBM Planning Analytics in the Cloud (PA Cloud) for Processing and Analysis? - QueBIT\" \/>\n<meta property=\"og:description\" content=\"You can use the IBM Secure Gateway to establish a secure connection between your on-cloud Planning Analytics environment and your on-premises data sources and easily move and manage data files in your on-cloud shared folder either remotely or directly within a desktop session on the IBM cloud. If you have multiple cloud environments, you can&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/quebit.com\/askquebit\/moving-files-to-ibm-planning-analytics-in-the-cloud\/\" \/>\n<meta property=\"og:site_name\" content=\"QueBIT\" \/>\n<meta property=\"article:published_time\" content=\"2023-04-12T15:33:06+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-16T16:45:03+00:00\" \/>\n<meta name=\"author\" content=\"agoddard\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"agoddard\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/moving-files-to-ibm-planning-analytics-in-the-cloud\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/moving-files-to-ibm-planning-analytics-in-the-cloud\\\/\"},\"author\":{\"name\":\"agoddard\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#\\\/schema\\\/person\\\/e52d72da0fd2f5f70d189343fe4f5084\"},\"headline\":\"How Do I Move Files to IBM Planning Analytics in the Cloud (PA Cloud) for Processing and Analysis?\",\"datePublished\":\"2023-04-12T15:33:06+00:00\",\"dateModified\":\"2026-01-16T16:45:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/moving-files-to-ibm-planning-analytics-in-the-cloud\\\/\"},\"wordCount\":895,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/moving-files-to-ibm-planning-analytics-in-the-cloud\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2020\\\/09\\\/I1-min.jpg\",\"keywords\":[\"Administration\",\"Planning Analytics\",\"Planning Analytics Administration\"],\"articleSection\":[\"IBM\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/quebit.com\\\/askquebit\\\/moving-files-to-ibm-planning-analytics-in-the-cloud\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/moving-files-to-ibm-planning-analytics-in-the-cloud\\\/\",\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/moving-files-to-ibm-planning-analytics-in-the-cloud\\\/\",\"name\":\"How Do I Move Files to IBM Planning Analytics in the Cloud (PA Cloud) for Processing and Analysis? - QueBIT\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/moving-files-to-ibm-planning-analytics-in-the-cloud\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/moving-files-to-ibm-planning-analytics-in-the-cloud\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2020\\\/09\\\/I1-min.jpg\",\"datePublished\":\"2023-04-12T15:33:06+00:00\",\"dateModified\":\"2026-01-16T16:45:03+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#\\\/schema\\\/person\\\/e52d72da0fd2f5f70d189343fe4f5084\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/moving-files-to-ibm-planning-analytics-in-the-cloud\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/quebit.com\\\/askquebit\\\/moving-files-to-ibm-planning-analytics-in-the-cloud\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/moving-files-to-ibm-planning-analytics-in-the-cloud\\\/#primaryimage\",\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2020\\\/09\\\/I1-min.jpg\",\"contentUrl\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2020\\\/09\\\/I1-min.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/moving-files-to-ibm-planning-analytics-in-the-cloud\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How Do I Move Files to IBM Planning Analytics in the Cloud (PA Cloud) for Processing and Analysis?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#website\",\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/\",\"name\":\"QueBIT\",\"description\":\"QueBIT\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#\\\/schema\\\/person\\\/e52d72da0fd2f5f70d189343fe4f5084\",\"name\":\"agoddard\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g\",\"caption\":\"agoddard\"},\"sameAs\":[\"https:\\\/\\\/quebit.com\\\/askquebit\"],\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/author\\\/agoddard\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How Do I Move Files to IBM Planning Analytics in the Cloud (PA Cloud) for Processing and Analysis? - QueBIT","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:\/\/quebit.com\/askquebit\/moving-files-to-ibm-planning-analytics-in-the-cloud\/","og_locale":"en_US","og_type":"article","og_title":"How Do I Move Files to IBM Planning Analytics in the Cloud (PA Cloud) for Processing and Analysis? - QueBIT","og_description":"You can use the IBM Secure Gateway to establish a secure connection between your on-cloud Planning Analytics environment and your on-premises data sources and easily move and manage data files in your on-cloud shared folder either remotely or directly within a desktop session on the IBM cloud. If you have multiple cloud environments, you can&hellip;","og_url":"https:\/\/quebit.com\/askquebit\/moving-files-to-ibm-planning-analytics-in-the-cloud\/","og_site_name":"QueBIT","article_published_time":"2023-04-12T15:33:06+00:00","article_modified_time":"2026-01-16T16:45:03+00:00","author":"agoddard","twitter_card":"summary_large_image","twitter_misc":{"Written by":"agoddard","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/quebit.com\/askquebit\/moving-files-to-ibm-planning-analytics-in-the-cloud\/#article","isPartOf":{"@id":"https:\/\/quebit.com\/askquebit\/moving-files-to-ibm-planning-analytics-in-the-cloud\/"},"author":{"name":"agoddard","@id":"https:\/\/quebit.com\/askquebit\/#\/schema\/person\/e52d72da0fd2f5f70d189343fe4f5084"},"headline":"How Do I Move Files to IBM Planning Analytics in the Cloud (PA Cloud) for Processing and Analysis?","datePublished":"2023-04-12T15:33:06+00:00","dateModified":"2026-01-16T16:45:03+00:00","mainEntityOfPage":{"@id":"https:\/\/quebit.com\/askquebit\/moving-files-to-ibm-planning-analytics-in-the-cloud\/"},"wordCount":895,"commentCount":0,"image":{"@id":"https:\/\/quebit.com\/askquebit\/moving-files-to-ibm-planning-analytics-in-the-cloud\/#primaryimage"},"thumbnailUrl":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2020\/09\/I1-min.jpg","keywords":["Administration","Planning Analytics","Planning Analytics Administration"],"articleSection":["IBM"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/quebit.com\/askquebit\/moving-files-to-ibm-planning-analytics-in-the-cloud\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/quebit.com\/askquebit\/moving-files-to-ibm-planning-analytics-in-the-cloud\/","url":"https:\/\/quebit.com\/askquebit\/moving-files-to-ibm-planning-analytics-in-the-cloud\/","name":"How Do I Move Files to IBM Planning Analytics in the Cloud (PA Cloud) for Processing and Analysis? - QueBIT","isPartOf":{"@id":"https:\/\/quebit.com\/askquebit\/#website"},"primaryImageOfPage":{"@id":"https:\/\/quebit.com\/askquebit\/moving-files-to-ibm-planning-analytics-in-the-cloud\/#primaryimage"},"image":{"@id":"https:\/\/quebit.com\/askquebit\/moving-files-to-ibm-planning-analytics-in-the-cloud\/#primaryimage"},"thumbnailUrl":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2020\/09\/I1-min.jpg","datePublished":"2023-04-12T15:33:06+00:00","dateModified":"2026-01-16T16:45:03+00:00","author":{"@id":"https:\/\/quebit.com\/askquebit\/#\/schema\/person\/e52d72da0fd2f5f70d189343fe4f5084"},"breadcrumb":{"@id":"https:\/\/quebit.com\/askquebit\/moving-files-to-ibm-planning-analytics-in-the-cloud\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/quebit.com\/askquebit\/moving-files-to-ibm-planning-analytics-in-the-cloud\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/quebit.com\/askquebit\/moving-files-to-ibm-planning-analytics-in-the-cloud\/#primaryimage","url":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2020\/09\/I1-min.jpg","contentUrl":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2020\/09\/I1-min.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/quebit.com\/askquebit\/moving-files-to-ibm-planning-analytics-in-the-cloud\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/quebit.com\/askquebit\/"},{"@type":"ListItem","position":2,"name":"How Do I Move Files to IBM Planning Analytics in the Cloud (PA Cloud) for Processing and Analysis?"}]},{"@type":"WebSite","@id":"https:\/\/quebit.com\/askquebit\/#website","url":"https:\/\/quebit.com\/askquebit\/","name":"QueBIT","description":"QueBIT","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/quebit.com\/askquebit\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/quebit.com\/askquebit\/#\/schema\/person\/e52d72da0fd2f5f70d189343fe4f5084","name":"agoddard","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g","caption":"agoddard"},"sameAs":["https:\/\/quebit.com\/askquebit"],"url":"https:\/\/quebit.com\/askquebit\/author\/agoddard\/"}]}},"_links":{"self":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts\/3420","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/comments?post=3420"}],"version-history":[{"count":2,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts\/3420\/revisions"}],"predecessor-version":[{"id":4991,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts\/3420\/revisions\/4991"}],"wp:attachment":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/media?parent=3420"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/categories?post=3420"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/tags?post=3420"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}