milestonexprotectwspython.xpwconst

Module: xpwconst.py

Revision History

Date Version Description
2023/07/11 1.0.0.0 Initial Version.

VERSION: str = '1.0.1'

Current version of the Milestone XProtect WS Python3 Library.

PACKAGENAME: str = 'milestonexprotectwspython'

Name of our package (used by PDoc Documentation build).

PDOC_BRAND_ICON_URL: str = 'https://www.milestonesys.com/video-technology/platform/xprotect/'

PDoc Documentation brand icon link url that is displayed in the help document TOC. Value = "https://www.milestonesys.com/video-technology/platform/xprotect/"

PDOC_BRAND_ICON_URL_SRC: str = 'milestonexprotect.ico'

PDoc Documentation brand icon link url that is displayed in the help document TOC. Value = "milestonexprotect.ico"

PDOC_BRAND_ICON_URL_TITLE: str = 'A XProtect Client'

PDoc Documentation brand icon link title that is displayed in the help document TOC. Value = "A XProtect Client"

UNKNOWN_VALUE: str = '<unknown>'

Indicates if an event argument value is unknown for event argument objects that are displayed as a string.

Value: "<unknown>"

MSG_TRACE_METHOD_REQUEST: str = '{0} Web-Service request'

{0} Web-Service request

MSG_TRACE_METHOD_REQUEST_HEADERS: str = '{0} Web-Service request headers'

{0} Web-Service request headers

MSG_TRACE_METHOD_REQUEST_BODY: str = '{0} Web-Service request body'

{0} Web-Service request body

MSG_TRACE_METHOD_RESPONSE: str = '{0} Web-Service response'

{0} Web-Service response

MSG_TRACE_METHOD_RESPONSE_BODY: str = '{0} Web-Service response body'

{0} Web-Service response body

MSG_TRACE_METHOD_RESPONSE_DICTIONARY: str = '{0} Web-Service response dictionary for "{1}" node'

{0} Web-Service response dictionary for "{1}" node

MSG_TRACE_PROCESSING_DICTIONARY: str = 'Processing "{0}" node dictionary'

Processing "{0}" node dictionary

MSG_TRACE_RESULT_OBJECT: str = '{0} object created: {1}'

{0} object created: {1}