Commit 7ae88a0 1 parent 552e8c4 commit 7ae88a0 Copy full SHA for 7ae88a0
File tree 1 file changed +10
-3
lines changed
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,10 @@ The DSCPullServerWeb PowerShell module provides an extension to an on-premises
18
18
DSC Pull Server. It will provide a user-friendly website to manage modules and
19
19
configurations as well as show all registered nodes and their reports.
20
20
21
- In addition, the website provides a REST API to get all information
22
- automatically. The module contains various PowerShell cmdlets with the noun
23
- prefix DSCPullServer to manage the modules and configurations from PowerShell.
21
+ In addition, the website provides a [ REST API] . The website UI itself uses the
22
+ REST API to interact with the DSC Pull Server. The REST API can be called
23
+ directly or throught the provided [ PowerShell cmdlets] ( #features ) . The cmdlets
24
+ mock all API functions.
24
25
25
26
26
27
## Requirements
@@ -98,6 +99,10 @@ manually on your local system:
98
99
### 1.0.0
99
100
100
101
* Initial release
102
+ * HTML5-based website with a user-friendly UI
103
+ * REST API to interact with the DSC Pull Server
104
+ * Cmdlets to interact with the REST API
105
+ * DSC resource to setup the DSC Pull Server Web endpoint
101
106
102
107
103
108
## Contribute
@@ -120,6 +125,8 @@ debug file and start it.
120
125
121
126
122
127
128
+ [ REST API ] : (https://github.com/claudiospizzi/DSCPullServerWeb/blob/dev/RESTAPI.md)
129
+
123
130
[ PowerShell Gallery ] : https://www.powershellgallery.com/packages/DSCPullServerWeb
124
131
[ PowerShellGet ] : https://technet.microsoft.com/en-us/library/dn807169.aspx
125
132
You can’t perform that action at this time.
0 commit comments