Skip to content

Commit c5389a3

Browse files
Merge pull request #13 from Software-Hardware-Integration-Lab/pasha-deploy-progress
Adding deploy progress endpoint
2 parents 4099330 + 44b0371 commit c5389a3

File tree

3 files changed

+26
-4
lines changed

3 files changed

+26
-4
lines changed

specs/SHIELD.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1114,7 +1114,7 @@
11141114
},
11151115
"description": "Deprive your threats of practical significance. Deploy the Securing Privilege Access architecture. All in a few seconds.",
11161116
"title": "SHI Environment Lockdown and Defense",
1117-
"version": "3.0.3"
1117+
"version": "3.0.4"
11181118
},
11191119
"openapi": "3.0.0",
11201120
"paths": {
@@ -1774,6 +1774,28 @@
17741774
"security": []
17751775
}
17761776
},
1777+
"/Api/Deploy/Progress": {
1778+
"get": {
1779+
"summary": "Current execution progress of the Deploy module.",
1780+
"description": "Provides a detailed breakdown of the current progress of the deploy module and its sub-components, if any.\n\nThis endpoint requires the `Deploy.Read`, or the `Deploy.ReadWrite`, or the `Everything.ReadWrite` scope (permission).",
1781+
"operationId": "/Api/Deploy/Progress/Get",
1782+
"responses": {
1783+
"200": {
1784+
"content": {
1785+
"application/json": {
1786+
"schema": {
1787+
"$ref": "#/components/schemas/Core.ProgressBar"
1788+
}
1789+
}
1790+
},
1791+
"description": "OK"
1792+
}
1793+
},
1794+
"tags": [
1795+
"Infrastructure Deployment"
1796+
]
1797+
}
1798+
},
17771799
"/Api/Deploy/Version": {
17781800
"get": {
17791801
"description": "Gets the version of the API server and the architecture version deployed as well as the supported version of the architecture spec from the server.\n\nThis endpoint requires the `Deploy.Read`, `Deploy.ReadWrite`, or the `Everything.ReadWrite` scope (permission).",

src/shield/TypeScript/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/shield/TypeScript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shi-corp/sdk-shield",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"type": "module",
55
"main": "bin/index.js",
66
"description": "SDK client used to interface with the SHIELD application.",

0 commit comments

Comments
 (0)