update_dbaas_request_settings

Updates the database request settings.

Format

emcli update_dbaas_request_settings
        -future_reservation_length="<Future_Request_Scheduling_Period>"
        -maximum_archive_duration="<Request_Purging_Duration>"
        -default_retirement_period="<Default_Retention_Duration>"

Options

  • future_reservation_length

    Amount of time in advance a self-service user can schedule a request. Example: "2 Months" for 2 Months, "10 Weeks" for 10 Weeks, and "No Reservation" for no restriction

  • maximum_archive_duration

    Amount of time after which the ''Completed'' Self Service Create Requests will be purged from the Repository. Example: "2 Months" for 2 Months, "10 Weeks" for 10 Weeks, and "No Reservation" for no restriction

  • default_retirement_period

    The maximum amount of time for which a self-service user can retain a service instance. Example: "2 Months" for 2 Months, "10 Weeks" for 10 Weeks, "No Reservation" for no restriction

Examples

emcli update_dbaas_request_settings-future_reservation_length="2 Months"-maximum_archive_duration="10 Weeks"-default_retirement_period="No Reservation"

displays the following output:

Request settings updated successfully.