Listing Limits for Service Limit Increase Requests

List limits and current usage. Use this information to submit service limit increase requests in Support Management.

    1. Open the Help menu (Help menu) and then click Create a Support request.

      You can also click the Support button (Support button) and then click Create Support Request.

      If you're already on the Support Center page, then click Create Support Request on that page.

    2. If you're directed to the Support Chat panel, then provide the following information.
      1. Enter a brief description of your issue.

        Relevant information is displayed. You might be able to resolve the issue at this point.

        Live agent and support request options are available for all but Free Tier customers.

      2. If you need more help, click Support request.
        You're prompted to choose a type of ticket.
      3. Select Limit Increase.
        The Support Options panel opens with the Limit Increase tab selected.
    3. Select the service category and resource for the limit increase.
      Service limits and current usage are displayed.
    To finish creating the limit support request, see Creating a Service Limit Increase Request.
  • Use the oci support incident-resource-type list command and required parameters to list limits and current usage:

    oci support incident-resource-type list --problem-type LIMIT --compartment-id <compartment-ocid> [OPTIONS]

    With line breaks:

    oci support incident-resource-type list \
    --problem-type LIMIT \
    --compartment-id <compartment-ocid> \
    [OPTIONS]

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Run the ListIncidentResourceTypes operation to list limits and current usage. Set problemType to LIMIT.