CreateSystemTag

Creates a system tag. For example,
CreateSystemTag resourceType=HostVO resourceUuid=e604949bf86e4aef819456b52ddc336f \
tag=reservedMemory::1G

Parameters

Name Description Optional Options Value Starting Version
resourceType The resource type, which must be specified when you create a tag. 0.6
resourceUuid The resource UUID. If specified, the system will not allocate randomly a UUID to the resource. 0.6
tag The tag string. 0.6
userTags The user tags. For more information, see CreateUserTag. Yes 0.6
systemTags The system tags. For more information, see CreateSystemTag. Yes 0.6
timeout Yes
Note:
  • When you create a system tag in ZStack Cloud, you can specify whether to automatically uninstall the physical PCI device allocated from the device specifications when the VM instance is shut down. You can also delete or change the configurations of existing VM instances. Note that you can add the autoReleaseSpecReleatedPhysicalPciDevice option to SystemTags.
    • Format of the autoReleaseSpecReleatedPhysicalPciDevice option: autoReleaseSpecReleatedPhysicalPciDevice
    • Example: autoReleaseSpecReleatedPhysicalPciDevice
  • When you create a system tag in ZStack Cloud, you can specify whether to automatically uninstall the virtual PCI device allocated from the device specifications when the VM instance is shut down. You can also delete or change the configurations of existing VM instances. Note that you can add the autoReleaseSpecReleatedVirtualPciDevice option to SystemTags.
    • Format of the autoReleaseSpecReleatedVirtualPciDevice option: autoReleaseSpecReleatedVirtualPciDevice
    • Example: autoReleaseSpecReleatedVirtualPciDevice
  • You create system tags in ZStack Cloud to identify VM instances or VPC vRouters for which high availability policy is enabled or disabled. You can specify the resourceBindings option when you create SystemTags.
    • Format: resourceBindings::Cluster:clusterUuid
    • Example: resourceBindings::Cluster:2sdasf231jvznsdak
  • You create system tags in ZStack Cloud to identify and filter the images of HA load balancers or VPC vRouters. You can specify the applianceType option when you create SystemTags.
    • Format: applianceType::type
    • Example: applianceType::slb
  • You create system tags in ZStack Cloud to identify HA load balancers. You can specify the SlbGroupUuid option when you create SystemTags.
    • Format: SlbGroupUuid::uuid
    • Example: SlbGroupUuid::12345678
  • When you add a system tag on ZStack Cloud, you can specify a custom parameter to the boot.ipxe file by adding extraBootParams to the SystemTags option.
    • Format: extraBootParams::{custom parameter}
    • Example: extraBootParams::{acpi=noirq noapic}