NAME
ArangoDB2::Endpoint - ArangoDB endpoint API methods
DESCRIPTION
API METHODS
- create
-
POST /_api/endpoint
Connects a new endpoint or reconfigures an existing endpoint.
Parameters:
name databases
- delete
-
DELETE /_api/endpoint/{endpoint}
Parameters:
name
- list
-
GET /_api/endpoint
Returns a list of all configured endpoints the server is listening on.
PROPERTY METHODS
- name
-
the endpoint specification, e.g. tcp://127.0.0.1:8530
- databases
-
a list of database names the endpoint is responsible for.
AUTHOR
Ersun Warncke, <ersun.warncke at outlook.com>
http://ersun.warnckes.com
COPYRIGHT
Copyright (C) 2014 Ersun Warncke
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.