Creating an Environment Type

Create a custom environment type in Fleet Application Management. When you create an environment type, it's automatically assigned an active status.

    1. On the Environment types list page, select Create environment type. If you need help finding the list page, see Listing Environments.
    2. In the Create environment type panel, enter a descriptive name for the environment type. It doesn't have to be unique, and it can't be changed later in the Console (but you can change it with the API or CLI). Avoid entering confidential information.
      For example, your organization might support beta, or prod, or dev environment types.
    3. Enter a meaningful description. Avoid entering confidential information.
    4. Verify the compartment that you want to store the environment type in. Select another compartment as needed.
    5. Select Create.
      The environment type is created and is available for selection when you create a fleet.
  • Use the oci fleet-apps-management fleet-apps-management-admin platform-configuration create-platform-configuration-environment-config-category-details command and required parameters to create a custom environment type:

    oci fleet-apps-management fleet-apps-management-admin platform-configuration create-platform-configuration-environment-config-category-details --compartment-id <compartment_OCID> --display-name <text>

    For a complete list of flags and variable options for Fleet Application Management CLI commands, see the CLI for Fleet Application Management.

  • Run the CreatePlatformConfiguration operation to create a custom environment type.