{"id":24247,"date":"2024-02-15T14:53:34","date_gmt":"2024-02-15T22:53:34","guid":{"rendered":"https:\/\/docs.extraview.com\/v25\/book\/getheartbeat-3\/"},"modified":"2025-02-17T09:52:13","modified_gmt":"2025-02-17T17:52:13","slug":"getheartbeat-3","status":"publish","type":"page","link":"https:\/\/docs.extraview.com\/v25\/extraview-25\/application-programming-interface-1\/getheartbeat-3\/","title":{"rendered":"get_heartbeat"},"content":{"rendered":"<p >This API call provides an indication of the status of ExtraView.<\/p>\n<h3 >\n\tSYNTAX<\/h3>\n<p ><span class=\"fixedWidthFont\" style=\"font-family: courier, monospace; color: rgb(170, 0, 0);\">http:\/\/www.myserver.com\/evj\/ExtraView\/ev_api.action?<br \/>\n\tuser_id=username<br \/>\n\t&amp;password=password<span>&nbsp;<\/span><\/span>OR<span>&nbsp;<\/span><span class=\"fixedWidthFont\" style=\"font-family: courier, monospace; color: rgb(170, 0, 0);\">[&amp;access_token=token-value]<br \/>\n\t&amp;statevar=get_heartbeat<br \/>\n\t[&amp;tasks=yes]<\/span><\/p>\n<h3 >\n\tNOTES<\/h3>\n<p >The return from the server is XML, similar to the following:<\/p>\n<table class=\"tableWithBorder\" style=\"border: 1px dotted rgb(211, 211, 211); color: rgb(51, 51, 51); font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\" width=\"100%\">\n<tbody>\n<tr>\n<td style=\"border: 1px dotted rgb(211, 211, 211);\">\n\t\t\t\t<code style=\"font-family: courier, monospace; color: rgb(170, 0, 0);\">&lt;?xml version=\"1.0\" encoding=\"UTF-8\" ?&gt;<br \/>\n\t\t\t\t&nbsp; &lt;EV_HEARTBEAT&gt;<br \/>\n\t\t\t\t&nbsp;&nbsp;&nbsp; &lt;EV_STATUS&gt;EXTRAVIEW ALIVE&lt;\/EV_STATUS&gt;<br \/>\n\t\t\t\t&nbsp;&nbsp;&nbsp; &lt;DB_STATUS&gt;DB CONNECTION CONFIRMED&lt;\/DB_STATUS&gt;<br \/>\n\t\t\t\t&nbsp;&nbsp;&nbsp; &lt;DB_DATETIME&gt;2003\/09\/11 11:33:22&lt;\/DB_DATETIME&gt;<br \/>\n\t\t\t\t&nbsp;&nbsp;&nbsp; &lt;FREE_MEMORY&gt;197&lt;\/FREE_MEMORY&gt;<br \/>\n\t\t\t\t&nbsp;&nbsp;&nbsp; &lt;TOTAL_MEMORY&gt;250&lt;\/TOTAL_MEMORY&gt;<br \/>\n\t\t\t\t&nbsp;&nbsp;&nbsp; &lt;HEARTBEAT_EXEC_TIME&gt;330&lt;\/HEARTBEAT_EXEC_TIME&gt;<br \/>\n\t\t\t\t&nbsp;&nbsp;&nbsp; &lt;TASK_INFO TASK=<em>task name<\/em>&gt;<br \/>\n\t\t\t\t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;NODE_ID&gt;<em>node name<\/em>&lt;NODE_ID&gt;<br \/>\n\t\t\t\t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;START_OPTION&gt;<em>start option<\/em>&lt;\/START_OPTION&gt;<br \/>\n\t\t\t\t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;TASK_STATE&gt;<em>task state<\/em>&lt;\/TASK_STATE&gt;<br \/>\n\t\t\t\t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;POLL_INTERVAL&gt;<em>poll interval seconds<\/em>&lt;\/POLL_INTERVAL&gt;<br \/>\n\t\t\t\t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - [&lt;THREAD_INFO&gt;<br \/>\n\t\t\t\t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;THREAD_STATE&gt;<em>thread state<\/em>&lt;\/THREAD_STATE&gt;<br \/>\n\t\t\t\t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;SECS_SINCE_EXECUTION&gt;<em>seconds since last execution<\/em><br \/>\n\t\t\t\t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [&lt;PRIORITY&gt;<em>thread priority<\/em>&lt;\/PRIORITY&gt; ]<br \/>\n\t\t\t\t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;\/THREAD_INFO&gt;]<br \/>\n\t\t\t\t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;\/TASK_INFO&gt;<br \/>\n\t\t\t\t&nbsp; &lt;\/EV_HEARTBEAT&gt;<\/code><\/td>\n<\/tr>\n<tr>\n\t\t<\/tr>\n<\/tbody>\n<\/table>\n<p >\n\tIn the above, the section on task information is repeated for each configured task on the application server. The returned information includes:<\/p>\n<table style=\"border: 1px dotted rgb(211, 211, 211); color: rgb(51, 51, 51); font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\">\n<tbody>\n<tr>\n<td style=\"border: 1px dotted rgb(211, 211, 211);\">\n\t\t\t\ttask name<\/td>\n<td style=\"border: 1px dotted rgb(211, 211, 211);\">\n\t\t\t\tname of the background task, e.g., SESSION_MONITOR, TASK_CONTROL_TASK, BATCHMAIL, etc.<\/td>\n<\/tr>\n<tr>\n<td style=\"border: 1px dotted rgb(211, 211, 211);\">\n\t\t\t\tnode name<\/td>\n<td style=\"border: 1px dotted rgb(211, 211, 211);\">\n\t\t\t\tname of the node hosting the evapi service<\/td>\n<\/tr>\n<tr>\n<td style=\"border: 1px dotted rgb(211, 211, 211);\">\n\t\t\t\tstart option<\/td>\n<td style=\"border: 1px dotted rgb(211, 211, 211);\">\n\t\t\t\tSTART_NOW, STOP_NOW, START_ON_BOOT, or none<\/td>\n<\/tr>\n<tr>\n<td style=\"border: 1px dotted rgb(211, 211, 211);\">\n\t\t\t\ttask state<\/td>\n<td style=\"border: 1px dotted rgb(211, 211, 211);\">\n\t\t\t\tSTARTED, STOPPED, or ERROR<\/td>\n<\/tr>\n<tr>\n<td style=\"border: 1px dotted rgb(211, 211, 211);\">\n\t\t\t\tpoll interval seconds<\/td>\n<td style=\"border: 1px dotted rgb(211, 211, 211);\">\n\t\t\t\tthe (minimum) number of seconds between polled executions<\/td>\n<\/tr>\n<tr>\n<td style=\"border: 1px dotted rgb(211, 211, 211);\">\n\t\t\t\tthread state<\/td>\n<td style=\"border: 1px dotted rgb(211, 211, 211);\">\n\t\t\t\trunning or stopped<\/td>\n<\/tr>\n<tr>\n<td style=\"border: 1px dotted rgb(211, 211, 211);\">\n\t\t\t\tseconds since last execution<\/td>\n<td style=\"border: 1px dotted rgb(211, 211, 211);\">\n\t\t\t\tnumber of seconds since the task was most recently scheduled to run<\/td>\n<\/tr>\n<tr>\n<td style=\"border: 1px dotted rgb(211, 211, 211);\">\n\t\t\t\tthread priority<\/td>\n<td style=\"border: 1px dotted rgb(211, 211, 211);\">\n\t\t\t\tthe priority of the thread ( using Java thread priority values) &#8212; may not appear in output<\/td>\n<\/tr>\n<tr>\n\t\t<\/tr>\n<\/tbody>\n<\/table>\n<p >\n\tThe return indicates not only that ExtraView is alive, but also it confirms that a database connection could be made, that the ExtraView servlet is running on the application server, and that the web server is running.<\/p>\n<p >Note that the tag named<span>&nbsp;<\/span><span class=\"fixedWidthFont\" style=\"font-family: courier, monospace; color: rgb(170, 0, 0);\">DB_DATETIME<\/span><span>&nbsp;<\/span>and its value provide the current timestamp of the database server. This can be useful to provide local client applications with the server time of the host ExtraView application.<\/p>\n<p >The amount of free memory, the total memory and the amount of time the command took to execute are also returned.<\/p>\n<p >This command can be placed in a script that is run at routine intervals to provide an indication of the health of the system. Not only can confirmation be made that the system is alive, but the time to execute the command is available<\/p>\n<p >The optional&nbsp;<code style=\"font-family: courier, monospace; color: rgb(170, 0, 0);\">access_token<\/code>&nbsp;parameter allows you to use a valid OAuth2 token obtained with the&nbsp;<code style=\"font-family: courier, monospace; color: rgb(170, 0, 0);\">get_token<\/code>&nbsp;command.&nbsp; If you provide the&nbsp;<code style=\"font-family: courier, monospace; color: rgb(170, 0, 0);\">access_token<\/code>&nbsp;parameter, then the&nbsp;<code style=\"font-family: courier, monospace; color: rgb(170, 0, 0);\">user_id<\/code>&nbsp;and&nbsp;<code style=\"font-family: courier, monospace; color: rgb(170, 0, 0);\">password<\/code>&nbsp;parameters should not be provided.&nbsp; This prevents the password being sent in clear text over your network connection.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This API call provides an indication of the status of ExtraView. SYNTAX http:\/\/www.myserver.com\/evj\/ExtraView\/ev_api.action? user_id=username &amp;password=password&nbsp;OR&nbsp;[&amp;access_token=token-value] &amp;statevar=get_heartbeat [&amp;tasks=yes] NOTES The return from the server is XML, similar to the following: &lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243; ?&gt; &nbsp; &lt;EV_HEARTBEAT&gt; &nbsp;&nbsp;&nbsp; &lt;EV_STATUS&gt;EXTRAVIEW ALIVE&lt;\/EV_STATUS&gt; &nbsp;&nbsp;&nbsp; &lt;DB_STATUS&gt;DB CONNECTION CONFIRMED&lt;\/DB_STATUS&gt; &nbsp;&nbsp;&nbsp; &lt;DB_DATETIME&gt;2003\/09\/11 11:33:22&lt;\/DB_DATETIME&gt; &nbsp;&nbsp;&nbsp; &lt;FREE_MEMORY&gt;197&lt;\/FREE_MEMORY&gt; &nbsp;&nbsp;&nbsp; &lt;TOTAL_MEMORY&gt;250&lt;\/TOTAL_MEMORY&gt; &nbsp;&nbsp;&nbsp; &lt;HEARTBEAT_EXEC_TIME&gt;330&lt;\/HEARTBEAT_EXEC_TIME&gt; &nbsp;&nbsp;&nbsp; &lt;TASK_INFO TASK=task name&gt;&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":24223,"menu_order":37,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_lmt_disableupdate":"no","_lmt_disable":"","_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"footnotes":""},"class_list":["post-24247","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>get_heartbeat - Product Documentation<\/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:\/\/docs.extraview.com\/v25\/extraview-25\/application-programming-interface-1\/getheartbeat-3\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"get_heartbeat - Product Documentation\" \/>\n<meta property=\"og:description\" content=\"This API call provides an indication of the status of ExtraView. SYNTAX http:\/\/www.myserver.com\/evj\/ExtraView\/ev_api.action? user_id=username &amp;password=password&nbsp;OR&nbsp;[&amp;access_token=token-value] &amp;statevar=get_heartbeat [&amp;tasks=yes] NOTES The return from the server is XML, similar to the following: &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; ?&gt; &nbsp; &lt;EV_HEARTBEAT&gt; &nbsp;&nbsp;&nbsp; &lt;EV_STATUS&gt;EXTRAVIEW ALIVE&lt;\/EV_STATUS&gt; &nbsp;&nbsp;&nbsp; &lt;DB_STATUS&gt;DB CONNECTION CONFIRMED&lt;\/DB_STATUS&gt; &nbsp;&nbsp;&nbsp; &lt;DB_DATETIME&gt;2003\/09\/11 11:33:22&lt;\/DB_DATETIME&gt; &nbsp;&nbsp;&nbsp; &lt;FREE_MEMORY&gt;197&lt;\/FREE_MEMORY&gt; &nbsp;&nbsp;&nbsp; &lt;TOTAL_MEMORY&gt;250&lt;\/TOTAL_MEMORY&gt; &nbsp;&nbsp;&nbsp; &lt;HEARTBEAT_EXEC_TIME&gt;330&lt;\/HEARTBEAT_EXEC_TIME&gt; &nbsp;&nbsp;&nbsp; &lt;TASK_INFO TASK=task name&gt;...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/docs.extraview.com\/v25\/extraview-25\/application-programming-interface-1\/getheartbeat-3\/\" \/>\n<meta property=\"og:site_name\" content=\"Product Documentation\" \/>\n<meta property=\"article:modified_time\" content=\"2025-02-17T17:52:13+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/application-programming-interface-1\/getheartbeat-3\/\",\"url\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/application-programming-interface-1\/getheartbeat-3\/\",\"name\":\"get_heartbeat - Product Documentation\",\"isPartOf\":{\"@id\":\"https:\/\/docs.extraview.com\/v25\/#website\"},\"datePublished\":\"2024-02-15T22:53:34+00:00\",\"dateModified\":\"2025-02-17T17:52:13+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/application-programming-interface-1\/getheartbeat-3\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/docs.extraview.com\/v25\/extraview-25\/application-programming-interface-1\/getheartbeat-3\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/application-programming-interface-1\/getheartbeat-3\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/docs.extraview.com\/v25\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ExtraView 25\",\"item\":\"https:\/\/docs.extraview.com\/v25\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Application Programming Interface\",\"item\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/application-programming-interface-1\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"get_heartbeat\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/docs.extraview.com\/v25\/#website\",\"url\":\"https:\/\/docs.extraview.com\/v25\/\",\"name\":\"ExtraView Product Documentation\",\"description\":\"ExtraView Documentation\",\"publisher\":{\"@id\":\"https:\/\/docs.extraview.com\/v25\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/docs.extraview.com\/v25\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/docs.extraview.com\/v25\/#organization\",\"name\":\"ExtraView Corporation\",\"url\":\"https:\/\/docs.extraview.com\/v25\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/docs.extraview.com\/v25\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/docs-stg.extraview.com\/wp-content\/uploads\/2024\/03\/favicon.png\",\"contentUrl\":\"https:\/\/docs-stg.extraview.com\/wp-content\/uploads\/2024\/03\/favicon.png\",\"width\":512,\"height\":512,\"caption\":\"ExtraView Corporation\"},\"image\":{\"@id\":\"https:\/\/docs.extraview.com\/v25\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"get_heartbeat - Product Documentation","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:\/\/docs.extraview.com\/v25\/extraview-25\/application-programming-interface-1\/getheartbeat-3\/","og_locale":"en_US","og_type":"article","og_title":"get_heartbeat - Product Documentation","og_description":"This API call provides an indication of the status of ExtraView. SYNTAX http:\/\/www.myserver.com\/evj\/ExtraView\/ev_api.action? user_id=username &amp;password=password&nbsp;OR&nbsp;[&amp;access_token=token-value] &amp;statevar=get_heartbeat [&amp;tasks=yes] NOTES The return from the server is XML, similar to the following: &lt;?xml version=\"1.0\" encoding=\"UTF-8\" ?&gt; &nbsp; &lt;EV_HEARTBEAT&gt; &nbsp;&nbsp;&nbsp; &lt;EV_STATUS&gt;EXTRAVIEW ALIVE&lt;\/EV_STATUS&gt; &nbsp;&nbsp;&nbsp; &lt;DB_STATUS&gt;DB CONNECTION CONFIRMED&lt;\/DB_STATUS&gt; &nbsp;&nbsp;&nbsp; &lt;DB_DATETIME&gt;2003\/09\/11 11:33:22&lt;\/DB_DATETIME&gt; &nbsp;&nbsp;&nbsp; &lt;FREE_MEMORY&gt;197&lt;\/FREE_MEMORY&gt; &nbsp;&nbsp;&nbsp; &lt;TOTAL_MEMORY&gt;250&lt;\/TOTAL_MEMORY&gt; &nbsp;&nbsp;&nbsp; &lt;HEARTBEAT_EXEC_TIME&gt;330&lt;\/HEARTBEAT_EXEC_TIME&gt; &nbsp;&nbsp;&nbsp; &lt;TASK_INFO TASK=task name&gt;...","og_url":"https:\/\/docs.extraview.com\/v25\/extraview-25\/application-programming-interface-1\/getheartbeat-3\/","og_site_name":"Product Documentation","article_modified_time":"2025-02-17T17:52:13+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/docs.extraview.com\/v25\/extraview-25\/application-programming-interface-1\/getheartbeat-3\/","url":"https:\/\/docs.extraview.com\/v25\/extraview-25\/application-programming-interface-1\/getheartbeat-3\/","name":"get_heartbeat - Product Documentation","isPartOf":{"@id":"https:\/\/docs.extraview.com\/v25\/#website"},"datePublished":"2024-02-15T22:53:34+00:00","dateModified":"2025-02-17T17:52:13+00:00","breadcrumb":{"@id":"https:\/\/docs.extraview.com\/v25\/extraview-25\/application-programming-interface-1\/getheartbeat-3\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/docs.extraview.com\/v25\/extraview-25\/application-programming-interface-1\/getheartbeat-3\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/docs.extraview.com\/v25\/extraview-25\/application-programming-interface-1\/getheartbeat-3\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/docs.extraview.com\/v25\/"},{"@type":"ListItem","position":2,"name":"ExtraView 25","item":"https:\/\/docs.extraview.com\/v25\/"},{"@type":"ListItem","position":3,"name":"Application Programming Interface","item":"https:\/\/docs.extraview.com\/v25\/extraview-25\/application-programming-interface-1\/"},{"@type":"ListItem","position":4,"name":"get_heartbeat"}]},{"@type":"WebSite","@id":"https:\/\/docs.extraview.com\/v25\/#website","url":"https:\/\/docs.extraview.com\/v25\/","name":"ExtraView Product Documentation","description":"ExtraView Documentation","publisher":{"@id":"https:\/\/docs.extraview.com\/v25\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/docs.extraview.com\/v25\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/docs.extraview.com\/v25\/#organization","name":"ExtraView Corporation","url":"https:\/\/docs.extraview.com\/v25\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/docs.extraview.com\/v25\/#\/schema\/logo\/image\/","url":"https:\/\/docs-stg.extraview.com\/wp-content\/uploads\/2024\/03\/favicon.png","contentUrl":"https:\/\/docs-stg.extraview.com\/wp-content\/uploads\/2024\/03\/favicon.png","width":512,"height":512,"caption":"ExtraView Corporation"},"image":{"@id":"https:\/\/docs.extraview.com\/v25\/#\/schema\/logo\/image\/"}}]}},"taxonomy_info":[],"featured_image_src_large":false,"author_info":{"display_name":"carl.koppel","author_link":"https:\/\/docs.extraview.com\/v25\/author\/carl-koppel\/"},"comment_info":0,"_links":{"self":[{"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/pages\/24247","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/comments?post=24247"}],"version-history":[{"count":0,"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/pages\/24247\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/pages\/24223"}],"wp:attachment":[{"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/media?parent=24247"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}