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
* @param options anything parsable by URLSearchParams. See useful options here https://docs.cloudbolt.io/articles/#!cloudbolt-latest-docs/api-conventions/a/h2__904191799
9
+
* @returns {Promise} resolves with a cloudbolt API Response list of Blueprint objects
10
+
*/
11
+
list: (options)=>crud.getItems(URL,options),
12
+
13
+
/**
14
+
* Retrieve an existing Blueprint for a given id
15
+
* @param {string} id or global_id
16
+
* @returns {Promise} resolves with a cloudbolt API Response object of a Blueprint object
0 commit comments