mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-10 13:30:15 +00:00
build-utils
docs
java-xCAT
perl-xCAT
src
xCAT
xCAT-IBMhpc
xCAT-OpenStack
xCAT-OpenStack-baremetal
xCAT-OpenStack-ironic
xCAT-SoftLayer
xCAT-UI
xCAT-buildkit
xCAT-client
xCAT-confluent
xCAT-csm
xCAT-genesis-builder
xCAT-genesis-scripts
xCAT-openbmc-py
xCAT-probe
xCAT-rmc
xCAT-server
xCAT-test
xCAT-vlan
xCATsn
.gitignore
.mailmap
.travis.yml
README.rst
Release
Version
_config.yml
build-python-deb
build-ubunturepo
buildcore.sh
builddep.sh
buildlocal.sh
comps.xml
create_man_pages.py
makerpm
makerpm-genesisbuilder
pull_request_template.md
travis.pl
15 lines
426 B
ReStructuredText
15 lines
426 B
ReStructuredText
Rest API
|
|
========
|
|
|
|
xCAT provides REST API (also called a web services API) that is currently implemented as a front end (translation layer) to xcatd. This provides programmatic access to xCAT from any language. This document describes how to set it up and use it.
|
|
|
|
**NOTE:** This doc is working with xCAT 2.8.4 and later.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
restapi_setup/index
|
|
restapi_usage/index
|
|
restapi_resource/index
|
|
|