You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Create RetrieveCis.js
Created Scripted Rest Resource for the API to Retrieve CIs
* Update CmdbApi.js
Added function getCis to retrieves Configuration Items (CIs) based on the specified CI type.
* Update readme.md
This file contains a ServiceNow script that implements a function for retrieving Configuration Items (CIs) based on a specified CI type.
Copy file name to clipboardExpand all lines: Scripted REST Api/CMDB API/readme.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ Table of Contents
8
8
4. Delete CI Relationship
9
9
5. Retrieve CI Group
10
10
6. Retrieve CI Relationship types
11
+
7. Retrieve CIs
11
12
12
13
1. Create CIs
13
14
This API is designed to create Configuration Items (CIs).
@@ -99,3 +100,17 @@ Table of Contents
99
100
Response:
100
101
Status Code: 200 OK
101
102
Response Body: Details of CI Relationship types
103
+
104
+
7. Retrieve CIs
105
+
Scripted REST API Resource contains a ServiceNow script that implements a function for retrieving Configuration Items (CIs) based on a specified CI type.
0 commit comments