Tagging a Media Flow Job

Add tags to a Media Flow job to organize the jobs according to your business needs. Adding tags is optional.

You can add tags at the time you create a resource, or you can update the resource later with the required tags. This task describes how to add tags to an existing job. For general information about applying tags, see Resource Tags.

You can tag the following Media Flow job resource:

  • media-workflow-job
    1. On the Jobs list page, select the compartment containing the job that you want to tag. If you need help finding the list page, see Viewing a Media Flow Job.
    2. Select the name of the job that you want to tag.
    3. On the details page, select Tags.
    4. On the Tags tab, select Add and then provide the following details:
      • Namespace: To add a defined tag, select an existing namespace. To add a free-form tag, leave the value blank.
      • Key: To add a defined tag, select an existing tag key. To add a free-form tag, type the key name that you want.
      • Value: Type the tag value that you want.
    5. Add more tags as needed.
    6. Select Add tags.
  • To tag a Media Flow job, run the update command:

    oci media-services media-workflow-job update [OPTIONS]

    Required parameters for the update command:

    • --media-workflow-job-id [text]

    To get all the commands for media-workflow-job:

    oci media-services media-workflow-job -h

    To get help for the update command:

    oci media-services media-workflow-job update -h

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

  • To add a tag in a Media Flow job, use the UpdateMediaWorkflow operation. Include the –defined-tags and –freeform-tags param attributes and their values.