> For the complete documentation index, see [llms.txt](https://docs.infraon.io/infraon-infinity-api-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infraon.io/infraon-infinity-api-guide/modules/models.md).

# Models

## The APIList object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"APIList":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"id":{"type":"string","readOnly":true},"event_time":{"type":"string","readOnly":true},"communication_id":{"type":"string"},"msg_type":{"type":"integer"},"type":{"type":"string"},"user_id":{"type":"string"},"received_config_id":{"type":"string"},"module_id":{"type":"integer"},"ref_id":{"type":"string"},"ref_display_id":{"type":"string"},"is_system_gen":{"type":"boolean"},"imap_config_id":{"type":"string"},"attachment_ids":{"type":"array","items":{},"nullable":true},"created_by":{"type":"string"},"organization":{"type":"string"},"creation_time":{"type":"string","format":"date-time"},"last_update_time":{"type":"string","format":"date-time"},"is_deleted":{"type":"boolean"},"is_assignee_read":{"type":"boolean"},"message_read_map":{"type":"array","items":{"$ref":"#/components/schemas/Embedded"}},"customer_id":{"type":"string"},"customer_entity_id":{"type":"string"},"is_description":{"type":"boolean"},"email_data":{"$ref":"#/components/schemas/Embedded"},"sms_data":{"$ref":"#/components/schemas/Embedded"},"api_data":{"$ref":"#/components/schemas/Embedded"},"beep_data":{"$ref":"#/components/schemas/Embedded"}},"required":["event_time","id"]},"Embedded":{"type":"object","description":"Serializer for EmbeddedDocuments.\n\nSkips id field and uniqueness validation.\nWhen saving, skips calling instance.save","properties":{"keys":{"type":"string"},"values":{"type":"string"},"queryparam":{"type":"boolean"}}}}}}
```

## The ApiRegister object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"ApiRegister":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"id":{"type":"string","readOnly":true},"authentication_type":{"type":"string","readOnly":true},"api_id":{"type":"string","maxLength":225},"api_modified_id":{"type":"string","nullable":true},"name":{"type":"string","maxLength":225},"api_url":{"type":"string"},"description":{"type":"string"},"client_id":{"type":"string"},"app_code":{"type":"string"},"secret_key":{"type":"string"},"user_name":{"type":"string"},"api_password":{"type":"string"},"is_base64_password":{"type":"boolean"},"auth_key":{"type":"string"},"auth_value":{"type":"string"},"content_type":{"type":"integer"},"auth_type":{"type":"integer"},"add_key_to":{"type":"integer"},"token_url":{"type":"string"},"token_prefix":{"type":"string"},"csrf_url":{"type":"string"},"token_key":{"type":"string"},"token_header_key":{"type":"string"},"token_body":{"type":"string"},"csrf_key":{"type":"string"},"request_type":{"type":"integer"},"user":{"type":"string"},"header_params":{"type":"array","items":{"$ref":"#/components/schemas/Embedded"}},"api_type":{"type":"integer"},"organization":{"type":"string","maxLength":225},"creation_time":{"type":"string","format":"date-time"},"last_update_time":{"type":"string","format":"date-time"},"is_deleted":{"type":"boolean"},"is_active":{"type":"boolean"},"is_base64":{"type":"boolean"},"query_param":{"type":"boolean"},"is_sandbox":{"type":"boolean"},"sandbox_url":{"type":"string"},"is_webhook_enabled":{"type":"boolean"}},"required":["api_id","authentication_type","id","organization"]},"Embedded":{"type":"object","description":"Serializer for EmbeddedDocuments.\n\nSkips id field and uniqueness validation.\nWhen saving, skips calling instance.save","properties":{"keys":{"type":"string"},"values":{"type":"string"},"queryparam":{"type":"boolean"}}}}}}
```

## The BusinessRule object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"BusinessRule":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"id":{"type":"string","readOnly":true},"module_name":{"type":"string","readOnly":true},"rule_id":{"type":"string"},"name":{"type":"string","maxLength":255},"type":{"type":"object","additionalProperties":{}},"is_enable":{"type":"boolean","default":true},"is_override":{"type":"boolean"},"precedence":{"type":"object","additionalProperties":{}},"module_id":{"type":"integer"},"depth":{"type":"integer","default":1},"description":{"type":"string","nullable":true},"is_deleted":{"type":"boolean"},"is_pre_configured":{"type":"boolean"}},"required":["id","module_name"]}}}}
```

## The BusinessServiceConfiguration object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"BusinessServiceConfiguration":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"id":{"type":"string","readOnly":true},"creation_time":{"type":"string","readOnly":true},"last_update_time":{"type":"string","readOnly":true},"created_by_name":{"type":"string","readOnly":true},"modified_by_name":{"type":"string","readOnly":true},"business_service_id":{"type":"string"},"ci_id":{"type":"string"},"organization":{"type":"string","maxLength":25},"name":{"type":"string"},"style_property":{"type":"object","additionalProperties":{}},"created_by":{"type":"integer"},"modified_by":{"type":"integer"},"is_enabled":{"type":"boolean"},"is_deleted":{"type":"boolean"}},"required":["created_by_name","creation_time","id","last_update_time","modified_by_name","organization"]}}}}
```

## The Catalogue object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"Catalogue":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"id":{"type":"string","readOnly":true},"catalogue_id":{"type":"string","maxLength":25},"name":{"type":"string"},"parent_id":{"type":"string"},"description":{"type":"string"},"type":{"type":"string"},"classification":{"type":"object","additionalProperties":{}},"user_tag":{"type":"array","items":{}},"team":{"type":"array","items":{}},"is_deleted":{"type":"boolean"},"organization":{"type":"string"}},"required":["catalogue_id","id","organization"]}}}}
```

## The CeleryTaskManager object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"CeleryTaskManager":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"id":{"type":"string","readOnly":true},"status":{"type":"string","readOnly":true},"last_heartbeat_tooltip":{"type":"string","readOnly":true},"last_heartbeat_time":{"type":"string","readOnly":true},"async_task_status":{"type":"string","readOnly":true},"conv_task_name":{"type":"string","readOnly":true},"task_id":{"type":"string","maxLength":25},"organization":{"type":"string","maxLength":25},"task_name":{"type":"string"},"worker_name":{"type":"string"},"worker_ip":{"type":"string","nullable":true},"worker_hostname":{"type":"string","nullable":true},"description":{"type":"string"},"queue_name":{"type":"string"},"last_heart_beat":{"type":"string","format":"date-time"},"is_enabled":{"type":"boolean"},"task_path":{"type":"string"},"task_trigger_data":{"type":"string"},"is_deleted":{"type":"boolean"}},"required":["async_task_status","conv_task_name","id","last_heartbeat_time","last_heartbeat_tooltip","organization","status","task_id","task_name"]}}}}
```

## The ChangeList object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"ChangeList":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"change_id":{"type":"string","maxLength":25},"display_id":{"type":"string","maxLength":50},"is_archive":{"type":"boolean"},"unread_mail":{"type":"boolean"},"requester":{"$ref":"#/components/schemas/Embedded"},"config":{"$ref":"#/components/schemas/Embedded"},"reporter_info":{"$ref":"#/components/schemas/Embedded"},"basic_info":{"$ref":"#/components/schemas/Embedded"},"impacted_asset":{"type":"array","items":{"$ref":"#/components/schemas/Embedded"}},"close_info":{"$ref":"#/components/schemas/Embedded"},"current_watcher":{"type":"array","items":{}},"current_assignment_info":{"$ref":"#/components/schemas/Embedded"},"tag":{"type":"array","items":{}},"kb":{"type":"array","items":{}},"custom_field_data":{"type":"object","additionalProperties":{}},"creation_time":{"type":"string","format":"date-time"},"created_by_id":{"type":"string","maxLength":225},"last_update_time":{"type":"string","format":"date-time"},"updated_by_id":{"type":"string","maxLength":225},"change_manager":{"type":"object","additionalProperties":{}},"due_date":{"type":"string","format":"date-time"},"is_change_ci_lock":{"type":"integer"},"location":{"type":"object","additionalProperties":{}}},"required":["change_id"]},"Embedded":{"type":"object","description":"Serializer for EmbeddedDocuments.\n\nSkips id field and uniqueness validation.\nWhen saving, skips calling instance.save","properties":{"keys":{"type":"string"},"values":{"type":"string"},"queryparam":{"type":"boolean"}}}}}}
```

## The Checklist object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"Checklist":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"name":{"type":"string","maxLength":255},"checklist_id":{"type":"string"},"module_name":{"type":"string","readOnly":true},"workflow_name":{"type":"string","readOnly":true},"catalogue_service_name":{"type":"string","readOnly":true},"workflow_type":{"type":"string","readOnly":true},"status_name":{"type":"string","readOnly":true}},"required":["catalogue_service_name","module_name","status_name","workflow_name","workflow_type"]}}}}
```

## The CliJobs object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"CliJobs":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"id":{"type":"string","readOnly":true},"created_time":{"type":"string","readOnly":true},"client_type_":{"type":"string","readOnly":true,"title":"Client type "},"session_status":{"type":"string","readOnly":true},"session_recording_status":{"type":"string","readOnly":true},"user_name":{"type":"string","readOnly":true},"first_access_time":{"type":"string","readOnly":true},"last_access_time":{"type":"string","readOnly":true},"duration":{"type":"string","readOnly":true},"session_end_time":{"type":"string","readOnly":true},"hide_tail":{"type":"string","readOnly":true},"cli_job_id":{"type":"string","maxLength":25},"organization":{"type":"string","default":"-1"},"ci_id":{"type":"string","default":"-1"},"status":{"type":"integer","default":-1},"userId":{"type":"integer","default":-1},"session_id":{"type":"string"},"comments":{"type":"string"},"start_time":{"type":"string","format":"date-time"},"client_type":{"type":"string"},"ssh_user":{"type":"string"},"creation_time":{"type":"string","format":"date-time"},"distributed_ip":{"type":"string"},"poll_addr":{"type":"string"},"port":{"type":"integer"},"audits":{"type":"string"},"approval_type":{"type":"string"},"approved_by":{"type":"string"},"approved_time":{"type":"string","format":"date-time"},"firstaccess_time":{"type":"string","format":"date-time"},"lastaccess_time":{"type":"string","format":"date-time"},"accessclose_time":{"type":"string","format":"date-time"},"how_long":{"type":"integer"},"how_many_times":{"type":"integer"},"how_many_times_tried":{"type":"integer"},"last_update_time":{"type":"string","format":"date-time"},"file_size":{"type":"string"},"django_process_no":{"type":"integer"},"session_recording":{"type":"integer"},"distributed_file_copy":{"type":"integer"},"incident_id":{"type":"string"},"updated_sm_incident":{"type":"integer"},"agent_access_user":{"type":"string"},"ha_inserted":{"type":"integer"},"is_deleted":{"type":"boolean"},"access_reason":{"type":"string"},"client_ip":{"type":"string"},"session_end_reason":{"type":"string"}},"required":["cli_job_id","client_type_","created_time","duration","first_access_time","hide_tail","id","last_access_time","session_end_time","session_recording_status","session_status","user_name"]}}}}
```

## The ConfigurationPolicies object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"ConfigurationPolicies":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"id":{"type":"string","readOnly":true},"status":{"type":"string","readOnly":true},"creationtime":{"type":"string","readOnly":true},"last_update_time":{"type":"string","readOnly":true},"next_action_time":{"type":"string","readOnly":true},"last_action_time":{"type":"string","readOnly":true},"is_private":{"type":"string","readOnly":true},"rule_description":{"type":"string","readOnly":true},"schedule_descr":{"type":"string","readOnly":true},"visibility":{"type":"string","readOnly":true},"policyid":{"type":"string","maxLength":25},"name":{"type":"string"},"description":{"type":"string"},"organization":{"type":"string","maxLength":25},"processid":{"type":"integer","default":1},"associate_users":{"type":"string"},"associate_groups":{"type":"string"},"associated_rules":{"type":"string"},"associated_rule_groups":{"type":"array","items":{}},"lastupdatetime":{"type":"string","format":"date-time"},"activated_by":{"type":"string"},"activation_time":{"type":"string","format":"date-time"},"activation_remarks":{"type":"string"},"policy_schedule":{"type":"object","additionalProperties":{}},"lastaction":{"type":"string","format":"date-time"},"nextaction":{"type":"string","format":"date-time"},"progress":{"type":"integer"},"starttime":{"type":"integer"},"endtime":{"type":"integer"},"created_by":{"type":"string"},"modified_by":{"type":"string"},"assigned_users":{"type":"array","items":{}},"assigned_group":{"type":"array","items":{}},"is_deleted":{"type":"boolean"}},"required":["creationtime","id","is_private","last_action_time","last_update_time","next_action_time","organization","policyid","rule_description","schedule_descr","status","visibility"]}}}}
```

## The ConfigurationProfiles object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"ConfigurationProfiles":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"id":{"type":"string","readOnly":true},"creation_time":{"type":"string","readOnly":true},"profile_id":{"type":"string","maxLength":25},"profile_name":{"type":"string"},"description":{"type":"string"},"make":{"type":"string"},"os_name":{"type":"string"},"series":{"type":"string"},"connection":{"type":"object","additionalProperties":{}},"config_download":{"type":"object","additionalProperties":{}},"config_upload":{"type":"object","additionalProperties":{}},"os_download":{"type":"object","additionalProperties":{}},"os_upload":{"type":"object","additionalProperties":{}},"operational_data":{"type":"object","additionalProperties":{}},"other_configuration":{"type":"object","additionalProperties":{}},"syslog":{"type":"object","additionalProperties":{}},"comment":{"type":"object","additionalProperties":{}},"last_update_time":{"type":"string","format":"date-time"},"is_deleted":{"type":"boolean"}},"required":["creation_time","id","profile_id"]}}}}
```

## The ConfigurationRule object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"ConfigurationRule":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"id":{"type":"string","readOnly":true},"rule_config_severity":{"type":"string","readOnly":true},"rule_type":{"type":"string","readOnly":true},"match_criteria":{"type":"string","readOnly":true},"status":{"type":"string","readOnly":true},"rollback_type":{"type":"string","readOnly":true},"on_violation_perform":{"type":"string","readOnly":true},"remedy_configured":{"type":"string","readOnly":true},"rule_description":{"type":"string","readOnly":true},"ruleid":{"type":"string","maxLength":25},"rule_display_id":{"type":"string"},"organization":{"type":"string","maxLength":25},"last_update_time":{"type":"string","format":"date-time"},"creation_time":{"type":"string","format":"date-time"},"created_by":{"type":"string"},"modified_by":{"type":"string"},"is_deleted":{"type":"boolean"},"is_private":{"type":"boolean"},"assigned_users":{"type":"array","items":{}},"assigned_group":{"type":"array","items":{}},"creator":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"compliance_standard":{"type":"string"},"compliance_details":{"type":"string"},"rule_execution_type":{"type":"integer"},"activation":{"type":"boolean","default":true},"is_enabled":{"type":"boolean","default":true},"vendor":{"type":"string"},"os_type":{"type":"string"},"is_editable":{"type":"boolean"},"device_type":{"type":"string"},"config_type":{"type":"string"},"inv_commands":{"type":"string"},"other_configs":{"type":"string"},"config_script_id":{"type":"string"},"config_script_commands":{"type":"string"},"cve_ids":{"type":"array","items":{},"nullable":true},"nw_reviews":{"type":"string"},"execution":{"type":"boolean"},"rule_start_time":{"type":"string","format":"date-time"},"rule_end_time":{"type":"string","format":"date-time"},"severity":{"type":"integer"},"alarm_msg":{"type":"string"},"notifier_id":{"type":"string"},"rollback_script_id":{"type":"string"},"rollback_script_commands":{"type":"string"},"rollback_script_adv_commands":{"type":"string"},"rollback_comments":{"type":"string"},"continue_nextcommand_on_failure":{"type":"boolean"},"rule_info":{"type":"string"},"template_id":{"type":"string"},"os_version":{"type":"string"}},"required":["id","match_criteria","on_violation_perform","organization","remedy_configured","rollback_type","rule_config_severity","rule_description","rule_display_id","rule_type","ruleid","status"]}}}}
```

## The ConfigurationTemplates object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"ConfigurationTemplates":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"id":{"type":"string","readOnly":true},"created_by_name":{"type":"string","readOnly":true},"modified_by_name":{"type":"string","readOnly":true},"status":{"type":"string","readOnly":true},"is_private":{"type":"string","readOnly":true},"user_list":{"type":"string","readOnly":true},"teams_list":{"type":"string","readOnly":true},"configuration_template_visibility":{"type":"string","readOnly":true},"simple_script_exe_visibility":{"type":"string","readOnly":true},"created_by_profile":{"type":"string","readOnly":true},"modified_by_profile":{"type":"string","readOnly":true},"template_id":{"type":"string","maxLength":25},"organization":{"type":"string","maxLength":25},"name":{"type":"string"},"description":{"type":"string"},"vendor":{"type":"string"},"os_name":{"type":"string"},"model":{"type":"string"},"series":{"type":"string"},"template_type":{"type":"string"},"script_type":{"type":"integer"},"is_approval_required":{"type":"boolean"},"is_production_enabled":{"type":"boolean"},"quick_add":{"type":"boolean"},"script_commands":{"type":"string"},"script_profile_commands":{"type":"string"},"configuration_store":{"type":"string"},"shell":{"type":"string"},"last_update_time":{"type":"string","format":"date-time"},"template_group":{"type":"string"},"created_by":{"type":"string"},"modified_by":{"type":"string"},"creation_time":{"type":"string","format":"date-time"},"is_deleted":{"type":"boolean"},"is_enabled":{"type":"boolean","default":true},"assigned_users":{"type":"array","items":{}},"assigned_group":{"type":"array","items":{}},"creator":{"type":"string"}},"required":["configuration_template_visibility","created_by_name","created_by_profile","id","is_private","modified_by_name","modified_by_profile","organization","simple_script_exe_visibility","status","teams_list","template_id","user_list"]}}}}
```

## The ConfigurationTrigger object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"ConfigurationTrigger":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"id":{"type":"string","readOnly":true},"created_by_name":{"type":"string","readOnly":true},"modified_by_name":{"type":"string","readOnly":true},"creationtime":{"type":"string","readOnly":true},"last_update_time":{"type":"string","readOnly":true},"trigger_commands":{"type":"string","readOnly":true},"parser_text":{"type":"string","readOnly":true},"trigger_type":{"type":"string","readOnly":true},"trigger_parser_type":{"type":"string","readOnly":true},"created_by_profile":{"type":"string","readOnly":true},"modified_by_profile":{"type":"string","readOnly":true},"trigger_id":{"type":"string"},"trigger_name":{"type":"string"},"organization":{"type":"string","maxLength":25},"description":{"type":"string"},"vendor":{"type":"string"},"os_name":{"type":"string"},"is_private":{"type":"boolean"},"trigger_column_index":{"type":"integer","default":1},"created_by":{"type":"integer"},"modified_by":{"type":"integer"},"is_deleted":{"type":"boolean"},"assigned_users":{"type":"array","items":{}},"assigned_group":{"type":"array","items":{}}},"required":["created_by_name","created_by_profile","creationtime","id","last_update_time","modified_by_name","modified_by_profile","organization","parser_text","trigger_commands","trigger_id","trigger_parser_type","trigger_type"]}}}}
```

## The Container object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"Container":{"type":"object","description":"Container serializers","properties":{"id":{"type":"string","readOnly":true},"subnet":{"type":"string","readOnly":true},"mask":{"type":"string","readOnly":true},"reservation_method":{"type":"string","readOnly":true},"ip_count":{"type":"string","readOnly":true},"organization":{"type":"string"},"customer_id":{"type":"string"},"customer_entity_id":{"type":"array","items":{}},"config_id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"ip_version":{"type":"integer"},"is_deleted":{"type":"boolean"},"category":{"type":"string"},"id_info":{"type":"object","additionalProperties":{}},"user_info":{"type":"array","items":{}},"role_info":{"type":"array","items":{}},"team_info":{"type":"array","items":{}},"ip_address":{"type":"string"},"utilization_threshold_breach":{"type":"integer"},"subnet_mask":{"type":"integer"},"is_reserved":{"type":"boolean"},"is_availability":{"type":"boolean"},"is_inventory":{"type":"boolean"},"reservation_config":{"type":"object","additionalProperties":{}},"availability_config":{"type":"object","additionalProperties":{}},"inventory_config":{"type":"object","additionalProperties":{}},"agent_id":{"type":"string"},"last_scan_completed":{"type":"string","format":"date-time"},"last_scan_status":{"type":"integer"},"last_inv_scan_status":{"type":"integer"},"last_inv_scan_time":{"type":"string","format":"date-time"},"last_group_inv_scan_time":{"type":"string","format":"date-time"},"next_action_time":{"type":"string","format":"date-time"},"created_by":{"type":"string"},"modified_by":{"type":"string"},"schedule_config":{"type":"object","additionalProperties":{}},"creation_time":{"type":"string","format":"date-time"},"last_update_time":{"type":"string","format":"date-time"}},"required":["config_id","id","ip_count","mask","reservation_method","subnet"]}}}}
```

## The ContractList object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"ContractList":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"contract_id":{"type":"string"},"contract_name":{"type":"string","maxLength":255},"contract_type":{"type":"string","readOnly":true},"display_id":{"type":"string","maxLength":255},"expiry_date":{"type":"string","readOnly":true},"vendor":{"type":"string","readOnly":true},"manufacturer":{"type":"string"},"contract_status":{"type":"string","readOnly":true},"status":{"type":"object","additionalProperties":{}},"state":{"type":"string"},"auto_renew":{"type":"boolean"},"contract_model":{"type":"string","maxLength":255}},"required":["contract_status","contract_type","expiry_date","state","vendor"]}}}}
```

## The Department object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"Department":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"id":{"type":"string","readOnly":true},"name":{"type":"string"},"ci_display_name":{"type":"string"},"ci_descr":{"type":"string"},"dept_id":{"type":"string","maxLength":25},"organization":{"type":"string","maxLength":25},"dept_name":{"type":"string"},"dept_head":{"type":"string"},"prime_user":{"type":"array","items":{}},"description":{"type":"string"},"created_by":{"type":"integer"},"modified_by":{"type":"integer"},"creation_time":{"type":"string","format":"date-time"},"last_update_time":{"type":"string","format":"date-time"},"is_deleted":{"type":"boolean"},"is_demo_data":{"type":"boolean"}},"required":["ci_descr","ci_display_name","dept_id","id","name","organization"]}}}}
```

## The DeviceTemplate object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"DeviceTemplate":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"id":{"type":"string","readOnly":true},"created_by_name":{"type":"string","readOnly":true},"device_icon":{"type":"string","readOnly":true},"sys_id":{"type":"string"},"sysobjectid":{"type":"string"},"organization":{"type":"string"},"product":{"type":"string"},"vendor":{"type":"string"},"device_type":{"type":"string"},"os_type":{"type":"string"},"model":{"type":"string"},"series":{"type":"string"},"is_deleted":{"type":"boolean"},"modified_by":{"type":"string"},"creation_time":{"type":"string","format":"date-time"},"last_update_time":{"type":"string","format":"date-time"},"created_by":{"type":"string"},"vendor_icon":{"type":"string"},"os_icon":{"type":"string"},"device":{"type":"object","additionalProperties":{}}},"required":["created_by_name","device_icon","id","organization","sys_id","sysobjectid"]}}}}
```

## The DiscoveryConfiguration object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"DiscoveryConfiguration":{"type":"object","description":"Discovery Configuration serializers","properties":{"id":{"type":"string","readOnly":true},"sdwan_vendor":{"type":"string","readOnly":true},"edgeDevice_credentials":{"type":"string","readOnly":true},"last_update_time":{"type":"string","readOnly":true},"job_id":{"type":"string"},"label":{"type":"string"},"description":{"type":"string"},"organization":{"type":"string"},"agent_id":{"type":"string"},"host":{"type":"string"},"secondary_host":{"type":"string"},"params":{"type":"object","additionalProperties":{}},"credentials":{"type":"array","items":{}},"configuration_credentials":{"type":"array","items":{}},"add_to_nccm":{"type":"boolean"},"filter":{"type":"array","items":{}},"schedule":{"type":"object","additionalProperties":{}},"protocol":{"type":"array","items":{}},"configuration_protocol":{"type":"array","items":{}},"is_csv_upload":{"type":"integer"},"csv_data":{"type":"array","items":{}},"created_by":{"type":"integer"},"modified_by":{"type":"integer"},"creation_time":{"type":"string","format":"date-time"},"is_deleted":{"type":"boolean"},"job_iteration_id":{"type":"string"},"last_scan_result":{"type":"object","additionalProperties":{}},"configuration_download":{"type":"boolean"},"download_params":{"type":"object","additionalProperties":{}},"customer_id":{"type":"string"},"customer_entity_id":{"type":"string"}},"required":["edgeDevice_credentials","id","job_id","last_update_time","sdwan_vendor"]}}}}
```

## The Embedded object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"Embedded":{"type":"object","description":"Serializer for EmbeddedDocuments.\n\nSkips id field and uniqueness validation.\nWhen saving, skips calling instance.save","properties":{"keys":{"type":"string"},"values":{"type":"string"},"queryparam":{"type":"boolean"}}}}}}
```

## The FieldConfigList object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"FieldConfigList":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"workflow_name":{"type":"string"},"workflow_id":{"type":"string"},"module":{"type":"string","readOnly":true},"role_name":{"type":"string","readOnly":true},"status":{"type":"string","readOnly":true},"field_config_id":{"type":"string"}},"required":["module","role_name","status"]}}}}
```

## The Group object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"Group":{"type":"object","description":"Serializes groups querysets.","properties":{"role_name":{"type":"string","nullable":true,"maxLength":250},"description":{"type":"string","nullable":true,"maxLength":3000},"group_id":{"type":"integer"},"organization":{"type":"string","maxLength":25},"is_pre_configure":{"type":"boolean"},"role_type":{"type":"integer","default":1},"event_map":{"type":"string","readOnly":true},"last_update_time":{"type":"string","format":"date-time"}},"required":["event_map","organization"]}}}}
```

## The IncidentList object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"IncidentList":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"incident_id":{"type":"string","maxLength":25},"display_id":{"type":"string","maxLength":50},"is_merge_incident":{"type":"boolean"},"is_archive":{"type":"boolean"},"unread_mail":{"type":"boolean"},"requester":{"$ref":"#/components/schemas/Embedded"},"config":{"$ref":"#/components/schemas/Embedded"},"reporter_info":{"$ref":"#/components/schemas/Embedded"},"basic_info":{"$ref":"#/components/schemas/Embedded"},"reference":{"type":"array","items":{"$ref":"#/components/schemas/Embedded"}},"source_info":{"$ref":"#/components/schemas/Embedded"},"template_info":{"$ref":"#/components/schemas/Embedded"},"impacted_asset":{"type":"array","items":{"$ref":"#/components/schemas/Embedded"}},"close_info":{"$ref":"#/components/schemas/Embedded"},"current_watcher":{"type":"array","items":{}},"current_assignment_info":{"$ref":"#/components/schemas/Embedded"},"custom_field":{"type":"array","items":{"$ref":"#/components/schemas/Embedded"}},"tag":{"type":"array","items":{}},"kb":{"type":"array","items":{}},"custom_field_data":{"type":"object","additionalProperties":{}},"creation_time":{"type":"string","format":"date-time"},"created_by_id":{"type":"string","maxLength":225},"last_update_time":{"type":"string","format":"date-time"},"updated_by_id":{"type":"string","maxLength":225},"location":{"type":"object","additionalProperties":{}}},"required":["incident_id"]},"Embedded":{"type":"object","description":"Serializer for EmbeddedDocuments.\n\nSkips id field and uniqueness validation.\nWhen saving, skips calling instance.save","properties":{"keys":{"type":"string"},"values":{"type":"string"},"queryparam":{"type":"boolean"}}}}}}
```

## The ItemClassificationConfig object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"ItemClassificationConfig":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"id":{"type":"string","readOnly":true},"customer_id":{"type":"string","readOnly":true},"customer_entity_id":{"type":"string","readOnly":true},"template_id":{"type":"string"},"template_name":{"type":"string"},"cmdb_class":{"type":"integer"},"creation_time":{"type":"string","format":"date-time"},"last_update_time":{"type":"string","format":"date-time"},"is_deleted":{"type":"boolean"},"is_preconfigured":{"type":"boolean"}},"required":["customer_entity_id","customer_id","id","template_id"]}}}}
```

## The JobAccountAudit object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"JobAccountAudit":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"id":{"type":"string","readOnly":true},"creationtime":{"type":"string","readOnly":true},"agent_id":{"type":"string","readOnly":true},"connection_status":{"type":"string","readOnly":true},"failure_message":{"type":"string","readOnly":true},"organization":{"type":"string","maxLength":25},"job_id":{"type":"string"},"ci_id":{"type":"string"},"job_iteration_id":{"type":"string"},"ipaddress":{"type":"string","maxLength":225},"device_account":{"type":"string","maxLength":225},"dpassword":{"type":"string","maxLength":225},"denable_password":{"type":"string","maxLength":225},"connection_protocol":{"type":"string","maxLength":25},"error":{"type":"string","maxLength":2000},"task_owner":{"type":"string","maxLength":225},"client_ip":{"type":"string","maxLength":225},"job_type":{"type":"string","maxLength":225},"job_name":{"type":"string","maxLength":225},"process_name":{"type":"string","maxLength":225},"connection_for":{"type":"string","maxLength":225},"last_update_time":{"type":"string","format":"date-time"},"config_type":{"type":"string","maxLength":225},"uofw":{"type":"string","maxLength":225}},"required":["agent_id","connection_status","creationtime","failure_message","id","organization"]}}}}
```

## The JobConfig object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"JobConfig":{"type":"object","description":"Jobs serializers","properties":{"id":{"type":"string","readOnly":true},"object_id":{"type":"string"},"organization":{"type":"string"},"agent_id":{"type":"string"},"object_type":{"type":"string"},"action":{"type":"string"},"primary_id":{"type":"string"},"status":{"type":"integer"},"data":{"type":"string"},"creation_time":{"type":"string","format":"date-time"},"last_update_time":{"type":"string","format":"date-time"},"is_deleted":{"type":"boolean"},"mtime":{"type":"integer"},"user_id":{"type":"integer"},"filename":{"type":"string"}},"required":["id","object_id"]}}}}
```

## The KBList object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"KBList":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"kb_id":{"type":"string","maxLength":25},"title":{"type":"string","readOnly":true},"content":{"type":"string","readOnly":true},"creation_time":{"type":"string","readOnly":true},"kbtype":{"type":"string","readOnly":true},"created_by":{"type":"string","nullable":true},"keywords":{"type":"string","readOnly":true},"config":{"$ref":"#/components/schemas/Embedded"},"faqs":{"type":"string","readOnly":true},"known_error":{"type":"string","readOnly":true},"image":{"type":"string","readOnly":true},"rating":{"type":"string","readOnly":true},"likes":{"type":"string","readOnly":true},"views":{"type":"string","readOnly":true},"bookmarks":{"type":"string","readOnly":true},"user_liked":{"type":"string","readOnly":true},"rating_count":{"type":"string","readOnly":true},"is_bookmarked":{"type":"string","readOnly":true},"comments":{"type":"string","readOnly":true},"last_update_time":{"type":"string","readOnly":true},"is_updated":{"type":"string","readOnly":true},"creator":{"type":"integer","nullable":true},"display_id":{"type":"string","maxLength":50},"notify_users":{"type":"string","readOnly":true}},"required":["bookmarks","comments","content","creation_time","faqs","image","is_bookmarked","is_updated","kb_id","kbtype","keywords","known_error","last_update_time","likes","notify_users","rating","rating_count","title","user_liked","views"]},"Embedded":{"type":"object","description":"Serializer for EmbeddedDocuments.\n\nSkips id field and uniqueness validation.\nWhen saving, skips calling instance.save","properties":{"keys":{"type":"string"},"values":{"type":"string"},"queryparam":{"type":"boolean"}}}}}}
```

## The LeavesList object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"LeavesList":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"username":{"type":"string","readOnly":true},"start_date":{"type":"string","format":"date-time"},"end_date":{"type":"string","format":"date-time"},"reason":{"type":"string"},"days":{"type":"integer"},"leave_id":{"type":"string"},"leave_type":{"type":"string"},"user":{"type":"string"},"email":{"type":"string","readOnly":true}},"required":["email","username"]}}}}
```

## The MibExplorer object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"MibExplorer":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"id":{"type":"string","readOnly":true},"mib_id":{"type":"string","maxLength":25},"organization":{"type":"string","maxLength":25},"mib_name":{"type":"string"},"mib_description":{"type":"string"},"mibdata":{"type":"array","items":{}},"oid_name_map":{"type":"object","additionalProperties":{}},"name_type_map":{"type":"object","additionalProperties":{}},"is_deleted":{"type":"boolean"},"mib_file":{"type":"string","maxLength":255},"mib_file_dependencies":{"type":"array","items":{}}},"required":["id","mib_id","organization"]}}}}
```

## The OSImage object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"OSImage":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"id":{"type":"string","readOnly":true},"last_update_time":{"type":"string","readOnly":true},"image_id":{"type":"string","readOnly":true},"download_status_obj":{"type":"string","readOnly":true},"uploader_profile":{"type":"string","readOnly":true},"img_id":{"type":"string","maxLength":25},"organization":{"type":"string","maxLength":25},"vendor":{"type":"string"},"description":{"type":"string"},"ostype":{"type":"string"},"series":{"type":"string"},"model":{"type":"string"},"os_version":{"type":"string"},"image_type":{"type":"string"},"image_size":{"type":"string"},"min_dram":{"type":"integer"},"min_flash":{"type":"integer"},"md5_hash":{"type":"string"},"file_name":{"type":"string"},"file_path":{"type":"string"},"creation_time":{"type":"string","format":"date-time"},"modified_time":{"type":"string","format":"date-time"},"uploader_id":{"type":"string","nullable":true,"default":"2"},"uploaded_by":{"type":"string"},"uploaded_type":{"type":"integer"},"is_checked":{"type":"boolean"},"is_deleted":{"type":"boolean"},"job_iteration_id":{"type":"string"},"job_id":{"type":"string"}},"required":["download_status_obj","id","image_id","img_id","last_update_time","organization","uploader_profile"]}}}}
```

## The OrganizationLocation object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"OrganizationLocation":{"type":"object","description":"Serializes organization location querysets.","properties":{"id":{"type":"string","readOnly":true},"location_id":{"type":"string","maxLength":25},"region":{"type":"string","maxLength":100},"location_name":{"type":"string","maxLength":256},"description":{"type":"string","maxLength":1000},"country":{"type":"string","maxLength":100},"state":{"type":"string","maxLength":100},"city":{"type":"string","maxLength":100},"area":{"type":"string","maxLength":100},"subarea":{"type":"string","maxLength":100},"address":{"type":"string","maxLength":1000},"city_bb":{"type":"string","maxLength":100},"pincode":{"type":"string","maxLength":100},"landmark":{"type":"string","maxLength":100},"latitude":{"type":"number","format":"float"},"longitude":{"type":"number","format":"float"},"district":{"type":"string","maxLength":100},"address_type":{"type":"string","maxLength":255},"is_ci":{"type":"boolean"},"base_radius":{"type":"number","format":"float"},"is_preconfigured":{"type":"boolean"}},"required":["id","location_id"]}}}}
```

## The PaginatedLeavesListList object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"PaginatedLeavesListList":{"type":"object","properties":{"count":{"type":"integer"},"next":{"type":"string","nullable":true,"format":"uri"},"previous":{"type":"string","nullable":true,"format":"uri"},"results":{"type":"array","items":{"$ref":"#/components/schemas/LeavesList"}}}},"LeavesList":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"username":{"type":"string","readOnly":true},"start_date":{"type":"string","format":"date-time"},"end_date":{"type":"string","format":"date-time"},"reason":{"type":"string"},"days":{"type":"integer"},"leave_id":{"type":"string"},"leave_type":{"type":"string"},"user":{"type":"string"},"email":{"type":"string","readOnly":true}},"required":["email","username"]}}}}
```

## The Partner object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"Partner":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"id":{"type":"string","readOnly":true},"profile_image":{"type":"string","readOnly":true},"partner_id":{"type":"string","maxLength":25},"organization":{"type":"string","maxLength":25},"partner_name":{"type":"string","maxLength":255},"email":{"type":"string","maxLength":255},"contact_number":{"type":"string","nullable":true,"maxLength":255},"password":{"type":"string"},"phone":{"type":"object","additionalProperties":{}},"address":{"type":"string","maxLength":200},"partner_operators":{"type":"array","items":{}},"avatar_color":{"type":"string","nullable":true},"group_id":{"type":"integer"},"profile_id":{"type":"string","nullable":true,"maxLength":25},"user_id":{"type":"integer"},"created_by":{"type":"integer"},"modified_by":{"type":"integer"},"creation_time":{"type":"string","format":"date-time"},"last_update_time":{"type":"string","format":"date-time"},"is_deleted":{"type":"boolean"}},"required":["email","id","organization","partner_id","partner_name","profile_image"]}}}}
```

## The PatchedAPIList object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"PatchedAPIList":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"id":{"type":"string","readOnly":true},"event_time":{"type":"string","readOnly":true},"communication_id":{"type":"string"},"msg_type":{"type":"integer"},"type":{"type":"string"},"user_id":{"type":"string"},"received_config_id":{"type":"string"},"module_id":{"type":"integer"},"ref_id":{"type":"string"},"ref_display_id":{"type":"string"},"is_system_gen":{"type":"boolean"},"imap_config_id":{"type":"string"},"attachment_ids":{"type":"array","items":{},"nullable":true},"created_by":{"type":"string"},"organization":{"type":"string"},"creation_time":{"type":"string","format":"date-time"},"last_update_time":{"type":"string","format":"date-time"},"is_deleted":{"type":"boolean"},"is_assignee_read":{"type":"boolean"},"message_read_map":{"type":"array","items":{"$ref":"#/components/schemas/Embedded"}},"customer_id":{"type":"string"},"customer_entity_id":{"type":"string"},"is_description":{"type":"boolean"},"email_data":{"$ref":"#/components/schemas/Embedded"},"sms_data":{"$ref":"#/components/schemas/Embedded"},"api_data":{"$ref":"#/components/schemas/Embedded"},"beep_data":{"$ref":"#/components/schemas/Embedded"}}},"Embedded":{"type":"object","description":"Serializer for EmbeddedDocuments.\n\nSkips id field and uniqueness validation.\nWhen saving, skips calling instance.save","properties":{"keys":{"type":"string"},"values":{"type":"string"},"queryparam":{"type":"boolean"}}}}}}
```

## The PatchedCatalogue object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"PatchedCatalogue":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"id":{"type":"string","readOnly":true},"catalogue_id":{"type":"string","maxLength":25},"name":{"type":"string"},"parent_id":{"type":"string"},"description":{"type":"string"},"type":{"type":"string"},"classification":{"type":"object","additionalProperties":{}},"user_tag":{"type":"array","items":{}},"team":{"type":"array","items":{}},"is_deleted":{"type":"boolean"},"organization":{"type":"string"}}}}}}
```

## The PatchedKBList object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"PatchedKBList":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"kb_id":{"type":"string","maxLength":25},"title":{"type":"string","readOnly":true},"content":{"type":"string","readOnly":true},"creation_time":{"type":"string","readOnly":true},"kbtype":{"type":"string","readOnly":true},"created_by":{"type":"string","nullable":true},"keywords":{"type":"string","readOnly":true},"config":{"$ref":"#/components/schemas/Embedded"},"faqs":{"type":"string","readOnly":true},"known_error":{"type":"string","readOnly":true},"image":{"type":"string","readOnly":true},"rating":{"type":"string","readOnly":true},"likes":{"type":"string","readOnly":true},"views":{"type":"string","readOnly":true},"bookmarks":{"type":"string","readOnly":true},"user_liked":{"type":"string","readOnly":true},"rating_count":{"type":"string","readOnly":true},"is_bookmarked":{"type":"string","readOnly":true},"comments":{"type":"string","readOnly":true},"last_update_time":{"type":"string","readOnly":true},"is_updated":{"type":"string","readOnly":true},"creator":{"type":"integer","nullable":true},"display_id":{"type":"string","maxLength":50},"notify_users":{"type":"string","readOnly":true}}},"Embedded":{"type":"object","description":"Serializer for EmbeddedDocuments.\n\nSkips id field and uniqueness validation.\nWhen saving, skips calling instance.save","properties":{"keys":{"type":"string"},"values":{"type":"string"},"queryparam":{"type":"boolean"}}}}}}
```

## The PatchedLeavesList object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"PatchedLeavesList":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"username":{"type":"string","readOnly":true},"start_date":{"type":"string","format":"date-time"},"end_date":{"type":"string","format":"date-time"},"reason":{"type":"string"},"days":{"type":"integer"},"leave_id":{"type":"string"},"leave_type":{"type":"string"},"user":{"type":"string"},"email":{"type":"string","readOnly":true}}}}}}
```

## The PatchedSMSList object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"PatchedSMSList":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"id":{"type":"string","readOnly":true},"event_time":{"type":"string","readOnly":true},"communication_id":{"type":"string"},"msg_type":{"type":"integer"},"type":{"type":"string"},"user_id":{"type":"string"},"received_config_id":{"type":"string"},"module_id":{"type":"integer"},"ref_id":{"type":"string"},"ref_display_id":{"type":"string"},"is_system_gen":{"type":"boolean"},"imap_config_id":{"type":"string"},"attachment_ids":{"type":"array","items":{},"nullable":true},"created_by":{"type":"string"},"organization":{"type":"string"},"creation_time":{"type":"string","format":"date-time"},"last_update_time":{"type":"string","format":"date-time"},"is_deleted":{"type":"boolean"},"is_assignee_read":{"type":"boolean"},"message_read_map":{"type":"array","items":{"$ref":"#/components/schemas/Embedded"}},"customer_id":{"type":"string"},"customer_entity_id":{"type":"string"},"is_description":{"type":"boolean"},"email_data":{"$ref":"#/components/schemas/Embedded"},"sms_data":{"$ref":"#/components/schemas/Embedded"},"api_data":{"$ref":"#/components/schemas/Embedded"},"beep_data":{"$ref":"#/components/schemas/Embedded"}}},"Embedded":{"type":"object","description":"Serializer for EmbeddedDocuments.\n\nSkips id field and uniqueness validation.\nWhen saving, skips calling instance.save","properties":{"keys":{"type":"string"},"values":{"type":"string"},"queryparam":{"type":"boolean"}}}}}}
```

## The PolicyRulegroup object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"PolicyRulegroup":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"id":{"type":"string","readOnly":true},"created_by_name":{"type":"string","readOnly":true},"modified_by_name":{"type":"string","readOnly":true},"creationtime":{"type":"string","readOnly":true},"last_update_time":{"type":"string","readOnly":true},"status_opt":{"type":"string","readOnly":true},"status":{"type":"string","readOnly":true},"device_tags":{"type":"string","readOnly":true},"associated_rules":{"type":"string","readOnly":true},"rule_map":{"type":"string","readOnly":true},"created_by_profile":{"type":"string","readOnly":true},"modified_by_profile":{"type":"string","readOnly":true},"rulegroupid":{"type":"string"},"name":{"type":"string"},"organization":{"type":"string","maxLength":25},"description":{"type":"string"},"activation":{"type":"boolean"},"iprange":{"type":"string"},"exclude_ips":{"type":"string"},"vendor":{"type":"string"},"os_type":{"type":"string"},"modified_by":{"type":"integer"},"created_by":{"type":"integer"},"activated_by":{"type":"integer"},"activation_time":{"type":"string","format":"date-time"},"is_deleted":{"type":"boolean"},"assigned_users":{"type":"array","items":{}},"assigned_group":{"type":"array","items":{}},"is_private":{"type":"boolean"}},"required":["associated_rules","created_by_name","created_by_profile","creationtime","device_tags","id","last_update_time","modified_by_name","modified_by_profile","organization","rule_map","rulegroupid","status","status_opt"]}}}}
```

## The ProblemList object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"ProblemList":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"problem_id":{"type":"string","maxLength":25},"display_id":{"type":"string","maxLength":50},"is_merge_problem":{"type":"boolean"},"is_archive":{"type":"boolean"},"unread_mail":{"type":"boolean"},"requester":{"$ref":"#/components/schemas/Embedded"},"config":{"$ref":"#/components/schemas/Embedded"},"reporter_info":{"$ref":"#/components/schemas/Embedded"},"basic_info":{"$ref":"#/components/schemas/Embedded"},"reference":{"type":"array","items":{"$ref":"#/components/schemas/Embedded"}},"source_info":{"$ref":"#/components/schemas/Embedded"},"template_info":{"$ref":"#/components/schemas/Embedded"},"impacted_asset":{"type":"array","items":{"$ref":"#/components/schemas/Embedded"}},"close_info":{"$ref":"#/components/schemas/Embedded"},"current_watcher":{"type":"array","items":{}},"current_assignment_info":{"$ref":"#/components/schemas/Embedded"},"custom_field":{"type":"array","items":{"$ref":"#/components/schemas/Embedded"}},"tag":{"type":"array","items":{}},"kb":{"type":"array","items":{}},"custom_field_data":{"type":"object","additionalProperties":{}},"creation_time":{"type":"string","format":"date-time"},"created_by_id":{"type":"string","maxLength":225},"last_update_time":{"type":"string","format":"date-time"},"updated_by_id":{"type":"string","maxLength":225},"due_date":{"type":"string","format":"date","nullable":true},"location":{"type":"object","additionalProperties":{}}},"required":["problem_id"]},"Embedded":{"type":"object","description":"Serializer for EmbeddedDocuments.\n\nSkips id field and uniqueness validation.\nWhen saving, skips calling instance.save","properties":{"keys":{"type":"string"},"values":{"type":"string"},"queryparam":{"type":"boolean"}}}}}}
```

## The Purge object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"Purge":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"id":{"type":"string","readOnly":true},"config_id":{"type":"string","maxLength":255},"purge_UUID":{"type":"string","maxLength":255},"organization":{"type":"string","maxLength":255},"created_by":{"type":"integer"},"modified_by":{"type":"integer"},"creation_time":{"type":"string","format":"date-time"},"last_update_time":{"type":"string","format":"date-time"},"is_enabled":{"type":"boolean","default":true},"purge_configuration":{"type":"object","additionalProperties":{}}},"required":["config_id","id"]}}}}
```

## The ReleaseList object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"ReleaseList":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"release_id":{"type":"string","maxLength":25},"display_id":{"type":"string","maxLength":50},"is_archive":{"type":"boolean"},"config":{"$ref":"#/components/schemas/Embedded"},"basic_info":{"$ref":"#/components/schemas/Embedded"},"close_info":{"$ref":"#/components/schemas/Embedded"},"current_assignment_info":{"$ref":"#/components/schemas/Embedded"},"tag":{"type":"array","items":{}},"kb":{"type":"array","items":{}},"custom_field_data":{"type":"object","additionalProperties":{}},"creation_time":{"type":"string","format":"date-time"},"created_by_id":{"type":"string","maxLength":225},"last_update_time":{"type":"string","format":"date-time"},"updated_by_id":{"type":"string","maxLength":225},"release_manager":{"type":"object","additionalProperties":{}},"due_date":{"type":"string","format":"date-time"}},"required":["release_id"]},"Embedded":{"type":"object","description":"Serializer for EmbeddedDocuments.\n\nSkips id field and uniqueness validation.\nWhen saving, skips calling instance.save","properties":{"keys":{"type":"string"},"values":{"type":"string"},"queryparam":{"type":"boolean"}}}}}}
```

## The RequestList object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"RequestList":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"request_id":{"type":"string","maxLength":25},"display_id":{"type":"string","maxLength":50},"is_merge_request":{"type":"boolean"},"is_archive":{"type":"boolean"},"unread_mail":{"type":"boolean"},"requester":{"$ref":"#/components/schemas/Embedded"},"config":{"$ref":"#/components/schemas/Embedded"},"reporter_info":{"$ref":"#/components/schemas/Embedded"},"basic_info":{"$ref":"#/components/schemas/Embedded"},"reference":{"type":"array","items":{"$ref":"#/components/schemas/Embedded"}},"source_info":{"$ref":"#/components/schemas/Embedded"},"template_info":{"$ref":"#/components/schemas/Embedded"},"impacted_asset":{"type":"array","items":{"$ref":"#/components/schemas/Embedded"}},"close_info":{"$ref":"#/components/schemas/Embedded"},"current_watcher":{"type":"array","items":{}},"current_assignment_info":{"$ref":"#/components/schemas/Embedded"},"custom_field":{"type":"array","items":{"$ref":"#/components/schemas/Embedded"}},"tag":{"type":"array","items":{}},"kb":{"type":"array","items":{}},"custom_field_data":{"type":"object","additionalProperties":{}},"creation_time":{"type":"string","format":"date-time"},"created_by_id":{"type":"string","maxLength":225},"last_update_time":{"type":"string","format":"date-time"},"updated_by_id":{"type":"string","maxLength":225},"service_form_data":{"type":"object","additionalProperties":{}},"location":{"type":"object","additionalProperties":{}},"employee_info":{"type":"array","items":{}}},"required":["request_id"]},"Embedded":{"type":"object","description":"Serializer for EmbeddedDocuments.\n\nSkips id field and uniqueness validation.\nWhen saving, skips calling instance.save","properties":{"keys":{"type":"string"},"values":{"type":"string"},"queryparam":{"type":"boolean"}}}}}}
```

## The RequesterList object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"RequesterList":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"requester_id":{"type":"string","maxLength":25},"full_name":{"type":"string","readOnly":true},"email":{"type":"string","readOnly":true},"username":{"type":"string","nullable":true,"maxLength":255},"phone_ext":{"type":"string","readOnly":true},"contact_number":{"type":"string","readOnly":true},"land_line":{"type":"string","readOnly":true},"type":{"type":"integer"},"is_login_enable":{"type":"boolean"},"avatar_color":{"type":"string","nullable":true},"work_location":{"$ref":"#/components/schemas/Embedded"},"is_login_active":{"type":"boolean"},"phone_number":{"type":"string","readOnly":true},"user_id":{"type":"integer"},"department":{"type":"string","nullable":true,"maxLength":255},"requester_type":{"type":"string","readOnly":true},"user_details":{"$ref":"#/components/schemas/Embedded"},"creation_time":{"type":"string","format":"date-time","nullable":true},"support_location":{"type":"string","nullable":true},"emp_type":{"type":"string","maxLength":100},"tags":{"type":"array","items":{}},"notify_email":{"type":"string","readOnly":true},"notify_phone":{"type":"string","readOnly":true},"joining_date":{"type":"object","additionalProperties":{},"nullable":true},"invited_user":{"type":"boolean"},"designation":{"type":"string","nullable":true,"maxLength":255},"organization_name":{"type":"string","readOnly":true},"customer_id":{"type":"string","maxLength":255},"customer_entity_id":{"type":"string"},"subscriber_id":{"type":"string","nullable":true,"maxLength":255},"customer_site_group":{"type":"string","nullable":true,"maxLength":255},"profile_id":{"type":"string","nullable":true},"employee_id":{"type":"string","maxLength":100},"base_location":{"$ref":"#/components/schemas/Embedded"},"contact":{"type":"string","readOnly":true},"unmasked_full_name":{"type":"string","readOnly":true},"unmasked_email":{"type":"string","readOnly":true},"is_ad":{"type":"boolean"},"subscription_info":{"type":"object","additionalProperties":{}},"is_profile_image":{"type":"boolean"}},"required":["contact","contact_number","email","full_name","land_line","notify_email","notify_phone","organization_name","phone_ext","phone_number","requester_id","requester_type","unmasked_email","unmasked_full_name"]},"Embedded":{"type":"object","description":"Serializer for EmbeddedDocuments.\n\nSkips id field and uniqueness validation.\nWhen saving, skips calling instance.save","properties":{"keys":{"type":"string"},"values":{"type":"string"},"queryparam":{"type":"boolean"}}}}}}
```

## The SMSList object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"SMSList":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"id":{"type":"string","readOnly":true},"event_time":{"type":"string","readOnly":true},"communication_id":{"type":"string"},"msg_type":{"type":"integer"},"type":{"type":"string"},"user_id":{"type":"string"},"received_config_id":{"type":"string"},"module_id":{"type":"integer"},"ref_id":{"type":"string"},"ref_display_id":{"type":"string"},"is_system_gen":{"type":"boolean"},"imap_config_id":{"type":"string"},"attachment_ids":{"type":"array","items":{},"nullable":true},"created_by":{"type":"string"},"organization":{"type":"string"},"creation_time":{"type":"string","format":"date-time"},"last_update_time":{"type":"string","format":"date-time"},"is_deleted":{"type":"boolean"},"is_assignee_read":{"type":"boolean"},"message_read_map":{"type":"array","items":{"$ref":"#/components/schemas/Embedded"}},"customer_id":{"type":"string"},"customer_entity_id":{"type":"string"},"is_description":{"type":"boolean"},"email_data":{"$ref":"#/components/schemas/Embedded"},"sms_data":{"$ref":"#/components/schemas/Embedded"},"api_data":{"$ref":"#/components/schemas/Embedded"},"beep_data":{"$ref":"#/components/schemas/Embedded"}},"required":["event_time","id"]},"Embedded":{"type":"object","description":"Serializer for EmbeddedDocuments.\n\nSkips id field and uniqueness validation.\nWhen saving, skips calling instance.save","properties":{"keys":{"type":"string"},"values":{"type":"string"},"queryparam":{"type":"boolean"}}}}}}
```

## The ServiceFeasibilityRequest object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"ServiceFeasibilityRequest":{"type":"object","description":"Service Feasibility Request Serializer","properties":{"id":{"type":"string","readOnly":true},"location":{"type":"string","readOnly":true},"fat_info":{"type":"string","readOnly":true},"reservation_start_period":{"type":"string","readOnly":true},"reservation_expiry_period":{"type":"string","readOnly":true},"is_archived":{"type":"boolean"},"state":{"type":"string"},"feasibility_status":{"type":"string"},"subscriber_id":{"type":"string"},"work_order_id":{"type":"string"},"registration_request_id":{"type":"string"},"request_display_id":{"type":"string"},"external_id":{"type":"string"},"request_id":{"type":"string"},"contact_number":{"type":"string"},"profile_type":{"type":"string"},"creation_time":{"type":"string","format":"date-time"},"last_update_time":{"type":"string","format":"date-time"},"latitude":{"type":"number","format":"float","default":20.59},"longitude":{"type":"number","format":"float","default":78.96},"organization":{"type":"string"},"resource_info":{"$ref":"#/components/schemas/Embedded"},"feasibility_info":{"$ref":"#/components/schemas/Embedded"}},"required":["fat_info","id","location","reservation_expiry_period","reservation_start_period"]},"Embedded":{"type":"object","description":"Serializer for EmbeddedDocuments.\n\nSkips id field and uniqueness validation.\nWhen saving, skips calling instance.save","properties":{"keys":{"type":"string"},"values":{"type":"string"},"queryparam":{"type":"boolean"}}}}}}
```

## The Tag object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"Tag":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"id":{"type":"string"},"type":{"type":"integer"},"tag_id":{"type":"string","maxLength":25},"organization":{"type":"string","maxLength":25},"name":{"type":"string","maxLength":255},"created_by":{"type":"integer"},"modified_by":{"type":"integer"},"creation_time":{"type":"string","format":"date-time"},"last_update_time":{"type":"string","format":"date-time"},"is_deleted":{"type":"boolean"},"is_demo_data":{"type":"boolean"}},"required":["id","organization","tag_id","type"]}}}}
```

## The TaskDetails object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"TaskDetails":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"id":{"type":"string","readOnly":true},"formatted_due_date":{"type":"string","readOnly":true},"formatted_actual_start_date":{"type":"string","readOnly":true},"assignee_info":{"type":"string","readOnly":true},"formatted_estimated_duration":{"type":"string","readOnly":true},"formatted_actual_end_date":{"type":"string","readOnly":true},"task_id":{"type":"string","maxLength":25},"type":{"type":"object","additionalProperties":{}},"display_id":{"type":"string","maxLength":25},"ref_id":{"type":"string","maxLength":25},"ref_display_id":{"type":"string","maxLength":25},"ref_module_id":{"type":"integer"},"name":{"type":"string"},"description":{"type":"string"},"status":{"type":"object","additionalProperties":{}},"priority":{"type":"object","additionalProperties":{}},"assignee":{"type":"string"},"assignee_profile":{"type":"object","additionalProperties":{}},"due_date":{"type":"string","format":"date-time"},"repeat_config":{"type":"object","additionalProperties":{}},"meta_data":{"type":"object","additionalProperties":{}},"is_deleted":{"type":"boolean"},"creation_time":{"type":"string","format":"date-time"},"last_update_time":{"type":"string","format":"date-time"},"closure_time":{"type":"string","format":"date-time"},"created_by_id":{"type":"integer"},"updated_by_id":{"type":"integer"},"estimated_cost":{"type":"number","format":"float"},"estimated_duration":{"type":"string","format":"date-time"},"approval_state":{"type":"integer"},"assigned_to_group":{"type":"boolean"},"additional_info":{"type":"object","additionalProperties":{}},"check_list":{"type":"object","additionalProperties":{}},"closure_note":{"type":"string"},"actual_start_date":{"type":"string","format":"date-time"},"actual_end_date":{"type":"string","format":"date-time"},"config":{"$ref":"#/components/schemas/Embedded"},"current_assignment_info":{"$ref":"#/components/schemas/Embedded"},"template_info":{"$ref":"#/components/schemas/Embedded"}},"required":["assignee_info","formatted_actual_end_date","formatted_actual_start_date","formatted_due_date","formatted_estimated_duration","id"]},"Embedded":{"type":"object","description":"Serializer for EmbeddedDocuments.\n\nSkips id field and uniqueness validation.\nWhen saving, skips calling instance.save","properties":{"keys":{"type":"string"},"values":{"type":"string"},"queryparam":{"type":"boolean"}}}}}}
```

## The Team object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"Team":{"type":"object","description":"Team Serializers","properties":{"id":{"type":"string"},"module_ui_name":{"type":"string","readOnly":true},"team_id":{"type":"string","maxLength":225},"module_id":{"type":"integer"},"module_name":{"type":"string"},"group_type":{"type":"string"},"group_id":{"type":"integer"},"name":{"type":"string","maxLength":225},"description":{"type":"string"},"owner":{"type":"array","items":{"$ref":"#/components/schemas/Embedded"}},"staff_selection_type":{"type":"string"},"is_approval_sequence":{"type":"boolean"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Embedded"}},"staffs":{"type":"array","items":{"$ref":"#/components/schemas/Embedded"}},"sequence_staffs":{"type":"array","items":{"$ref":"#/components/schemas/Embedded"}},"level_staff":{"type":"array","items":{"$ref":"#/components/schemas/Embedded"}},"is_preconfigure":{"type":"boolean"},"is_deleted":{"type":"boolean"},"organization":{"type":"string","maxLength":225},"creation_time":{"type":"string","format":"date-time"},"last_update_time":{"type":"string","format":"date-time"},"response_required":{"type":"boolean"},"approval_percentage":{"type":"integer"},"department":{"type":"string"},"business_hr_profile":{"type":"object","additionalProperties":{}},"asset_tags":{"type":"array","items":{}},"is_add_notify_required":{"type":"boolean"},"is_demo_data":{"type":"boolean"},"events_thres_id":{"type":"array","items":{}},"location":{"type":"object","additionalProperties":{}},"group_email":{"type":"string"},"delegate_members":{"type":"array","items":{"type":"object","additionalProperties":{}}},"team_delegate":{"type":"boolean"},"sequence_delegate":{"type":"boolean"},"config":{"$ref":"#/components/schemas/Embedded"}},"required":["id","module_ui_name","organization","team_id"]},"Embedded":{"type":"object","description":"Serializer for EmbeddedDocuments.\n\nSkips id field and uniqueness validation.\nWhen saving, skips calling instance.save","properties":{"keys":{"type":"string"},"values":{"type":"string"},"queryparam":{"type":"boolean"}}}}}}
```

## The TelecomSettings object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"TelecomSettings":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"id":{"type":"string","readOnly":true},"settings_id":{"type":"string"},"module":{"type":"string"},"min_bw_individual":{"type":"number","format":"float"},"min_bw_corporate":{"type":"number","format":"float"},"max_bw_corporate":{"type":"number","format":"float"},"reservation_expiry_period":{"type":"number","format":"float"},"organization":{"type":"string"},"overprovisioning_factor":{"type":"number","format":"float"},"auto_reservation":{"type":"boolean"},"is_deleted":{"type":"boolean"}},"required":["id"]}}}}
```

## The TrapConfiguration object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"TrapConfiguration":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"id":{"type":"string","readOnly":true},"rca_raise_msg":{"type":"string","readOnly":true},"rca_raise_varbind":{"type":"string","readOnly":true},"rca_varmap_status":{"type":"string","readOnly":true},"rca_raise_varbind_msgmap":{"type":"string","readOnly":true},"rca_varbindconv":{"type":"string","readOnly":true},"rca_conversion":{"type":"string","readOnly":true},"trap_id":{"type":"string","maxLength":225},"name":{"type":"string"},"description":{"type":"string"},"type":{"type":"string"},"trap_oid":{"type":"string"},"trap_clear_oid":{"type":"string"},"clear_event_on_clear_oid":{"type":"boolean"},"resource":{"type":"string"},"resource_var_bind":{"type":"string"},"action":{"type":"string"},"stat_map":{"type":"object","additionalProperties":{}},"status":{"type":"integer"},"severity":{"type":"integer"},"set_criteria":{"type":"array","items":{}},"reset_criteria":{"type":"array","items":{}},"alarm_msg":{"type":"string"},"clear_msg":{"type":"string"},"rca":{"type":"object","additionalProperties":{}},"config_download":{"type":"object","additionalProperties":{}},"organization":{"type":"string","maxLength":225},"creation_time":{"type":"string","format":"date-time"},"last_update_time":{"type":"string","format":"date-time"},"isdeleted":{"type":"boolean"},"thresid_map":{"type":"string"}},"required":["id","organization","rca_conversion","rca_raise_msg","rca_raise_varbind","rca_raise_varbind_msgmap","rca_varbindconv","rca_varmap_status","trap_id"]}}}}
```

## The UploadJobs object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"UploadJobs":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"id":{"type":"string","readOnly":true},"agent_id":{"type":"string","readOnly":true},"agent_ip":{"type":"string","readOnly":true},"agent_detail":{"type":"string","readOnly":true},"agent_hostname":{"type":"string","readOnly":true},"job_status":{"type":"string","readOnly":true},"schedule_details":{"type":"string","readOnly":true},"next_action_time_obj":{"type":"string","readOnly":true},"last_action_time_obj":{"type":"string","readOnly":true},"frequency":{"type":"string","readOnly":true},"agent_status":{"type":"string","readOnly":true},"perf_attrs":{"type":"string","readOnly":true},"is_private":{"type":"string","readOnly":true},"user_list":{"type":"string","readOnly":true},"teams_list":{"type":"string","readOnly":true},"next_schedule_hide":{"type":"string","readOnly":true},"close_job_hide_key":{"type":"string","readOnly":true},"job_id":{"type":"string","maxLength":25},"organization":{"type":"string","maxLength":25},"created_by":{"type":"string"},"modified_by":{"type":"string"},"is_deleted":{"type":"boolean"},"job_name":{"type":"string"},"job_type":{"type":"string"},"notifier_id":{"type":"array","items":{}},"associate_users":{"type":"array","items":{}},"associate_groups":{"type":"array","items":{}},"visibility":{"type":"string"},"execution_window":{"type":"string","default":"24 Hours"},"upload_schedule":{"type":"object","additionalProperties":{}},"description":{"type":"string"},"check_download":{"type":"boolean"},"status":{"type":"integer"},"job_iteration_id":{"type":"string"},"last_action_time":{"type":"string","format":"date-time"},"next_action_time":{"type":"string","format":"date-time"},"tzone":{"type":"string"},"is_enabled":{"type":"boolean","default":true},"progress":{"type":"boolean"},"job_starttime":{"type":"string","format":"date-time"},"job_endtime":{"type":"string","format":"date-time"},"is_approval_require":{"type":"boolean"},"approval_status":{"type":"integer"},"approved_by":{"type":"string"},"creation_time":{"type":"string","format":"date-time"},"last_updated_time":{"type":"string","format":"date-time"},"back_end_job":{"type":"boolean"},"agent_info":{"type":"object","additionalProperties":{}},"notification_sent":{"type":"boolean"},"additional_info":{"type":"object","additionalProperties":{}}},"required":["agent_detail","agent_hostname","agent_id","agent_ip","agent_status","close_job_hide_key","frequency","id","is_private","job_id","job_status","last_action_time_obj","next_action_time_obj","next_schedule_hide","organization","perf_attrs","schedule_details","teams_list","user_list"]}}}}
```

## The UserList object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"UserList":{"type":"object","description":"Serializes users querysets.","properties":{"profile_id":{"type":"string","maxLength":25},"user":{"type":"integer"},"profile":{"type":"string","readOnly":true},"creation_time":{"type":"string","format":"date-time"},"profile_image":{"type":"string","readOnly":true},"avatar":{"type":"string","readOnly":true},"email":{"type":"string","nullable":true},"name":{"type":"string","readOnly":true},"is_active":{"type":"boolean"},"last_loggged_in":{"type":"string","readOnly":true},"customer_id":{"type":"array","items":{}},"customer_entity_id":{"type":"array","items":{}},"actual_username":{"type":"string","readOnly":true},"is_multiple_customer_user":{"type":"boolean"},"is_profile_image":{"type":"boolean"}},"required":["actual_username","avatar","last_loggged_in","name","profile","profile_id","profile_image"]}}}}
```

## The Vendor object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"Vendor":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"id":{"type":"string"},"name":{"type":"string"},"vendor_id":{"type":"string","maxLength":25},"organization":{"type":"string","maxLength":25},"vendor_name":{"type":"string"},"status":{"type":"integer"},"type":{"type":"integer"},"web_url":{"type":"string"},"location":{"type":"object","additionalProperties":{}},"contact_person":{"type":"string"},"email":{"type":"string"},"phone_number":{"type":"object","additionalProperties":{}},"description":{"type":"string"},"created_by":{"type":"integer"},"modified_by":{"type":"integer"},"creation_time":{"type":"string","format":"date-time"},"last_update_time":{"type":"string","format":"date-time"},"is_deleted":{"type":"boolean"}},"required":["id","name","organization","vendor_id"]}}}}
```

## The WorkflowJobs object

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"components":{"schemas":{"WorkflowJobs":{"type":"object","description":"Serializer for Documents.\n\nRecognized primitve fields:\n\n    * ``StringField``\n    * ``URLField``\n    * ``EmailField``\n    * ``IntField``\n    * ``LongField``\n    * ``FloatField``\n    * ``DecimalField``\n    * ``BooleanField``\n    * ``DateTimeField``\n    * ``ComplexDateTimeField``\n    * ``ObjectIdField``\n    * ``SequenceField`` (assumes it has integer counter)\n    * ``UUIDField``\n    * ``GeoPointField``\n    * ``GeoJsonBaseField`` (all those fields)\n    * ``DateField``\n\nCompound fields: ``ListField`` and ``DictField`` are mapped to corresponding DRF fields, with respect to nested field specification.\n\nThe ``ReferenceField`` is handled like ``ForeignKey`` in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as ``str(id)``).\n\nFor ``EmbeddedDocumentField`` also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.\n\nGeneric fields ``GenericReferenceField`` and ``GenericEmbeddedDocumentField`` are handled by their own with corresponding serializer fields.\n\nNot well supported or untested:\n\n    ``FileField``\n    ``ImageField``\n    ``BinaryField``\n\nAll other fields are mapped to ``DocumentField`` and probably will work wrong.","properties":{"id":{"type":"string","readOnly":true},"schedule_details":{"type":"string","readOnly":true},"next_action_time_obj":{"type":"string","readOnly":true},"last_action_time_obj":{"type":"string","readOnly":true},"created_by_name":{"type":"string","readOnly":true},"modified_by_name":{"type":"string","readOnly":true},"business_hr_profile_name":{"type":"string","readOnly":true},"execute_now_triggered":{"type":"string","readOnly":true},"created_by_profile":{"type":"string","readOnly":true},"modified_by_profile":{"type":"string","readOnly":true},"job_id":{"type":"string","maxLength":25},"organization":{"type":"string","maxLength":25},"name":{"type":"string"},"description":{"type":"string"},"jobname":{"type":"string"},"progress":{"type":"boolean"},"last_action":{"type":"string","format":"date-time"},"next_action":{"type":"string","format":"date-time"},"startdate":{"type":"object","additionalProperties":{}},"enddate":{"type":"object","additionalProperties":{}},"starttime":{"type":"string","format":"date"},"endtime":{"type":"string","format":"date"},"is_enabled":{"type":"boolean"},"is_deleted":{"type":"boolean"},"creation_time":{"type":"string","format":"date-time"},"modified_time":{"type":"string","format":"date-time"},"created_by":{"type":"string"},"modified_by":{"type":"string"},"business_hr_profile":{"type":"object","additionalProperties":{}},"schedule_data":{"type":"object","additionalProperties":{}},"tzone":{"type":"string"}},"required":["business_hr_profile_name","created_by_name","created_by_profile","execute_now_triggered","id","job_id","last_action_time_obj","modified_by_name","modified_by_profile","name","next_action_time_obj","organization","schedule_details"]}}}}
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.infraon.io/infraon-infinity-api-guide/modules/models.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
