Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
IncidentModel
IncidentTransition
Interface IncidentTransition
interface
IncidentTransition
{
fromState
:
IncidentModel
.
IncidentState
;
incidentId
:
string
;
reason
:
string
;
signature
:
string
;
toState
:
IncidentModel
.
IncidentState
;
transitionId
:
string
;
ts
:
number
;
}
Index
Properties
from
State
incident
Id
reason
signature
to
State
transition
Id
ts
Properties
from
State
fromState
:
IncidentModel
.
IncidentState
incident
Id
incidentId
:
string
reason
reason
:
string
signature
signature
:
string
to
State
toState
:
IncidentModel
.
IncidentState
transition
Id
transitionId
:
string
ts
ts
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
from
State
incident
Id
reason
signature
to
State
transition
Id
ts
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...