OK
Bad Request. The request parameters (or body) were malformed or invalid. Fix the issues with the request and try again.
Unauthorized request. Make sure token was included and is valid and try again.
Forbidden. You are not permitted to access the requested resource.
Internal Server Error. An unexpected error has occurred. This may be due to a transient error. Retry the request and if the issue persists, please contact support.
curl -i -X GET \ 'http://endpoint-control-service:8080/endpoint-control-service/v1/endpoint/by-org-id/{orgId}/direct-children' \ -H 'x-auth-token: YOUR_API_KEY_HERE'
[- {
- "id": "string",
- "version": {
- "sequenceNumber": 0,
- "primaryTerm": 0
}, - "updatedBy": {
- "username": "string",
- "authenticator": "string"
}, - "createdBy": {
- "username": "string",
- "authenticator": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "orgId": "string",
- "type": "VC_ENDPOINT",
- "clientVersion": "string",
- "certSubject": "string",
- "displayName": "string",
- "hostInfo": {
- "hostName": "string",
- "uptime": 0,
- "bootTime": 0,
- "procs": 0,
- "os": "string",
- "platform": "string",
- "platformFamily": "string",
- "platformVersion": "string",
- "kernelVersion": "string",
- "kernelArch": "string",
- "virtualizationSystem": "string",
- "virtualizationRole": "string",
- "hostid": "string"
}, - "lastConnect": "2019-08-24T14:15:22Z",
- "lastDisconnect": "2019-08-24T14:15:22Z",
- "certExpiry": "2019-08-24T14:15:22Z",
- "lastIp": "string",
- "fimHoh": "string",
- "panHoh": "string",
- "latestConfig": true,
- "internalIps": [
- "string"
], - "connectionStatus": "CONNECTED",
- "externalStatus": "string"
}
]