Interface TagsService.AddResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    TagsService

    public static interface TagsService.AddResponse
    extends Response
    Add a new tag to the system. For example, to add new tag with name `mytag` to the system send a request like this: .... POST /ovirt-engine/api/tags .... With a request body like this: [source,xml] ---- mytag ---- NOTE: The root tag is a special pseudo-tag assumed as the default parent tag if no parent tag is specified. The root tag cannot be deleted nor assigned a parent tag. To create new tag with specific parent tag send a request body like this: [source,xml] ---- mytag myparenttag ----
    • Method Detail

      • tag

        Tag tag()
        The added tag.