Accepting Terms of Use Agreement

For each domain, you must accept the terms of use agreement before you can apply or remove patches.

    1. On the Domains list page, select the name of the domain.
    2. In the Terms and conditions must be read and agreed to before applying or removing the latest patch for the domains banner, click Terms and Conditions.
    3. On the Acknowledgment page, read the terms and conditions.
    4. If you agree to the terms, check the box and then click Agree.
    Tip

    To view the terms of use after you accept them, use the CLI or API commands.
  • Important

    The signature is time sensitive. If more than three (3) hours passes between the time you get the signature and the time you try to create the agreement record, an error is returned: Http 400 error InvalidParameter Invalid agreementSignature, which means the signature is invalid and the record is not created.

    To accept the terms of use:

    1. Use the oci wlms agreement get command to obtain the agreement signature and UUID.
      oci wlms agreement get [OPTIONS]
    2. Use the oci wlms wls-domain create-agreement-record command and required parameters to create the agreement record for a specific WebLogic domain.
      oci wlms wls-domain create-agreement-record --agreement-signature encoded-string --agreement-uuid uuid --wls-domain-id ocid [OPTIONS]

    To view a terms of use agreement record, use the oci wlms wls-domain list-agreement-records command and required parameters.

    oci wlms wls-domain list-agreement-records --wls-domain-id ocid [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the Command Line Reference.

  • Important

    The signature is time sensitive. If more than three (3) hours passes between the time you get the signature and the time you try to create the agreement record, an error is returned: Http 400 error InvalidParameter Invalid agreementSignature, which means the signature is invalid and the record is not created.

    To accept the terms of use:

    1. Run the GetAgreement operation to obtain the agreement signature and UUID.
    2. Run the CreateAgreementRecord operation to create a terms of use agreement record for a specific WebLogic domain.

    To view a terms of use agreement record, run the ListAgreementRecords operation.