Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This API Guide provides detailed instructions for using the REST services included with FlexDeploy. See the FlexDeploy Installation Guide for information related to installation. See also the FlexDeploy Plugin Guides for detailed instructions for configuring and using the FlexDeploy plugins.

Info
titleBasic Authentication with WebLogic

Most API are setup to use Basic Authentication except where noted. In order to use Basic Authentication with WebLogic, please set enforce-valid-basic-auth-credentials to false in domain.

You can add following after <node-manager-password-encrypted> in <security-configuration> tag.

Code Block
languagexml
themeRDark
<enforce-valid-basic-auth-credentials>false</enforce-valid-basic-auth-credentials>


Version 1 API Details

Version 1 APIs use Basic Authentication.

...