@akamai/openapi-ts
    Preparing search index...

    Function postTag

    • Create a tag

      Creates a new tag and lets you optionally add it to specific objects. Tags are labels you can attach to objects in your account. Use them to specify and group attributes of objects that are relevant to you. Currently, you can add a tag to your linodes, your nodebalancers, the domains for your Linodes, and the volumes on your Linodes.

      📘

      • This operation can only be accessed by account users with unrestricted access. Talk to your local account administrator about access management.

      • If you don't add a tag to a supported object with this operation, you can use that object's update operation to later add the tag you created.

      <>


      • CLI.
      linode-cli tags create \
      --label 'example tag' \
      --linodes 123 \
      --linodes 456 \
      --volumes 9082 \
      --volumes 10003

      Learn more...

      • OAuth scopes.
      account:read_write
      

      Learn more...

      Type Parameters

      • ThrowOnError extends boolean = true

      Parameters

      Returns RequestResult<PostTagResponses, PostTagErrors, ThrowOnError, "data">