Get list of servers with no packages for a company
API to get list of servers with no packages for a company
Path Parameters
- companyId int32 required
Id of the Company whose servers(with no packages) have to be fetched
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
clients object[]
{
"clients": [
{
"id": 0,
"name": "string",
"displayName": "string"
}
]
}
GET /v4/company/:companyid/servers
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://localhost/webconsole/api/V4/Company/:companyId/Servers' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/webconsole/api/V4/Company/:companyId/Servers' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/webconsole/api/V4/Company/:companyId/Servers' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/webconsole/api/V4/Company/:companyId/Servers' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/webconsole/api/V4/Company/:companyId/Servers' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/webconsole/api/V4/Company/:companyId/Servers' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/webconsole/api/V4/Company/:companyId/Servers' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'