列出策略 XML 元素名称和属性以及有效值。策略 XML 元素名称和属性的分配值取决于策略规则和操作类型。
rule_type 1 | condition_type 2 | rule_item 3 | unit 4 | 值 5 | action_type 6 |
---|---|---|---|---|---|
databaserequest |
databaseRequestCondition |
sqlcommand |
""(没有值)或 K |
|
异常终止事件 |
filerequest |
fileRequestCondition |
delete |
""(没有值)或 K |
几个到上千个请求的这些值的范围适用于所有 filerequest 策略规则项。 |
异常终止事件 |
programrequest |
programRequestCondition |
链接 |
""(没有值)或 K |
|
异常终止事件 |
startrequest |
startRequestCondition |
启动 |
""(没有值)或 K |
|
异常终止事件 |
storage |
storageUsedCondition |
task24 |
B、K、M 或 G |
24 位规则项:
31 位规则项:
64 位规则项:
|
异常终止事件 |
storagerequest |
storageRequestCondition |
task24request |
""(没有值)或 K |
几个到上千个请求的这些值的范围适用于所有 storagerequest 策略规则项。 |
异常终止事件 |
syncpointrequest |
syncpointRequestCondition |
同步点 |
""(没有值)或 K |
|
异常终止事件 |
tdqrequest |
tdqRequestCondition |
readq |
""(没有值)或 K |
几个到上千个请求的这些值的范围适用于所有 tdqrequest 策略规则项。 |
异常终止事件 |
time |
timeCondition |
cpulimitelapsedlimit |
O、M 或 S |
|
异常终止事件 |
tsqbytes |
tsqBytesCondition |
writeq |
B、K、M 或 G |
所有 tsqbytes 策略规则项都具有相同的值范围。 |
异常终止事件 |
tsqrequest |
tsqRequestCondition |
readq |
""(没有值)或 K |
几个到上千个请求的这些值的范围适用于所有 tsqrequest 策略规则项。 |
异常终止事件 |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<policy:policy xmlns:policy="http://www.ibm.com/xmlns/prod/cics/managedplatform/policy" policySchemaRelease="0" policySchemaVersion="1">
<description>description_of_policy</description>
<userTag>tag_1</userTag>
<rule type="rule_type" 1 >
<name>name_of_rule</name>
<description>description_of_rule</description>
<condition_type 2 item="rule_item" 3 operator="GT" unit="unit" 4 value="value" 5 />
<action>
<action_type 6 />
</action>
</rule>
</policy:policy>
<abend abendCode="code"/>
<eventAdapterName>name</eventAdapterName>
<eventAdapterSetName>name</eventAdapterSetName>