Tagging a Media Flow Job

Add tags to a Media Flow job when you first create the job. This metadata enables you 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. For general information about applying tags, see Resource Tags.

You can tag the following Media Flow job resource:

  • media-workflow-job
    1. Begin the steps for running a Media Flow job using the OCI Console as described in Running a Media Flow Job.
    2. Click Show advanced options.
    3. In the Tags section, provide the following details:
      • Tag namespace: To add a defined tag, select an existing namespace. To add a free-from tag, leave the value blank.
      • Tag key: To add a defined tag, select an existing tag key. To add a free-form tag, type the key name that you want.
      • Tag value: Type the tag value that you want.

      For descriptions of these fields, see Tagging Overview.

    4. If you want to add more tags, click Add tag. If you want to remove a tag, click X.
      Tags are added during run time.
    5. Click 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.