{"id":2682,"date":"2016-07-05T10:14:16","date_gmt":"2016-07-05T14:14:16","guid":{"rendered":"https:\/\/www.redline13.com\/blog\/?p=2682"},"modified":"2016-07-05T10:14:16","modified_gmt":"2016-07-05T14:14:16","slug":"executing-gatling-test-using-maven","status":"publish","type":"post","link":"https:\/\/www.redline13.com\/blog\/2016\/07\/executing-gatling-test-using-maven\/","title":{"rendered":"Executing Gatling Test Using Maven"},"content":{"rendered":"\n<p>Cloud load testing a&nbsp;Gatling.IO test plan on RedLine13 via Maven.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Information<\/strong><\/h2>\n\n\n\n<p>Maven version 3.0.5, Java version&nbsp;1.8.0_91<\/p>\n\n\n\n<p>Gatling Version is controlled by your Maven definition.<\/p>\n\n\n\n<p>Each agent will have its own repository, it is shared for all tests run on a single agent.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>First test on an agent will have to pull in all of your dependencies, including gatling version.<\/li><li>Second test will&nbsp;startup faster, but running through maven is slower than just using a single simulation<\/li><\/ul>\n\n\n\n<p>Selecting version in the UI is important in terms of building percentiles and full gatling reports.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Available Versions<br>\n<ul>\n<li>2.1.6 (Deprecated and will be removed)<\/li>\n<li>2.2.0 (Deprecated, will remain)<\/li>\n<li>3.3.1<\/li>\n<li>3.4.1<\/li>\n<\/ul>\n<\/li><\/ul>\n\n\n\n<p>The requirement for a maven test used in RedLine13 is setting the results folder properly in your pom.xml within io.gatling plugin node.<\/p>\n\n\n<pre class=\"wp-block-preformatted\">\u00a0     &lt;plugin&gt;<br \/>        &lt;groupId&gt;io.gatling&lt;\/groupId&gt;<br \/>        &lt;artifactId&gt;gatling-maven-plugin&lt;\/artifactId&gt;<br \/>        &lt;version&gt;${gatling-maven-plugin.version}&lt;\/version&gt;<br \/>        &lt;configuration&gt;<br \/>            &lt;resultsFolder&gt;${project.basedir}\/output&lt;\/resultsFolder&gt;<br \/>         &lt;\/configuration&gt;<br \/>      &lt;\/plugin&gt;<\/pre>\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Example Test<\/strong><\/h2>\n\n\n\n<p>The following was contributed by a community member asking the&nbsp;team to support Maven execution.<\/p>\n\n\n\n<figure class=\"wp-block-embed\"><div class=\"wp-block-embed__wrapper\">\nhttps:\/\/github.com\/redline13\/multi-module-gatling-for-redline13\n<\/div><\/figure>\n\n\n\n<p>It is a maven project for running multiple scenarios with<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>One specific requirement\n<ul>\n<li>Results folder needs to be written to the base directory \/ output folder. &nbsp;This is required for successful test run and gathering test data.<\/li>\n<li>&lt;resultsFolder&gt;${project.basedir}\/..\/output&lt;\/resultsFolder&gt;<\/li>\n<\/ul>\n<\/li><li>One suggested requirement\n<ul>\n<li>We do not collect the gatling generated report, instead we build it from scratch across all of your servers.<\/li>\n<li>If you still generate the report per server, you can download those files as well.<\/li>\n<li>&lt;noReports&gt;true&lt;\/noReports&gt;<\/li>\n<\/ul>\n<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Packaging a test<\/strong><\/h2>\n\n\n\n<p>The test must be packaged so&nbsp;the main pom.xml is in the root when extracted. &nbsp;To package the project above<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"># Just example of gatling-maven test\ngit clone https:\/\/github.com\/redline13\/multi-module-gatling-for-redline13\n# go into the directory\ncd multi-module-gatling-for-redline13\n# On mac need to turn off putting in some hidden files\nexport COPYFILE_DISABLE=true\n# Create a compressed tar file (file is put in the directory above)\ntar --exclude .git -czf ..\/gatling-maven.tar.gz .<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Running a test<\/strong><\/h2>\n\n\n\n<ol class=\"wp-block-list\"><li>Start a Test and Select Gatling<\/li><li>For Simulation drop in the .tar.gz we selected above<\/li><li>Select the gatling version<\/li><li>If you want the true gatling reports and simulation logs, check &#8220;Save the response output from individual tests and calculate percentiles&#8221;<\/li><li>Expand &#8220;Advanced Gatling test Options&#8221;<\/li><li>Check &#8220;Maven&#8221; plugin<\/li><li>Provide your maven instruction, this is everything after mvn<\/li><li>Don&#8217;t forget to select your cloud settings, # servers and locations.<\/li><li>&#8220;Start Test&#8221;!<\/li><\/ol>\n\n\n\n<p>This example is a 2 server test.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Gatling Reports (Enterprise)<\/strong><\/h2>\n\n\n\n<p>The gatling&nbsp;output and generated report is available in &#8220;Output Files&#8221;. &nbsp;This is a gatling report built from the simulation logs across all servers.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Download &#8220;Gatling Report&#8221;\n<ul>\n<li><figure><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-2690\" src=\"https:\/\/www.redline13.com\/blog\/wp-content\/uploads\/2016\/07\/Download-Gatling-Report.png\" alt=\"Download Gatling Report\" width=\"1026\" height=\"297\" srcset=\"https:\/\/www.redline13.com\/blog\/wp-content\/uploads\/2016\/07\/Download-Gatling-Report.png 1026w, https:\/\/www.redline13.com\/blog\/wp-content\/uploads\/2016\/07\/Download-Gatling-Report-300x87.png 300w, https:\/\/www.redline13.com\/blog\/wp-content\/uploads\/2016\/07\/Download-Gatling-Report-1024x296.png 1024w, https:\/\/www.redline13.com\/blog\/wp-content\/uploads\/2016\/07\/Download-Gatling-Report-768x222.png 768w\" sizes=\"auto, (max-width: 1026px) 100vw, 1026px\" \/><\/figure><\/li>\n<\/ul>\n<\/li><li>Expand the download\n<ul>\n<li><figure><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-2691\" src=\"https:\/\/www.redline13.com\/blog\/wp-content\/uploads\/2016\/07\/Gatling-Report-Downloaded-and-expanded.png\" alt=\"Gatling Report Downloaded and expanded\" width=\"574\" height=\"252\" srcset=\"https:\/\/www.redline13.com\/blog\/wp-content\/uploads\/2016\/07\/Gatling-Report-Downloaded-and-expanded.png 574w, https:\/\/www.redline13.com\/blog\/wp-content\/uploads\/2016\/07\/Gatling-Report-Downloaded-and-expanded-300x132.png 300w\" sizes=\"auto, (max-width: 574px) 100vw, 574px\" \/><\/figure><\/li>\n<\/ul>\n<\/li><li>Open the index.html file and see the cross-server generated report<\/li><\/ul>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"1166\" height=\"1178\" src=\"https:\/\/www.redline13.com\/blog\/wp-content\/uploads\/2016\/07\/RedLine13-Generated-Gatling-Report.png\" alt=\"RedLine13 Generated Gatling Report\" class=\"wp-image-2692\" srcset=\"https:\/\/www.redline13.com\/blog\/wp-content\/uploads\/2016\/07\/RedLine13-Generated-Gatling-Report.png 1166w, https:\/\/www.redline13.com\/blog\/wp-content\/uploads\/2016\/07\/RedLine13-Generated-Gatling-Report-297x300.png 297w, https:\/\/www.redline13.com\/blog\/wp-content\/uploads\/2016\/07\/RedLine13-Generated-Gatling-Report-1014x1024.png 1014w, https:\/\/www.redline13.com\/blog\/wp-content\/uploads\/2016\/07\/RedLine13-Generated-Gatling-Report-768x776.png 768w\" sizes=\"auto, (max-width: 1166px) 100vw, 1166px\" \/><\/figure><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">RedLine13 Reports<\/h2>\n\n\n\n<p>Of course RedLine13 Metrics and Reports are available across&nbsp;the load agents and requests. &nbsp;Here is an example test run https:\/\/www.redline13.com\/share\/testplan\/28469<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"982\" height=\"1299\" src=\"https:\/\/www.redline13.com\/blog\/wp-content\/uploads\/2016\/07\/RedLine13-Generated-Report-for-Gatling-Maven-Test.png\" alt=\"RedLine13 Generated Report for Gatling Maven Test\" class=\"wp-image-2694\" srcset=\"https:\/\/www.redline13.com\/blog\/wp-content\/uploads\/2016\/07\/RedLine13-Generated-Report-for-Gatling-Maven-Test.png 982w, https:\/\/www.redline13.com\/blog\/wp-content\/uploads\/2016\/07\/RedLine13-Generated-Report-for-Gatling-Maven-Test-227x300.png 227w, https:\/\/www.redline13.com\/blog\/wp-content\/uploads\/2016\/07\/RedLine13-Generated-Report-for-Gatling-Maven-Test-774x1024.png 774w, https:\/\/www.redline13.com\/blog\/wp-content\/uploads\/2016\/07\/RedLine13-Generated-Report-for-Gatling-Maven-Test-768x1016.png 768w\" sizes=\"auto, (max-width: 982px) 100vw, 982px\" \/><\/figure>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Cloud load testing a&nbsp;Gatling.IO test plan on RedLine13 via Maven. Information Maven version 3.0.5, Java version&nbsp;1.8.0_91 Gatling Version is controlled by your Maven definition. Each agent will have its own repository, it is shared for all tests run on a single agent. First test on an agent will have to pull in all of your dependencies, including gatling version. Second test will&nbsp;startup faster, but running through maven is slower than just using a single simulation Selecting<a class=\"more-link\" href=\"https:\/\/www.redline13.com\/blog\/2016\/07\/executing-gatling-test-using-maven\/\">Read More &rarr;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,8],"tags":[129,219,318,340,436,442,508],"class_list":{"0":"entry","1":"post","2":"publish","3":"author-user","4":"post-2682","6":"format-standard","7":"category-blog","8":"category-gatlingio","9":"post_tag-cloud-testing","10":"post_tag-gatling","11":"post_tag-load-testing","12":"post_tag-maven","13":"post_tag-reports","14":"post_tag-sacla","15":"post_tag-testing"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.12 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Executing Gatling Test Using Maven - RedLine13<\/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:\/\/www.redline13.com\/blog\/2016\/07\/executing-gatling-test-using-maven\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Executing Gatling Test Using Maven - RedLine13\" \/>\n<meta property=\"og:description\" content=\"Cloud load testing a&nbsp;Gatling.IO test plan on RedLine13 via Maven. Information Maven version 3.0.5, Java version&nbsp;1.8.0_91 Gatling Version is controlled by your Maven definition. Each agent will have its own repository, it is shared for all tests run on a single agent. First test on an agent will have to pull in all of your dependencies, including gatling version. Second test will&nbsp;startup faster, but running through maven is slower than just using a single simulation SelectingRead More &rarr;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.redline13.com\/blog\/2016\/07\/executing-gatling-test-using-maven\/\" \/>\n<meta property=\"og:site_name\" content=\"RedLine13\" \/>\n<meta property=\"article:published_time\" content=\"2016-07-05T14:14:16+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.redline13.com\/blog\/wp-content\/uploads\/2016\/07\/Download-Gatling-Report.png\" \/>\n<meta name=\"author\" content=\"RedLine13\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"RedLine13\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. 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.redline13.com\/blog\/2016\/07\/executing-gatling-test-using-maven\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.redline13.com\/blog\/2016\/07\/executing-gatling-test-using-maven\/\"},\"author\":{\"name\":\"RedLine13\",\"@id\":\"https:\/\/www.redline13.com\/blog\/#\/schema\/person\/4acbcdcb8a9c72ec5a274e69c0ebea28\"},\"headline\":\"Executing Gatling Test Using Maven\",\"datePublished\":\"2016-07-05T14:14:16+00:00\",\"dateModified\":\"2016-07-05T14:14:16+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.redline13.com\/blog\/2016\/07\/executing-gatling-test-using-maven\/\"},\"wordCount\":429,\"publisher\":{\"@id\":\"https:\/\/www.redline13.com\/blog\/#organization\"},\"keywords\":[\"cloud testing\",\"Gatling\",\"Load Testing\",\"maven\",\"reports\",\"sacla\",\"testing\"],\"articleSection\":[\"Blog\",\"Gatling.IO\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.redline13.com\/blog\/2016\/07\/executing-gatling-test-using-maven\/\",\"url\":\"https:\/\/www.redline13.com\/blog\/2016\/07\/executing-gatling-test-using-maven\/\",\"name\":\"Executing Gatling Test Using Maven - RedLine13\",\"isPartOf\":{\"@id\":\"https:\/\/www.redline13.com\/blog\/#website\"},\"datePublished\":\"2016-07-05T14:14:16+00:00\",\"dateModified\":\"2016-07-05T14:14:16+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.redline13.com\/blog\/2016\/07\/executing-gatling-test-using-maven\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.redline13.com\/blog\/2016\/07\/executing-gatling-test-using-maven\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.redline13.com\/blog\/2016\/07\/executing-gatling-test-using-maven\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.redline13.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Executing Gatling Test Using Maven\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.redline13.com\/blog\/#website\",\"url\":\"https:\/\/www.redline13.com\/blog\/\",\"name\":\"RedLine13\",\"description\":\"(Almost) Free Load Testing in the Cloud\",\"publisher\":{\"@id\":\"https:\/\/www.redline13.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.redline13.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.redline13.com\/blog\/#organization\",\"name\":\"RedLine13\",\"url\":\"https:\/\/www.redline13.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.redline13.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.redline13.com\/blog\/wp-content\/uploads\/2013\/06\/cropped-rl13-header-logo.jpg\",\"contentUrl\":\"https:\/\/www.redline13.com\/blog\/wp-content\/uploads\/2013\/06\/cropped-rl13-header-logo.jpg\",\"width\":300,\"height\":68,\"caption\":\"RedLine13\"},\"image\":{\"@id\":\"https:\/\/www.redline13.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.redline13.com\/blog\/#\/schema\/person\/4acbcdcb8a9c72ec5a274e69c0ebea28\",\"name\":\"RedLine13\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.redline13.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/b4c9a289323b21a01c3e940f150eb9b8c542587f1abfd8f0e1cc1ffc5e475514?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/b4c9a289323b21a01c3e940f150eb9b8c542587f1abfd8f0e1cc1ffc5e475514?s=96&d=mm&r=g\",\"caption\":\"RedLine13\"},\"sameAs\":[\"http:\/\/127.0.0.1\"],\"url\":\"https:\/\/www.redline13.com\/blog\/author\/user\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Executing Gatling Test Using Maven - RedLine13","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.redline13.com\/blog\/2016\/07\/executing-gatling-test-using-maven\/","og_locale":"en_US","og_type":"article","og_title":"Executing Gatling Test Using Maven - RedLine13","og_description":"Cloud load testing a&nbsp;Gatling.IO test plan on RedLine13 via Maven. Information Maven version 3.0.5, Java version&nbsp;1.8.0_91 Gatling Version is controlled by your Maven definition. Each agent will have its own repository, it is shared for all tests run on a single agent. First test on an agent will have to pull in all of your dependencies, including gatling version. Second test will&nbsp;startup faster, but running through maven is slower than just using a single simulation SelectingRead More &rarr;","og_url":"https:\/\/www.redline13.com\/blog\/2016\/07\/executing-gatling-test-using-maven\/","og_site_name":"RedLine13","article_published_time":"2016-07-05T14:14:16+00:00","og_image":[{"url":"https:\/\/www.redline13.com\/blog\/wp-content\/uploads\/2016\/07\/Download-Gatling-Report.png"}],"author":"RedLine13","twitter_card":"summary_large_image","twitter_misc":{"Written by":"RedLine13","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.redline13.com\/blog\/2016\/07\/executing-gatling-test-using-maven\/#article","isPartOf":{"@id":"https:\/\/www.redline13.com\/blog\/2016\/07\/executing-gatling-test-using-maven\/"},"author":{"name":"RedLine13","@id":"https:\/\/www.redline13.com\/blog\/#\/schema\/person\/4acbcdcb8a9c72ec5a274e69c0ebea28"},"headline":"Executing Gatling Test Using Maven","datePublished":"2016-07-05T14:14:16+00:00","dateModified":"2016-07-05T14:14:16+00:00","mainEntityOfPage":{"@id":"https:\/\/www.redline13.com\/blog\/2016\/07\/executing-gatling-test-using-maven\/"},"wordCount":429,"publisher":{"@id":"https:\/\/www.redline13.com\/blog\/#organization"},"keywords":["cloud testing","Gatling","Load Testing","maven","reports","sacla","testing"],"articleSection":["Blog","Gatling.IO"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.redline13.com\/blog\/2016\/07\/executing-gatling-test-using-maven\/","url":"https:\/\/www.redline13.com\/blog\/2016\/07\/executing-gatling-test-using-maven\/","name":"Executing Gatling Test Using Maven - RedLine13","isPartOf":{"@id":"https:\/\/www.redline13.com\/blog\/#website"},"datePublished":"2016-07-05T14:14:16+00:00","dateModified":"2016-07-05T14:14:16+00:00","breadcrumb":{"@id":"https:\/\/www.redline13.com\/blog\/2016\/07\/executing-gatling-test-using-maven\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.redline13.com\/blog\/2016\/07\/executing-gatling-test-using-maven\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.redline13.com\/blog\/2016\/07\/executing-gatling-test-using-maven\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.redline13.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Executing Gatling Test Using Maven"}]},{"@type":"WebSite","@id":"https:\/\/www.redline13.com\/blog\/#website","url":"https:\/\/www.redline13.com\/blog\/","name":"RedLine13","description":"(Almost) Free Load Testing in the Cloud","publisher":{"@id":"https:\/\/www.redline13.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.redline13.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.redline13.com\/blog\/#organization","name":"RedLine13","url":"https:\/\/www.redline13.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.redline13.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.redline13.com\/blog\/wp-content\/uploads\/2013\/06\/cropped-rl13-header-logo.jpg","contentUrl":"https:\/\/www.redline13.com\/blog\/wp-content\/uploads\/2013\/06\/cropped-rl13-header-logo.jpg","width":300,"height":68,"caption":"RedLine13"},"image":{"@id":"https:\/\/www.redline13.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.redline13.com\/blog\/#\/schema\/person\/4acbcdcb8a9c72ec5a274e69c0ebea28","name":"RedLine13","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.redline13.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/b4c9a289323b21a01c3e940f150eb9b8c542587f1abfd8f0e1cc1ffc5e475514?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b4c9a289323b21a01c3e940f150eb9b8c542587f1abfd8f0e1cc1ffc5e475514?s=96&d=mm&r=g","caption":"RedLine13"},"sameAs":["http:\/\/127.0.0.1"],"url":"https:\/\/www.redline13.com\/blog\/author\/user\/"}]}},"_links":{"self":[{"href":"https:\/\/www.redline13.com\/blog\/wp-json\/wp\/v2\/posts\/2682","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.redline13.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.redline13.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.redline13.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.redline13.com\/blog\/wp-json\/wp\/v2\/comments?post=2682"}],"version-history":[{"count":0,"href":"https:\/\/www.redline13.com\/blog\/wp-json\/wp\/v2\/posts\/2682\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.redline13.com\/blog\/wp-json\/wp\/v2\/media?parent=2682"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.redline13.com\/blog\/wp-json\/wp\/v2\/categories?post=2682"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.redline13.com\/blog\/wp-json\/wp\/v2\/tags?post=2682"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}