Problems - create

Use this command to create a problem.

To create a problem:
admin.problems.create(
 {
  "business_impact":"None, this is a test.",
  "error_message":"This is a test of the create problem CLI",
  "event_msg_text":"testcli",
  "problem_description": "test",
  "severity":'3',
  "event_failing_machine_type":"management_nodes",
  "request_collection_set":true,
  "event_failing_machine_model":"795502P",
  "event_failing_machine_serial":"23AGLM2",
  "service_request_number":"06234999000"
 }
)
business_impact
The business impact for this problem. The parameter is required.
error_message
The error message for this problem.
event_msg_text
The title for this problem. This parameter is required.
problem_description
The description for this problem. This parameter is required.
severity
The severity for this problem. This parameter is required.
event_failing_machine_type
The machine time for the failing machine.
event_failing_machine_model
The model for the failing machine.
request_collection_set
Whether to request a collection set.
event_failing_machine_serial
The serial number for the failing machine.
service_request_number
An existing service ticket number from service request.