{"id":4308,"date":"2020-06-02T00:18:35","date_gmt":"2020-06-01T15:18:35","guid":{"rendered":"https:\/\/higherhope.net\/?p=4308"},"modified":"2024-04-11T21:53:02","modified_gmt":"2024-04-11T12:53:02","slug":"zabbix-5-0-1%e3%81%a7db%e3%81%aeslave-status%e3%81%8c%e5%8f%96%e5%be%97%e3%81%a7%e3%81%8d%e3%81%aa%e3%81%8b%e3%81%a3%e3%81%9f%e3%80%82","status":"publish","type":"post","link":"https:\/\/higherhope.net\/?p=4308","title":{"rendered":"MariaDB\u306eSLAVE STATUS\u304czabbix 5.0.1\u3067\u53d6\u5f97\u3067\u304d\u306a\u304b\u3063\u305f\u306e\u3067\u5bfe\u51e6\u3057\u305f"},"content":{"rendered":"<p>\u65b0\u898f\u306b\u69cb\u7bc9\u3057\u305f\u30b5\u30fc\u30d0\u30fc\u3067mysql\uff08mariadb\uff09\u306eslave status\u3092zabbix\u3067\u53d6\u308c\u306a\u304f\u306a\u3063\u305f\u306e\u3067\u5bfe\u51e6\u3057\u305f\u3002<br \/>\n\u8272\u3093\u306a\u30b5\u30a4\u30c8\u306bzabbix\u3067\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u76e3\u8996\u8a2d\u5b9a\u65b9\u6cd5\u306f\u8f09\u3063\u3066\u3044\u308b\u306e\u3067\u7701\u304d\u307e\u3059\u3002<\/p>\n<p>\u5404\u30d0\u30fc\u30b8\u30e7\u30f3\u306f<\/p>\n<blockquote><p>CentOS Linux release 8.1.1911 (Core)<br \/>\nServer version: 10.5.3-MariaDB MariaDB Server<br \/>\nzabbix_agentd (daemon) (Zabbix) 5.0.1<\/p><\/blockquote>\n<p>slave \u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u76e3\u8996\u306e\u4ed5\u8fbc\u307f\u304c\u7d42\u308f\u308a\u30b3\u30de\u30f3\u30c9\u3067\u78ba\u8a8d\u3092\u5b9f\u65bd\u3057\u305f\u6240<\/p>\n<blockquote><p># HOME=\/var\/lib\/zabbix mysql -e &#8220;SHOW SLAVE STATUS\\G&#8221;<br \/>\nERROR 1227 (42000) at line 1: Access denied; you need (at least one of) the SUPER, REPLICATION SLAVE ADMIN privilege(s) for this operation<\/p><\/blockquote>\n<p>\u3053\u3093\u306a\u611f\u3058\u3067\u4ee5\u524d\u306f\u53d6\u5f97\u51fa\u6765\u3066\u3044\u307e\u3057\u305f\u304c\u51fa\u6765\u306a\u304f\u306a\u3063\u3066\u307e\u3059\u3002<\/p>\n<p>\u6a29\u9650\u5468\u308a\u304c\u5909\u308f\u3063\u3066\u308b\u3088\u3046\u3067\u3059\u306e\u3067\u78ba\u8a8d\u3057\u307e\u3059\u3002<\/p>\n<blockquote><p>MariaDB [(none)]> show privileges;<\/p><\/blockquote>\n<p>\u3092\u305f\u305f\u304f\u3068\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306b\u95a2\u4fc2\u3042\u308a\u305d\u3046\u306a\u306e\u304c<\/p>\n<blockquote><p>| Binlog admin             | Server                                | To purge binary logs                                               |<br \/>\n| Binlog monitor           | Server                                | To use SHOW BINLOG STATUS and SHOW BINARY LOG                      |<br \/>\n| Replication master admin | Server                                | To monitor connected slaves                                        |<br \/>\n| Replication slave admin  | Server                                | To start\/monitor\/stop slave and apply binlog events                |<br \/>\n| Replication slave        | Server Admin                          | To read binary log events from the master                          |<\/p><\/blockquote>\n<p>\u3053\u3093\u306a\u611f\u3058\u3067\u51fa\u3066\u304d\u307e\u3057\u305f\u306e\u3067<br \/>\n\u30a8\u30e9\u30fc\u3067\u6307\u793a\u3055\u308c\u3066\u3044\u305fReplication slave admin\u3092\u6307\u5b9a\u3057\u3066GRANT\u3057\u3066\u307f\u307e\u3059\u3002<\/p>\n<blockquote><p>MariaDB [(none)]> GRANT Replication slave admin ON *.* TO &#8216;zabbixagent&#8217;@&#8217;localhost&#8217; IDENTIFIED BY &#8216;hogegegege&#8217;;<br \/>\nQuery OK, 0 rows affected (0.001 sec)<\/p><\/blockquote>\n<p>\u518d\u5ea6\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u305f\u6240<\/p>\n<blockquote><p># HOME=\/var\/lib\/zabbix mysql -e &#8220;SHOW SLAVE STATUS\\G&#8221;<br \/>\n*************************** 1. row ***************************<br \/>\n                Slave_IO_State: Waiting for master to send event<br \/>\n                   Master_Host: ***.***.***.***<br \/>\n                   Master_User: replication<br \/>\n                   Master_Port: 3306<br \/>\n                 Connect_Retry: 60<br \/>\n               Master_Log_File: mysql-bin.000001<br \/>\n           Read_Master_Log_Pos: 139614521<br \/>\n                Relay_Log_File: www3-relay-bin.000009<br \/>\n                 Relay_Log_Pos: 5306<br \/>\n         Relay_Master_Log_File: mysql-bin.000001<br \/>\n              Slave_IO_Running: Yes<br \/>\n             Slave_SQL_Running: Yes<br \/>\n               Replicate_Do_DB:<br \/>\n           Replicate_Ignore_DB:<br \/>\n            Replicate_Do_Table:<br \/>\n        Replicate_Ignore_Table:<br \/>\n       Replicate_Wild_Do_Table:<br \/>\n   Replicate_Wild_Ignore_Table:<br \/>\n                    Last_Errno: 0<br \/>\n                    Last_Error:<br \/>\n                  Skip_Counter: 0<br \/>\n           Exec_Master_Log_Pos: 139614521<br \/>\n               Relay_Log_Space: 5614<br \/>\n               Until_Condition: None<br \/>\n                Until_Log_File:<br \/>\n                 Until_Log_Pos: 0<br \/>\n            Master_SSL_Allowed: No<br \/>\n            Master_SSL_CA_File:<br \/>\n            Master_SSL_CA_Path:<br \/>\n               Master_SSL_Cert:<br \/>\n             Master_SSL_Cipher:<br \/>\n                Master_SSL_Key:<br \/>\n         Seconds_Behind_Master: 0<br \/>\n Master_SSL_Verify_Server_Cert: No<br \/>\n                 Last_IO_Errno: 0<br \/>\n                 Last_IO_Error:<br \/>\n                Last_SQL_Errno: 0<br \/>\n                Last_SQL_Error:<br \/>\n   Replicate_Ignore_Server_Ids:<br \/>\n              Master_Server_Id: 1<br \/>\n                Master_SSL_Crl:<br \/>\n            Master_SSL_Crlpath:<br \/>\n                    Using_Gtid: No<br \/>\n                   Gtid_IO_Pos:<br \/>\n       Replicate_Do_Domain_Ids:<br \/>\n   Replicate_Ignore_Domain_Ids:<br \/>\n                 Parallel_Mode: optimistic<br \/>\n                     SQL_Delay: 0<br \/>\n           SQL_Remaining_Delay: NULL<br \/>\n       Slave_SQL_Running_State: Slave has read all relay log; waiting for more updates<br \/>\n              Slave_DDL_Groups: 0<br \/>\nSlave_Non_Transactional_Groups: 0<br \/>\n    Slave_Transactional_Groups: 6<\/p><\/blockquote>\n<p>\u53d6\u5f97\u51fa\u6765\u307e\u3057\u305f\u3002<br \/>\n\u3053\u308c\u3067zabbix\u3067\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u76e3\u8996\u304c\u51fa\u6765\u307e\u3057\u305f\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u65b0\u898f\u306b\u69cb\u7bc9\u3057\u305f\u30b5\u30fc\u30d0\u30fc\u3067mysql\uff08mariadb\uff09\u306eslave status\u3092zabbix\u3067\u53d6\u308c\u306a\u304f\u306a\u3063\u305f\u306e\u3067\u5bfe\u51e6\u3057\u305f\u3002 \u8272\u3093\u306a\u30b5\u30a4\u30c8\u306bzabbix\u3067\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u76e3\u8996\u8a2d\u5b9a\u65b9\u6cd5\u306f\u8f09\u3063\u3066\u3044\u308b\u306e\u3067\u7701\u304d\u307e\u3059\u3002 \u5404\u30d0\u30fc\u30b8\u30e7\u30f3&#8230; <a class=\"continue-reading-link\" href=\"https:\/\/higherhope.net\/?p=4308\"> Continue reading <span class=\"meta-nav\">&rarr; <\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[178,184,134],"tags":[96],"class_list":["post-4308","post","type-post","status-publish","format-standard","hentry","category-centos8","category-mariadb","category-zabbix","tag-96"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>MariaDB\u306eSLAVE STATUS\u304czabbix 5.0.1\u3067\u53d6\u5f97\u3067\u304d\u306a\u304b\u3063\u305f\u306e\u3067\u5bfe\u51e6\u3057\u305f - \u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/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:\/\/higherhope.net\/?p=4308\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"MariaDB\u306eSLAVE STATUS\u304czabbix 5.0.1\u3067\u53d6\u5f97\u3067\u304d\u306a\u304b\u3063\u305f\u306e\u3067\u5bfe\u51e6\u3057\u305f - \u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\" \/>\n<meta property=\"og:description\" content=\"\u65b0\u898f\u306b\u69cb\u7bc9\u3057\u305f\u30b5\u30fc\u30d0\u30fc\u3067mysql\uff08mariadb\uff09\u306eslave status\u3092zabbix\u3067\u53d6\u308c\u306a\u304f\u306a\u3063\u305f\u306e\u3067\u5bfe\u51e6\u3057\u305f\u3002 \u8272\u3093\u306a\u30b5\u30a4\u30c8\u306bzabbix\u3067\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u76e3\u8996\u8a2d\u5b9a\u65b9\u6cd5\u306f\u8f09\u3063\u3066\u3044\u308b\u306e\u3067\u7701\u304d\u307e\u3059\u3002 \u5404\u30d0\u30fc\u30b8\u30e7\u30f3... Continue reading &rarr;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/higherhope.net\/?p=4308\" \/>\n<meta property=\"og:site_name\" content=\"\u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\" \/>\n<meta property=\"article:published_time\" content=\"2020-06-01T15:18:35+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-11T12:53:02+00:00\" \/>\n<meta name=\"author\" content=\"higherhope\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@higherhope5963\" \/>\n<meta name=\"twitter:site\" content=\"@higherhope5963\" \/>\n<meta name=\"twitter:label1\" content=\"\u57f7\u7b46\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"higherhope\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593\" \/>\n\t<meta name=\"twitter:data2\" content=\"2\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/higherhope.net\/?p=4308#article\",\"isPartOf\":{\"@id\":\"https:\/\/higherhope.net\/?p=4308\"},\"author\":{\"name\":\"higherhope\",\"@id\":\"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af\"},\"headline\":\"MariaDB\u306eSLAVE STATUS\u304czabbix 5.0.1\u3067\u53d6\u5f97\u3067\u304d\u306a\u304b\u3063\u305f\u306e\u3067\u5bfe\u51e6\u3057\u305f\",\"datePublished\":\"2020-06-01T15:18:35+00:00\",\"dateModified\":\"2024-04-11T12:53:02+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/higherhope.net\/?p=4308\"},\"wordCount\":336,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af\"},\"keywords\":[\"\u81ea\u5b85\u30b5\u30fc\u30d0\u30fc\"],\"articleSection\":[\"CentOS8\",\"MariaDB\",\"zabbix\"],\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/higherhope.net\/?p=4308#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/higherhope.net\/?p=4308\",\"url\":\"https:\/\/higherhope.net\/?p=4308\",\"name\":\"MariaDB\u306eSLAVE STATUS\u304czabbix 5.0.1\u3067\u53d6\u5f97\u3067\u304d\u306a\u304b\u3063\u305f\u306e\u3067\u5bfe\u51e6\u3057\u305f - \u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\",\"isPartOf\":{\"@id\":\"https:\/\/higherhope.net\/#website\"},\"datePublished\":\"2020-06-01T15:18:35+00:00\",\"dateModified\":\"2024-04-11T12:53:02+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/higherhope.net\/?p=4308#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/higherhope.net\/?p=4308\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/higherhope.net\/?p=4308#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u30db\u30fc\u30e0\",\"item\":\"https:\/\/higherhope.net\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"MariaDB\u306eSLAVE STATUS\u304czabbix 5.0.1\u3067\u53d6\u5f97\u3067\u304d\u306a\u304b\u3063\u305f\u306e\u3067\u5bfe\u51e6\u3057\u305f\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/higherhope.net\/#website\",\"url\":\"https:\/\/higherhope.net\/\",\"name\":\"\u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\",\"description\":\"\u304a\u3063\u3055\u3093\u307e\u3060\u307e\u3060\u697d\u3067\u304d\u307e\u305b\u3093\u3002\",\"publisher\":{\"@id\":\"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/higherhope.net\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ja\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af\",\"name\":\"higherhope\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\/\/higherhope.net\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/higherhope.net\/wp-content\/uploads\/2018\/09\/DSC_0367.jpg\",\"contentUrl\":\"https:\/\/higherhope.net\/wp-content\/uploads\/2018\/09\/DSC_0367.jpg\",\"width\":700,\"height\":394,\"caption\":\"higherhope\"},\"logo\":{\"@id\":\"https:\/\/higherhope.net\/#\/schema\/person\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/higherhope5963\"],\"url\":\"https:\/\/higherhope.net\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"MariaDB\u306eSLAVE STATUS\u304czabbix 5.0.1\u3067\u53d6\u5f97\u3067\u304d\u306a\u304b\u3063\u305f\u306e\u3067\u5bfe\u51e6\u3057\u305f - \u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002","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:\/\/higherhope.net\/?p=4308","og_locale":"ja_JP","og_type":"article","og_title":"MariaDB\u306eSLAVE STATUS\u304czabbix 5.0.1\u3067\u53d6\u5f97\u3067\u304d\u306a\u304b\u3063\u305f\u306e\u3067\u5bfe\u51e6\u3057\u305f - \u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002","og_description":"\u65b0\u898f\u306b\u69cb\u7bc9\u3057\u305f\u30b5\u30fc\u30d0\u30fc\u3067mysql\uff08mariadb\uff09\u306eslave status\u3092zabbix\u3067\u53d6\u308c\u306a\u304f\u306a\u3063\u305f\u306e\u3067\u5bfe\u51e6\u3057\u305f\u3002 \u8272\u3093\u306a\u30b5\u30a4\u30c8\u306bzabbix\u3067\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u76e3\u8996\u8a2d\u5b9a\u65b9\u6cd5\u306f\u8f09\u3063\u3066\u3044\u308b\u306e\u3067\u7701\u304d\u307e\u3059\u3002 \u5404\u30d0\u30fc\u30b8\u30e7\u30f3... Continue reading &rarr;","og_url":"https:\/\/higherhope.net\/?p=4308","og_site_name":"\u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002","article_published_time":"2020-06-01T15:18:35+00:00","article_modified_time":"2024-04-11T12:53:02+00:00","author":"higherhope","twitter_card":"summary_large_image","twitter_creator":"@higherhope5963","twitter_site":"@higherhope5963","twitter_misc":{"\u57f7\u7b46\u8005":"higherhope","\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"2\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/higherhope.net\/?p=4308#article","isPartOf":{"@id":"https:\/\/higherhope.net\/?p=4308"},"author":{"name":"higherhope","@id":"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af"},"headline":"MariaDB\u306eSLAVE STATUS\u304czabbix 5.0.1\u3067\u53d6\u5f97\u3067\u304d\u306a\u304b\u3063\u305f\u306e\u3067\u5bfe\u51e6\u3057\u305f","datePublished":"2020-06-01T15:18:35+00:00","dateModified":"2024-04-11T12:53:02+00:00","mainEntityOfPage":{"@id":"https:\/\/higherhope.net\/?p=4308"},"wordCount":336,"commentCount":0,"publisher":{"@id":"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af"},"keywords":["\u81ea\u5b85\u30b5\u30fc\u30d0\u30fc"],"articleSection":["CentOS8","MariaDB","zabbix"],"inLanguage":"ja","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/higherhope.net\/?p=4308#respond"]}]},{"@type":"WebPage","@id":"https:\/\/higherhope.net\/?p=4308","url":"https:\/\/higherhope.net\/?p=4308","name":"MariaDB\u306eSLAVE STATUS\u304czabbix 5.0.1\u3067\u53d6\u5f97\u3067\u304d\u306a\u304b\u3063\u305f\u306e\u3067\u5bfe\u51e6\u3057\u305f - \u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002","isPartOf":{"@id":"https:\/\/higherhope.net\/#website"},"datePublished":"2020-06-01T15:18:35+00:00","dateModified":"2024-04-11T12:53:02+00:00","breadcrumb":{"@id":"https:\/\/higherhope.net\/?p=4308#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/higherhope.net\/?p=4308"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/higherhope.net\/?p=4308#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u30db\u30fc\u30e0","item":"https:\/\/higherhope.net\/"},{"@type":"ListItem","position":2,"name":"MariaDB\u306eSLAVE STATUS\u304czabbix 5.0.1\u3067\u53d6\u5f97\u3067\u304d\u306a\u304b\u3063\u305f\u306e\u3067\u5bfe\u51e6\u3057\u305f"}]},{"@type":"WebSite","@id":"https:\/\/higherhope.net\/#website","url":"https:\/\/higherhope.net\/","name":"\u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002","description":"\u304a\u3063\u3055\u3093\u307e\u3060\u307e\u3060\u697d\u3067\u304d\u307e\u305b\u3093\u3002","publisher":{"@id":"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/higherhope.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ja"},{"@type":["Person","Organization"],"@id":"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af","name":"higherhope","image":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/higherhope.net\/#\/schema\/person\/image\/","url":"https:\/\/higherhope.net\/wp-content\/uploads\/2018\/09\/DSC_0367.jpg","contentUrl":"https:\/\/higherhope.net\/wp-content\/uploads\/2018\/09\/DSC_0367.jpg","width":700,"height":394,"caption":"higherhope"},"logo":{"@id":"https:\/\/higherhope.net\/#\/schema\/person\/image\/"},"sameAs":["https:\/\/x.com\/higherhope5963"],"url":"https:\/\/higherhope.net\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/higherhope.net\/index.php?rest_route=\/wp\/v2\/posts\/4308","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/higherhope.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/higherhope.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/higherhope.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/higherhope.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4308"}],"version-history":[{"count":9,"href":"https:\/\/higherhope.net\/index.php?rest_route=\/wp\/v2\/posts\/4308\/revisions"}],"predecessor-version":[{"id":5745,"href":"https:\/\/higherhope.net\/index.php?rest_route=\/wp\/v2\/posts\/4308\/revisions\/5745"}],"wp:attachment":[{"href":"https:\/\/higherhope.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4308"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/higherhope.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=4308"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/higherhope.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=4308"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}