NAME

WebService::Mattermost::V4::API::Resource::Cluster - Wrapped API methods for the cluster API endpoints.

VERSION

version 0.31

DESCRIPTION

USAGE

my $mm = WebService::Mattermost->new({
authenticate => 1,
username => 'email@address.com',
password => 'passwordhere',
});
my $cluster = $mm->api->cluster;

METHODS

status()
my $response = $cluster->status;

SEE ALSO

https://api.mattermost.com/#tag/cluster

Official "cluster" API documentation.

AUTHOR

Mike Jones <mike@netsplit.org.uk>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2023 by Mike Jones.

This is free software, licensed under:

The MIT (X11) License