PagedDataSourceListResponse

PagedDataSourceListResponse
PagedDataSourceListResponse
JSON Example
{
    "results": [
        {
            "entity_id": "string",
            "entity_type": "string",
            "ip": "192.168.10.1",
            "fqdn": "your.domain.com",
            "proxy_id": "1000:104:12313412",
            "nickname": "vc1",
            "enabled": false,
            "notes": "Located in DC1",
            "certificate": "-----BEGIN CERTIFICATE----- ..etc..",
            "sha_thumbprint": "15:37:46:1E:DB:70:65:80:B2:74:E5:78:25:E5:AD:39:14:53:69:18",
            "new_certificate": "-----BEGIN CERTIFICATE----- ..etc..",
            "new_sha_thumbprint": "13:37:46:1E:DB:70:65:80:B2:74:E5:78:25:E5:AD:39:14:53:69:18"
        }
    ],
    "cursor": "MTA=",
    "total_count": 1102
}
results
Optional

Array of Data source configurations

string
cursor
Optional

Cursor for the next page

integer
total_count
Optional

Total number of objects in the system, despite the page limit

Returned By