{"id":13971,"date":"2016-10-18T12:25:23","date_gmt":"2016-10-18T19:25:23","guid":{"rendered":"http:\/\/cloudian.wpengine.com\/?page_id=8852"},"modified":"2016-10-18T12:25:23","modified_gmt":"2016-10-18T19:25:23","slug":"schedule-a-demo-2","status":"publish","type":"page","link":"https:\/\/cloudian.com\/de\/schedule-a-demo-2\/","title":{"rendered":"Schedule a Demo"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column width=&#8221;1\/2&#8243;][vc_column_text]<\/p>\n<h2>See It In Action<\/h2>\n<p>Schedule an on-site or online product demonstration. Please provide your contact information and a Cloudian\u00ae technical representative will reply within 24 hours.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-128647\" role=\"img\" src=\"https:\/\/cloudian.com\/wp-content\/uploads\/2022\/01\/bezel-with-laptop.svg\" alt=\"cloudian object storage\" width=\"758\" height=\"289\" \/>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/2&#8243;]\n\t<iframe\n\t\tid=\"pardotform\"\n\t\tsrc=\"about:blank\"\n\t\twidth=\"70%\"\n\t\theight=\"250\"\n\t\tframeborder=\"0\"\n\t\tloading=\"lazy\"\n\t\tallowtransparency=\"true\"\n\t\treferrerpolicy=\"strict-origin-when-cross-origin\"\n\t\ttitle=\"Registration Form\"\n\t\tstyle=\"border:0; width:100%; max-width:100%;\"\n\t><\/iframe>\n\n\t<div\n\t\tid=\"fallback-pardotform\"\n\t\tclass=\"pardot-form-fallback\"\n\t\tstyle=\"display:none; padding:20px; text-align:center;\"\n\t>\n\t\t<p>\n\t\t\tForm not displaying?\t\t<\/p>\n\t\t<a\n\t\t\thref=\"https:\/\/data.cdev1.wpengine.com\/l\/677273\/2019-01-16\/3tg\"\n\t\t\ttarget=\"_blank\"\n\t\t\trel=\"noopener noreferrer nofollow\"\n\t\t\tclass=\"button\"\n\t\t\tstyle=\"display: inline-block;\"\n\t\t>\n\t\t\tOpen in a new window\t\t<\/a>\n\t<\/div>\n\n\t<script type=\"text\/javascript\">\n\t(function() {\n\n\t\tvar CFG = {\n\t\t\tiframeId  : 'pardotform',\n\t\t\tfallbackId: 'fallback-pardotform',\n\t\t\tformUrl   : 'https:\/\/data.cdev1.wpengine.com\/l\/677273\/2019-01-16\/3tg',\n\t\t\torigins   : [ 'https:\/\/data.cloudian.com', 'https:\/\/data.cloudian-inc.com' ],\n\t\t\ttimeout   : 15000\n\t\t};\n\n\t\tvar iframe   = document.getElementById( CFG.iframeId );\n\t\tvar fallback = document.getElementById( CFG.fallbackId );\n\n\t\tif ( ! iframe ) { return; }\n\n\t\tvar iframeLoaded = false;\n\t\tvar formRendered = false;\n\n\t\t\/\/ \u2500\u2500 Build final URL (append current page query params) \u2500\u2500\n\n\t\tvar params   = window.location.search || '';\n\t\tvar finalUrl = CFG.formUrl;\n\n\t\tif ( params ) {\n\t\t\tfinalUrl += ( finalUrl.indexOf('?') !== -1 ? '&' : '' ) + params.substring(1);\n\t\t}\n\n\t\t\/\/ \u2500\u2500 Show fallback + hit AJAX endpoint \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n\n\t\tfunction showFallback( reason ) {\n\n\t\t\tif ( iframe.dataset.fallbackShown ) { return; }\n\t\t\tiframe.dataset.fallbackShown = '1';\n\n\t\t\tconsole.warn( '[Pardot] Showing fallback. Reason:', reason );\n\n\t\t\tiframe.style.display = 'none';\n\n\t\t\tif ( fallback ) {\n\t\t\t\tfallback.style.display = 'block';\n\t\t\t}\n\n\t\t\tlogFallback( reason );\n\t\t}\n\n\t\tfunction logFallback( reason ) {\n\n\t\t\tif ( typeof ipfData === 'undefined' ) { return; }\n\n\t\t\tvar body = new FormData();\n\t\t\tbody.append( 'action',   'ipf_log_fallback' );\n\t\t\tbody.append( 'nonce',    ipfData.nonce );\n\t\t\tbody.append( 'reason',   reason || 'unknown' );\n\t\t\tbody.append( 'page_url', window.location.href );\n\t\t\tbody.append( 'referrer', document.referrer || '' );\n\n\t\t\tfetch( ipfData.ajaxUrl, {\n\t\t\t\tmethod     : 'POST',\n\t\t\t\tbody       : body,\n\t\t\t\tcredentials: 'same-origin'\n\t\t\t} )\n\t\t\t.then( function( r ) { return r.json(); } )\n\t\t\t.then( function( data ) {\n\t\t\t\tif ( data && data.success ) {\n\t\t\t\t\tconsole.info( '[Pardot] Fallback hit logged.' );\n\t\t\t\t}\n\t\t\t} )\n\t\t\t.catch( function( err ) {\n\t\t\t\tconsole.warn( '[Pardot] Could not log fallback hit:', err );\n\t\t\t} );\n\t\t}\n\n\t\t\/\/ \u2500\u2500 Listen for postMessage from Pardot iframe \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n\n\t\twindow.addEventListener( 'message', function( event ) {\n\n\t\t\tif ( CFG.origins.indexOf( event.origin ) === -1 ) { return; }\n\n\t\t\tif (\n\t\t\t\tevent.data &&\n\t\t\t\tevent.data.type   === 'pardotFormLoaded' &&\n\t\t\t\tevent.data.status === 'success'\n\t\t\t) {\n\t\t\t\tformRendered = true;\n\t\t\t\tconsole.info( '[Pardot] Form rendered successfully.' );\n\n\t\t\t\tif ( fallback ) {\n\t\t\t\t\tfallback.style.display = 'none';\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\n\t\t\/\/ \u2500\u2500 Detect transport load \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n\n\t\tiframe.addEventListener( 'load', function() {\n\t\t\tiframeLoaded = true;\n\t\t\tconsole.info( '[Pardot] Iframe transport loaded.' );\n\t\t} );\n\n\t\t\/\/ \u2500\u2500 Set source \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n\n\t\tiframe.setAttribute( 'src', finalUrl );\n\n\t\t\/\/ \u2500\u2500 Global timeout \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n\n\t\tsetTimeout( function() {\n\n\t\t\tif ( ! iframeLoaded ) {\n\t\t\t\tshowFallback( 'iframe_failed' );\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( ! formRendered ) {\n\t\t\t\tshowFallback( 'render_timeout' );\n\t\t\t}\n\n\t\t}, CFG.timeout );\n\n\t})();\n\t<\/script>\n\n\t[\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1643510592675{padding-top: 35px !important;padding-bottom: 35px !important;background-color: #f2f5f8 !important;}&#8221;][vc_column][vc_column_text]<\/p>\n<h3 style=\"text-align: center;\">Deployment Options<\/h3>\n<p>[\/vc_column_text][vc_row_inner][vc_column_inner width=&#8221;1\/4&#8243;][vc_column_text]<\/p>\n<p style=\"text-align: center;\"><strong><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-128667\" role=\"img\" src=\"https:\/\/cloudian.com\/wp-content\/uploads\/2022\/01\/on-premises-h.svg\" alt=\"\" width=\"390\" height=\"322\" \/><br \/>\n<\/strong>ON-PREMISES<\/p>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/4&#8243;][vc_column_text]<\/p>\n<p style=\"text-align: center;\"><strong><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-128668\" src=\"https:\/\/cloudian.com\/wp-content\/uploads\/2022\/01\/hybrid-cloud-h.png\" alt=\"\" width=\"389\" height=\"322\" \/><br \/>\n<\/strong>HYBRID CLOUD<\/p>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/4&#8243;][vc_column_text]<\/p>\n<p style=\"text-align: center;\"><strong><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-128669\" role=\"img\" src=\"https:\/\/cloudian.com\/wp-content\/uploads\/2022\/01\/multi-regional-h2.svg\" alt=\"\" width=\"389\" height=\"322\" \/><br \/>\n<\/strong>MULTI-SITE<\/p>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/4&#8243;][vc_column_text]<\/p>\n<p style=\"text-align: center;\"><strong><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-128670\" role=\"img\" src=\"https:\/\/cloudian.com\/wp-content\/uploads\/2022\/01\/multi-cloud-h2a.svg\" alt=\"\" width=\"389\" height=\"322\" \/><br \/>\n<\/strong>MULTI-CLOUD<\/p>\n<p>[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221; css=&#8221;.vc_custom_1643510633941{background-color: #478ec4 !important;}&#8221;][vc_column css=&#8221;.vc_custom_1643513097992{padding-bottom: 5px !important;}&#8221;][vc_row_inner equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221; css=&#8221;.vc_custom_1643512894523{padding-top: 0px !important;padding-bottom: 0px !important;background-color: #478ec4 !important;}&#8221;][vc_column_inner width=&#8221;5\/12&#8243; css=&#8221;.vc_custom_1643512991267{padding-top: 0px !important;padding-bottom: 0px !important;}&#8221;][vc_column_text]<a href=\"https:\/\/cloudian.com\/blog\/object-storage-reviews-on-gartner-peer-insights\/\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter\" src=\"https:\/\/cloudian.com\/wp-content\/uploads\/2018\/08\/gartner-peer-white3-2.png\" alt=\"gartner peer insights\" width=\"395\" height=\"110\" \/><\/a>[\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;7\/12&#8243; css=&#8221;.vc_custom_1643512998787{padding-top: 0px !important;padding-bottom: 0px !important;}&#8221;][vc_column_text]<\/p>\n<p style=\"font-size: 14px; color: white; line-height: 1.2;\">\u201cCloudian has the most mature object storage solution out of all the vendors we have tested. After spending close to a year testing all the major object storage vendors, Cloudian proved to have the most resilient, mature, and performant product.\u201d<br \/>\n<em>\u2013 Director, Telecommunications Company<\/em><\/p>\n<p style=\"font-size: 8px; line-height: 1.1; color: #ffffff;\">The Gartner Peer Insights Logo is a trademark and service mark of Gartner, Inc., and\/or its affiliates, and is used herein with permission. All rights reserved.<\/p>\n<p>[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1643510606291{padding-top: 35px !important;padding-bottom: 35px !important;background-color: #f2f5f8 !important;}&#8221;][vc_column][vc_column_text]<\/p>\n<h3 style=\"text-align: center;\">Enterprise Customers<\/h3>\n<p>[\/vc_column_text][vc_row_inner][vc_column_inner width=&#8221;1\/4&#8243;][vc_column_text]<img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-11650 aligncenter\" src=\"https:\/\/cloudian.com\/wp-content\/uploads\/2017\/07\/clogo-tmobile.jpg\" alt=\"\" width=\"240\" height=\"160\" \/>[\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/4&#8243;][vc_column_text]<img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-11649 aligncenter\" src=\"https:\/\/cloudian.com\/wp-content\/uploads\/2017\/07\/clogo-shutterfly.jpg\" alt=\"\" width=\"240\" height=\"160\" \/>[\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/4&#8243;][vc_column_text]<img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-13441 aligncenter\" src=\"https:\/\/cloudian.com\/wp-content\/uploads\/2018\/04\/clogo-vox.jpg\" alt=\"vox media logo\" width=\"240\" height=\"160\" \/>[\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/4&#8243;][vc_column_text]<img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-11652 aligncenter\" src=\"https:\/\/cloudian.com\/wp-content\/uploads\/2017\/07\/clogo-veritas.jpg\" alt=\"\" width=\"240\" height=\"160\" \/>[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][vc_row_inner][vc_column_inner width=&#8221;1\/4&#8243;][vc_column_text]<img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-13436 aligncenter\" src=\"https:\/\/cloudian.com\/wp-content\/uploads\/2018\/04\/clogo-pirelli.jpg\" alt=\"pirelli-logo\" width=\"240\" height=\"160\" \/>[\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/4&#8243;][vc_column_text]<img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-13440 aligncenter\" src=\"https:\/\/cloudian.com\/wp-content\/uploads\/2018\/04\/clogo-jackson-lab.jpg\" alt=\"the jackson laboratory logo\" width=\"240\" height=\"160\" \/>[\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/4&#8243;][vc_column_text]<img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-13437 aligncenter\" src=\"https:\/\/cloudian.com\/wp-content\/uploads\/2018\/04\/clogo-racetrac.jpg\" alt=\"racetrac logo\" width=\"240\" height=\"160\" \/>[\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/4&#8243;][vc_column_text]<img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-13446 aligncenter\" src=\"https:\/\/cloudian.com\/wp-content\/uploads\/2018\/04\/clogo-motorola.jpg\" alt=\"motorola logo\" width=\"240\" height=\"160\" \/>[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column width=&#8221;1\/2&#8243;][vc_column_text] See It In Action Schedule an on-site or online product demonstration. Please provide your contact information and a Cloudian\u00ae technical representative will reply within 24 hours. [\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/2&#8243;][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1643510592675{padding-top: 35px !important;padding-bottom: 35px !important;background-color: #f2f5f8 !important;}&#8221;][vc_column][vc_column_text] Deployment Options [\/vc_column_text][vc_row_inner][vc_column_inner width=&#8221;1\/4&#8243;][vc_column_text] ON-PREMISES [\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/4&#8243;][vc_column_text] HYBRID CLOUD [\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/4&#8243;][vc_column_text] MULTI-SITE [\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/4&#8243;][vc_column_text] MULTI-CLOUD [\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221;<a class=\"moretag\" href=\"https:\/\/cloudian.com\/de\/schedule-a-demo-2\/\"> &#8230; Read More <\/a><\/p>\n","protected":false},"author":84,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-13971","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.6 (Yoast SEO v27.8) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Schedule a Demo - Cloudian Germany<\/title>\n<meta name=\"description\" content=\"Schedule an on-site or online demonstration of Cloudian HyperStore and\/or HyperFile products. A senior technical engineer will conduct the live demonstration and answer questions.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cloudian.com\/de\/schedule-a-demo-2\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Schedule a Demo - Cloudian Germany\" \/>\n<meta property=\"og:description\" content=\"Schedule an on-site or online demonstration of Cloudian HyperStore and\/or HyperFile products. A senior technical engineer will conduct the live demonstration and answer questions.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cloudian.com\/de\/schedule-a-demo-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Cloudian Germany\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cloudian.com\/wp-content\/uploads\/2022\/01\/bezel-with-laptop.svg\" \/>\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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cloudian.com\\\/de\\\/schedule-a-demo-2\\\/\",\"url\":\"https:\\\/\\\/cloudian.com\\\/de\\\/schedule-a-demo-2\\\/\",\"name\":\"Schedule a Demo - Cloudian Germany\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cloudian.com\\\/de\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/cloudian.com\\\/de\\\/schedule-a-demo-2\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cloudian.com\\\/de\\\/schedule-a-demo-2\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cloudian.com\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/bezel-with-laptop.svg\",\"datePublished\":\"2016-10-18T19:25:23+00:00\",\"description\":\"Schedule an on-site or online demonstration of Cloudian HyperStore and\\\/or HyperFile products. A senior technical engineer will conduct the live demonstration and answer questions.\",\"inLanguage\":\"de-DE\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cloudian.com\\\/de\\\/schedule-a-demo-2\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de-DE\",\"@id\":\"https:\\\/\\\/cloudian.com\\\/de\\\/schedule-a-demo-2\\\/#primaryimage\",\"url\":\"https:\\\/\\\/cloudian.com\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/bezel-with-laptop.svg\",\"contentUrl\":\"https:\\\/\\\/cloudian.com\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/bezel-with-laptop.svg\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cloudian.com\\\/de\\\/#website\",\"url\":\"https:\\\/\\\/cloudian.com\\\/de\\\/\",\"name\":\"Cloudian Germany\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cloudian.com\\\/de\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de-DE\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Schedule a Demo - Cloudian Germany","description":"Schedule an on-site or online demonstration of Cloudian HyperStore and\/or HyperFile products. A senior technical engineer will conduct the live demonstration and answer questions.","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:\/\/cloudian.com\/de\/schedule-a-demo-2\/","og_locale":"de_DE","og_type":"article","og_title":"Schedule a Demo - Cloudian Germany","og_description":"Schedule an on-site or online demonstration of Cloudian HyperStore and\/or HyperFile products. A senior technical engineer will conduct the live demonstration and answer questions.","og_url":"https:\/\/cloudian.com\/de\/schedule-a-demo-2\/","og_site_name":"Cloudian Germany","og_image":[{"url":"https:\/\/cloudian.com\/wp-content\/uploads\/2022\/01\/bezel-with-laptop.svg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cloudian.com\/de\/schedule-a-demo-2\/","url":"https:\/\/cloudian.com\/de\/schedule-a-demo-2\/","name":"Schedule a Demo - Cloudian Germany","isPartOf":{"@id":"https:\/\/cloudian.com\/de\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cloudian.com\/de\/schedule-a-demo-2\/#primaryimage"},"image":{"@id":"https:\/\/cloudian.com\/de\/schedule-a-demo-2\/#primaryimage"},"thumbnailUrl":"https:\/\/cloudian.com\/wp-content\/uploads\/2022\/01\/bezel-with-laptop.svg","datePublished":"2016-10-18T19:25:23+00:00","description":"Schedule an on-site or online demonstration of Cloudian HyperStore and\/or HyperFile products. A senior technical engineer will conduct the live demonstration and answer questions.","inLanguage":"de-DE","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cloudian.com\/de\/schedule-a-demo-2\/"]}]},{"@type":"ImageObject","inLanguage":"de-DE","@id":"https:\/\/cloudian.com\/de\/schedule-a-demo-2\/#primaryimage","url":"https:\/\/cloudian.com\/wp-content\/uploads\/2022\/01\/bezel-with-laptop.svg","contentUrl":"https:\/\/cloudian.com\/wp-content\/uploads\/2022\/01\/bezel-with-laptop.svg"},{"@type":"WebSite","@id":"https:\/\/cloudian.com\/de\/#website","url":"https:\/\/cloudian.com\/de\/","name":"Cloudian Germany","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cloudian.com\/de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de-DE"}]}},"parsely":{"version":"1.1.0","canonical_url":"https:\/\/cloudian.com\/de\/schedule-a-demo-2\/","smart_links":{"inbound":0,"outbound":0},"traffic_boost_suggestions_count":0,"meta":{"@context":"https:\/\/schema.org","@type":"WebPage","headline":"Schedule a Demo","url":"http:\/\/cloudian.com\/de\/schedule-a-demo-2\/","mainEntityOfPage":{"@type":"WebPage","@id":"http:\/\/cloudian.com\/de\/schedule-a-demo-2\/"},"thumbnailUrl":"","image":{"@type":"ImageObject","url":""},"articleSection":"","author":[{"@type":"Person","name":"amycounterintuity"}],"creator":["amycounterintuity"],"publisher":{"@type":"Organization","name":"Cloudian Germany","logo":""},"keywords":[],"dateCreated":"2016-10-18T19:25:23Z","datePublished":"2016-10-18T19:25:23Z","dateModified":"2016-10-18T19:25:23Z"},"rendered":"<script type=\"application\/ld+json\" class=\"wp-parsely-metadata\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"WebPage\",\"headline\":\"Schedule a Demo\",\"url\":\"http:\\\/\\\/cloudian.com\\\/de\\\/schedule-a-demo-2\\\/\",\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@id\":\"http:\\\/\\\/cloudian.com\\\/de\\\/schedule-a-demo-2\\\/\"},\"thumbnailUrl\":\"\",\"image\":{\"@type\":\"ImageObject\",\"url\":\"\"},\"articleSection\":\"\",\"author\":[{\"@type\":\"Person\",\"name\":\"amycounterintuity\"}],\"creator\":[\"amycounterintuity\"],\"publisher\":{\"@type\":\"Organization\",\"name\":\"Cloudian Germany\",\"logo\":\"\"},\"keywords\":[],\"dateCreated\":\"2016-10-18T19:25:23Z\",\"datePublished\":\"2016-10-18T19:25:23Z\",\"dateModified\":\"2016-10-18T19:25:23Z\"}<\/script>","tracker_url":"https:\/\/cdn.parsely.com\/keys\/cloudian.com\/p.js"},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/cloudian.com\/de\/wp-json\/wp\/v2\/pages\/13971","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cloudian.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cloudian.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cloudian.com\/de\/wp-json\/wp\/v2\/users\/84"}],"replies":[{"embeddable":true,"href":"https:\/\/cloudian.com\/de\/wp-json\/wp\/v2\/comments?post=13971"}],"version-history":[{"count":0,"href":"https:\/\/cloudian.com\/de\/wp-json\/wp\/v2\/pages\/13971\/revisions"}],"wp:attachment":[{"href":"https:\/\/cloudian.com\/de\/wp-json\/wp\/v2\/media?parent=13971"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}