Skip to main content
Skip table of contents

Main configurations

Main configurations

Request for general information

GET /api/admin/v1/static
200 OK

Returns a list of information available to the user

JSON
{
	"notification": {
		"text": "Some notification",
		"is_force": true
	},
	"camera_issues": [
		{
			"id": 1,
			"title": "Foreign objects in the lens"
		},
		{
			"id": 2,
			"title": "No sound"
		},
		{
			"id": 3,
			"title": "No image"
		},
		{
			"id": 4,
			"title": "Operational disruptions"
		},
		{
			"id": 5,
			"title": "Faulty rotating mechanism"
		}
	],
	"billing_event_types": [
		{
			"name": "billing.new_entity",
			"description": "Billing. New entity"
		},
		{
			"name": "billing.pause_entity",
			"description": "Billing. Pause entity"
		},
		{
			"name": "billing.unpause_entity",
			"description": "Billing. Unpause entity"
		},
		{
			"name": "billing.terminate_entity",
			"description": "Billing. Terminate entity"
		},
		{
			"name": "billing.create_location",
			"description": "Billing. Create location"
		},
		{
			"name": "billing.create_location_unknown_csa",
			"description": "Billing. Failed to create location, unknown CSA"
		},
		{
			"name": "billing.delete_location",
			"description": "Billing. Delete location"
		},
		{
			"name": "billing.update_login",
			"description": "Billing. Update login"
		},
		{
			"name": "billing.new_camera",
			"description": "Billing. New camera"
		},
		{
			"name": "billing.attach_camera",
			"description": "Billing. Attach camera"
		},
		{
			"name": "billing.attach_camera_unknown_csa",
			"description": "Billing. Failed to attach camera, unknown CSA"
		},
		{
			"name": "billing.detach_camera",
			"description": "Billing. Detach camera"
		},
		{
			"name": "billing.unknown_type",
			"description": "Billing. Unknown type"
		},
		{
			"name": "billing.update_password",
			"description": "Billing. Update password"
		},
		{
			"name": "create_camera",
			"description": "Billing. Create camera"
		},
		{
			"name": "update_camera",
			"description": "Billing. Update camera"
		},
		{
			"name": "delete_camera",
			"description": "Billing. Delete camera"
		},
		{
			"name": "create_stream",
			"description": "Billing. Create stream"
		},
		{
			"name": "update_stream",
			"description": "Billing. Update stream"
		},
		{
			"name": "create_private_folder",
			"description": "Billing. Create private folder"
		},
		{
			"name": "create_location",
			"description": "Billing. Create location"
		},
		{
			"name": "update_location",
			"description": "Billing. Update location"
		},
		{
			"name": "delete_location",
			"description": "Billing. Delete location"
		},
		{
			"name": "create_user",
			"description": "Billing. Create user"
		},
		{
			"name": "update_user",
			"description": "Billing. Update user"
		},
		{
			"name": "delete_user",
			"description": "Billing. Delete user"
		},
        
		{
			"name": "manage_user_cameras",
			"description": "Billing. Camera access management"
		},
		{
			"name": "manage_user_licenses",
			"description": "Billing. License management"
		},
		{
			"name": "check_user_licenses",
			"description": "Billing. License verification"
		},
		{
			"name": "dhcp.reservation",
			"description": "DHCP. IP address allocation"
		},
		{
			"name": "dhcp.create_reservation_error",
			"description": "DHCP. Failed to create DHCP reservation"
		},
		{
			"name": "dhcp.update_reservation_error",
			"description": "DHCP. Failed to update DHCP reservation"
		},
		{
			"name": "dhcp.update_ip_on_manual_stream",
			"description": "DHCP. Update network device IP address"
		},
		{
			"name": "dhcp.reload_config_error",
			"description": "DHCP. DHCP server configuration update error"
		},
		{
			"name": "onvif.error_connection_initialization",
			"description": "AP. Connection initialization error"
		},
		{
			"name": "onvif.error_get_high_stream",
			"description": "AP. Failed to get high-quality stream"
		},
		{
			"name": "onvif.error_get_low_stream",
			"description": "AP. Failed to get low-quality stream"
		},
		{
			"name": "onvif.error_store_high_stream",
			"description": "AP. Failed to create high-quality stream"
		},
		{
			"name": "onvif.error_update_high_stream",
			"description": "AP. Failed to update high-quality stream"
		},
		{
			"name": "onvif.error_store_low_stream",
			"description": "AP. Failed to create low-quality stream"
		},
		{
			"name": "onvif.error_update_low_stream",
			"description": "AP. Failed to update low-quality stream"
		},
		{
			"name": "onvif.error_set_config_to_camera",
			"description": "AP. Failed to apply configuration to the camera"
		},
		{
			"name": "onvif.error_set_static_ip",
			"description": "AP. Failed to set static IP address"
		},
		{
			"name": "onvif.error_get_devise_information",
			"description": "AP. Failed to retrieve device information"
		},
		{
			"name": "onvif.error_set_date_and_time_on_camera",
			"description": "AP. Failed to set date and time on the camera"
		},
		{
			"name": "stream_inactive",
			"description": "Stream inactive"
		},
		{
			"name": "stream_active",
			"description": "Stream active"
		},
		{
			"name": "stream_high_active",
			"description": "High-quality stream active"
		},
		{
			"name": "stream_high_inactive",
			"description": "High-quality stream inactive"
		},
		{
			"name": "stream_low_active",
			"description": "Low-quality stream active"
		},
		{
			"name": "stream_low_inactive",
			"description": "Low-quality stream inactive"
		},
		{
			"name": "stream_high_enable",
			"description": "High-quality stream enabled by the administrator"
		},
		{
			"name": "stream_high_disable",
			"description": "High-quality stream disabled by the administrator"
		},
		{
			"name": "stream_low_enable",
			"description": "Low-quality stream enabled by the administrator"
		},
		{
			"name": "stream_low_disable",
			"description": "Low-quality stream disabled by the administrator"
		},
		{
			"name": "transfer_failed",
			"description": "Transfer failed"
		},
		{
			"name": "camera_active",
			"description": "models.events.camera_active"
		},
		{
			"name": "camera_partial",
			"description": "models.events.camera_partial"
		},
		{
			"name": "camera_inactive",
			"description": "models.events.camera_inactive"
		},
		{
			"name": "camera_deleted",
			"description": "Camera deleted"
		},
        {
            "name": "billing_camera_deleted",
            "description": "models.events.billing_camera_deleted"
        },
        {
			"name": "start_high_stream",
			"description": "High-quality stream started"
		},
		{
			"name": "stop_high_stream",
			"description": "High-quality stream stopped"
		},
		{
			"name": "start_low_stream",
			"description": "Low-quality stream started"
		},
		{
			"name": "stop_low_stream",
			"description": "Low-quality stream stopped"
		},
		{
			"name": "start_high_stream_fail",
			"description": "Failed to start high-quality stream"
		},
		{
			"name": "stop_high_stream_fail",
			"description": "Failed to stop high-quality stream"
		},
		{
			"name": "start_low_stream_fail",
			"description": "Failed to start low-quality stream"
		},
		{
			"name": "stop_low_stream_fail",
			"description": "Failed to stop low-quality stream"
		},
		{
			"name": "camera_conditions.incorrect_high",
			"description": "models.events.camera_conditions.incorrect_high"
		},
		{
			"name": "camera_conditions.incorrect_low",
			"description": "models.events.camera_conditions.incorrect_low"
		},
		{
			"name": "camera_conditions.problematic_high",
			"description": "models.events.camera_conditions.problematic_high"
		},
		{
			"name": "camera_conditions.problematic_low",
			"description": "models.events.camera_conditions.problematic_low"
		},
		{
			"name": "camera_conditions.disabled_high",
			"description": "models.events.camera_conditions.disabled_high"
		},
		{
			"name": "camera_conditions.disabled_low",
			"description": "models.events.camera_conditions.disabled_low"
		},
		{
			"name": "motion_detect_smtp",
			"description": "Motion detection SMTP"
		},
		{
			"name": "archive.recording_change",
			"description": "Archive recording changed"
		},
		{
			"name": "archive.error_start_recording",
			"description": "Error starting archive recording"
		},
		{
			"name": "archive.error_stop_recording",
			"description": "Error stopping archive recording"
		},
		{
			"name": "archive.error_start_on_demand",
			"description": "Error starting on-demand archive recording"
        },
        {
            "name": "incorrect_high",
            "description": "models.events.incorrect_high"
        },
        {
            "name": "incorrect_low",
            "description": "models.events.incorrect_low"
        },
        {
            "name": "problematic_high",
            "description": "models.events.problematic_high"
        },
        {
            "name": "problematic_low",
            "description": "models.events.problematic_low"
        },
        {
            "name": "disabled_high",
            "description": "models.events.disabled_high"
        },
        {
            "name": "disabled_low",
            "description": "models.events.disabled_low"
        }
    ],
    "config_template_types": [
        "NTP",
        "AudioEncoder_First",
        "AudioEncoder_Second",
        "VideoEncoder_First",
        "VideoEncoder_Second",
        "OSD_Time",
        "OSD_Text",
        "SystemDateAndTime",
        "HostName",
        "archive_range"
    ],
    "cluster_types": [
        {
            "type": "main_secondary",
            "title": "CLUSTER_TYPE_MAIN_SECONDARY"
        }
    ],
    "server_types": [
        {
            "type": "flussonic",
            "title": "SERVER_TYPE_FLUSSONIC"
        },
        {
            "type": "media_server_v2",
            "title": "SERVER_TYPE_MEDIA_SERVER_V2"
        }
    ],
    "server_user_types": [
        {
            "type": "private",
            "title": "SERVER_GROUP_PRIVATE"
        },
        {
            "type": "public",
            "title": "SERVER_GROUP_PUBLIC"
        },
        {
            "type": "all",
            "title": "SERVER_GROUP_ALL"
        }
    ],
    "camera_services": [
        "1.3MP",
        "2MP",
        "3MP",
        "4MP",
        "6MP",
        "8MP",
        "Any"
    ],
    "user_permissions": [
        {
            "group": "Analytics Level 3",
			"permissions": [
				{
					"id": 51,
					"name": "analytic-cases-face",
					"display_name": "Business Case - Face Recognition",
					"group": "Analytics Business Cases"
				},
				{
					"id": 58,
					"name": "analytic-cases-license-plate",
					"display_name": "Business Case - License Plate Detection",
					"group": "Analytics Business Cases"
				}
			]
		},
		{
			"group": "Analytics Level 2",
				"permissions": [
					{
						"id": 52,
						"name": "analytic-cases-person-counting",
						"display_name": "Business Case - Queue Processing",
						"group": "Analytics Business Cases"
					},
					{
						"id": 59,
						"name": "analytic-cases-visitor-counting",
						"display_name": "Business Case - Visitor Counting",
						"group": "Analytics Business Cases"
					}
				]
			},
			{
				"group": "Analytics Level 1",
				"permissions": [
					{
						"id": 62,
						"name": "analytic-cases-smoke-fire",
						"display_name": "Business Case - Smoke and Fire Detection",
						"group": "Analytics Business Cases"
					},
					{
						"id": 63,
						"name": "analytic-cases-line-intersection",
						"display_name": "Business Case - Line Intersection Detection",
						"group": "Analytics Business Cases"
					},
					{
						"id": 61,
						"name": "analytic-cases-loud-sound",
						"display_name": "Business Case - Loud Sound Detection",
						"group": "Analytics Business Cases"
					},
					{
						"id": 57,
						"name": "analytic-cases-motion-detect",
						"display_name": "Business Case - Motion Detection",
						"group": "Analytics Business Cases"
					},
					{
						"id": 60,
						"name": "analytic-cases-camera-obstacle",
						"display_name": "Business Case - Camera Damage/Obstruction/Vandalism Detection",
						"group": "Analytics Business Cases"
					}
				]
			},
			{
				"group": "Analytics Business Cases",
				"permissions": [
					{
						"id": 50,
						"name": "analytic-cases-index",
						"display_name": "List of Business Cases",
						"group": "Analytics Business Cases"
					}
				]
			},
			{
				"group": "Analytics Resources",
				"permissions": [
					{
						"id": 44,
						"name": "analytic-files-destroy",
						"display_name": "Delete Resource",
						"group": "Analytics Resources"
					},
					{
						"id": 40,
						"name": "analytic-files-index",
						"display_name": "View Resources",
						"group": "Analytics Resources"
					},
					{
						"id": 42,
						"name": "analytic-files-show",
						"display_name": "View Resource",
						"group": "Analytics Resources"
					},
					{
						"id": 41,
						"name": "analytic-files-store",
						"display_name": "Create Resource",
						"group": "Analytics Resources"
					},
					{
						"id": 43,
						"name": "analytic-files-update",
						"display_name": "Update Resource",
						"group": "Analytics Resources"
					}
				]
			},
			{
				"group": "Analytics Resource Groups",
				"permissions": [
					{
						"id": 49,
						"name": "analytic-groups-destroy",
						"display_name": "Delete Resource Group",
						"group": "Analytics Resource Groups"
					},
					{
						"id": 45,
						"name": "analytic-groups-index",
						"display_name": "View Resource Groups",
						"group": "Analytics Resource Groups"
					},
					{
						"id": 47,
						"name": "analytic-groups-show",
						"display_name": "View Resource Group",
						"group": "Analytics Resource Groups"
					},
					{
						"id": 46,
						"name": "analytic-groups-store",
						"display_name": "Create Resource Group",
						"group": "Analytics Resource Groups"
					},
					{
						"id": 48,
						"name": "analytic-groups-update",
						"display_name": "Update Resource Group",
						"group": "Analytics Resource Groups"
					}
				]
			},
			{
				"group": "License Statistics",
				"permissions": [
					{
						"id": 64,
						"name": "analytic-license-index",
						"display_name": "Business Case License Statistics",
						"group": "License Statistics"
					}
				]
			},
			{
				"group": "Archives",
				"permissions": [
					{
						"id": 20,
						"name": "archives-download",
						"display_name": "Save Camera Archive",
						"group": "Archives"
					},
					{
						"id": 19,
						"name": "archives-show",
						"display_name": "View Archive",
						"group": "Archives"
					}
				]
			},
			{
				"group": "Screenshots",
				"permissions": [
					{
						"id": 21,
						"name": "archives-preview-download",
						"display_name": "Save Camera Screenshot",
						"group": "Screenshots"
					}
				]
			},
			{
				"group": "Cameras",
				"permissions": [
					{
						"id": 29,
						"name": "camera-archive-recording-management",
						"display_name": "Activate or Deactivate Camera Archive Recording",
						"group": "Cameras"
					}
				]
			},
			{
				"group": "Events",
				"permissions": [
					{
						"id": 23,
						"name": "camera-events-index",
						"display_name": "View Camera Events",
						"group": "Events"
					}
				]
			},
{
"group": "Users",
"permissions": [
{
"id": 28,
"name": "external-event",
"display_name": "Receive External Events",
"group": "Users"
},
{
"id": 7,
"name": "users-change-password",
"display_name": "Change User Password",
"group": "Users"
},
{
"id": 6,
"name": "users-destroy",
"display_name": "Delete User",
"group": "Users"
},
{
"id": 2,
"name": "users-index",
"display_name": "List of Users",
"group": "Users"
},
{
"id": 4,
"name": "users-show",
"display_name": "View User",
"group": "Users"
},
{
"id": 3,
"name": "users-store",
"display_name": "Create Users",
"group": "Users"
},
{
"id": 5,
"name": "users-update",
"display_name": "Update User",
"group": "Users"
}
]
},
        {
"group": "Camera Groups",
"permissions": [
{
"id": 17,
"name": "groups-cameras-attach",
"display_name": "Add Camera to Folder",
"group": "Camera Groups"
},
{
"id": 18,
"name": "groups-cameras-detach",
"display_name": "Remove Camera from Folder",
"group": "Camera Groups"
},
{
"id": 15,
"name": "groups-destroy",
"display_name": "Delete Folder",
"group": "Camera Groups"
},
{
"id": 16,
"name": "groups-rename",
"display_name": "Rename Folder",
"group": "Camera Groups"
},
{
"id": 14,
"name": "groups-store",
"display_name": "Create Folder",
"group": "Camera Groups"
}
]
},
{
"group": "Intercom",
"permissions": [
{
"id": 84,
"name": "intercom-index",
"display_name": "View Intercoms",
"group": "Intercom"
}
]
},
{
"group": "Layouts",
"permissions": [
{
"id": 12,
"name": "layouts-cameras-attach",
"display_name": "Add Camera to Layout",
"group": "Layouts"
},
{
"id": 13,
"name": "layouts-cameras-detach",
"display_name": "Remove Camera from Layout",
"group": "Layouts"
},
{
"id": 10,
"name": "layouts-destroy",
"display_name": "Delete Layout",
"group": "Layouts"
},
{
"id": 8,
"name": "layouts-index",
"display_name": "List Layouts",
"group": "Layouts"
},
{
"id": 11,
"name": "layouts-rename",
"display_name": "Rename Layout",
"group": "Layouts"
},
{
"id": 9,
"name": "layouts-store",
"display_name": "Create Layout",
"group": "Layouts"
}
]
},
{
"group": "Login",
"permissions": [
{
"id": 1,
"name": "logins-store",
"display_name": "Add Login",
"group": "Login"
}
]
},
{
"group": "Maps",
"permissions": [
{
"id": 39,
"name": "map-destroy",
"display_name": "Delete Map",
"group": "Maps"
},
{
"id": 35,
"name": "map-index",
"display_name": "View Maps",
"group": "Maps"
},
{
"id": 37,
"name": "map-show",
"display_name": "View Map",
"group": "Maps"
},
{
"id": 36,
"name": "map-store",
"display_name": "Create Map",
"group": "Maps"
},
{
"id": 38,
"name": "map-update",
"display_name": "Update Map",
"group": "Maps"
}
]
},
{
"group": "Markers",
"permissions": [
{
"id": 27,
"name": "marks-destroy",
"display_name": "Delete Markers",
"group": "Markers"
},
{
"id": 24,
"name": "marks-index",
"display_name": "View Markers",
"group": "Markers"
},
{
"id": 25,
"name": "marks-store",
"display_name": "Create Markers",
"group": "Markers"
},
{
"id": 26,
"name": "marks-update",
"display_name": "Update Markers",
"group": "Markers"
}
]
},
{
"group": "PTZ",
"permissions": [
{
"id": 22,
"name": "ptz",
"display_name": "PTZ Control",
"group": "PTZ"
}
]
},
{
"group": "Scripts",
"permissions": [
{
"id": 34,
"name": "scripts-destroy",
"display_name": "Delete Script",
"group": "Scripts"
},
{
"id": 30,
"name": "scripts-index",
"display_name": "View Script List",
"group": "Scripts"
},
{
"id": 32,
"name": "scripts-show",
"display_name": "View Script",
"group": "Scripts"
},
{
"id": 31,
"name": "scripts-store",
"display_name": "Save Script",
"group": "Scripts"
},
{
"id": 33,
"name": "scripts-update",
"display_name": "Update Script",
"group": "Scripts"
}
]
}
],
"special_user_permissions": [
{
"group": "Analytics Business Cases",
"permissions": [
{
"id": 60,
"name": "analytic-cases-camera-obstacle",
"display_name": "Business Case - Camera Damage/Obstruction/Vandalism Detection",
"group": "Analytics Business Cases"
},
{
"id": 51,
"name": "analytic-cases-face",
"display_name": "Business Case - Face Recognition",
"group": "Analytics Business Cases"
},
{
"id": 50,
"name": "analytic-cases-index",
"display_name": "List Business Cases",
"group": "Analytics Business Cases"
},
{
"id": 58,
"name": "analytic-cases-license-plate",
"display_name": "Business Case - License Plate Detection",
"group": "Analytics Business Cases"
},
                {
"id": 63,
"name": "analytic-cases-line-intersection",
"display_name": "Business Case - Line Intersection Detection",
"group": "Analytics Business Cases"
},
{
"id": 61,
"name": "analytic-cases-loud-sound",
"display_name": "Business Case - Loud Sound Detection",
"group": "Analytics Business Cases"
},
{
"id": 57,
"name": "analytic-cases-motion-detect",
"display_name": "Business Case - Motion Detection",
"group": "Analytics Business Cases"
},
{
"id": 52,
"name": "analytic-cases-person-counting",
"display_name": "Business Case - Queue Processing",
"group": "Analytics Business Cases"
},
{
"id": 62,
"name": "analytic-cases-smoke-fire",
"display_name": "Business Case - Smoke and Fire Detection",
"group": "Analytics Business Cases"
},
{
"id": 59,
"name": "analytic-cases-visitor-counting",
"display_name": "Business Case - Visitor Counting Detection",
"group": "Analytics Business Cases"
},
{
"group": "Analytics Resources",
"permissions": [
{
"id": 44,
"name": "analytic-files-destroy",
"display_name": "Delete Resource",
"group": "Analytics Resources"
},
{
"id": 40,
"name": "analytic-files-index",
"display_name": "View Resources",
"group": "Analytics Resources"
},
{
"id": 42,
"name": "analytic-files-show",
"display_name": "View Resource",
"group": "Analytics Resources"
},
{
"id": 41,
"name": "analytic-files-store",
"display_name": "Create Resource",
"group": "Analytics Resources"
},
{
"id": 43,
"name": "analytic-files-update",
"display_name": "Update Resource",
"group": "Analytics Resources"
}
]
},
{
"group": "Analytics Resource Groups",
"permissions": [
{
"id": 49,
"name": "analytic-groups-destroy",
"display_name": "Delete Resource Group",
"group": "Analytics Resource Groups"
},
{
"id": 45,
"name": "analytic-groups-index",
"display_name": "View Resource Groups",
"group": "Analytics Resource Groups"
},
{
"id": 47,
"name": "analytic-groups-show",
"display_name": "View Resource Group",
"group": "Analytics Resource Groups"
},
{
"id": 46,
"name": "analytic-groups-store",
"display_name": "Create Resource Group",
"group": "Analytics Resource Groups"
},
{
"id": 48,
"name": "analytic-groups-update",
"display_name": "Update Resource Group",
"group": "Analytics Resource Groups"
}
]
},
{
"group": "License Statistics",
"permissions": [
{
"id": 64,
"name": "analytic-license-index",
"display_name": "License Statistics for Business Cases",
"group": "License Statistics"
}
]
},
{
"group": "Archive",
"permissions": [
{
"id": 20,
"name": "archives-download",
"display_name": "Save Camera Archive",
"group": "Archive"
},
{
"id": 19,
"name": "archives-show",
"display_name": "View Archive",
"group": "Archive"
}
]
},
{
"group": "Screenshots",
"permissions": [
{
"id": 21,
"name": "archives-preview-download",
"display_name": "Save Camera Screenshot",
"group": "Screenshots"
}
]
},
{
"group": "Cameras",
"permissions": [
{
"id": 29,
"name": "camera-archive-recording-management",
"display_name": "Activate or Deactivate Archive Recording on Camera",
"group": "Cameras"
}
]
},
{
"group": "Events",
"permissions": [
{
"id": 23,
"name": "camera-events-index",
"display_name": "View Camera Events",
"group": "Events"
}
]
},
{
"group": "Camera Groups",
"permissions": [
{
"id": 17,
"name": "groups-cameras-attach",
"display_name": "Add Camera to Folder",
"group": "Camera Groups"
},
{
"id": 18,
"name": "groups-cameras-detach",
"display_name": "Remove Camera from Folder",
"group": "Camera Groups"
},
{
"id": 15,
"name": "groups-destroy",
"display_name": "Delete Folder",
"group": "Camera Groups"
},
{
"id": 16,
"name": "groups-rename",
"display_name": "Rename Folder",
"group": "Camera Groups"
},
{
"id": 14,
"name": "groups-store",
"display_name": "Create Folder",
"group": "Camera Groups"
}
]
},
{
"group": "Intercom",
"permissions": [
{
"id": 84,
"name": "intercom-index",
"display_name": "Display Intercoms",
"group": "Intercom"
}
]
},
{
"group": "Layouts",
"permissions": [
{
"id": 12,
"name": "layouts-cameras-attach",
"display_name": "Add Camera to Layout",
"group": "Layouts"
},
{
"id": 13,
"name": "layouts-cameras-detach",
"display_name": "Remove Camera from Layout",
"group": "Layouts"
},
{
"id": 10,
"name": "layouts-destroy",
"display_name": "Delete Layout",
"group": "Layouts"
},
{
"id": 8,
"name": "layouts-index",
"display_name": "List Layouts",
"group": "Layouts"
},
{
"id": 11,
"name": "layouts-rename",
"display_name": "Rename Layout",
"group": "Layouts"
},
{
"id": 9,
"name": "layouts-store",
"display_name": "Create Layout",
"group": "Layouts"
}
]
},
{
"group": "Login",
"permissions": [
{
"id": 1,
"name": "logins-store",
"display_name": "Add login",
"group": "Login"
}
]
},
{
"group": "Maps",
"permissions": [
{
"id": 39,
"name": "map-destroy",
"display_name": "Delete map",
"group": "Maps"
},
{
"id": 35,
"name": "map-index",
"display_name": "View maps",
"group": "Maps"
},
{
"id": 37,
"name": "map-show",
"display_name": "View map",
"group": "Maps"
},
{
"id": 36,
"name": "map-store",
"display_name": "Create map",
"group": "Maps"
},
{
"id": 38,
"name": "map-update",
"display_name": "Update map",
"group": "Maps"
}
]
},
{
"group": "Markers",
"permissions": [
{
"id": 27,
"name": "marks-destroy",
"display_name": "Delete markers",
"group": "Markers"
},
{
"id": 24,
"name": "marks-index",
"display_name": "View markers",
"group": "Markers"
},
{
"id": 25,
"name": "marks-store",
"display_name": "Create markers",
"group": "Markers"
},
{
"id": 26,
"name": "marks-update",
"display_name": "Update markers",
"group": "Markers"
}
]
},
{
"group": "PTZ",
"permissions": [
{
"id": 22,
"name": "ptz",
"display_name": "PTZ control",
"group": "PTZ"
}
]
},
{
"group": "Scripts",
"permissions": [
{
"id": 34,
"name": "scripts-destroy",
"display_name": "Delete script",
"group": "Scripts"
},
{
"id": 30,
"name": "scripts-index",
"display_name": "View script list",
"group": "Scripts"
},
{
"id": 32,
"name": "scripts-show",
"display_name": "View script",
"group": "Scripts"
},
{
"id": 31,
"name": "scripts-store",
"display_name": "Save script",
"group": "Scripts"
},
{
"id": 33,
"name": "scripts-update",
"display_name": "Update script",
"group": "Scripts"
}
]
}
],
"user_log_entry_types": [
{
"group": "Analytics Business Cases",
"log_types": [
{
"id": 102,
"name": "user.analytic_case.destroy",
"display_name": "User deleting business case",
"group": "Analytics Business Cases"
},
{
"id": 99,
"name": "user.analytic_case.store",
"display_name": "User creating business case",
"group": "Analytics Business Cases"
},
{
"group": "User Analytics Cases",
"log_types": [
{
"id": 100,
"name": "user.analytic_case.store_fail",
"display_name": "Error Creating User Analytics Case",
"group": "User Analytics Cases"
},
{
"id": 101,
"name": "user.analytic_case.update",
"display_name": "User Analytics Case Update",
"group": "User Analytics Cases"
}
]
},
{
"group": "Analytics Resources",
"log_types": [
{
"id": 98,
"name": "user.analytic_file.batch_destroy",
"display_name": "User Analytics Resource Batch Deletion",
"group": "Analytics Resources"
},
{
"id": 97,
"name": "user.analytic_file.destroy",
"display_name": "User Analytics Resource Deletion",
"group": "Analytics Resources"
},
{
"id": 96,
"name": "user.analytic_file.detach",
"display_name": "User Analytics Resource Detachment",
"group": "Analytics Resources"
},
{
"id": 94,
"name": "user.analytic_file.store",
"display_name": "User Analytics Resource Creation",
"group": "Analytics Resources"
},
{
"id": 95,
"name": "user.analytic_file.update",
"display_name": "User Analytics Resource Update",
"group": "Analytics Resources"
}
]
},
{
"group": "Analytics Resource Groups",
"log_types": [
{
"id": 93,
"name": "user.analytic_group.destroy",
"display_name": "User Analytics Resource Group Deletion",
"group": "Analytics Resource Groups"
},
{
"id": 91,
"name": "user.analytic_group.store",
"display_name": "User Analytics Resource Group Creation",
"group": "Analytics Resource Groups"
},
{
"id": 92,
"name": "user.analytic_group.update",
"display_name": "User Analytics Resource Group Update",
"group": "Analytics Resource Groups"
}
]
},
{
"group": "Archive",
"log_types": [
{
"id": 122,
"name": "user.archive.destroy",
"display_name": "User Archive Deletion",
"group": "Archive"
},
{
"id": 121,
"name": "user.archive.store",
"display_name": "User Archive Generation",
"group": "Archive"
}
]
},
{
"group": "Cameras",
"log_types": [
{
"id": 124,
"name": "user.camera.destroy_favorite",
"display_name": "User Camera Removal from Favorites",
"group": "Cameras"
},
{
"id": 123,
"name": "user.camera.store_favorite",
"display_name": "User Camera Addition to Favorites",
"group": "Cameras"
}
]
},
{
"group": "Camera Groups",
"log_types": [
{
"id": 108,
"name": "user.group.destroy",
"display_name": "User Camera Group Deletion",
"group": "Camera Groups"
},
{
"subuser_log_entry_types": [
{
"group": "Analytics Business Cases",
"log_types": [
{
"id": 140,
"name": "subuser.analytic_case.destroy",
"display_name": "Deleting a business case by a subuser",
"group": "Analytics Business Cases"
},
{
"id": 137,
"name": "subuser.analytic_case.store",
"display_name": "Creating a business case by a subuser",
"group": "Analytics Business Cases"
},
{
"id": 138,
"name": "subuser.analytic_case.store_fail",
"display_name": "Error creating a business case by a subuser",
"group": "Analytics Business Cases"
},
{
"id": 139,
"name": "subuser.analytic_case.update",
"display_name": "Updating a business case by a subuser",
"group": "Analytics Business Cases"
}
]
},
{
"group": "Analytics Resources",
"log_types": [
{
"id": 136,
"name": "subuser.analytic_file.batch_destroy",
"display_name": "Bulk deleting analytics resources by a subuser",
"group": "Analytics Resources"
},
{
"id": 135,
"name": "subuser.analytic_file.destroy",
"display_name": "Deleting an analytics resource by a subuser",
"group": "Analytics Resources"
},
{
"id": 134,
"name": "subuser.analytic_file.detach",
"display_name": "Detaching an analytics resource by a subuser",
"group": "Analytics Resources"
},
{
"id": 132,
"name": "subuser.analytic_file.store",
"display_name": "Creating an analytics resource by a subuser",
"group": "Analytics Resources"
},
{
"id": 133,
"name": "subuser.analytic_file.update",
"display_name": "Updating an analytics resource by a subuser",
"group": "Analytics Resources"
}
]
},
{
"group": "Analytics Resource Groups",
"log_types": [
{
"id": 131,
"name": "subuser.analytic_group.destroy",
"display_name": "Deleting an analytics resource group by a subuser",
"group": "Analytics Resource Groups"
},
{
"id": 129,
"name": "subuser.analytic_group.store",
"display_name": "Creating an analytics resource group by a subuser",
"group": "Analytics Resource Groups"
}
]
},
{
"group": "Camera Groups",
"log_types": [
{
"id": 106,
"name": "user.group.store",
"display_name": "Creating a camera group by a user",
"group": "Camera Groups"
},
{
"id": 107,
"name": "user.group.update",
"display_name": "Updating a camera group by a user",
"group": "Camera Groups"
}
]
},
{
"group": "Layouts",
"log_types": [
{
"id": 111,
"name": "user.layout.destroy",
"display_name": "Deleting a layout by a user",
"group": "Layouts"
},
{
"id": 109,
"name": "user.layout.store",
"display_name": "Creating a layout by a user",
"group": "Layouts"
},
{
"id": 110,
"name": "user.layout.update",
"display_name": "Updating a layout by a user",
"group": "Layouts"
}
]
},
{
"group": "Maps",
"log_types": [
{
"id": 114,
"name": "user.map.destroy",
"display_name": "Deleting a map by a user",
"group": "Maps"
},
{
"id": 112,
"name": "user.map.store",
"display_name": "Creating a map by a user",
"group": "Maps"
},
{
"id": 113,
"name": "user.map.update",
"display_name": "Updating a map by a user",
"group": "Maps"
}
]
},
{
"group": "Markers",
"log_types": [
{
"id": 117,
"name": "user.mark.destroy",
"display_name": "Deleting a marker by a user",
"group": "Markers"
},
{
"id": 115,
"name": "user.mark.store",
"display_name": "Creating a marker by a user",
"group": "Markers"
},
{
"id": 116,
"name": "user.mark.update",
"display_name": "Updating a marker by a user",
"group": "Markers"
}
]
},
{
"group": "Scripts",
"log_types": [
{
"id": 120,
"name": "user.script.destroy",
"display_name": "Deleting a script by a user",
"group": "Scripts"
},
{
"id": 118,
"name": "user.script.store",
"display_name": "Creating a script by a user",
"group": "Scripts"
},
{
"id": 119,
"name": "user.script.update",
"display_name": "Updating a script by a user",
"group": "Scripts"
}
]
},
{
"group": "Streams",
"log_types": [
{
"id": 125,
"name": "user.stream.archive_download",
"display_name": "Downloading an archive by a user",
"group": "Streams"
}
]
},
{
"group": "Sub-Users",
"log_types": [
{
"id": 128,
"name": "user.subuser.destroy",
"display_name": "Deleting a sub-user",
"group": "Sub-Users"
},
{
"id": 126,
"name": "user.subuser.store",
"display_name": "Creating a sub-user",
"group": "Sub-Users"
},
{
"id": 127,
"name": "user.subuser.update",
"display_name": "Updating a sub-user",
"group": "Sub-Users"
}
]
}
]
},
                {
"id": 130,
"name": "subuser.analytic_group.update",
"display_name": "Updating resource group by subuser",
"group": "Analytics Resource Groups"
},
{
"group": "Archive",
"log_types": [
{
"id": 160,
"name": "subuser.archive.destroy",
"display_name": "Deleting archive by subuser",
"group": "Archive"
},
{
"id": 159,
"name": "subuser.archive.store",
"display_name": "Generating new archive by subuser",
"group": "Archive"
}
]
},
{
"group": "Cameras",
"log_types": [
{
"id": 162,
"name": "subuser.camera.destroy_favorite",
"display_name": "Removing camera from favorites by subuser",
"group": "Cameras"
},
{
"id": 161,
"name": "subuser.camera.store_favorite",
"display_name": "Adding camera to favorites by subuser",
"group": "Cameras"
}
]
},
{
"group": "Camera Groups",
"log_types": [
{
"id": 146,
"name": "subuser.group.destroy",
"display_name": "Deleting camera group by subuser",
"group": "Camera Groups"
},
{
"id": 144,
"name": "subuser.group.store",
"display_name": "Creating camera group by subuser",
"group": "Camera Groups"
},
{
"id": 145,
"name": "subuser.group.update",
"display_name": "Updating camera group by subuser",
"group": "Camera Groups"
}
]
},
{
"group": "Layouts",
"log_types": [
{
"id": 149,
"name": "subuser.layout.destroy",
"display_name": "Deleting layout by subuser",
"group": "Layouts"
},
{
"id": 147,
"name": "subuser.layout.store",
"display_name": "Creating layout by subuser",
"group": "Layouts"
},
{
"id": 148,
"name": "subuser.layout.update",
"display_name": "Updating layout by subuser",
"group": "Layouts"
}
]
},
{
"group": "Maps",
"log_types": [
{
"id": 152,
"name": "subuser.map.destroy",
"display_name": "Deleting map by subuser",
"group": "Maps"
},
{
"id": 150,
"name": "subuser.map.store",
"display_name": "Creating map by subuser",
"group": "Maps"
},
{
"id": 151,
"name": "subuser.map.update",
"display_name": "Updating map by subuser",
"group": "Maps"
}
]
},
{
"group": "Markers",
"log_types": [
{
"id": 155,
"name": "subuser.mark.destroy",
"display_name": "Deleting marker by subuser",
"group": "Markers"
},
{
"id": 153,
"name": "subuser.mark.store",
"display_name": "Creating marker by subuser",
"group": "Markers"
},
{
"id": 154,
"name": "subuser.mark.update",
"display_name": "Updating marker by subuser",
"group": "Markers"
}
]
},
{
"group": "Scripts",
"log_types": [
{
"id": 158,
"name": "subuser.script.destroy",
"display_name": "Deleting script reaction by subuser",
"group": "Scripts"
},
{
"id": 156,
"name": "subuser.script.store",
"display_name": "Creating script reaction by subuser",
"group": "Scripts"
},
{
"id": 157,
"name": "subuser.script.update",
"display_name": "Updating script reaction by subuser",
"group": "Scripts"
}
]
},
{
"group": "Streams",
"log_types": [
{
"id": 163,
"name": "subuser.stream.archive_download",
"display_name": "Downloading archive by subuser",
"group": "Streams"
}
]
}
],
"special_log_entry_types": [
{
"group": "Analytics Business Cases",
"log_types": [
{
"id": 67,
"name": "special.analytic_case.destroy",
"display_name": "Deleting temporary user's business case",
"group": "Analytics Business Cases"
},
{
"id": 64,
"name": "special.analytic_case.store",
"display_name": "Creating temporary user's business case",
"group": "Analytics Business Cases"
},
{
"id": 65,
"name": "special.analytic_case.store_fail",
"display_name": "Error creating temporary user's business case",
"group": "Analytics Business Cases"
},
{
"id": 66,
"name": "special.analytic_case.update",
"display_name": "Updating temporary user's business case",
"group": "Analytics Business Cases"
}
]
},
{
"group": "Analytics Resources",
"log_types": [
{
"id": 63,
"name": "special.analytic_file.batch_destroy",
"display_name": "Mass deletion of temporary user's analytic resources",
"group": "Analytics Resources"
},
{
"id": 62,
"name": "special.analytic_file.destroy",
"display_name": "Deleting temporary user's analytic resource",
"group": "Analytics Resources"
},
{
"id": 61,
"name": "special.analytic_file.detach",
"display_name": "Detaching temporary user's analytic resource",
"group": "Analytics Resources"
},
{
"id": 59,
"name": "special.analytic_file.store",
"display_name": "Creating temporary user's analytic resource",
"group": "Analytics Resources"
},
{
"id": 60,
"name": "special.analytic_file.update",
"display_name": "Updating temporary user's analytic resource",
"group": "Analytics Resources"
}
]
},
        {
"group": "Resource Analytics Groups",
"log_types": [
{
"id": 58,
"name": "special.analytic_group.destroy",
"display_name": "Deleting a resource group by a temporary user",
"group": "Resource Analytics Groups"
},
{
"id": 56,
"name": "special.analytic_group.store",
"display_name": "Creating a resource group by a temporary user",
"group": "Resource Analytics Groups"
},
{
"id": 57,
"name": "special.analytic_group.update",
"display_name": "Updating a resource group by a temporary user",
"group": "Resource Analytics Groups"
}
]
},
{
"group": "Archive",
"log_types": [
{
"id": 87,
"name": "special.archive.destroy",
"display_name": "Deleting an archive by a temporary user",
"group": "Archive"
},
{
"id": 86,
"name": "special.archive.store",
"display_name": "Generating a new archive by a temporary user",
"group": "Archive"
}
]
},
{
"group": "Cameras",
"log_types": [
{
"id": 89,
"name": "special.camera.destroy_favorite",
"display_name": "Removing a camera from favorites by a temporary user",
"group": "Cameras"
},
{
"id": 88,
"name": "special.camera.store_favorite",
"display_name": "Adding a camera to favorites by a temporary user",
"group": "Cameras"
}
]
},
{
"group": "Camera Groups",
"log_types": [
{
"id": 73,
"name": "special.group.destroy",
"display_name": "Deleting a camera group by a temporary user",
"group": "Camera Groups"
},
{
"id": 71,
"name": "special.group.store",
"display_name": "Creating a camera group by a temporary user",
"group": "Camera Groups"
},
{
"id": 72,
"name": "special.group.update",
"display_name": "Updating a camera group by a temporary user",
"group": "Camera Groups"
}
]
},
{
"group": "Layouts",
"log_types": [
{
"id": 76,
"name": "special.layout.destroy",
"display_name": "Deleting a layout by a temporary user",
"group": "Layouts"
},
{
"id": 74,
"name": "special.layout.store",
"display_name": "Creating a layout by a temporary user",
"group": "Layouts"
},
{
"id": 75,
"name": "special.layout.update",
"display_name": "Updating a layout by a temporary user",
"group": "Layouts"
}
]
},
{
"group": "Maps",
"log_types": [
{
"id": 79,
"name": "special.map.destroy",
"display_name": "Deleting a map by a temporary user",
"group": "Maps"
},
{
"id": 77,
"name": "special.map.store",
"display_name": "Creating a map by a temporary user",
"group": "Maps"
},
{
"id": 78,
"name": "special.map.update",
"display_name": "Updating a map by a temporary user",
"group": "Maps"
}
]
},
{
"group": "Markers",
"log_types": [
{
"id": 82,
"name": "special.mark.destroy",
"display_name": "Deleting a marker by a temporary user",
"group": "Markers"
},
{
"id": 80,
"name": "special.mark.store",
"display_name": "Creating a marker by a temporary user",
"group": "Markers"
},
{
"id": 81,
"name": "special.mark.update",
"display_name": "Updating a marker by a temporary user",
"group": "Markers"
}
]
},
{
"group": "Scripts",
"log_types": [
{
"id": 85,
"name": "special.script.destroy",
"display_name": "Deleting a script by a temporary user",
"group": "Scripts"
},
{
"id": 83,
"name": "special.script.store",
"display_name": "Creating a script by a temporary user",
"group": "Scripts"
},
{
"id": 84,
"name": "special.script.update",
"display_name": "Updating a script by a temporary user",
"group": "Scripts"
}
]
},
{
"group": "Streams",
"log_types": [
{
"id": 90,
"name": "special.stream.archive_download",
"display_name": "Downloading an archive by a temporary user",
"group": "Streams"
}
]
}
],
    "config_template_status": [
        "actual",
        "expired",
        "error"
    ],
    "dashboard": {
        "date": [
            {
                "title": "DASHBOARD_BUTTON_TODAY",
                "value": "today"
            },
            {
                "title": "DASHBOARD_BUTTON_YESTERDAY",
                "value": "yesterday"
            },
            {
                "title": "DASHBOARD_BUTTON_WEEK",
                "value": "week"
            },
            {
                "title": "DASHBOARD_BUTTON_28DAYS",
                "value": "28days"
            }
        ]
    },
    "report": {
        "type": [
            "cameras",
            "servers",
            "system",
            "cameras_for_range",
            "loading_server_channels",
            "licenses",
            "loading_servers",
            "inactive_servers",
            "inactive_cameras"
        ]
    },
    "video_rates": [
        1,
        5,
        10
    ],
    "dictionaries_types": [
        "android",
        "ios",
        "thick-legal",
        "web",
        "admin",
        "models",
        "permissions",
        "pushes",
        "validation"
    ],
    "schema_for_mediaservers": [
        "http",
        "https"
    ],
    "role_types": [
        {
            "role": "admin",
            "title": "ROLE_TYPE_ADMIN"
        }
    ],
    "analytic_license": [
        {
            "type": "analytic_l1",
            "data": [
                {
                    "type": "loud-sound",
                    "permission": "analytic-cases-loud-sound",
                    "color": "#1564A6"
                },
                {
                    "type": "smoke-fire",
                    "permission": "analytic-cases-smoke-fire",
                    "color": "#DE2000"
                },
                {
                    "type": "line-intersection",
                    "permission": "analytic-cases-line-intersection",
                    "color": "#5CBCE7"
                },
                {
                    "type": "camera-obstacle",
                    "permission": "analytic-cases-camera-obstacle",
                    "color": "#566197"
                },
                {
                    "type": "motion-detect",
                    "permission": "analytic-cases-motion-detect",
                    "color": "#2CA329"
                }
            ]
        },
        {
            "type": "analytic_l2",
            "data": [
                {
                    "type": "person_counting",
                    "permission": "analytic-cases-person-counting",
                    "color": "#F027DC"
                },
                {
                    "type": "visitor_counting",
                    "permission": "analytic-cases-visitor-counting",
                    "color": "#C76DFF"
                }
            ]
        },
        {
            "type": "analytic_l3",
            "data": [
                {
                    "type": "face",
                    "permission": "analytic-cases-face",
                    "color": "#E5642E"
                },
                {
                    "type": "license_plate",
                    "permission": "analytic-cases-license-plate",
                    "color": "#00B2FF"
                }
            ]
        }
    ],
"stream_conditions": [
{
"name": "incorrect",
"title": "Incorrect"
},
{
"name": "problematic",
"title": "Unreliable"
},
{
"name": "disabled",
"title": "Disabled"
}
],
"logos": [
{
"id": 5,
"type": "admin_header",
"title": "Web Admin",
"description": "The logo is located in the web admin on the top panel of the interface",
"url": "http://127.0.0.1:8080/storage/logos/en/admin_header.png",
"validation": "The image should not exceed 2MB in size and should be in one of the following formats: JPEG, BMP, PNG, SVG",
"version": 1
},
{
"id": 11,
"type": "background_auth_admin",
"title": "Background image for admin login",
"description": "The image is located on the administrator login page",
"url": "http://127.0.0.1:8080/storage/images/background_auth_admin.png",
"validation": "The image should not exceed 2MB in size and should be in one of the following formats: JPEG, BMP, PNG, SVG",
"version": 1
},
{
"id": 13,
"type": "android_chrome_192x192_admin",
"title": "android-chrome-192x192.png admin",
"description": "For Android Chrome M39+ with a screen density of 4.0",
"url": "http://127.0.0.1:8080/storage/favicons/admin/android-chrome-192x192.png",
"validation": "The image should not exceed 2MB in size, should be in PNG format, and have a resolution of 192x192 pixels",
"version": 1
},
{
"id": 14,
"type": "android_chrome_192x192_client",
"title": "android-chrome-192x192.png client",
"description": "For Android Chrome M39+ with a screen density of 4.0",
"url": "http://127.0.0.1:8080/storage/favicons/client/android-chrome-192x192.png",
"validation": "The image should not exceed 2MB in size, should be in PNG format, and have a resolution of 192x192 pixels",
"version": 1
},
{
"id": 15,
"type": "android_chrome_512x512_admin",
"title": "android-chrome-512x512.png admin",
"description": "For Android Chrome M47+ splash screen with a screen density of 4.0",
"url": "http://127.0.0.1:8080/storage/favicons/admin/android-chrome-512x512.png",
"validation": "The image should not exceed 2MB in size, should be in PNG format, and have a resolution of 512x512 pixels",
"version": 1
},
        {
"id": 16,
"type": "android_chrome_512x512_client",
"title": "android-chrome-512x512.png client",
"description": "For Android Chrome M47+ Splash screen with screen density 4.0",
"url": "http://127.0.0.1:8080/storage/favicons/client/android-chrome-512x512.png",
"validation": "The image should not exceed 2MB, be of type PNG, and have a size of 512 by 512 pixels.",
"version": 1
},
{
"id": 17,
"type": "apple_touch_icon_admin",
"title": "apple-touch-icon.png admin",
"description": "For iPhone and iPad home screen icons",
"url": "http://127.0.0.1:8080/storage/favicons/admin/apple-touch-icon.png",
"validation": "The image should not exceed 2MB and be of type PNG.",
"version": 1
},
{
"id": 18,
"type": "apple_touch_icon_client",
"title": "apple-touch-icon.png client",
"description": "For iPhone and iPad home screen icons",
"url": "http://127.0.0.1:8080/storage/favicons/client/apple-touch-icon.png",
"validation": "The image should not exceed 2MB and be of type PNG.",
"version": 1
},
{
"id": 19,
"type": "favicon_16x16_admin",
"title": "favicon-16x16.png admin",
"description": "For desktop browsers, a classic favicon displayed in tabs",
"url": "http://127.0.0.1:8080/storage/favicons/admin/favicon-16x16.png",
"validation": "The image should not exceed 2MB, be of type PNG, and have a size of 16 by 16 pixels.",
"version": 1
},
{
"id": 20,
"type": "favicon_16x16_client",
"title": "favicon-16x16.png client",
"description": "For desktop browsers, a classic favicon displayed in tabs",
"url": "http://127.0.0.1:8080/storage/favicons/client/favicon-16x16.png",
"validation": "The image should not exceed 2MB, be of type PNG, and have a size of 16 by 16 pixels.",
"version": 1
},
{
"id": 21,
"type": "favicon_32x32_admin",
"title": "favicon-32x32.png admin",
"description": "For desktop browsers, a classic favicon displayed in tabs",
"url": "http://127.0.0.1:8080/storage/favicons/admin/favicon-32x32.png",
"validation": "The image should not exceed 2MB, be of type PNG, and have a size of 32 by 32 pixels.",
"version": 1
},
{
"id": 22,
"type": "favicon_32x32_client",
"title": "favicon-32x32.png client",
"description": "For desktop browsers, a classic favicon displayed in tabs",
"url": "http://127.0.0.1:8080/storage/favicons/client/favicon-32x32.png",
"validation": "The image should not exceed 2MB, be of type PNG, and have a size of 32 by 32 pixels.",
"version": 1
},
{
"id": 23,
"type": "favicon_admin",
"title": "favicon.ico admin",
"description": "For desktop browsers, a classic favicon displayed in tabs",
"url": "http://127.0.0.1:8080/storage/favicons/admin/favicon.ico",
"validation": "The image should not exceed 2MB and be of type ICO.",
"version": 1
},
{
"id": 24,
"type": "favicon_client",
"title": "favicon.ico client",
"description": "For desktop browsers, a classic favicon displayed in tabs",
"url": "http://127.0.0.1:8080/storage/favicons/client/favicon.ico",
"validation": "The image should not exceed 2MB and be of type ICO.",
"version": 1
},
{
"id": 25,
"type": "mstile_150x150_admin",
"title": "mstile-150x150.png admin",
"description": "For Windows 8/Internet Explorer 11",
"url": "http://127.0.0.1:8080/storage/favicons/admin/mstile-150x150.png",
"validation": "The image should not exceed 2MB, be of type PNG, and have a size of 150 by 150 pixels.",
"version": 1
},
{
"id": 26,
"type": "mstile_150x150_client",
"title": "mstile-150x150.png client",
"description": "For Windows 8/Internet Explorer 11",
"url": "http://127.0.0.1:8080/storage/favicons/client/mstile-150x150.png",
"validation": "The image should not exceed 2MB, be of type PNG, and have a size of 150 by 150 pixels.",
"version": 1
},
{
"id": 27,
"type": "safari_pinned_tab_admin",
"title": "safari-pinned-tab.svg admin",
"description": "For bookmarks in Safari browser in iOS for the admin panel",
"url": "http://127.0.0.1:8080/storage/favicons/admin/safari-pinned-tab.svg",
"validation": "The image should not exceed 2MB and be of type SVG.",
"version": 1
},
{
"id": 28,
"type": "safari_pinned_tab_client",
"title": "safari-pinned-tab.svg client",
"description": "For bookmarks in Safari browser in iOS for the web client",
"url": "http://127.0.0.1:8080/storage/favicons/client/safari-pinned-tab.svg",
"validation": "The image should not exceed 2MB and be of type SVG.",
"version": 1
}],
"min_symbols_search_cameras": 3,
"event_type_groups": [
"auto_provisioning"
],
"analytic_cases": [
{
"name": "face",
"description": "Face recognition"
},
{
"name": "person_counting",
"description": "People counting in an area"
},
{
"name": "motion-detect",
"description": "Motion detection"
},
{
"name": "license_plate",
"description": "License plate recognition"
},
{
"name": "visitor_counting",
"description": "Visitor counting"
},
{
"name": "camera-obstacle",
"description": "Camera damage/obstruction/vandalism detection"
},
{
"name": "loud-sound",
"description": "Loud sound detection"
},
{
"name": "smoke-fire",
"description": "Smoke and fire detection"
},
{
"name": "line-intersection",
"description": "Line intersection detection"
}
]
}
],
    "analytic_cases_binary_statuses": [
        "CREATED",
        "NOT CREATED",
        "RUNNING",
        "STOPPED",
        "DELETED"
    ],
    "analytic_case_camera_statuses": [
        "WORKING",
        "CREATED",
        "UPDATED",
        "PENDING",
        "PREPARED",
        "WAITING IMAGES",
        "DOWN",
        "STOPPED",
        "TO REPLACE",
        "PAUSE",
        "UNPAUSE",
        "IN_PAUSE",
        "LICENSE EXPIRED",
        "LICENSE SERVER NOT AVAILABLE"
    ],
    "intercom_statuses": [
{
"name": "installed",
"title": "Installed"
},
{
"name": "initial",
"title": "Initialization"
},
{
"name": "uninstalled",
"title": "Not installed"
}
],
"intercom_open_door_durations": [
{
"name": "1_minute",
"title": "1 minute"
},
{
"name": "10_minutes",
"title": "10 minutes"
},
{
"name": "30_minutes",
"title": "30 minutes"
},
{
"name": "1_hour",
"title": "1 hour"
},
{
"name": "6_hours",
"title": "6 hours"
},
{
"name": "12_hours",
"title": "12 hours"
},
{
"name": "24_hours",
"title": "24 hours"
}
],
"intercom_flat_available_management_methods": [
"enable_analog_line",
"disable_analog_line",
"enable_sip_line",
"disable_sip_line"
],
"intercom_department_types": [
{
"name": "main",
"title": "Main entrance"
},
{
"name": "sub",
"title": "Additional entrance"
}
],
"intercom_switches": {
"sputnik": [
{
"name": "metakom",
"title": "Metakom"
},
{
"name": "vizit",
"title": "Vizit"
},
{
"name": "cyfral",
"title": "Cyfral"
},
{
"name": "eltis",
"title": "Eltis"
}
],
"interconnection": [
{
"name": "factorial",
"title": "Factorial"
},
{
"name": "cyfral",
"title": "Cyfral"
},
{
"name": "vizit",
"title": "Vizit"
},
{
"name": "metakom",
"title": "Metakom"
},
{
"name": "eltis",
"title": "Eltis"
}
]
},
    "intercom_flat_capacity": [
        0,
        10,
        20,
        40,
        64,
        80,
        100,
        160,
        220
    ],
    "intercom_commutators_count": {
        "sputnik": 1,
        "interconnection": 2
    },
    "intercom_connection_types": [
{
"name": "matrix_switching",
"title": "Matrix Switching",
"description": "Calls will be received on an analog handset"
},
{
"name": "fixed",
"title": "Fixed",
"description": "Calls will be received on a landline phone"
},
{
"name": "smart",
"title": "Smart",
"description": "Calls will be received on a mobile device"
},
{
"name": "matrix_switching_and_smart",
"title": "Combined 1",
"description": "Calls will be received on an analog handset and a mobile device"
},
{
"name": "fixed_and_smart",
"title": "Combined 2",
"description": "Calls will be received on a landline phone and a mobile device"
}
],
"is_intercom_available": true,
"monitoring_url": null,
"tree_format": "custom",
"attached_services": [
{
"id": 1,
"key": "ptz",
"title": "PTZ",
"description": null,
"created_at": "2021-05-27 15:43:37",
"updated_at": "2021-05-27 15:43:37"
},
{
"id": 3,
"key": "motion_detect_smtp",
"title": "Motion Detection SMTP",
"description": null,
"created_at": "2021-11-30 17:51:05",
"updated_at": "2021-11-30 17:53:22"
},
{
"id": 4,
"key": "motion_detect",
"title": "Motion Detection",
"description": null,
"created_at": "2022-01-27 12:18:46",
"updated_at": "2022-01-27 12:18:46"
}
],
"archive_storage_days": "30",
"analytic_types": [
{
"type": "face_detection",
"title": "Face Detection"
},
{
"type": "vehicle_detection",
"title": "Vehicle Detection"
},
{
"type": "human_detection",
"title": "Human Detection"
},
{
"type": "face_recognition",
"title": "Face Recognition"
},
{
"type": "plate_recognition",
"title": "License Plate Recognition"
}
],
"analytic_server_types": [
{
"type": "face_detection",
"title": "Face Detection"
},
{
"type": "vehicle_detection",
"title": "Vehicle Detection"
},
{
"type": "human_detection",
"title": "Human Detection"
},
{
"type": "motion_detection",
"title": "Motion Detection"
},
{
"type": "face_recognition",
"title": "Face Recognition"
},
{
"type": "plate_recognition",
"title": "License Plate Recognition"
}
],
"logo": [
{
"type": "admin",
"type_pretty": "Web Admin",
"url": "http://127.0.0.1:8080/storage/logos/2022/4/12/admin.jpg"
}
],
"intercom_vendors": [
{
"name": "sputnik",
"title": "Sputnik",
"is_available_to_create": false
},
{
"name": "interconnection",
"title": "Intersvyaz",
"is_available_to_create": true
}
]
}
401 Unauthorized

Authorization token is not provided or is invalid

cURL
BASH
curl -k --request POST \
	--url 'https://your-domain/api/admin/v1/static' \
	--header 'Content-Type: application/json' \
	--header 'Accept: application/json' \
	--data '[]'
PHP
PHP
$data = array (
);
$context = stream_context_create([
	'ssl'=>['verify_peer' => false],
	'http' => [
		'method' => 'GET',
		'header' => "Content-Type: application/json\r
Accept: application/json",
		'content'=>json_encode($data)
	]
]);
$result = file_get_contents('https://your-domain/api/admin/v1/static', false, $context);
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.