Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
AdvanceLifecycleResult
Interface AdvanceLifecycleResult
interface
AdvanceLifecycleResult
{
agentId
:
string
;
fromStage
:
|
"deprecated"
|
"development"
|
"staging"
|
"production"
|
"testing"
;
requiredControls
:
string
[]
;
state
:
AgentLifecycleState
;
toStage
:
|
"deprecated"
|
"development"
|
"staging"
|
"production"
|
"testing"
;
transition
:
LifecycleTransitionRecord
;
}
Index
Properties
agent
Id
from
Stage
required
Controls
state
to
Stage
transition
Properties
agent
Id
agentId
:
string
from
Stage
fromStage
:
"deprecated"
|
"development"
|
"staging"
|
"production"
|
"testing"
required
Controls
requiredControls
:
string
[]
state
state
:
AgentLifecycleState
to
Stage
toStage
:
"deprecated"
|
"development"
|
"staging"
|
"production"
|
"testing"
transition
transition
:
LifecycleTransitionRecord
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
agent
Id
from
Stage
required
Controls
state
to
Stage
transition
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...