Create a resource pool

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 4분
  • Based on blueprint settings, resource pools control the values that a user sees in a catalog item when they request a resource. Only values that pass the pool filter or script appear as options on the catalog item request form.

    시작하기 전에

    Role required: sn_cmp.cloud_governor

    프로시저

    1. In the Cloud Admin Portal, navigate to Manage > Resource Pools.
    2. Click New, enter a unique and descriptive Resource Pool Name, and then fill in the form.
      Field Description
      Type Select the type that determines whether the total count of available values for the option the user is selecting will remain the same (Static) or decrease by one (Diminishing).
      Lookup Table Select the table that contains the records that should appear as options in the catalog item for the resource.
      Lookup Field

      [Not necessary if using a script. This field is ignored if you configure a script filter.]

      Select the table field that contains the values to display to the user. The display value for the lookup field is not used on the Cloud User Portal. Instead, use the Lookup label field(s).
      Lookup label fields

      [Not necessary if using a script. This field is ignored if you configure a script filter.]

      Enter the lookup field label that should appear to the user.
    3. Right-click in the header and select Save.
    4. On the Resource Pool Filters related list, click New, enter a unique and descriptive Filter Name, and then fill in the form.
      Resource Pool for security group filter
      Field Description
      Resource Pool Select the resource pool that the filter belongs to.
      Type Select the type of filter:
      • Query: Perform a query on records in the table that you specified for the Lookup Table based on the Lookup Field that you specified.
      • Script: Run a script to filter the records. Enter the code in the Script text box.
      The resource pool filter is created.
    5. Right-click the form header and select Save.
      If you must return a filter value to the pool and that value is mapped to another table, create a record in the Resource Pool Filter Values related list.
    6. On the Resource Pool Filter Values related list, click New, fill in the form, and then click Update.
      Field Description
      Resource Pool Filter Enter the name of the filter that the filter value belongs to.
      Type Enter the type of filter value:
      • Query:
      • Metadata Rule:
      Metadata Rule Name

      [Appears if you select the Metadata Rule type]

      Enter the metadata rule name.

      This field appears only when Metadata Rule is selected from the Type field.

      Operator Select either:
      • AND
      • OR
      Field Enter the field that is in the Lookup Table. For example, CloudAccount.
      Value Enter the value that you are passing back to the resource pool in the format ${field}, where field is the value in the Field field. For example, ${CloudAccount}.
      Order Enter an order number that determines when the value applies, relative to other resource pool filter values. Lower values are applied first.
      Resource Pool for security group filter value
      The resource pool filter is created.