{"id":2056,"date":"2014-05-06T08:00:54","date_gmt":"2014-05-06T14:00:54","guid":{"rendered":"http:\/\/www.jumpcloud.com\/?p=2056"},"modified":"2024-11-08T17:16:39","modified_gmt":"2024-11-08T22:16:39","slug":"audit-servers-10-minutes","status":"publish","type":"post","link":"https:\/\/jumpcloud.com\/blog\/audit-servers-10-minutes","title":{"rendered":"How to Audit Your Servers in 10 Minutes"},"content":{"rendered":"\n

Auditing servers is never easy, it\u2019s almost always a time-consuming manual process. And, it\u2019s a process that for the ones auditing the servers is considered time wasted when they\u2019d rather be doing almost anything else. Auditing is needed for inventory purposes, budget planning, capabilities analysis, disaster recovery, security, compliance and a host of other reasons. If you\u2019re in IT, you know this well, and have the scars to prove it.<\/p>\n\n\n\n

Depends on who\u2019s asking, but the kinds of things you\u2019re asked for varies a bit:<\/p>\n\n\n\n

    \n
  1. Where is the server physically located?<\/li>\n\n\n\n
  2. What\u2019s the server model?<\/li>\n\n\n\n
  3. What\u2019s the server serial number?<\/li>\n\n\n\n
  4. What\u2019s the server name?<\/li>\n\n\n\n
  5. What kind and speed of CPU?<\/li>\n\n\n\n
  6. How much memory does it have?<\/li>\n\n\n\n
  7. How much disk space does it have?<\/li>\n\n\n\n
  8. What users have access to the system<\/a>?<\/li>\n\n\n\n
  9. Who has root access?<\/li>\n\n\n\n
  10. What special privileges do users have?<\/li>\n<\/ol>\n\n\n\n

    Where are all my servers?<\/h3>\n\n\n\n

    As far as server location (#1), this is really dependent on where your server is hosted. If it\u2019s hosted in a local data center, the IP address of the server may be sufficient to tell you where it is. If it\u2019s hosted by a cloud provider, the combination of the fully qualified domain name and\/or IP address may help. If you need a more specific location, such as rack and bay number, there are systems that help with that type of asset management<\/a>.<\/p>\n\n\n\n

    Quick and Dirty Server Assessment Scripts<\/h3>\n\n\n\n

    But, for a quick and dirty assessment of hundreds or thousands of devices, nothing beats a script that runs a few commands and gets info out of \/proc. So, when I look at items 2-7 (and to a degree, number 1), my first thought is, I can write a script for that. It looks like:<\/p>\n\n\n\n

    \/usr\/sbin\/dmidecode\/sbin\/ifconfig\n

     <\/p>\n

    \/bin\/hostname<\/p>\n

    \/bin\/cat \/proc\/cpuinfo<\/p>\n

    \/bin\/cat \/proc\/meminfo<\/p>\n

    \/bin\/df<\/p>\n<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n

    That gives me all the raw data, and of course if I wanted to, I could embellish that output with grep, sed, and awk: all my favorite command-line tools. But, for now, I\u2019ll just assume that\u2019s an exercise for the reader. The real fun, and the real challenge, is in gathering the data in the first place.<\/p>\n\n\n\n

    Auditing Your Servers: Three Challenges<\/h3>\n\n\n\n

    Why is it so difficult to audit servers? Well, if you only have a few servers, it\u2019s not, really. Not even close. You can easily go run that script on each of your servers, get the results, be happy, and move on with your life.<\/p>\n\n\n\n

    The challenge comes in three main areas:<\/p>\n\n\n\n

      \n
    1. Where do I run it?<\/b> Of course, you need to figure this out first\u2026 do you have a central location that tells you the names or IP addresses of all your servers? I\u2019ve heard about more than one team with a spreadsheet that may or may not be up to date, and then they look at their cloud console. Scary, but understandable, because what else are you gonna do?<\/li>\n\n\n\n
    2. Do I have access?<\/b> Of course, I can access everything from my trusty administration server, right? Does this mythical beast even exist? When folks are spread across multiple data centers, clouds, and VMs, how can it? This may be the most difficult problem to solve out of all of these.<\/li>\n\n\n\n
    3. Who runs it?<\/b> Do I have a service account I can use everywhere? Is the password or public key consistent everywhere? Do I have the private key for it? When you have hundreds of servers, unless you\u2019re using some sort of centralized tool or directory service<\/a>, this gets to be really tricky to manage.<\/li>\n<\/ol>\n\n\n\n

      These are challenging problems to solve, problems that most organizations can\u2019t afford to solve by themselves, especially as they start to achieve any kind of reasonable scale. I know companies that have made this investment. They\u2019ve taken years to do it, and by the time they were done, they got an extremely capable and customizable system that requires code changes every time they want to do something new.<\/p>\n\n\n\n

      Okay, I\u2019m sure you\u2019re going to tell me that it is crazy-easy to audit servers with JumpCloud<\/h3>\n\n\n\n

      Yes, you\u2019re right, it is<\/i> crazy-easy:<\/p>\n\n\n\n

        \n
      1. Create a command in JumpCloud\u2019s Command tab with our mini-script:<\/li>\n<\/ol>\n\n\n\n
        \/usr\/sbin\/dmidecode\/sbin\/ifconfig\n

         <\/p>\n

        \/bin\/hostname<\/p>\n

        \/bin\/cat \/proc\/cpuinfo<\/p>\n

        \/bin\/cat \/proc\/meminfo<\/p>\n

        \/bin\/df<\/p>\n<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n

          \n
        1. Click \u201cselect all servers\u201d<\/li>\n\n\n\n
        2. Set the command to run as any user<\/li>\n\n\n\n
        3. Click \u201cSave and Run\u201d<\/li>\n<\/ol>\n\n\n\n

          Boom, done. Your servers will sit up and fly straight, and start singing like birds, or at least like a bunch of servers running your command for you. And, those results will be available to your whole team, immediately, and be easily searchable, auditable, and repeatable.<\/p>\n\n\n\n

          Server Management: Big Plumbing for Big<\/b> Problems<\/h3>\n\n\n\n

          Building the infrastructure to turn an hours-long endeavor like this into a quick 4-step process isn\u2019t easy. It\u2019s expensive, and if you\u2019re doing it yourself, that means you probably can\u2019t dedicate a whole team of people to it for 100% of their day, so it will probably take you a long time to get there. And, when you do, you probably won\u2019t have a pretty UI for it, nor an eminently usable API, nor will you have user management, and security all built in, and it won\u2019t have benefited from all the feedback, scalability, polish, and experience that comes from supporting lots and lots of customers. That\u2019s what you get when you get a commercial solution.<\/p>\n\n\n\n

          Audit Your Servers with JumpCloud<\/h3>\n\n\n\n

          Even if you\u2019ve already built all this, how much does it cost you to maintain it? Learn more about JumpCloud pricing and packages<\/a>.<\/p>\n\n\n\n

          It\u2019s the classic build-versus-buy argument, but I\u2019m sure you have better things to do than build a central user management system with command execution capabilities. Let us know how we can help<\/a> and if you are inclined, check out JumpCloud\u2019s Directory-as-a-Service\u00ae platform. You can\u00a0trial<\/a> it across your entire infrastructure, so testing the auditing functionality will be pretty simple!<\/p>\n","protected":false},"excerpt":{"rendered":"

          Auditing servers is usually a time-consuming manual process, but not with JumpCloud! Learn how to audit your servers in ten short minutes.<\/p>\n","protected":false},"author":30,"featured_media":2067,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_oasis_is_in_workflow":0,"_oasis_original":0,"_oasis_task_priority":"","inline_featured_image":false,"footnotes":""},"categories":[23,2781],"tags":[],"collection":[2778,2777],"platform":[],"funnel_stage":[3015],"coauthors":[2516],"acf":[],"yoast_head":"\nHow to Audit Your Servers in 10 Minutes - JumpCloud<\/title>\n<meta name=\"description\" content=\"Auditing servers is usually a time-consuming manual process, but not with JumpCloud! Learn how to audit your servers in ten short minutes.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/jumpcloud.com\/blog\/audit-servers-10-minutes\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Audit Your Servers in 10 Minutes\" \/>\n<meta property=\"og:description\" content=\"Auditing servers is usually a time-consuming manual process, but not with JumpCloud! Learn how to audit your servers in ten short minutes.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/jumpcloud.com\/blog\/audit-servers-10-minutes\" \/>\n<meta property=\"og:site_name\" content=\"JumpCloud\" \/>\n<meta property=\"article:published_time\" content=\"2014-05-06T14:00:54+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-08T22:16:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/jumpcloud.com\/wp-content\/uploads\/2014\/05\/cloud-audit.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1\" \/>\n\t<meta property=\"og:image:height\" content=\"1\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Greg Keller\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Greg Keller\" \/>\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:\/\/jumpcloud.com\/blog\/audit-servers-10-minutes#article\",\"isPartOf\":{\"@id\":\"https:\/\/jumpcloud.com\/blog\/audit-servers-10-minutes\"},\"author\":{\"name\":\"Greg Keller\",\"@id\":\"https:\/\/jumpcloud.com\/#\/schema\/person\/33bf05bce1792138e1fac8878933c1f6\"},\"headline\":\"How to Audit Your Servers in 10 Minutes\",\"datePublished\":\"2014-05-06T14:00:54+00:00\",\"dateModified\":\"2024-11-08T22:16:39+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/jumpcloud.com\/blog\/audit-servers-10-minutes\"},\"wordCount\":1023,\"publisher\":{\"@id\":\"https:\/\/jumpcloud.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/jumpcloud.com\/blog\/audit-servers-10-minutes#primaryimage\"},\"thumbnailUrl\":\"https:\/\/jumpcloud.com\/wp-content\/uploads\/2014\/05\/cloud-audit.jpg\",\"articleSection\":[\"Best Practices\",\"How-To\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/jumpcloud.com\/blog\/audit-servers-10-minutes\",\"url\":\"https:\/\/jumpcloud.com\/blog\/audit-servers-10-minutes\",\"name\":\"How to Audit Your Servers in 10 Minutes - JumpCloud\",\"isPartOf\":{\"@id\":\"https:\/\/jumpcloud.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/jumpcloud.com\/blog\/audit-servers-10-minutes#primaryimage\"},\"image\":{\"@id\":\"https:\/\/jumpcloud.com\/blog\/audit-servers-10-minutes#primaryimage\"},\"thumbnailUrl\":\"https:\/\/jumpcloud.com\/wp-content\/uploads\/2014\/05\/cloud-audit.jpg\",\"datePublished\":\"2014-05-06T14:00:54+00:00\",\"dateModified\":\"2024-11-08T22:16:39+00:00\",\"description\":\"Auditing servers is usually a time-consuming manual process, but not with JumpCloud! Learn how to audit your servers in ten short minutes.\",\"breadcrumb\":{\"@id\":\"https:\/\/jumpcloud.com\/blog\/audit-servers-10-minutes#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/jumpcloud.com\/blog\/audit-servers-10-minutes\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/jumpcloud.com\/blog\/audit-servers-10-minutes#primaryimage\",\"url\":\"https:\/\/jumpcloud.com\/wp-content\/uploads\/2014\/05\/cloud-audit.jpg\",\"contentUrl\":\"https:\/\/jumpcloud.com\/wp-content\/uploads\/2014\/05\/cloud-audit.jpg\",\"caption\":\"Auditing financial documents\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/jumpcloud.com\/blog\/audit-servers-10-minutes#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/jumpcloud.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Audit Your Servers in 10 Minutes\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/jumpcloud.com\/#website\",\"url\":\"https:\/\/jumpcloud.com\/\",\"name\":\"JumpCloud\",\"description\":\"Daily insights on directory services, IAM, LDAP, identity security, SSO, system management (Mac, Windows, Linux), networking, and the cloud.\",\"publisher\":{\"@id\":\"https:\/\/jumpcloud.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/jumpcloud.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/jumpcloud.com\/#organization\",\"name\":\"JumpCloud\",\"url\":\"https:\/\/jumpcloud.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/jumpcloud.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/jumpcloud.com\/wp-content\/uploads\/2021\/01\/jc-logo-brand-2021.png\",\"contentUrl\":\"https:\/\/jumpcloud.com\/wp-content\/uploads\/2021\/01\/jc-logo-brand-2021.png\",\"width\":598,\"height\":101,\"caption\":\"JumpCloud\"},\"image\":{\"@id\":\"https:\/\/jumpcloud.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/jumpcloud.com\/#\/schema\/person\/33bf05bce1792138e1fac8878933c1f6\",\"name\":\"Greg Keller\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/jumpcloud.com\/#\/schema\/person\/image\/bb829f9c68b309c7d66b61d4436f8afa\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1329dd1fe0f66c8a37039a19f3169d11?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1329dd1fe0f66c8a37039a19f3169d11?s=96&d=mm&r=g\",\"caption\":\"Greg Keller\"},\"description\":\"JumpCloud CTO, Greg Keller is a career product visionary and executive management leader. With over two decades of product management, product marketing, and operations experience ranging from startups to global organizations, Greg excels in successful go-to-market execution.\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Audit Your Servers in 10 Minutes - JumpCloud","description":"Auditing servers is usually a time-consuming manual process, but not with JumpCloud! Learn how to audit your servers in ten short minutes.","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:\/\/jumpcloud.com\/blog\/audit-servers-10-minutes","og_locale":"en_US","og_type":"article","og_title":"How to Audit Your Servers in 10 Minutes","og_description":"Auditing servers is usually a time-consuming manual process, but not with JumpCloud! Learn how to audit your servers in ten short minutes.","og_url":"https:\/\/jumpcloud.com\/blog\/audit-servers-10-minutes","og_site_name":"JumpCloud","article_published_time":"2014-05-06T14:00:54+00:00","article_modified_time":"2024-11-08T22:16:39+00:00","og_image":[{"url":"https:\/\/jumpcloud.com\/wp-content\/uploads\/2014\/05\/cloud-audit.jpg","width":1,"height":1,"type":"image\/jpeg"}],"author":"Greg Keller","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Greg Keller","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/jumpcloud.com\/blog\/audit-servers-10-minutes#article","isPartOf":{"@id":"https:\/\/jumpcloud.com\/blog\/audit-servers-10-minutes"},"author":{"name":"Greg Keller","@id":"https:\/\/jumpcloud.com\/#\/schema\/person\/33bf05bce1792138e1fac8878933c1f6"},"headline":"How to Audit Your Servers in 10 Minutes","datePublished":"2014-05-06T14:00:54+00:00","dateModified":"2024-11-08T22:16:39+00:00","mainEntityOfPage":{"@id":"https:\/\/jumpcloud.com\/blog\/audit-servers-10-minutes"},"wordCount":1023,"publisher":{"@id":"https:\/\/jumpcloud.com\/#organization"},"image":{"@id":"https:\/\/jumpcloud.com\/blog\/audit-servers-10-minutes#primaryimage"},"thumbnailUrl":"https:\/\/jumpcloud.com\/wp-content\/uploads\/2014\/05\/cloud-audit.jpg","articleSection":["Best Practices","How-To"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/jumpcloud.com\/blog\/audit-servers-10-minutes","url":"https:\/\/jumpcloud.com\/blog\/audit-servers-10-minutes","name":"How to Audit Your Servers in 10 Minutes - JumpCloud","isPartOf":{"@id":"https:\/\/jumpcloud.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/jumpcloud.com\/blog\/audit-servers-10-minutes#primaryimage"},"image":{"@id":"https:\/\/jumpcloud.com\/blog\/audit-servers-10-minutes#primaryimage"},"thumbnailUrl":"https:\/\/jumpcloud.com\/wp-content\/uploads\/2014\/05\/cloud-audit.jpg","datePublished":"2014-05-06T14:00:54+00:00","dateModified":"2024-11-08T22:16:39+00:00","description":"Auditing servers is usually a time-consuming manual process, but not with JumpCloud! Learn how to audit your servers in ten short minutes.","breadcrumb":{"@id":"https:\/\/jumpcloud.com\/blog\/audit-servers-10-minutes#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/jumpcloud.com\/blog\/audit-servers-10-minutes"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jumpcloud.com\/blog\/audit-servers-10-minutes#primaryimage","url":"https:\/\/jumpcloud.com\/wp-content\/uploads\/2014\/05\/cloud-audit.jpg","contentUrl":"https:\/\/jumpcloud.com\/wp-content\/uploads\/2014\/05\/cloud-audit.jpg","caption":"Auditing financial documents"},{"@type":"BreadcrumbList","@id":"https:\/\/jumpcloud.com\/blog\/audit-servers-10-minutes#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/jumpcloud.com\/"},{"@type":"ListItem","position":2,"name":"How to Audit Your Servers in 10 Minutes"}]},{"@type":"WebSite","@id":"https:\/\/jumpcloud.com\/#website","url":"https:\/\/jumpcloud.com\/","name":"JumpCloud","description":"Daily insights on directory services, IAM, LDAP, identity security, SSO, system management (Mac, Windows, Linux), networking, and the cloud.","publisher":{"@id":"https:\/\/jumpcloud.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/jumpcloud.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/jumpcloud.com\/#organization","name":"JumpCloud","url":"https:\/\/jumpcloud.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jumpcloud.com\/#\/schema\/logo\/image\/","url":"https:\/\/jumpcloud.com\/wp-content\/uploads\/2021\/01\/jc-logo-brand-2021.png","contentUrl":"https:\/\/jumpcloud.com\/wp-content\/uploads\/2021\/01\/jc-logo-brand-2021.png","width":598,"height":101,"caption":"JumpCloud"},"image":{"@id":"https:\/\/jumpcloud.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/jumpcloud.com\/#\/schema\/person\/33bf05bce1792138e1fac8878933c1f6","name":"Greg Keller","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jumpcloud.com\/#\/schema\/person\/image\/bb829f9c68b309c7d66b61d4436f8afa","url":"https:\/\/secure.gravatar.com\/avatar\/1329dd1fe0f66c8a37039a19f3169d11?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1329dd1fe0f66c8a37039a19f3169d11?s=96&d=mm&r=g","caption":"Greg Keller"},"description":"JumpCloud CTO, Greg Keller is a career product visionary and executive management leader. With over two decades of product management, product marketing, and operations experience ranging from startups to global organizations, Greg excels in successful go-to-market execution."}]}},"_links":{"self":[{"href":"https:\/\/jumpcloud.com\/wp-json\/wp\/v2\/posts\/2056"}],"collection":[{"href":"https:\/\/jumpcloud.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jumpcloud.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jumpcloud.com\/wp-json\/wp\/v2\/users\/30"}],"replies":[{"embeddable":true,"href":"https:\/\/jumpcloud.com\/wp-json\/wp\/v2\/comments?post=2056"}],"version-history":[{"count":2,"href":"https:\/\/jumpcloud.com\/wp-json\/wp\/v2\/posts\/2056\/revisions"}],"predecessor-version":[{"id":117256,"href":"https:\/\/jumpcloud.com\/wp-json\/wp\/v2\/posts\/2056\/revisions\/117256"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/jumpcloud.com\/wp-json\/wp\/v2\/media\/2067"}],"wp:attachment":[{"href":"https:\/\/jumpcloud.com\/wp-json\/wp\/v2\/media?parent=2056"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jumpcloud.com\/wp-json\/wp\/v2\/categories?post=2056"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jumpcloud.com\/wp-json\/wp\/v2\/tags?post=2056"},{"taxonomy":"collection","embeddable":true,"href":"https:\/\/jumpcloud.com\/wp-json\/wp\/v2\/collection?post=2056"},{"taxonomy":"platform","embeddable":true,"href":"https:\/\/jumpcloud.com\/wp-json\/wp\/v2\/platform?post=2056"},{"taxonomy":"funnel_stage","embeddable":true,"href":"https:\/\/jumpcloud.com\/wp-json\/wp\/v2\/funnel_stage?post=2056"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/jumpcloud.com\/wp-json\/wp\/v2\/coauthors?post=2056"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}