{"id":6565,"date":"2019-09-18T06:55:50","date_gmt":"2019-09-18T06:55:50","guid":{"rendered":"https:\/\/www.devopsschool.com\/blog\/?p=6565"},"modified":"2021-11-16T10:11:16","modified_gmt":"2021-11-16T10:11:16","slug":"working-with-udeploy-client-using-udclient-and-work-with-udeploy-command-line","status":"publish","type":"post","link":"https:\/\/www.devopsschool.com\/blog\/working-with-udeploy-client-using-udclient-and-work-with-udeploy-command-line\/","title":{"rendered":"Working with uDeploy client using udclient and work with uDeploy command line"},"content":{"rendered":"\n<p><strong>Step 1 &#8211; Install and setup JAVA including JAVA_HOME <\/strong><\/p>\n\n\n<pre class=\"wp-block-code\" aria-describedby=\"shcb-language-1\" data-shcb-language-name=\"JavaScript\" data-shcb-language-slug=\"javascript\"><span><code class=\"hljs language-javascript\">$ sudo -s\n$ yum install wget -y\n$ wget -c --header <span class=\"hljs-string\">\"Cookie: oraclelicense=accept-securebackup-cookie\"<\/span> http:<span class=\"hljs-comment\">\/\/download.oracle.com\/otn-pub\/java\/jdk\/8u131-b11\/d54c1d3a095b4ff2b6607d096fa80163\/jdk-8u131-linux-x64.rpm<\/span>\n$ rpm -ivh jdk<span class=\"hljs-number\">-8<\/span>u131-linux-x64.rpm\n$ java -version\n$ <span class=\"hljs-keyword\">export<\/span> JAVA_HOME=<span class=\"hljs-regexp\">\/usr\/<\/span>java\/jdk1<span class=\"hljs-number\">.8<\/span><span class=\"hljs-number\">.0<\/span>_131<\/code><\/span><small class=\"shcb-language\" id=\"shcb-language-1\"><span class=\"shcb-language__label\">Code language:<\/span> <span class=\"shcb-language__name\">JavaScript<\/span> <span class=\"shcb-language__paren\">(<\/span><span class=\"shcb-language__slug\">javascript<\/span><span class=\"shcb-language__paren\">)<\/span><\/small><\/pre>\n\n\n<p><strong>Step 2  &#8211; Click the link to download the Deploy Client zip. This zip contains the command line executable for use with IBM UrbanCode Deploy. such as https:\/\/52.66.112.139:8443\/#tools<\/strong><\/p>\n\n\n<pre class=\"wp-block-code\" aria-describedby=\"shcb-language-2\" data-shcb-language-name=\"JavaScript\" data-shcb-language-slug=\"javascript\"><span><code class=\"hljs language-javascript\">$ cd \/opt\/\n$ mkdir cli\n$ cd cli\/\n$ wget --no-check-certificate https:<span class=\"hljs-comment\">\/\/52.66.112.139:8443\/tools\/udclient.zip<\/span>\n$ unzip udclient.zip\n$ cd udclient<\/code><\/span><small class=\"shcb-language\" id=\"shcb-language-2\"><span class=\"shcb-language__label\">Code language:<\/span> <span class=\"shcb-language__name\">JavaScript<\/span> <span class=\"shcb-language__paren\">(<\/span><span class=\"shcb-language__slug\">javascript<\/span><span class=\"shcb-language__paren\">)<\/span><\/small><\/pre>\n\n<pre class=\"wp-block-code\" aria-describedby=\"shcb-language-3\" data-shcb-language-name=\"PHP\" data-shcb-language-slug=\"php\"><span><code class=\"hljs language-php\">&#91;root@rajesh-udeploy-server udclient]<span class=\"hljs-comment\"># .\/udclient<\/span>\n<span class=\"hljs-keyword\">Global<\/span> Args:\n         -authtoken, --authtoken\n            Optional. Can be set via the environment variable DS_AUTH_TOKEN. An\n            authentication token generated by the server. Either an authtoken <span class=\"hljs-keyword\">or<\/span>\n            a username <span class=\"hljs-keyword\">and<\/span> password is required\n         -loggingConf, --loggingConf\n            Optional. Can be set via the environment variable loggingConf. A\n            properties file <span class=\"hljs-keyword\">for<\/span> custom log4j configuration. Overrides debug <span class=\"hljs-keyword\">and<\/span>\n            debugHttp flags.\n         -password, --password\n            Optional. Can be set via the environment variable DS_PASSWORD. A\n            password to authenticate with the server. Either an authtoken <span class=\"hljs-keyword\">or<\/span> a\n            username <span class=\"hljs-keyword\">and<\/span> password is required\n         -proxyHost, --proxyHost\n            Optional. Can be set via the environment variable proxyHost. The\n            hostname of a proxy (e.g., an agent relay) to <span class=\"hljs-keyword\">use<\/span> <span class=\"hljs-title\">instead<\/span> <span class=\"hljs-title\">of<\/span>\n            <span class=\"hljs-title\">directly<\/span> <span class=\"hljs-title\">connecting<\/span> <span class=\"hljs-title\">to<\/span> <span class=\"hljs-title\">the<\/span> <span class=\"hljs-title\">server<\/span>\n         -<span class=\"hljs-title\">proxyPassword<\/span>, --<span class=\"hljs-title\">proxyPassword<\/span>\n            <span class=\"hljs-title\">Optional<\/span>. <span class=\"hljs-title\">Can<\/span> <span class=\"hljs-title\">be<\/span> <span class=\"hljs-title\">set<\/span> <span class=\"hljs-title\">via<\/span> <span class=\"hljs-title\">the<\/span> <span class=\"hljs-title\">environment<\/span> <span class=\"hljs-title\">variable<\/span> <span class=\"hljs-title\">proxyPassword<\/span>. <span class=\"hljs-title\">A<\/span>\n            <span class=\"hljs-title\">password<\/span> <span class=\"hljs-title\">to<\/span> <span class=\"hljs-title\">authenticate<\/span> <span class=\"hljs-title\">with<\/span> <span class=\"hljs-title\">the<\/span> <span class=\"hljs-title\">proxy<\/span>.\n         -<span class=\"hljs-title\">proxyPort<\/span>, --<span class=\"hljs-title\">proxyPort<\/span>\n            <span class=\"hljs-title\">Optional<\/span>. <span class=\"hljs-title\">Can<\/span> <span class=\"hljs-title\">be<\/span> <span class=\"hljs-title\">set<\/span> <span class=\"hljs-title\">via<\/span> <span class=\"hljs-title\">the<\/span> <span class=\"hljs-title\">environment<\/span> <span class=\"hljs-title\">variable<\/span> <span class=\"hljs-title\">proxyPort<\/span>. <span class=\"hljs-title\">The<\/span>\n            <span class=\"hljs-title\">proxy<\/span> <span class=\"hljs-title\">port<\/span> <span class=\"hljs-title\">to<\/span> <span class=\"hljs-title\">use<\/span> <span class=\"hljs-title\">if<\/span> <span class=\"hljs-title\">a<\/span> <span class=\"hljs-title\">proxy<\/span> <span class=\"hljs-title\">hostname<\/span> <span class=\"hljs-title\">has<\/span> <span class=\"hljs-title\">been<\/span> <span class=\"hljs-title\">specified<\/span>\n         -<span class=\"hljs-title\">proxyUser<\/span>, --<span class=\"hljs-title\">proxyUser<\/span>\n            <span class=\"hljs-title\">Optional<\/span>. <span class=\"hljs-title\">Can<\/span> <span class=\"hljs-title\">be<\/span> <span class=\"hljs-title\">set<\/span> <span class=\"hljs-title\">via<\/span> <span class=\"hljs-title\">the<\/span> <span class=\"hljs-title\">environment<\/span> <span class=\"hljs-title\">variable<\/span> <span class=\"hljs-title\">proxyUser<\/span>. <span class=\"hljs-title\">A<\/span>\n            <span class=\"hljs-title\">username<\/span> <span class=\"hljs-title\">to<\/span> <span class=\"hljs-title\">authenticate<\/span> <span class=\"hljs-title\">with<\/span> <span class=\"hljs-title\">the<\/span> <span class=\"hljs-title\">proxy<\/span>.\n         -<span class=\"hljs-title\">username<\/span>, --<span class=\"hljs-title\">username<\/span>\n            <span class=\"hljs-title\">Optional<\/span>. <span class=\"hljs-title\">Can<\/span> <span class=\"hljs-title\">be<\/span> <span class=\"hljs-title\">set<\/span> <span class=\"hljs-title\">via<\/span> <span class=\"hljs-title\">the<\/span> <span class=\"hljs-title\">environment<\/span> <span class=\"hljs-title\">variable<\/span> <span class=\"hljs-title\">DS_USERNAME<\/span>. <span class=\"hljs-title\">A<\/span>\n            <span class=\"hljs-title\">username<\/span> <span class=\"hljs-title\">to<\/span> <span class=\"hljs-title\">authenticate<\/span> <span class=\"hljs-title\">with<\/span> <span class=\"hljs-title\">the<\/span> <span class=\"hljs-title\">server<\/span>. <span class=\"hljs-title\">Either<\/span> <span class=\"hljs-title\">an<\/span> <span class=\"hljs-title\">authtoken<\/span> <span class=\"hljs-title\">or<\/span> <span class=\"hljs-title\">a<\/span>\n            <span class=\"hljs-title\">username<\/span> <span class=\"hljs-title\">and<\/span> <span class=\"hljs-title\">password<\/span> <span class=\"hljs-title\">is<\/span> <span class=\"hljs-title\">required<\/span>\n         -<span class=\"hljs-title\">verifyServerIdentity<\/span>, --<span class=\"hljs-title\">verifyServerIdentity<\/span>\n            <span class=\"hljs-title\">Optional<\/span>. <span class=\"hljs-title\">Can<\/span> <span class=\"hljs-title\">be<\/span> <span class=\"hljs-title\">set<\/span> <span class=\"hljs-title\">via<\/span> <span class=\"hljs-title\">the<\/span> <span class=\"hljs-title\">environment<\/span> <span class=\"hljs-title\">variable<\/span>\n            <span class=\"hljs-title\">UC_TLS_VERIFY_CERTS<\/span>. <span class=\"hljs-title\">This<\/span> <span class=\"hljs-title\">option<\/span> <span class=\"hljs-title\">will<\/span> <span class=\"hljs-title\">only<\/span> <span class=\"hljs-title\">allow<\/span> <span class=\"hljs-title\">the<\/span> <span class=\"hljs-title\">command<\/span> <span class=\"hljs-title\">to<\/span>\n            <span class=\"hljs-title\">complete<\/span> <span class=\"hljs-title\">if<\/span> <span class=\"hljs-title\">the<\/span> <span class=\"hljs-title\">server<\/span>'<span class=\"hljs-title\">s<\/span> <span class=\"hljs-title\">certificate<\/span> <span class=\"hljs-title\">is<\/span> <span class=\"hljs-title\">trusted<\/span>. (<span class=\"hljs-title\">Default<\/span> <span class=\"hljs-title\">Value<\/span>:\n            <span class=\"hljs-title\">false<\/span>)\n         -<span class=\"hljs-title\">weburl<\/span>, --<span class=\"hljs-title\">weburl<\/span>\n            <span class=\"hljs-title\">Required<\/span>. <span class=\"hljs-title\">Can<\/span> <span class=\"hljs-title\">be<\/span> <span class=\"hljs-title\">set<\/span> <span class=\"hljs-title\">via<\/span> <span class=\"hljs-title\">the<\/span> <span class=\"hljs-title\">environment<\/span> <span class=\"hljs-title\">variable<\/span> <span class=\"hljs-title\">DS_WEB_URL<\/span>. <span class=\"hljs-title\">The<\/span>\n            <span class=\"hljs-title\">base<\/span> <span class=\"hljs-title\">URL<\/span> <span class=\"hljs-title\">of<\/span> <span class=\"hljs-title\">the<\/span> <span class=\"hljs-title\">IBM<\/span> <span class=\"hljs-title\">UrbanCode<\/span> <span class=\"hljs-title\">Deploy<\/span> <span class=\"hljs-title\">server<\/span>. <span class=\"hljs-title\">Eg<\/span>.\n            <span class=\"hljs-title\">http<\/span>:\/\/<span class=\"hljs-title\">ibm<\/span>-<span class=\"hljs-title\">ucd<\/span>.<span class=\"hljs-title\">domain<\/span>.<span class=\"hljs-title\">com<\/span>:8080\n\n<span class=\"hljs-title\">Global<\/span> <span class=\"hljs-title\">Flags<\/span>:\n         -<span class=\"hljs-title\">t<\/span>, --<span class=\"hljs-title\">getTemplate<\/span>\n            <span class=\"hljs-title\">Show<\/span> <span class=\"hljs-title\">the<\/span> <span class=\"hljs-title\">JSON<\/span> <span class=\"hljs-title\">template<\/span> <span class=\"hljs-title\">for<\/span> <span class=\"hljs-title\">the<\/span> <span class=\"hljs-title\">command<\/span> <span class=\"hljs-title\">instead<\/span> <span class=\"hljs-title\">of<\/span> <span class=\"hljs-title\">running<\/span> <span class=\"hljs-title\">the<\/span>\n            <span class=\"hljs-title\">command<\/span>. <span class=\"hljs-title\">If<\/span> <span class=\"hljs-title\">a<\/span> <span class=\"hljs-title\">file<\/span> <span class=\"hljs-title\">argument<\/span> <span class=\"hljs-title\">is<\/span> <span class=\"hljs-title\">provided<\/span>, <span class=\"hljs-title\">the<\/span> <span class=\"hljs-title\">template<\/span> <span class=\"hljs-title\">will<\/span> <span class=\"hljs-title\">be<\/span> <span class=\"hljs-title\">output<\/span>\n            <span class=\"hljs-title\">to<\/span> <span class=\"hljs-title\">that<\/span> <span class=\"hljs-title\">file<\/span>.\n         -<span class=\"hljs-title\">h<\/span>, --<span class=\"hljs-title\">help<\/span>\n            <span class=\"hljs-title\">Print<\/span> <span class=\"hljs-title\">the<\/span> <span class=\"hljs-title\">full<\/span> <span class=\"hljs-title\">description<\/span> <span class=\"hljs-title\">and<\/span> <span class=\"hljs-title\">help<\/span> <span class=\"hljs-title\">of<\/span> <span class=\"hljs-title\">the<\/span> <span class=\"hljs-title\">given<\/span> <span class=\"hljs-title\">command<\/span> <span class=\"hljs-title\">instead<\/span> <span class=\"hljs-title\">of<\/span>\n            <span class=\"hljs-title\">running<\/span> <span class=\"hljs-title\">the<\/span> <span class=\"hljs-title\">command<\/span>.\n         -<span class=\"hljs-title\">v<\/span>, --<span class=\"hljs-title\">verbose<\/span>\n            <span class=\"hljs-title\">Print<\/span> <span class=\"hljs-title\">extra<\/span> <span class=\"hljs-title\">information<\/span> <span class=\"hljs-title\">during<\/span> <span class=\"hljs-title\">execution<\/span>.\n         --<span class=\"hljs-title\">debug<\/span>\n            <span class=\"hljs-title\">Print<\/span> <span class=\"hljs-title\">debugging<\/span> <span class=\"hljs-title\">information<\/span> <span class=\"hljs-title\">during<\/span> <span class=\"hljs-title\">execution<\/span>. <span class=\"hljs-title\">Implies<\/span> <span class=\"hljs-title\">verbose<\/span>.\n         --<span class=\"hljs-title\">debugHttp<\/span>\n            <span class=\"hljs-title\">Print<\/span> <span class=\"hljs-title\">detailed<\/span> <span class=\"hljs-title\">HTTP<\/span> <span class=\"hljs-title\">debugging<\/span> <span class=\"hljs-title\">information<\/span> <span class=\"hljs-title\">during<\/span> <span class=\"hljs-title\">execution<\/span>.\n<span class=\"hljs-title\">Commands<\/span>:\n         <span class=\"hljs-title\">Provide<\/span> <span class=\"hljs-title\">a<\/span> <span class=\"hljs-title\">web<\/span> <span class=\"hljs-title\">URL<\/span>, <span class=\"hljs-title\">username<\/span>, <span class=\"hljs-title\">and<\/span> <span class=\"hljs-title\">password<\/span> <span class=\"hljs-title\">to<\/span> <span class=\"hljs-title\">show<\/span> <span class=\"hljs-title\">all<\/span> <span class=\"hljs-title\">available<\/span> <span class=\"hljs-title\">commands<\/span>.<\/code><\/span><small class=\"shcb-language\" id=\"shcb-language-3\"><span class=\"shcb-language__label\">Code language:<\/span> <span class=\"shcb-language__name\">PHP<\/span> <span class=\"shcb-language__paren\">(<\/span><span class=\"shcb-language__slug\">php<\/span><span class=\"shcb-language__paren\">)<\/span><\/small><\/pre>\n\n\n<p><strong>Example Programs<\/strong><\/p>\n\n\n<pre class=\"wp-block-code\" aria-describedby=\"shcb-language-4\" data-shcb-language-name=\"JavaScript\" data-shcb-language-slug=\"javascript\"><span><code class=\"hljs language-javascript\">\n$ .\/udclient -weburl https:<span class=\"hljs-comment\">\/\/52.66.112.139:8443 -authtoken 815123a9-a76a-45a1-9c26-6a9411dd3ef5<\/span>\n$ .\/udclient -weburl https:<span class=\"hljs-comment\">\/\/52.66.112.139:8443 -authtoken 815123a9-a76a-45a1-9c26-6a9411dd3ef5 createGroup -group group1 -authorizationRealm \"Internal Security\"<\/span>\n$ .\/udclient -weburl https:<span class=\"hljs-comment\">\/\/52.66.112.139:8443 -authtoken 815123a9-a76a-45a1-9c26-6a9411dd3ef5 createUser newUser.json<\/span>\n\nvi newUser.json\n--------------------------\n{\n  <span class=\"hljs-string\">\"name\"<\/span>: <span class=\"hljs-string\">\"rajesh\"<\/span>,\n  <span class=\"hljs-string\">\"password\"<\/span>: <span class=\"hljs-string\">\"password\"<\/span>,\n  <span class=\"hljs-string\">\"actualName\"<\/span>: <span class=\"hljs-string\">\"Jane Smith\"<\/span>,\n  <span class=\"hljs-string\">\"email\"<\/span>: <span class=\"hljs-string\">\"devops@rajeshkumar.xyz\"<\/span>,\n  <span class=\"hljs-string\">\"authenticationRealm\"<\/span>: <span class=\"hljs-string\">\"Internal Security\"<\/span>\n}\n\n<\/code><\/span><small class=\"shcb-language\" id=\"shcb-language-4\"><span class=\"shcb-language__label\">Code language:<\/span> <span class=\"shcb-language__name\">JavaScript<\/span> <span class=\"shcb-language__paren\">(<\/span><span class=\"shcb-language__slug\">javascript<\/span><span class=\"shcb-language__paren\">)<\/span><\/small><\/pre>\n\n\n<p><strong>Reference<\/strong><br>https:\/\/www.ibm.com\/support\/knowledgecenter\/SS4GSP_6.2.4\/com.ibm.udeploy.reference.doc\/topics\/cli_commands.html<\/p>\n\n\n\n<p>Commands:<\/p>\n\n\n<pre class=\"wp-block-code\"><span><code class=\"hljs\">  addAgentPoolToTeam\n  addAgentToPool\n  addAgentToTeam\n  addApplicationToTeam\n  addComponentTemplateToTeam\n  addComponentToApplication\n  addComponentToTeam\n  addEnvironmentBaseResource\n  addEnvironmentProperty\n  addEnvironmentToTeam\n  addGroupToTeam\n  addProcessToTeam\n  addResourceToTeam\n  addStatusToSnapshot\n  addTagToAgent\n  addTagToApplication\n  addTagToComponent\n  addTagToResource\n  addUserToGroup\n  addUserToTeam\n  addVersionFiles\n  addVersionLink\n  addVersionStatus\n  addVersionToSnapshot\n  archiveVersion\n  cancelWorkflow\n  closeTask\n  copyResource\n  copyVersion\n  createAgentPool\n  createApplication\n  createApplicationFromTemplate\n  createApplicationProcess\n  createAuthToken\n  createBlueprintDesignerIntegration\n  createComponent\n  createComponentProcess\n  createComponentTemplate\n  createEnvironment\n  createEnvironmentFromTemplate\n  createGenericProcess\n  createGroup\n  createManyVersions\n  createResource\n  createResourceTemplate\n  createSnapshot\n  createSnapshotOfEnvironment\n  createStatus\n  createTeam\n  createUser\n  createVersion\n  createZOSVersion\n  deleteAgent\n  deleteAgentPool\n  deleteAgentProperty\n  deleteAllDesiredInventoryVersions\n  deleteBlueprintDesignerIntegration\n  deleteComponentVersionPropDef\n  deleteEnvironment\n  deleteGroup\n  deleteRedundantDesiredInventoryVersions\n  deleteResource\n  deleteResourceProperty\n  deleteSnapshot\n  deleteStatus\n  deleteTeam\n  deleteUser\n  deleteVersion\n  downloadVersionArtifacts\n  exportDetailedGroup\n  exportGroup\n  forceRenameAgent\n  getAgent\n  getAgentPool\n  getAgentPools\n  getAgentProperty\n  getAgentPrototypes\n  getAgentStatuses\n  getAgents\n  getAllApplicationProcessesForApplication\n  getAllTeams\n  getAllUsersInRoleForTeam\n  getAllUsersWithEmail\n  getApplication\n  getApplicationProcess\n  getApplicationProcessExecution\n  getApplicationProcessRequest\n  getApplicationProcessRequestStatus\n  getApplicationProcessUnfilledProperties\n  getApplicationProperties\n  getApplicationProperty\n  getApplications\n  getApplicationsProcessRequests\n  getApplicationsProcessRequestsCount\n  getApprovalTasks\n  getBlueprintNodePropertiesTemplate\n  getBlueprintsInApplication\n  getComponent\n  getComponentEnvironmentProperties\n  getComponentProcess\n  getComponentProcessRequest\n  getComponentProcessRequestCount\n  getComponentProcessRequests\n  getComponentProperties\n  getComponentProperty\n  getComponentTemplates\n  getComponentVersionPropDefs\n  getComponentVersions\n  getComponents\n  getComponentsInApplication\n  getEnvironment\n  getEnvironmentBaseResources\n  getEnvironmentProperties\n  getEnvironmentProperty\n  getEnvironmentsInApplication\n  getFirstUserWithEmail\n  getHighWatermarks\n  getLatestSnapshotForEnvironment\n  getOverlappingArtifacts\n  getRelayStatuses\n  getRelays\n  getResource\n  getResourceProperties\n  getResourceProperty\n  getResourceTemplate\n  getResourceTemplateChildren\n  getResources\n  getResourcesWithComponentVersion\n  getSnapshot\n  getSnapshotConfiguration\n  getSnapshotVersions\n  getSnapshotsInApplication\n  getStatus\n  getStatusList\n  getStatuses\n  getSystemConfiguration\n  getSystemProperties\n  getSystemProperty\n  getTagsOnAgent\n  getTagsOnApplication\n  getTagsOnComponent\n  getTagsOnResource\n  getTeam\n  getUser\n  getUserByEmail\n  getVersionId\n  getVersionLink\n  getVersionLinks\n  getVersionProperties\n  importGroup\n  importLdapUser\n  importVersions\n  installAgent\n  listArtifacts\n  lockSnapshotConfiguration\n  lockSnapshotVersions\n  login\n  logout\n  moveResource\n  provisionEnvironment\n  removeAgentFromPool\n  removeAgentFromTeam\n  removeAgentPoolFromTeam\n  removeApplicationFromTeam\n  removeComponentFromTeam\n  removeComponentTemplateFromTeam\n  removeEnvironmentBaseResource\n  removeEnvironmentFromTeam\n  removeEnvironmentProperty\n  removeProcessFromTeam\n  removeResourceFromTeam\n  removeTagFromAgent\n  removeTagFromApplication\n  removeTagFromComponent\n  removeTagFromResource\n  removeUserFromGroup\n  removeVersionFromSnapshot\n  removeVersionLink\n  removeVersionStatus\n  repeatApplicationProcessRequest\n  requestApplicationProcess\n  restartAgent\n  setAgentProperty\n  setApplicationProperty\n  setComponentEnvironmentProperty\n  setComponentProperty\n  setComponentVersionPropDef\n  setEnvironmentProperty\n  setResourceProperty\n  setSystemConfiguration\n  setSystemProperty\n  setVersionProperty\n  shutdownAgent\n  testAgent\n  updateResource\n  updateResourceTemplate\n  updateTeam\n  updateUser\n  upgradeAgent<\/code><\/span><\/pre>\n\n<div class=\"epyt-gallery\" data-currpage=\"1\" id=\"epyt_gallery_61714\"><figure class=\"wp-block-embed wp-block-embed-youtube is-type-video is-provider-youtube epyt-figure\"><div class=\"wp-block-embed__wrapper\"><iframe loading=\"lazy\"  id=\"_ytid_92405\"  width=\"760\" height=\"427\"  data-origwidth=\"760\" data-origheight=\"427\" src=\"https:\/\/www.youtube.com\/embed\/?enablejsapi=1&#038;autoplay=0&#038;cc_load_policy=0&#038;cc_lang_pref=&#038;iv_load_policy=1&#038;loop=0&#038;rel=1&#038;fs=1&#038;playsinline=0&#038;autohide=2&#038;theme=dark&#038;color=red&#038;controls=1&#038;disablekb=0&#038;\" class=\"__youtube_prefs__  no-lazyload\" title=\"YouTube player\"  data-epytgalleryid=\"epyt_gallery_61714\"  allow=\"fullscreen; accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen data-no-lazy=\"1\" data-skipgform_ajax_framebjll=\"\"><\/iframe><\/div><\/figure><div class=\"epyt-gallery-list\"><div>Sorry, there was a YouTube error.<\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Step 1 &#8211; Install and setup JAVA including JAVA_HOME Step 2 &#8211; Click the link to download the Deploy Client zip. This zip contains the command line executable for use with IBM UrbanCode Deploy. such as https:\/\/52.66.112.139:8443\/#tools Example Programs Referencehttps:\/\/www.ibm.com\/support\/knowledgecenter\/SS4GSP_6.2.4\/com.ibm.udeploy.reference.doc\/topics\/cli_commands.html Commands:<\/p>\n","protected":false},"author":1,"featured_media":8033,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_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,"_kad_post_classname":"","_joinchat":[],"footnotes":""},"categories":[4885],"tags":[1886,333,173,213,5594,2095],"class_list":["post-6565","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-udeploy","tag-client","tag-command","tag-java","tag-tutorial","tag-udclient","tag-udeploy"],"_links":{"self":[{"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/posts\/6565","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/comments?post=6565"}],"version-history":[{"count":3,"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/posts\/6565\/revisions"}],"predecessor-version":[{"id":25443,"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/posts\/6565\/revisions\/25443"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/media\/8033"}],"wp:attachment":[{"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/media?parent=6565"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/categories?post=6565"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.devopsschool.com\/blog\/wp-json\/wp\/v2\/tags?post=6565"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}