The following objects are directly related to the usermacro API.
The global macro object has the following properties.
| Property | Type | Description | 
|---|---|---|
| globalmacroid | string | (readonly) ID of the global macro. | 
| macro (required) | string | Macro string. | 
| value (required) | string | Value of the macro. | 
| type | integer | Type of macro. Possible values: 0 - (default) Text macro; 1 - Secret macro. | 
| description | string | Description of the macro. | 
Note that for some methods (update, delete) the required/optional parameter combination is different.
The host macro object defines a macro available on a host, host prototype or template. It has the following properties.
| Property | Type | Description | 
|---|---|---|
| hostmacroid | string | (readonly) ID of the host macro. | 
| hostid (required) | string | ID of the host that the macro belongs to. | 
| macro (required) | string | Macro string. | 
| value (required) | string | Value of the macro. | 
| type | integer | Type of macro. Possible values: 0 - (default) Text macro; 1 - Secret macro. | 
| description | string | Description of the macro. | 
Note that for some methods (update, delete) the required/optional parameter combination is different.