MCRuleSchedule¶
Detailed information about the schedule for a Monte Carlo rule.
Complete reference
This is a complete reference for the MCRuleSchedule
struct in Atlan, showing all of its embedded properties. For an introduction, you probably want to start with:
Embedded properties¶
These are the attributes embedded within each instance of the MCRuleSchedule
struct in an asset:
mcRuleScheduleType
Type of schedule for the rule, for example dynamic or manual. | |
---|---|
1 2 |
|
-
Set the
mcRuleScheduleType
for aMCRuleSchedule
. -
Retrieve the
mcRuleScheduleType
from aMCRuleSchedule
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
mcRuleScheduleIntervalInMinutes
How often the monitor should run, in minutes. | |
---|---|
1 2 |
|
-
Set the
mcRuleScheduleIntervalInMinutes
for aMCRuleSchedule
. -
Retrieve the
mcRuleScheduleIntervalInMinutes
from aMCRuleSchedule
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
mcRuleScheduleStartTime
When the first execution of the rule should occur (blank means immediate). | |
---|---|
1 2 |
|
-
Set the
mcRuleScheduleStartTime
for aMCRuleSchedule
. -
Retrieve the
mcRuleScheduleStartTime
from aMCRuleSchedule
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
mcRuleScheduleCrontab
Crontab for the schedule. | |
---|---|
1 2 |
|
-
Set the
mcRuleScheduleCrontab
for aMCRuleSchedule
. -
Retrieve the
mcRuleScheduleCrontab
from aMCRuleSchedule
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
mcRuleScheduleType
Type of schedule for the rule, for example dynamic or manual. | |
---|---|
1 2 3 4 5 |
|
-
Set the
mcRuleScheduleType
for aMCRuleSchedule
.For more details
For more information, see the asset CRUD snippets.
mcRuleScheduleIntervalInMinutes
How often the monitor should run, in minutes. | |
---|---|
1 2 3 4 5 |
|
-
Set the
mcRuleScheduleIntervalInMinutes
for aMCRuleSchedule
.For more details
For more information, see the asset CRUD snippets.
mcRuleScheduleStartTime
When the first execution of the rule should occur (blank means immediate). | |
---|---|
1 2 3 4 5 |
|
-
Set the
mcRuleScheduleStartTime
for aMCRuleSchedule
.For more details
For more information, see the asset CRUD snippets.
mcRuleScheduleCrontab
Crontab for the schedule. | |
---|---|
1 2 3 4 5 |
|
-
Set the
mcRuleScheduleCrontab
for aMCRuleSchedule
.For more details
For more information, see the asset CRUD snippets.