Get SaaSDR Connectors API
Get SaaSDR connectors.
Input ParametersInput Parameters
|
Parameter |
Required/Optional |
Data Type |
Description |
|---|---|---|---|
|
size |
Optional | Integer |
Specify the number of records per page to be included in the response. If page size is not specified in the request, 50 records will be fetched by default. The maximum value supported for page size is 200. |
|
page |
Optional | Integer |
Specify the page to be returned. Default page value is 0. |
Sample - To Get SaaSDR Connector DetailsSample - To Get SaaSDR Connector Details
API Request
curl-k -X GET -H -i "<qualys_base_url>/sdr/api/v1/connectors"
Response
{
"content":[
{
"customerId":"4eaa64f9-771c-745e-810a-37d3f4c38a49",
"connectorType":"GSUITE",
"id":2193,
"name":"Gsuite p01",
"description":null,
"state":"SUCCESS",
"config":null,
"status":"Scan Completed",
"emailId":"[email protected]",
"isEnabled":1,
"isPolicyEnabled":null,
"updatedBy":"[email protected]",
"createdBy":"[email protected]",
"accountConfig":"{\"saasSubscriptionId\":\"C04kkbpr8\"}",
"firstScannedDate":"2021-09-29T09:35:20Z",
"lastScannedDate":"2021-10-04T11:16:58Z",
"deleted":false
}
],
"pageable":{
"sort":{
"unsorted":true,
"sorted":false,
"empty":true
},
"pageSize":1,
"pageNumber":0,
"offset":0,
"paged":true,
"unpaged":false
},
"last":false,
"totalPages":6,
"totalElements":6,
"first":true,
"sort":{
"unsorted":true,
"sorted":false,
"empty":true
},
"numberOfElements":1,
"size":1,
"number":0,
"empty":false
}