{"id":1605,"date":"2024-06-24T10:23:21","date_gmt":"2024-06-24T09:23:21","guid":{"rendered":"https:\/\/marketaylor.synology.me\/?p=1605"},"modified":"2024-06-24T13:00:53","modified_gmt":"2024-06-24T12:00:53","slug":"retiring-supportpac-ms0p","status":"publish","type":"post","link":"https:\/\/marketaylor.synology.me\/?p=1605","title":{"rendered":"Retiring SupportPac MS0P"},"content":{"rendered":"\n<p>SupportPac MS0P was first released in 2006. It added a plugin to the MQ Explorer to format event messages, including the accounting and statistic information. Since then, there&#8217;s been a lot of added function. But also, the MQ product now has a lot of comparable capability. The last functional update to MS0P was in 2018.<\/p>\n\n\n\n<p>I&#8217;m not planning on making any further updates to the package, so I&#8217;ve been thinking about retiring it. The recent LTS release of MQ 9.4.0 seemed like a good boundary point to do that. The SupportPac will move to &#8220;withdrawn&#8221; status &#8211; still downloadable, but not as prominent.<\/p>\n\n\n\n<p>But I thought it worth listing the various features, and showing how many of them you can now do differently.<\/p>\n\n\n\n<!--more-->\n\n\n\n<h3 class=\"wp-block-heading\">Feature Comparison<\/h3>\n\n\n\n<p>Many of the alternative mechanisms listed are command-line tools. That makes it possible to integrate them in a variety of workflows, even if they don&#8217;t directly link to GUI interfaces.<\/p>\n\n\n\n<figure class=\"wp-block-table is-style-regular\"><table><thead><tr><th>MS0P Feature<\/th><th>Alternative<\/th><\/tr><\/thead><tbody><tr><td>Event Formatting<\/td><td>amqsevt with JSON output. <br>This makes it easy to feed to any analysis tool<\/td><\/tr><tr><td>Statistics<\/td><td>amqsact, amqsevt, amqsrua and tools like <a href=\"https:\/\/github.com\/ibm-messaging\/mq-metrics-samples\" target=\"_blank\" rel=\"noreferrer noopener\">the OpenTelemetry<\/a> collector<\/td><\/tr><tr><td>Accounting<\/td><td>amqsact and amqsevt<\/td><\/tr><tr><td>Activity Viewer<\/td><td> amqsrua and tools like <a href=\"https:\/\/github.com\/ibm-messaging\/mq-metrics-samples\" target=\"_blank\" rel=\"noreferrer noopener\">the OpenTelemetry<\/a> collector<\/td><\/tr><tr><td>Message Manager<\/td><td>The MQ Web Console is improving its message processor. Also dmpmqmsg for a command line tool.<\/td><\/tr><tr><td>CSV Table Exporter<\/td><td>No need for any direct equivalent as this exported elements of the MQ Explorer itself.<\/td><\/tr><tr><td>Topic Viewer<\/td><td>No direct equivalent<\/td><\/tr><tr><td>TraceRoute<\/td><td>dspmqrte or look at <a href=\"https:\/\/github.com\/ibm-messaging\/mq-metric-samples\/tree\/master\/dspmqrtj\" target=\"_blank\" rel=\"noreferrer noopener\">dspmqrtj<\/a> for a cluster-aware version<\/td><\/tr><tr><td>QTune<\/td><td>Queue file buffer size editor: No replacement<\/td><\/tr><tr><td>cmdevent exit<\/td><td>Command\/Config events have been part of the queue manager since V7<\/td><\/tr><tr><td>oamlog<\/td><td>Moved to <a href=\"https:\/\/github.com\/ibm-messaging\/mq-exits\" target=\"_blank\" rel=\"noreferrer noopener\">github<\/a>.<\/td><\/tr><\/tbody><\/table><figcaption class=\"wp-element-caption\">Features<\/figcaption><\/figure>\n\n\n\n<p>Not all of the features are directly available in other tools, but the majority &#8211; the most commonly-used capabilities &#8211; can be done in some other way.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Example<\/h4>\n\n\n\n<p>Here is a screenshot showing statistics information from MS0P:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"790\" height=\"573\" src=\"https:\/\/marketaylor.synology.me\/wp-content\/uploads\/2024\/06\/stats.bmp\" alt=\"MS0P Statistics\" class=\"wp-image-1610\"\/><figcaption class=\"wp-element-caption\">Statistics in MS0P<\/figcaption><\/figure>\n\n\n\n<p>A command-line equivalent using <strong>amqsevt<\/strong>:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">$ amqsevt -m QM1 -q SYSTEM.ADMIN.STATISTICS.QUEUE\n*** Message #1 (800 Bytes) on Queue SYSTEM.ADMIN.STATISTICS.QUEUE ****\nEvent Type                       : Statistics Queue [165]\nMessage Type                     : Statistics [21]\nReason                           : None [0]\nEvent created                    : 2024\/06\/24 08:46:44.55 GMT\n  Queue Mgr Name                 : QM1\n  Start Date                     : 2024-06-24\n  Start Time                     : 09.46.43\n  End Date                       : 2024-06-24\n  End Time                       : 09.46.44\n  Command Level                  : 940\n  Object Count                   : 1\n  QUEUE STATISTICS DATA\n    Queue Name                   : SYSTEM.ADMIN.CONFIG.EVENT\n    Creation Date                : 2022-02-22\n    Creation Time                : 12.15.01\n    Queue Type                   : Local\n    Definition Type              : Predefined\n    Queue Min Depth              : 500\n    Queue Max Depth              : 500\n    Avg Queue Time               : 0\n    ...<\/pre>\n\n\n\n<p>and the same thing in JSON style, to make it easy to send elsewhere for analysis:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">$ amqsevt -m QM1 -q SYSTEM.ADMIN.STATISTICS.QUEUE -o json\n{\n\"eventSource\" : { \"objectName\": \"SYSTEM.ADMIN.STATISTICS.QUEUE\",\n                  \"objectType\" : \"Queue\",\n                  \"queueMgr\" : \"QM1\"},\n\"eventType\" : { \"name\" : \"Statistics Queue\", \"value\" : 165 },\n\"msgType\" : { \"name\" : \"Statistics\", \"value\" : 21 },\n\"eventReason\" : { \"name\" : \"None\", \"value\" : 0 },\n\"eventCreation\" : { \"timeStamp\"  : \"2024-06-24T08:46:44Z\", \"epoch\"      : 1719218804 },\n\"eventData\" : {\n  \"queueMgrName\" : \"QM1\",\n  \"startDate\" : \"2024-06-24\",\n  \"startTime\" : \"09.46.43\",\n  \"endDate\" : \"2024-06-24\",\n  \"endTime\" : \"09.46.44\",\n  \"commandLevel\" : 940,\n  \"objectCount\" : 1,\n\"queueStatisticsData\" : [ {\n  \"queueName\" : \"SYSTEM.ADMIN.CONFIG.EVENT\",\n  \"creationDate\" : \"2022-02-22\",\n  \"creationTime\" : \"12.15.01\",\n  \"queueType\" : \"Local\",\n  \"definitionType\" : \"Predefined\",\n  \"queueMinDepth\" : 500,\n  \"queueMaxDepth\" : 500,\n  \"avgQueueTime\" : [\n0,\n0\n...<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Open source?<\/h4>\n\n\n\n<p>I did consider releasing the package to an open source repository, but unfortunately that&#8217;s not practical. Apart from embarrassing code quality (the first iteration of MS0P was my first-ever piece of Java programming), there are a few too many places which require some level of internal knowledge or a non-documented interface. And even without that, it would require a lot of work to clean up and make into a suitable shape for anyone else to deal with. There&#8217;s not even a particularly useful subset of features that would work for an open source repo.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Can you still use MS0P?<\/h3>\n\n\n\n<p>If you have a copy of MS0P, you can continue to use it if you want. I don&#8217;t know of any reason why Ms0P would not continue to work in the 9.4 MQ Explorer, and I have heard of at least one person doing so. There just won&#8217;t be any enhancements or testing at newer MQ levels. And newer Eclipse versions seem to make it harder to install plug-ins. (On Windows, the &#8220;run as Administrator&#8221; option usually helps with that.)<\/p>\n\n\n\n<p>The package is moving to a listing on the <a href=\"https:\/\/www.ibm.com\/support\/pages\/node\/318457\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;withdrawn&#8221; SupportPac<\/a> page, which states: &#8220;If you need a SupportPac from this list, contact <em>askmessaging@uk.ibm.com<\/em>.&#8221; so you will still be able to get access to it if you&#8217;ve not already kept a copy. <\/p>\n<p class=\"last-modified\" style=\"border:1px solid;padding: 10px;\">This post was last updated on June 24th, 2024 at 01:00 pm<\/p>","protected":false},"excerpt":{"rendered":"<p>SupportPac MS0P was first released in 2006. It added a plugin to the MQ Explorer to format event messages, including the accounting and statistic information. Since then, there&#8217;s been a lot of added function. But also, the MQ product now has a lot of comparable capability. The last functional update to MS0P was in 2018. &hellip; <a href=\"https:\/\/marketaylor.synology.me\/?p=1605\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Retiring SupportPac MS0P&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":1608,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[5],"tags":[35,20,21],"class_list":["post-1605","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-mq","tag-ibmmq","tag-mqseries","tag-ms0p"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Retiring SupportPac MS0P - Mark Taylor&#039;s Blog<\/title>\n<meta name=\"description\" content=\"SupportPac MS0P is being retired. This is a list of its features with some suggestions on alternative tools.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/marketaylor.synology.me\/?p=1605\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Retiring SupportPac MS0P - Mark Taylor&#039;s Blog\" \/>\n<meta property=\"og:description\" content=\"SupportPac MS0P is being retired. This is a list of its features with some suggestions on alternative tools.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/marketaylor.synology.me\/?p=1605\" \/>\n<meta property=\"og:site_name\" content=\"Mark Taylor&#039;s Blog\" \/>\n<meta property=\"article:published_time\" content=\"2024-06-24T09:23:21+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-06-24T12:00:53+00:00\" \/>\n<meta name=\"author\" content=\"Mark\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@marketaylor\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mark\" \/>\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:\\\/\\\/marketaylor.synology.me\\\/?p=1605#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/marketaylor.synology.me\\\/?p=1605\"},\"author\":{\"name\":\"Mark\",\"@id\":\"https:\\\/\\\/marketaylor.synology.me\\\/#\\\/schema\\\/person\\\/2d6f4113ff54187023e20c20186bbb3c\"},\"headline\":\"Retiring SupportPac MS0P\",\"datePublished\":\"2024-06-24T09:23:21+00:00\",\"dateModified\":\"2024-06-24T12:00:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/marketaylor.synology.me\\\/?p=1605\"},\"wordCount\":580,\"commentCount\":4,\"image\":{\"@id\":\"https:\\\/\\\/marketaylor.synology.me\\\/?p=1605#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/marketaylor.synology.me\\\/wp-content\\\/uploads\\\/2024\\\/06\\\/activity.bmp\",\"keywords\":[\"ibmmq\",\"mqseries\",\"ms0p\"],\"articleSection\":[\"IBM MQ\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/marketaylor.synology.me\\\/?p=1605#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/marketaylor.synology.me\\\/?p=1605\",\"url\":\"https:\\\/\\\/marketaylor.synology.me\\\/?p=1605\",\"name\":\"Retiring SupportPac MS0P - Mark Taylor&#039;s Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/marketaylor.synology.me\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/marketaylor.synology.me\\\/?p=1605#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/marketaylor.synology.me\\\/?p=1605#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/marketaylor.synology.me\\\/wp-content\\\/uploads\\\/2024\\\/06\\\/activity.bmp\",\"datePublished\":\"2024-06-24T09:23:21+00:00\",\"dateModified\":\"2024-06-24T12:00:53+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/marketaylor.synology.me\\\/#\\\/schema\\\/person\\\/2d6f4113ff54187023e20c20186bbb3c\"},\"description\":\"SupportPac MS0P is being retired. This is a list of its features with some suggestions on alternative tools.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/marketaylor.synology.me\\\/?p=1605#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/marketaylor.synology.me\\\/?p=1605\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/marketaylor.synology.me\\\/?p=1605#primaryimage\",\"url\":\"https:\\\/\\\/marketaylor.synology.me\\\/wp-content\\\/uploads\\\/2024\\\/06\\\/activity.bmp\",\"contentUrl\":\"https:\\\/\\\/marketaylor.synology.me\\\/wp-content\\\/uploads\\\/2024\\\/06\\\/activity.bmp\",\"width\":766,\"height\":214,\"caption\":\"MS0P Activity\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/marketaylor.synology.me\\\/?p=1605#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/marketaylor.synology.me\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Retiring SupportPac MS0P\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/marketaylor.synology.me\\\/#website\",\"url\":\"https:\\\/\\\/marketaylor.synology.me\\\/\",\"name\":\"Mark Taylor&#039;s Blog\",\"description\":\"Messaging, Music and Moving Around\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/marketaylor.synology.me\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/marketaylor.synology.me\\\/#\\\/schema\\\/person\\\/2d6f4113ff54187023e20c20186bbb3c\",\"name\":\"Mark\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9a5ae091c43730194cba7cabb5d65c1dc3f48d05caaddec6ff2319a1ce66376f?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9a5ae091c43730194cba7cabb5d65c1dc3f48d05caaddec6ff2319a1ce66376f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9a5ae091c43730194cba7cabb5d65c1dc3f48d05caaddec6ff2319a1ce66376f?s=96&d=mm&r=g\",\"caption\":\"Mark\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/marketaylor\"],\"url\":\"https:\\\/\\\/marketaylor.synology.me\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Retiring SupportPac MS0P - Mark Taylor&#039;s Blog","description":"SupportPac MS0P is being retired. This is a list of its features with some suggestions on alternative tools.","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:\/\/marketaylor.synology.me\/?p=1605","og_locale":"en_GB","og_type":"article","og_title":"Retiring SupportPac MS0P - Mark Taylor&#039;s Blog","og_description":"SupportPac MS0P is being retired. This is a list of its features with some suggestions on alternative tools.","og_url":"https:\/\/marketaylor.synology.me\/?p=1605","og_site_name":"Mark Taylor&#039;s Blog","article_published_time":"2024-06-24T09:23:21+00:00","article_modified_time":"2024-06-24T12:00:53+00:00","author":"Mark","twitter_card":"summary_large_image","twitter_creator":"@marketaylor","twitter_misc":{"Written by":"Mark","Estimated reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/marketaylor.synology.me\/?p=1605#article","isPartOf":{"@id":"https:\/\/marketaylor.synology.me\/?p=1605"},"author":{"name":"Mark","@id":"https:\/\/marketaylor.synology.me\/#\/schema\/person\/2d6f4113ff54187023e20c20186bbb3c"},"headline":"Retiring SupportPac MS0P","datePublished":"2024-06-24T09:23:21+00:00","dateModified":"2024-06-24T12:00:53+00:00","mainEntityOfPage":{"@id":"https:\/\/marketaylor.synology.me\/?p=1605"},"wordCount":580,"commentCount":4,"image":{"@id":"https:\/\/marketaylor.synology.me\/?p=1605#primaryimage"},"thumbnailUrl":"https:\/\/marketaylor.synology.me\/wp-content\/uploads\/2024\/06\/activity.bmp","keywords":["ibmmq","mqseries","ms0p"],"articleSection":["IBM MQ"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/marketaylor.synology.me\/?p=1605#respond"]}]},{"@type":"WebPage","@id":"https:\/\/marketaylor.synology.me\/?p=1605","url":"https:\/\/marketaylor.synology.me\/?p=1605","name":"Retiring SupportPac MS0P - Mark Taylor&#039;s Blog","isPartOf":{"@id":"https:\/\/marketaylor.synology.me\/#website"},"primaryImageOfPage":{"@id":"https:\/\/marketaylor.synology.me\/?p=1605#primaryimage"},"image":{"@id":"https:\/\/marketaylor.synology.me\/?p=1605#primaryimage"},"thumbnailUrl":"https:\/\/marketaylor.synology.me\/wp-content\/uploads\/2024\/06\/activity.bmp","datePublished":"2024-06-24T09:23:21+00:00","dateModified":"2024-06-24T12:00:53+00:00","author":{"@id":"https:\/\/marketaylor.synology.me\/#\/schema\/person\/2d6f4113ff54187023e20c20186bbb3c"},"description":"SupportPac MS0P is being retired. This is a list of its features with some suggestions on alternative tools.","breadcrumb":{"@id":"https:\/\/marketaylor.synology.me\/?p=1605#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/marketaylor.synology.me\/?p=1605"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/marketaylor.synology.me\/?p=1605#primaryimage","url":"https:\/\/marketaylor.synology.me\/wp-content\/uploads\/2024\/06\/activity.bmp","contentUrl":"https:\/\/marketaylor.synology.me\/wp-content\/uploads\/2024\/06\/activity.bmp","width":766,"height":214,"caption":"MS0P Activity"},{"@type":"BreadcrumbList","@id":"https:\/\/marketaylor.synology.me\/?p=1605#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/marketaylor.synology.me\/"},{"@type":"ListItem","position":2,"name":"Retiring SupportPac MS0P"}]},{"@type":"WebSite","@id":"https:\/\/marketaylor.synology.me\/#website","url":"https:\/\/marketaylor.synology.me\/","name":"Mark Taylor&#039;s Blog","description":"Messaging, Music and Moving Around","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/marketaylor.synology.me\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Person","@id":"https:\/\/marketaylor.synology.me\/#\/schema\/person\/2d6f4113ff54187023e20c20186bbb3c","name":"Mark","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/9a5ae091c43730194cba7cabb5d65c1dc3f48d05caaddec6ff2319a1ce66376f?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/9a5ae091c43730194cba7cabb5d65c1dc3f48d05caaddec6ff2319a1ce66376f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9a5ae091c43730194cba7cabb5d65c1dc3f48d05caaddec6ff2319a1ce66376f?s=96&d=mm&r=g","caption":"Mark"},"sameAs":["https:\/\/x.com\/marketaylor"],"url":"https:\/\/marketaylor.synology.me\/?author=1"}]}},"jetpack_featured_media_url":"https:\/\/marketaylor.synology.me\/wp-content\/uploads\/2024\/06\/activity.bmp","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/marketaylor.synology.me\/index.php?rest_route=\/wp\/v2\/posts\/1605","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/marketaylor.synology.me\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/marketaylor.synology.me\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/marketaylor.synology.me\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/marketaylor.synology.me\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1605"}],"version-history":[{"count":6,"href":"https:\/\/marketaylor.synology.me\/index.php?rest_route=\/wp\/v2\/posts\/1605\/revisions"}],"predecessor-version":[{"id":1615,"href":"https:\/\/marketaylor.synology.me\/index.php?rest_route=\/wp\/v2\/posts\/1605\/revisions\/1615"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/marketaylor.synology.me\/index.php?rest_route=\/wp\/v2\/media\/1608"}],"wp:attachment":[{"href":"https:\/\/marketaylor.synology.me\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1605"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/marketaylor.synology.me\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1605"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/marketaylor.synology.me\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1605"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}