Measure status report model

The measure status report model represents a measure status report in Falcon.

id
integer

The id of the measure status report.

hash
string

The unique hash of the measure status report.

subject
string

The subject of the measure status report.

comment
string

The comment of the measure status report.

risks
string

The risks of the measure status report.

decisions
string

The decisions of the measure status report.

risk_impact
integer or null

The risk impact of the measure status report.

  • 1 - Low
  • 2 - Medium
  • 3 - High
  • 4 - Very high

Enum: null 1 2 3 4
risk_probability
integer or null

The risk probability of the measure status report.

  • 1 - Low
  • 2 - Medium
  • 3 - High
  • 4 - Very high

Enum: null 1 2 3 4
status_traffic_light
integer or null

The status traffic light of the measure status report.

  • 1 - Green
  • 2 - Yellow
  • 3 - Red

Enum: null 1 2 3
object or null <array>

The traffic light values of the measure budgeting effects and the activity start and end time of the measure.

The data is stored when the measure status report is created and can not be edited afterwards.

solved_time
string or null <date-time>

The solved time of the measure status report.

For open measure status reports the solved time is null.

flagged
boolean

The flagged flag of the measure status report.

created_time
string <date-time>

The created time of the measure status report.

modified_time
string <date-time>

The modified time of the measure status report.

modified_user_time
string <date-time>

The modified user time of the measure status report.

umask
integer

The permission for the authenticated user of the measure status report.

  • 1 - Read
  • 2 - Write
  • 3 - Admin
  • 4 - Owner
Enum: 1 2 3 4
status
integer

The status of the measure status report.

  • 0 - Open
  • 1 - Solved
Enum: 0 1
model
string

The measure status report model.

Value: "MeasureStatusReport"
object (Measure)

The measure of the measure status report.

object (User)

The created user of the measure status report.

object (User)

The modified user of the measure status report.

{
  • "id": 7,
  • "hash": "321255e96d5ef08f1eb89ecc8e0d27978eb2369c",
  • "subject": "",
  • "comment": "Negotiations with Datsun Global are tough, management involvement is desired.",
  • "risks": "",
  • "decisions": "",
  • "data": {
    },
  • "solved_time": null,
  • "flagged": false,
  • "created_time": "2022-05-04T16:51:39.000000Z",
  • "modified_time": "2022-05-05T07:48:14.000000Z",
  • "modified_user_time": "2022-05-05T07:48:14.000000Z",
  • "umask": 4,
  • "status": 0,
  • "model": "MeasureStatusReport",
  • "measure": {
    },
  • "created_user": {
    },
  • "modified_user": {
    }
}