Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
forecastSchedulerRunNowCli
Function forecastSchedulerRunNowCli
forecastSchedulerRunNowCli
(
params
:
{
scope
?:
"agent"
|
"node"
|
"workspace"
;
targetId
?:
string
;
workspace
:
string
;
}
,
)
:
{
generated
:
{
scope
:
{
id
:
string
;
type
:
"AGENT"
|
"WORKSPACE"
|
"NODE"
}
;
status
:
"INSUFFICIENT_EVIDENCE"
|
"OK"
;
}
[]
;
state
:
{
enabled
:
boolean
;
lastOutcome
:
{
reason
:
string
;
status
:
"OK"
|
"ERROR"
|
"SKIPPED"
}
;
lastRefreshTs
:
number
|
null
;
nextRefreshTs
:
number
|
null
;
}
;
}
Parameters
params
:
{
scope
?:
"agent"
|
"node"
|
"workspace"
;
targetId
?:
string
;
workspace
:
string
}
Returns
{
generated
:
{
scope
:
{
id
:
string
;
type
:
"AGENT"
|
"WORKSPACE"
|
"NODE"
}
;
status
:
"INSUFFICIENT_EVIDENCE"
|
"OK"
;
}
[]
;
state
:
{
enabled
:
boolean
;
lastOutcome
:
{
reason
:
string
;
status
:
"OK"
|
"ERROR"
|
"SKIPPED"
}
;
lastRefreshTs
:
number
|
null
;
nextRefreshTs
:
number
|
null
;
}
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...