category_mgr_add

Back to SOAP Architecture Method Reference

Description

The category_mgr_add method adds a category to your domain.

Parameters

Parameter Description Type Required (R) or Optional (O)
domain_id The unique ID# of your domain. bstypes:ResourceId R
name The name of the category. string R
type

The category type. This is a bitmask with the elements assigned as follows:

  • 0x0: all types
  • 0x1: separation
  • 0x2: segmentation
  • 0x4: unused
  • 0x8: trigger
  • 0x10: inventory
int R
container_id The unique ID# of the category folder. bstypes:ResourceId O

Return Values

Value Description Type Required (R) or Optional (O)
id The unique ID# of the new category. bstypes:ResourceId R