{"id":11834,"date":"2020-11-18T16:18:26","date_gmt":"2020-11-18T19:18:26","guid":{"rendered":"http:\/\/kb.elipse.com.br\/en\/?p=11834"},"modified":"2020-11-18T16:18:26","modified_gmt":"2020-11-18T19:18:26","slug":"server-information-object-server","status":"publish","type":"post","link":"https:\/\/kb.elipse.com.br\/en\/server-information-object-server\/","title":{"rendered":"Server Information object (\u201c[?Server]\u201d)."},"content":{"rendered":"<p style=\"text-align: justify;\"><a href=\"https:\/\/www.elipse.com.br\/en\/produto\/elipse-e3\/\" target=\"_blank\" rel=\"noopener noreferrer\">Elipse E3<\/a> <strong>version 5.5<\/strong> comes with a new ServerNode object in E3Server, called <strong>Server Information<\/strong> <strong>\u00a0(\u201c[?Server]\u201d)<\/strong>. This object, as the name says, returns the information about the server and its children; it has no events or methods associated to it.<\/p>\n<p style=\"text-align: justify;\">This object, as well as its children, has the general properties <strong>Count<\/strong>, <strong>Name<\/strong>, and <strong>Parent<\/strong>, in addition to general method <strong>Item<\/strong>. It&#8217;s also possible to declare <em>For Each<\/em> in scripts in order to list the children object.<\/p>\n<p style=\"text-align: justify;\">Using brackets to refer to this object via scripts, for example <strong>&#8220;[?Server]&#8221;<\/strong>, is mandatory.<\/p>\n<p style=\"text-align: justify;\"><a href=\"http:\/\/kb.elipse.com.br\/wp-content\/uploads\/2020\/09\/11557\/1.png\"><img loading=\"lazy\" class=\"size-full wp-image-11567 aligncenter\" src=\"http:\/\/kb.elipse.com.br\/wp-content\/uploads\/2020\/09\/11557\/1.png\" alt=\"\" width=\"449\" height=\"391\" \/><\/a><\/p>\n<h4 style=\"text-align: justify;\"><strong>Property available for this object:\u00a0<\/strong><\/h4>\n<ul style=\"text-align: justify;\">\n<li><strong>ProductString:<\/strong> Return the name of the product and the server&#8217;s version; for example, &#8220;E3 5.5.192&#8221;. This is a read-only property.<\/li>\n<\/ul>\n<p style=\"text-align: justify;\">Next, we will analyze the children-objects of <strong>Server Information<\/strong> <strong>\u00a0(\u201c[?Server]\u201d).<\/strong><\/p>\n<h2><\/h2>\n<h2 style=\"text-align: justify;\">1. Session information<\/h2>\n<p style=\"text-align: justify;\">This chapter brings information about the properties of <strong>Session information<\/strong> object (SessionNodeBase). This object has no events or methods associated to it.<\/p>\n<p style=\"text-align: justify;\">Using brackets to refer to this object via scripts, for example<strong> &#8220;[?Server].Clients.RemoteDomains&#8221;<\/strong>, is mandatory.<\/p>\n<p style=\"text-align: justify;\">The Session information objects available are the following:<\/p>\n<ul>\n<li style=\"text-align: justify;\"><strong>RemoteDomains:<\/strong> remote domains connections.<\/li>\n<li style=\"text-align: justify;\"><strong>Studios:<\/strong> E3 Studio connections.<\/li>\n<li style=\"text-align: justify;\"><strong>Viewers:<\/strong> E3 Viewers connections.<\/li>\n<\/ul>\n<h4 style=\"text-align: justify;\"><strong>Properties available for this object:\u00a0<\/strong><\/h4>\n<ul style=\"text-align: justify;\">\n<li><strong>Address:<\/strong> returns the IPv4 address of the client machine as <strong>XXX.XXX.XXX.XXX<\/strong>, where XXX is a value between 0 (zero) and 255. This is a read-only property.<\/li>\n<li><strong>Machine:<\/strong> returns the client machine&#8217;s name. This is a read-only property.<\/li>\n<li><strong>ReadOnly:<\/strong> indicates whether the client session is in read-only mode. This is a read-only property. <em>Note:<\/em> This property is not available for <strong>Studio<\/strong> session objects, in &#8220;[?Server].Clients.Studios&#8221;.<\/li>\n<li><strong>StartTime:<\/strong> indicates the date and time when the connection with the client was established. This is a read-only property.<\/li>\n<li><strong>User:<\/strong> returns either the session&#8217;s login username, or an empty string in case of an anonymous user. This is a read-only property.<\/li>\n<li><strong>Version:<\/strong> returns the client&#8217;s version, for example &#8220;5.5.192&#8221;. This is a read-only property.<\/li>\n<\/ul>\n<h2><\/h2>\n<h2 style=\"text-align: justify;\">2. License information<\/h2>\n<p style=\"text-align: justify;\">This chapter brings information about the properties of <strong>License information<\/strong> object (LicenseNode). This object has no events or methods associated to it.<\/p>\n<p style=\"text-align: justify;\">This object, as well as its children, has the general properties <strong>Count<\/strong>, <strong>Name<\/strong>, and <strong>Parent<\/strong>, in addition to general method <strong>Item<\/strong>. It&#8217;s also possible to declare <em>For Each<\/em> in scripts in order to list the children object.<\/p>\n<p style=\"text-align: justify;\">Using brackets to refer to this object via scripts, for example<strong>&#8220;[?Server].License&#8221;<\/strong>, is mandatory.<\/p>\n<h4 style=\"text-align: justify;\"><strong>Properties available for this object<\/strong><strong>:<\/strong><\/h4>\n<ul style=\"text-align: justify;\">\n<li><strong>DbAvailable:<\/strong> indicates whether the current license allows using the database. This is a read-only property.<\/li>\n<li><strong>DeviceType:<\/strong> indicates the current license&#8217;s device type. Available values are: 0: not found, 1: HASP, 2: TimeHasp, or 3: Softkey. This is a read-only property.<\/li>\n<li><strong>ExpireDate:<\/strong> indicates either the current license&#8217;s expiry date, or 0 (zero) if the current license has no expiry date. This is a read-only property.<\/li>\n<li><strong>ID:<\/strong> returns either the unique identifier of the current license&#8217;s protection device, or an empty string if Elipse E3 is on demo mode. This is a read-only property.<\/li>\n<li><strong>IsDemo:<\/strong> indicates whether the current license is on demo mode, that is, if no valid license was found. This is a read-only property.<\/li>\n<li><strong>MaxRuntime:<\/strong> indicates how long the domain can be executed, in minutes. This is a read-only property.<\/li>\n<li><strong>OpcClientAvailable:<\/strong> indicates whether the current license allows using an OPC DA client. This is a read-only property.<\/li>\n<li><strong>ReportsAvailable:<\/strong> indicates whether the current license allows using Reports. This is a read-only property.<\/li>\n<li><strong>UaClientAvailable:<\/strong> indicates whether the current license allows using an OPC UA client. This is a read-only property.<\/li>\n<li><strong>VersionRange:<\/strong> indicates the version range allowed by the current license, for example &#8220;4.7-5.0&#8221;; that is, in this case the current license can be used from license 4.7 to 5.0. This is a read-only property.<\/li>\n<\/ul>\n<h3 style=\"text-align: justify;\">2.1. Information on license types<\/h3>\n<p style=\"text-align: justify;\">This sub-chapter brings information about the properties of <strong>Information on license types<\/strong> object (LicenseCounterNode). This object has no events or methods associated to it.<\/p>\n<p style=\"text-align: justify;\">Using brackets to refer to this object via scripts, for example<strong> &#8220;[?Server].License.IoDrivers&#8221;<\/strong>, is mandatory.<\/p>\n<p style=\"text-align: justify;\">The currently available <strong>Information on license types<\/strong> objects are the following:<\/p>\n<ul>\n<li style=\"text-align: justify;\"><strong>ViewersControl:<\/strong> E3 Viewer licenses<\/li>\n<li style=\"text-align: justify;\"><strong>ViewersOnly:<\/strong> E3 Viewer Only licenses<\/li>\n<li style=\"text-align: justify;\"><strong>Studios:<\/strong> E3 Studio licenses<\/li>\n<li style=\"text-align: justify;\"><strong>IoPoints:<\/strong> I\/O points licenses<\/li>\n<li style=\"text-align: justify;\"><strong>StorageTags:<\/strong> Storage tags licenses<\/li>\n<li style=\"text-align: justify;\"><strong>RemoteServers:<\/strong> remote server domain licenses<\/li>\n<li style=\"text-align: justify;\"><strong>RemoteClients:<\/strong> remote client domain licenses<\/li>\n<li style=\"text-align: justify;\"><strong>OpcServer:<\/strong> OPC server licenses<\/li>\n<li style=\"text-align: justify;\"><strong>IoDrivers:<\/strong> I\/O drivers licenses for any drivers, that is, unlimited drivers licenses<\/li>\n<li style=\"text-align: justify;\"><strong>IoDriversId:<\/strong> I\/O driver licenses, where <em>nnn<\/em> is a number value between\u00a0 1 and 65535, when there are licenses for an specific I\/O driver ID<\/li>\n<\/ul>\n<h4 style=\"text-align: justify;\"><strong>Properties available for this object<\/strong><strong>:<\/strong><\/h4>\n<ul style=\"text-align: justify;\">\n<li><strong>IsUnlimited:<\/strong> indicates whether the current license type is unlimited, that is, if <strong>Limit<\/strong> property&#8217;s value is not being used. This is a read-only property.<\/li>\n<li><strong>Limit:<\/strong> indicates either licenses limits for this license type, or -1 (minus one) if this license type is unlimited. This is a read-only property.<\/li>\n<li><strong>Used:<\/strong> indicates how many licenses have already been consumed for this license type. This is a read-only property.<\/li>\n<\/ul>\n<h2><\/h2>\n<h2 style=\"text-align: justify;\">3. Remote servers information<\/h2>\n<p style=\"text-align: justify;\">The <strong>Remote servers information<\/strong> object (RemoteDomainServerNode) has no specific events, methods, or properties associated to it. This object, as well as its children, has the general properties <strong>Count<\/strong>, <strong>Name<\/strong>, and <strong>Parent<\/strong>, in addition to general method <strong>Item<\/strong>. It&#8217;s also possible to declare <em>For Each<\/em> in scripts in order to list the children object.<\/p>\n<p style=\"text-align: justify;\">Using brackets to refer to this object via scripts, for example <strong>&#8220;[?Server].Domain.RemoteDomains.Nome_Dominio&#8221;<\/strong>, is mandatory.<\/p>\n<h3 style=\"text-align: justify;\">3.1 Remote server information<\/h3>\n<p style=\"text-align: justify;\">This sub-chapter brings information about the properties of <strong>Remote server information<\/strong> object (RemoteDomainNode). This object has no events or methods associated to it.<\/p>\n<p style=\"text-align: justify;\">Using brackets to refer to this object via scripts, for example<strong> &#8220;[?Server].Domain.RemoteDomains.Nome_Dominio&#8221;<\/strong>, is mandatory.<\/p>\n<h4 style=\"text-align: justify;\"><strong>Properties available for this object<\/strong><strong>:<\/strong><\/h4>\n<ul style=\"text-align: justify;\">\n<li><strong>ActiveServer:<\/strong> indicates either the name of the remote server actively connected, or an empty string if the remote server is not connected.<\/li>\n<li><strong>BackupAddress:<\/strong> indicates either the address of the secondary remote server for this remote domain, or an empty string if the secondary server is disabled.<\/li>\n<li><strong>Connected:<\/strong> indicates whether there is presently any connection to a remote server, main or secondary.<\/li>\n<li><strong>DomainFile:<\/strong> indicates the name of the domain file set up for this remote domain.<\/li>\n<li><strong>LastError:<\/strong> returns either a diagnosis message about why the main server&#8217;s connection has failed, or an empty string if no connection is active.<\/li>\n<li><strong>LastErrorBackup:<\/strong> returns either a diagnosis message about why the secondary server&#8217;s connection has failed, or an empty string if the connection is active.<\/li>\n<li><strong>ServerAddress:<\/strong> indicates the address of the main remote server for this remote domain, or an empty string if the main server is disabled.<\/li>\n<\/ul>\n<h2><\/h2>\n<h2 style=\"text-align: justify;\">4. Domain information<\/h2>\n<p style=\"text-align: justify;\">This chapter brings information about the properties of <strong>Domain information<\/strong> object (DomainNode). This object has no events or methods associated to it.<\/p>\n<p style=\"text-align: justify;\">This object, as well as its children, has the general properties <strong>Count<\/strong>, <strong>Name<\/strong>, and <strong>Parent<\/strong>, in addition to general method <strong>Item<\/strong>. It&#8217;s also possible to declare <em>For Each<\/em> in scripts in order to list the children object.<\/p>\n<p style=\"text-align: justify;\">Using brackets to refer to this object via scripts, for example <strong>&#8220;[?Server].Domain&#8221;<\/strong>, is mandatory.<\/p>\n<h4 style=\"text-align: justify;\"><strong>Properties available for this object<\/strong><strong>:<\/strong><\/h4>\n<ul style=\"text-align: justify;\">\n<li><strong>Domain:<\/strong> domain&#8217;s user-friendly name, set up under Domain Name->General group->Properties tab on the domain settings window. This is a read-only property.<\/li>\n<li><strong>FullPath:<\/strong> domain file&#8217;s full path. This is a read-only property.<\/li>\n<li><strong>HotStandby:<\/strong> returns True if Hot-Standby mode is enabled in the domain. This is a read-only property.<\/li>\n<li><strong>State:<\/strong> indicate the domain&#8217;s state. Available values are:\u00a0 -1: Closed or No Domain, 0: Stopped but loaded, 1: Hot-Standby mode, or 2: Running. This is a read-only property.<\/li>\n<\/ul>\n<h3 style=\"text-align: justify;\">4.1. Domain servers information<\/h3>\n<p style=\"text-align: justify;\">This sub-chapter brings information about the properties of <strong>Domain servers information<\/strong> object (DomainServerNode). This object has no events or methods associated to it.<\/p>\n<p style=\"text-align: justify;\">Using brackets to refer to this object via scripts, for example<strong> &#8220;[?Server].Domain.Servers.LocalServer&#8221;<\/strong>, is mandatory.<\/p>\n<p style=\"text-align: justify;\">The <strong>Domain server information<\/strong> objects currently available are <strong>LocalServer<\/strong> (local server) and <strong>RemoteServer<\/strong> (remote server).<\/p>\n<h4 style=\"text-align: justify;\"><strong>Properties available for this object<\/strong><strong>:<\/strong><\/h4>\n<ul>\n<li style=\"text-align: justify;\"><strong>Connection<\/strong>: indicates a diagnosis message about the current state of the connection between local and remote servers. Corresponds to the text of <strong>Connection<\/strong> column at <strong>Connected servers<\/strong> list, on E3 Admin&#8217;s <strong>Connected servers<\/strong> window. This is a read-only property, and it&#8217;s only available for <strong>RemoteServer<\/strong> object.<\/li>\n<li><strong>Disabled:<\/strong> returns True if the server is set up as disabled or in maintenance. This is a read-only property.<\/li>\n<li><strong>DomainState:<\/strong> indicates the domain state in the remote server. Available values are:\u00a0 -1: Closed or No Domain, 0: Stopped but loaded, 1: Hot-Standby mode, or 2: Running. Usually, this property&#8217;s value is the same as <strong>State<\/strong> property in <strong>Domain information<\/strong> object when the other server has the same domain loaded. This is a read-only property, and it&#8217;s only available for <strong>RemoteServer<\/strong> object.<\/li>\n<li><strong>FailuresWeight:<\/strong> indicates either the total weight of active failures in the server, or 0 (zero) when the server is on Hot-Standby and presents failures. This is a read-only property.<\/li>\n<li><strong>IsCandidate:<\/strong> indicates whether this server is ready to take on the domain&#8217;s execution. This is a read-only property.<\/li>\n<li><strong>IsIoActive:<\/strong> indicates whether there are I\/O servers executing in this server. This is a read-only property.<\/li>\n<li><strong>IsPrioritySet:<\/strong> indicates whether this server has required execution priority (that is, whether this server has required priority for being the active server). This is a read-only property.<\/li>\n<li><strong>NetworkAddress:<\/strong> indicates the server name on the network. This name corresponds to the host&#8217;s name, not the IPV4 address. This is a read-only property.<\/li>\n<li><strong>Online:<\/strong> returns True if the connection to the server is working. This is a read-only property, and it&#8217;s only available for <strong>RemoteServer<\/strong> object.<\/li>\n<li><strong>Ping:<\/strong> indicates whether the ping command from the local server to the remote server is working, that is, if there is an answer. This is a read-only property, and it&#8217;s only available for <strong>RemoteServer<\/strong> object.<\/li>\n<li><strong>ServerName:<\/strong> indicates the server name or alias, according to the domain settings. This is a read-only property.<\/li>\n<li><strong>State:<\/strong> returns the server or domain execution state. Available values are:\u00a0 -1: Closed or No Domain, 0: Stopped but loaded, 1: Hot-Standby mode, or 2: Running. This is a read-only property.<\/li>\n<\/ul>\n<p>Attached to this article is a demo application developed with Elipse E3 v5.5.192 that illustrates in greater detail how to use some of the objects described in this article.<\/p>\n<h3>Attachment:<\/h3>\n<p><a href=\"http:\/\/kb.elipse.com.br\/wp-content\/uploads\/2020\/09\/11557\/11557.zip\">11557.zip<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Elipse E3 version 5.5 comes with a new ServerNode object in E3Server, called Server Information \u00a0(\u201c[?Server]\u201d). This object, as the name says, returns the information about the server and its&hellip;<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0},"categories":[585],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Elipse E3: new Server Information object (\u201c[?Server]\u201d).<\/title>\n<meta name=\"description\" content=\"This article presents Elipse E3&#039;s new object, called Server Information (\u201c[?Server]\u201d), which returns the information about the server and its children.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/kb.elipse.com.br\/en\/server-information-object-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Elipse E3: new Server Information object (\u201c[?Server]\u201d).\" \/>\n<meta property=\"og:description\" content=\"This article presents Elipse E3&#039;s new object, called Server Information (\u201c[?Server]\u201d), which returns the information about the server and its children.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kb.elipse.com.br\/en\/server-information-object-server\/\" \/>\n<meta property=\"og:site_name\" content=\"Elipse Knowledgebase\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/www.facebook.com\/elipsesoftware\" \/>\n<meta property=\"article:published_time\" content=\"2020-11-18T19:18:26+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/kb.elipse.com.br\/wp-content\/uploads\/2020\/09\/11557\/1.png\" \/>\n<meta name=\"author\" content=\"D\u00e9lio Damin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"D\u00e9lio Damin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/server-information-object-server\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/server-information-object-server\/\"},\"author\":{\"name\":\"D\u00e9lio Damin\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/be597eff34b5f24af940a55332870778\"},\"headline\":\"Server Information object (\u201c[?Server]\u201d).\",\"datePublished\":\"2020-11-18T19:18:26+00:00\",\"dateModified\":\"2020-11-18T19:18:26+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/server-information-object-server\/\"},\"wordCount\":1664,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#organization\"},\"articleSection\":[\"Domain \/ E3Server \/ HotStandBy\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/kb.elipse.com.br\/en\/server-information-object-server\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/server-information-object-server\/\",\"url\":\"https:\/\/kb.elipse.com.br\/en\/server-information-object-server\/\",\"name\":\"Elipse E3: new Server Information object (\u201c[?Server]\u201d).\",\"isPartOf\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#website\"},\"datePublished\":\"2020-11-18T19:18:26+00:00\",\"dateModified\":\"2020-11-18T19:18:26+00:00\",\"description\":\"This article presents Elipse E3's new object, called Server Information (\u201c[?Server]\u201d), which returns the information about the server and its children.\",\"breadcrumb\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/server-information-object-server\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/kb.elipse.com.br\/en\/server-information-object-server\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/server-information-object-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\/\/kb.elipse.com.br\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Server Information object (\u201c[?Server]\u201d).\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/kb.elipse.com.br\/#website\",\"url\":\"https:\/\/kb.elipse.com.br\/\",\"name\":\"Elipse Knowledgebase\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/kb.elipse.com.br\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/kb.elipse.com.br\/#organization\",\"name\":\"Elipse Software\",\"url\":\"https:\/\/kb.elipse.com.br\/\",\"sameAs\":[\"http:\/\/www.facebook.com\/elipsesoftware\"],\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png\",\"contentUrl\":\"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png\",\"width\":161,\"height\":58,\"caption\":\"Elipse Software\"},\"image\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/be597eff34b5f24af940a55332870778\",\"name\":\"D\u00e9lio Damin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/fdf251d36430f8dd22144c3f1bc53376?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/fdf251d36430f8dd22144c3f1bc53376?s=96&d=mm&r=g\",\"caption\":\"D\u00e9lio Damin\"},\"url\":\"https:\/\/kb.elipse.com.br\/en\/author\/delio\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Elipse E3: new Server Information object (\u201c[?Server]\u201d).","description":"This article presents Elipse E3's new object, called Server Information (\u201c[?Server]\u201d), which returns the information about the server and its children.","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:\/\/kb.elipse.com.br\/en\/server-information-object-server\/","og_locale":"en_US","og_type":"article","og_title":"Elipse E3: new Server Information object (\u201c[?Server]\u201d).","og_description":"This article presents Elipse E3's new object, called Server Information (\u201c[?Server]\u201d), which returns the information about the server and its children.","og_url":"https:\/\/kb.elipse.com.br\/en\/server-information-object-server\/","og_site_name":"Elipse Knowledgebase","article_publisher":"http:\/\/www.facebook.com\/elipsesoftware","article_published_time":"2020-11-18T19:18:26+00:00","og_image":[{"url":"http:\/\/kb.elipse.com.br\/wp-content\/uploads\/2020\/09\/11557\/1.png"}],"author":"D\u00e9lio Damin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"D\u00e9lio Damin","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/kb.elipse.com.br\/en\/server-information-object-server\/#article","isPartOf":{"@id":"https:\/\/kb.elipse.com.br\/en\/server-information-object-server\/"},"author":{"name":"D\u00e9lio Damin","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/be597eff34b5f24af940a55332870778"},"headline":"Server Information object (\u201c[?Server]\u201d).","datePublished":"2020-11-18T19:18:26+00:00","dateModified":"2020-11-18T19:18:26+00:00","mainEntityOfPage":{"@id":"https:\/\/kb.elipse.com.br\/en\/server-information-object-server\/"},"wordCount":1664,"commentCount":0,"publisher":{"@id":"https:\/\/kb.elipse.com.br\/#organization"},"articleSection":["Domain \/ E3Server \/ HotStandBy"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/kb.elipse.com.br\/en\/server-information-object-server\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/kb.elipse.com.br\/en\/server-information-object-server\/","url":"https:\/\/kb.elipse.com.br\/en\/server-information-object-server\/","name":"Elipse E3: new Server Information object (\u201c[?Server]\u201d).","isPartOf":{"@id":"https:\/\/kb.elipse.com.br\/#website"},"datePublished":"2020-11-18T19:18:26+00:00","dateModified":"2020-11-18T19:18:26+00:00","description":"This article presents Elipse E3's new object, called Server Information (\u201c[?Server]\u201d), which returns the information about the server and its children.","breadcrumb":{"@id":"https:\/\/kb.elipse.com.br\/en\/server-information-object-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kb.elipse.com.br\/en\/server-information-object-server\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/kb.elipse.com.br\/en\/server-information-object-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/kb.elipse.com.br\/en\/"},{"@type":"ListItem","position":2,"name":"Server Information object (\u201c[?Server]\u201d)."}]},{"@type":"WebSite","@id":"https:\/\/kb.elipse.com.br\/#website","url":"https:\/\/kb.elipse.com.br\/","name":"Elipse Knowledgebase","description":"","publisher":{"@id":"https:\/\/kb.elipse.com.br\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/kb.elipse.com.br\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/kb.elipse.com.br\/#organization","name":"Elipse Software","url":"https:\/\/kb.elipse.com.br\/","sameAs":["http:\/\/www.facebook.com\/elipsesoftware"],"logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/","url":"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png","contentUrl":"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png","width":161,"height":58,"caption":"Elipse Software"},"image":{"@id":"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/be597eff34b5f24af940a55332870778","name":"D\u00e9lio Damin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/fdf251d36430f8dd22144c3f1bc53376?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/fdf251d36430f8dd22144c3f1bc53376?s=96&d=mm&r=g","caption":"D\u00e9lio Damin"},"url":"https:\/\/kb.elipse.com.br\/en\/author\/delio\/"}]}},"_links":{"self":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/11834"}],"collection":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/comments?post=11834"}],"version-history":[{"count":15,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/11834\/revisions"}],"predecessor-version":[{"id":11850,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/11834\/revisions\/11850"}],"wp:attachment":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/media?parent=11834"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/categories?post=11834"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/tags?post=11834"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}