Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
bgColorwhite
borderWidth2

Children Display
styleh5

Overview

The DSC Platform The 

Spacevars
0product
can be provisioned using the web-based graphical interface (Web UI), Command Line Interface (CLI), or Transaction Language 1 (TL1) commands. However, these provisioning methods are limited when configuring the DSC from
Spacevars
0product
 from another server. The REpresentational State Transfer (REST) Application Programming Interface (API) is an established technique that allows administrators and developers to script DSC script 
Spacevars
0series4
interactions from other servers and/or third-party applications.
 

...

REST APIs provide access to resources using Uniform Resource Identifier (URI) paths. To use a REST API, a client application makes an HTTPs requests and parses the responses. The client requests are standard HTTP methods such as GET, PUT, POST, and DELETE.

Info
titleNote

The REST API is based on open standards allowing you to use any modern programming language or HTTP Client Library to access the API.

...

For information about API references, see refer to the DSC REST API Reference Guide.

...