Liking cljdoc? Tell your friends :D

mattermost-clj.api.system


analytics-old-getclj

(analytics-old-get)
(analytics-old-get optional-params)

Get analytics Get some analytics data about the system. This endpoint uses the old format, the /analytics route is reserved for the new format when it gets implemented.

The returned JSON changes based on the name query parameter but is always key/value pairs.

Minimum server version: 4.0

Permissions

Must have manage_system permission.

Get analytics
  Get some analytics data about the system. This endpoint uses the old format, the `/analytics` route is reserved for the new format when it gets implemented.

The returned JSON changes based on the `name` query parameter but is always key/value pairs.

__Minimum server version__: 4.0

##### Permissions
Must have `manage_system` permission.
raw docstring

analytics-old-get-with-http-infoclj

(analytics-old-get-with-http-info)
(analytics-old-get-with-http-info {:keys [name team-id]})

Get analytics Get some analytics data about the system. This endpoint uses the old format, the /analytics route is reserved for the new format when it gets implemented.

The returned JSON changes based on the name query parameter but is always key/value pairs.

Minimum server version: 4.0

Permissions

Must have manage_system permission.

Get analytics
  Get some analytics data about the system. This endpoint uses the old format, the `/analytics` route is reserved for the new format when it gets implemented.

The returned JSON changes based on the `name` query parameter but is always key/value pairs.

__Minimum server version__: 4.0

##### Permissions
Must have `manage_system` permission.
raw docstring

audits-getclj

(audits-get)
(audits-get optional-params)

Get audits Get a page of audits for all users on the system, selected with page and per_page query parameters.

Permissions

Must have manage_system permission.

Get audits
  Get a page of audits for all users on the system, selected with `page` and `per_page` query parameters.
##### Permissions
Must have `manage_system` permission.
raw docstring

audits-get-with-http-infoclj

(audits-get-with-http-info)
(audits-get-with-http-info {:keys [page per-page]})

Get audits Get a page of audits for all users on the system, selected with page and per_page query parameters.

Permissions

Must have manage_system permission.

Get audits
  Get a page of audits for all users on the system, selected with `page` and `per_page` query parameters.
##### Permissions
Must have `manage_system` permission.
raw docstring

caches-invalidate-postclj

(caches-invalidate-post)

Invalidate all the caches Purge all the in-memory caches for the Mattermost server. This can have a temporary negative effect on performance while the caches are re-populated.

Permissions

Must have manage_system permission.

Invalidate all the caches
  Purge all the in-memory caches for the Mattermost server. This can have a temporary negative effect on performance while the caches are re-populated.
##### Permissions
Must have `manage_system` permission.
raw docstring

caches-invalidate-post-with-http-infoclj

(caches-invalidate-post-with-http-info)

Invalidate all the caches Purge all the in-memory caches for the Mattermost server. This can have a temporary negative effect on performance while the caches are re-populated.

Permissions

Must have manage_system permission.

Invalidate all the caches
  Purge all the in-memory caches for the Mattermost server. This can have a temporary negative effect on performance while the caches are re-populated.
##### Permissions
Must have `manage_system` permission.
raw docstring

config-client-getclj

(config-client-get format)

Get client configuration Get a subset of the server configuration needed by the client.

Permissions

No permission required.

Get client configuration
  Get a subset of the server configuration needed by the client.
##### Permissions
No permission required.
raw docstring

config-client-get-with-http-infoclj

(config-client-get-with-http-info format)

Get client configuration Get a subset of the server configuration needed by the client.

Permissions

No permission required.

Get client configuration
  Get a subset of the server configuration needed by the client.
##### Permissions
No permission required.
raw docstring

config-environment-getclj

(config-environment-get)

Get configuration made through environment variables Retrieve a json object mirroring the server configuration where fields are set to true if the corresponding config setting is set through an environment variable. Settings that haven't been set through environment variables will be missing from the object.

Minimum server version: 4.10

Permissions

Must have manage_system permission.

Get configuration made through environment variables
  Retrieve a json object mirroring the server configuration where fields are set to true
if the corresponding config setting is set through an environment variable. Settings
that haven't been set through environment variables will be missing from the object.

__Minimum server version__: 4.10

##### Permissions
Must have `manage_system` permission.
raw docstring

config-environment-get-with-http-infoclj

(config-environment-get-with-http-info)

Get configuration made through environment variables Retrieve a json object mirroring the server configuration where fields are set to true if the corresponding config setting is set through an environment variable. Settings that haven't been set through environment variables will be missing from the object.

Minimum server version: 4.10

Permissions

Must have manage_system permission.

Get configuration made through environment variables
  Retrieve a json object mirroring the server configuration where fields are set to true
if the corresponding config setting is set through an environment variable. Settings
that haven't been set through environment variables will be missing from the object.

__Minimum server version__: 4.10

##### Permissions
Must have `manage_system` permission.
raw docstring

config-getclj

(config-get)

Get configuration Retrieve the current server configuration

Permissions

Must have manage_system permission.

Get configuration
  Retrieve the current server configuration
##### Permissions
Must have `manage_system` permission.
raw docstring

config-get-with-http-infoclj

(config-get-with-http-info)

Get configuration Retrieve the current server configuration

Permissions

Must have manage_system permission.

Get configuration
  Retrieve the current server configuration
##### Permissions
Must have `manage_system` permission.
raw docstring

config-putclj

(config-put config)

Update configuration Submit a new configuration for the server to use. As of server version 4.8, the PluginSettings.EnableUploads setting cannot be modified by this endpoint.

Permissions

Must have manage_system permission.

Update configuration
  Submit a new configuration for the server to use. As of server version 4.8, the `PluginSettings.EnableUploads` setting cannot be modified by this endpoint.
##### Permissions
Must have `manage_system` permission.
raw docstring

config-put-with-http-infoclj

(config-put-with-http-info config)

Update configuration Submit a new configuration for the server to use. As of server version 4.8, the PluginSettings.EnableUploads setting cannot be modified by this endpoint.

Permissions

Must have manage_system permission.

Update configuration
  Submit a new configuration for the server to use. As of server version 4.8, the `PluginSettings.EnableUploads` setting cannot be modified by this endpoint.
##### Permissions
Must have `manage_system` permission.
raw docstring

config-reload-postclj

(config-reload-post)

Reload configuration Reload the configuration file to pick up on any changes made to it.

Permissions

Must have manage_system permission.

Reload configuration
  Reload the configuration file to pick up on any changes made to it.
##### Permissions
Must have `manage_system` permission.
raw docstring

config-reload-post-with-http-infoclj

(config-reload-post-with-http-info)

Reload configuration Reload the configuration file to pick up on any changes made to it.

Permissions

Must have manage_system permission.

Reload configuration
  Reload the configuration file to pick up on any changes made to it.
##### Permissions
Must have `manage_system` permission.
raw docstring

database-recycle-postclj

(database-recycle-post)

Recycle database connections Recycle database connections by closing and reconnecting all connections to master and read replica databases.

Permissions

Must have manage_system permission.

Recycle database connections
  Recycle database connections by closing and reconnecting all connections to master and read replica databases.
##### Permissions
Must have `manage_system` permission.
raw docstring

database-recycle-post-with-http-infoclj

(database-recycle-post-with-http-info)

Recycle database connections Recycle database connections by closing and reconnecting all connections to master and read replica databases.

Permissions

Must have manage_system permission.

Recycle database connections
  Recycle database connections by closing and reconnecting all connections to master and read replica databases.
##### Permissions
Must have `manage_system` permission.
raw docstring

email-test-postclj

(email-test-post config)

Send a test email Send a test email to make sure you have your email settings configured correctly. Optionally provide a configuration in the request body to test. If no valid configuration is present in the request body the current server configuration will be tested.

Permissions

Must have manage_system permission.

Send a test email
  Send a test email to make sure you have your email settings configured correctly. Optionally provide a configuration in the request body to test. If no valid configuration is present in the request body the current server configuration will be tested.
##### Permissions
Must have `manage_system` permission.
raw docstring

email-test-post-with-http-infoclj

(email-test-post-with-http-info config)

Send a test email Send a test email to make sure you have your email settings configured correctly. Optionally provide a configuration in the request body to test. If no valid configuration is present in the request body the current server configuration will be tested.

Permissions

Must have manage_system permission.

Send a test email
  Send a test email to make sure you have your email settings configured correctly. Optionally provide a configuration in the request body to test. If no valid configuration is present in the request body the current server configuration will be tested.
##### Permissions
Must have `manage_system` permission.
raw docstring

file-s3-test-postclj

(file-s3-test-post config)

Test AWS S3 connection Send a test to validate if can connect to AWS S3. Optionally provide a configuration in the request body to test. If no valid configuration is present in the request body the current server configuration will be tested.

Permissions

Must have manage_system permission. Minimum server version: 4.8

Test AWS S3 connection
  Send a test to validate if can connect to AWS S3. Optionally provide a configuration in the request body to test. If no valid configuration is present in the request body the current server configuration will be tested.
##### Permissions
Must have `manage_system` permission.
__Minimum server version__: 4.8
raw docstring

file-s3-test-post-with-http-infoclj

(file-s3-test-post-with-http-info config)

Test AWS S3 connection Send a test to validate if can connect to AWS S3. Optionally provide a configuration in the request body to test. If no valid configuration is present in the request body the current server configuration will be tested.

Permissions

Must have manage_system permission. Minimum server version: 4.8

Test AWS S3 connection
  Send a test to validate if can connect to AWS S3. Optionally provide a configuration in the request body to test. If no valid configuration is present in the request body the current server configuration will be tested.
##### Permissions
Must have `manage_system` permission.
__Minimum server version__: 4.8
raw docstring

license-client-getclj

(license-client-get format)

Get client license Get a subset of the server license needed by the client.

Permissions

No permission required but having the manage_system permission returns more information.

Get client license
  Get a subset of the server license needed by the client.
##### Permissions
No permission required but having the `manage_system` permission returns more information.
raw docstring

license-client-get-with-http-infoclj

(license-client-get-with-http-info format)

Get client license Get a subset of the server license needed by the client.

Permissions

No permission required but having the manage_system permission returns more information.

Get client license
  Get a subset of the server license needed by the client.
##### Permissions
No permission required but having the `manage_system` permission returns more information.
raw docstring

license-deleteclj

(license-delete)

Remove license file Remove the license file from the server. This will disable all enterprise features.

Minimum server version: 4.0

Permissions

Must have manage_system permission.

Remove license file
  Remove the license file from the server. This will disable all enterprise features.

__Minimum server version__: 4.0

##### Permissions
Must have `manage_system` permission.
raw docstring

license-delete-with-http-infoclj

(license-delete-with-http-info)

Remove license file Remove the license file from the server. This will disable all enterprise features.

Minimum server version: 4.0

Permissions

Must have manage_system permission.

Remove license file
  Remove the license file from the server. This will disable all enterprise features.

__Minimum server version__: 4.0

##### Permissions
Must have `manage_system` permission.
raw docstring

license-postclj

(license-post license)

Upload license file Upload a license to enable enterprise features.

Minimum server version: 4.0

Permissions

Must have manage_system permission.

Upload license file
  Upload a license to enable enterprise features.

__Minimum server version__: 4.0

##### Permissions
Must have `manage_system` permission.
raw docstring

license-post-with-http-infoclj

(license-post-with-http-info license)

Upload license file Upload a license to enable enterprise features.

Minimum server version: 4.0

Permissions

Must have manage_system permission.

Upload license file
  Upload a license to enable enterprise features.

__Minimum server version__: 4.0

##### Permissions
Must have `manage_system` permission.
raw docstring

logs-getclj

(logs-get)
(logs-get optional-params)

Get logs Get a page of server logs, selected with page and logs_per_page query parameters.

Permissions

Must have manage_system permission.

Get logs
  Get a page of server logs, selected with `page` and `logs_per_page` query parameters.
##### Permissions
Must have `manage_system` permission.
raw docstring

logs-get-with-http-infoclj

(logs-get-with-http-info)
(logs-get-with-http-info {:keys [page logs-per-page]})

Get logs Get a page of server logs, selected with page and logs_per_page query parameters.

Permissions

Must have manage_system permission.

Get logs
  Get a page of server logs, selected with `page` and `logs_per_page` query parameters.
##### Permissions
Must have `manage_system` permission.
raw docstring

logs-postclj

(logs-post)
(logs-post optional-params)

Add log message Add log messages to the server logs.

Permissions

Users with manage_system permission can log ERROR or DEBUG messages. Logged in users can log ERROR or DEBUG messages when ServiceSettings.EnableDeveloper is true or just DEBUG messages when false. Non-logged in users can log ERROR or DEBUG messages when ServiceSettings.EnableDeveloper is true and cannot log when false.

Add log message
  Add log messages to the server logs.
##### Permissions
Users with `manage_system` permission can log ERROR or DEBUG messages.
Logged in users can log ERROR or DEBUG messages when `ServiceSettings.EnableDeveloper` is `true` or just DEBUG messages when `false`.
Non-logged in users can log ERROR or DEBUG messages when `ServiceSettings.EnableDeveloper` is `true` and cannot log when `false`.
raw docstring

logs-post-with-http-infoclj

(logs-post-with-http-info)
(logs-post-with-http-info {:keys [inline-object-49]})

Add log message Add log messages to the server logs.

Permissions

Users with manage_system permission can log ERROR or DEBUG messages. Logged in users can log ERROR or DEBUG messages when ServiceSettings.EnableDeveloper is true or just DEBUG messages when false. Non-logged in users can log ERROR or DEBUG messages when ServiceSettings.EnableDeveloper is true and cannot log when false.

Add log message
  Add log messages to the server logs.
##### Permissions
Users with `manage_system` permission can log ERROR or DEBUG messages.
Logged in users can log ERROR or DEBUG messages when `ServiceSettings.EnableDeveloper` is `true` or just DEBUG messages when `false`.
Non-logged in users can log ERROR or DEBUG messages when `ServiceSettings.EnableDeveloper` is `true` and cannot log when `false`.
raw docstring

site-url-test-postclj

(site-url-test-post)
(site-url-test-post optional-params)

Checks the validity of a Site URL Sends a Ping request to the mattermost server using the specified Site URL.

Permissions

Must have manage_system permission.

Minimum server version: 5.16

Checks the validity of a Site URL
  Sends a Ping request to the mattermost server using the specified Site URL.

##### Permissions
Must have `manage_system` permission.

__Minimum server version__: 5.16
raw docstring

site-url-test-post-with-http-infoclj

(site-url-test-post-with-http-info)
(site-url-test-post-with-http-info {:keys [inline-object-48]})

Checks the validity of a Site URL Sends a Ping request to the mattermost server using the specified Site URL.

Permissions

Must have manage_system permission.

Minimum server version: 5.16

Checks the validity of a Site URL
  Sends a Ping request to the mattermost server using the specified Site URL.

##### Permissions
Must have `manage_system` permission.

__Minimum server version__: 5.16
raw docstring

system-ping-getclj

(system-ping-get)

Check system health Check if the server is up and healthy based on the configuration setting GoRoutineHealthThreshold. If GoRoutineHealthThreshold and the number of goroutines on the server exceeds that threshold the server is considered unhealthy. If GoRoutineHealthThreshold is not set or the number of goroutines is below the threshold the server is considered healthy. Minimum server version: 3.10

Permissions

Must be logged in.

Check system health
  Check if the server is up and healthy based on the configuration setting `GoRoutineHealthThreshold`. If `GoRoutineHealthThreshold` and the number of goroutines on the server exceeds that threshold the server is considered unhealthy. If `GoRoutineHealthThreshold` is not set or the number of goroutines is below the threshold the server is considered healthy.
__Minimum server version__: 3.10
##### Permissions
Must be logged in.
raw docstring

system-ping-get-with-http-infoclj

(system-ping-get-with-http-info)

Check system health Check if the server is up and healthy based on the configuration setting GoRoutineHealthThreshold. If GoRoutineHealthThreshold and the number of goroutines on the server exceeds that threshold the server is considered unhealthy. If GoRoutineHealthThreshold is not set or the number of goroutines is below the threshold the server is considered healthy. Minimum server version: 3.10

Permissions

Must be logged in.

Check system health
  Check if the server is up and healthy based on the configuration setting `GoRoutineHealthThreshold`. If `GoRoutineHealthThreshold` and the number of goroutines on the server exceeds that threshold the server is considered unhealthy. If `GoRoutineHealthThreshold` is not set or the number of goroutines is below the threshold the server is considered healthy.
__Minimum server version__: 3.10
##### Permissions
Must be logged in.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close