Use this operation to get the poll interval in minutes
Resource URL
Parameter | Type | Value | Description |
---|---|---|---|
customerid | string | Required | Customer Id of the user |
Parameter | Type | Value | Description |
---|---|---|---|
Authorization | string | Required | Session Id for authentication.Should be mentioned in the format CwsAuth bearer=sessionIdValue |
isCloud | string | Required | set the value to true in case of Cloud services, false for on-prem deployment |
Parameter | Type | Value | Description |
---|---|---|---|
filter | string | Optional | Use this query-parameter to get the filtered set of vm_device resources configured on the system. You can set a filter on any property of the resource.Example: property-name1:property-value1 |
pagesize | integer | Optional | Use this query-parameter to get the perf_poll_config resources in chunks.To be used along with pageno query parameter. |
pageno | integer | Optional | Use this query-parameter to get the perf_poll_config resources in chunks.To be used along with pagesize query parameter. |
count | string | Optional | Use this query-parameter to get the count of perf_poll_config resources. Available values : yes |
Responses
Response Details
Http Code | Description |
---|---|
200 | for perf_poll_config
|
400 | Bad input parameter
|
401 | Failed Authentication
|
403 | Unauthorized
|
404 | Item not found
|
409 | Resource Conflict
|
500 | Server Error
|
504 | Gateway Timeout
|
Use this operation to get the poll interval in minutes
Resource URL
Parameter | Type | Value | Description |
---|---|---|---|
id | string | Required | Id is system generated key for the perf poll setting |
customerid | string | Required | Customer Id of the user |
Parameter | Type | Value | Description |
---|---|---|---|
Authorization | string | Required | Session Id for authentication.Should be mentioned in the format CwsAuth bearer=sessionIdValue |
isCloud | string | Required | set the value to true in case of Cloud services, false for on-prem deployment |
Responses
Response Details
Http Code | Description |
---|---|
200 | for perf_poll_config
|
400 | Bad input parameter
|
401 | Failed Authentication
|
403 | Unauthorized
|
404 | Item not found
|
409 | Resource Conflict
|
500 | Server Error
|
504 | Gateway Timeout
|
Use this operation to modify the poll interval in minutes
Resource URL
Parameter | Type | Value | Description |
---|---|---|---|
id | string | Required | Id is system generated key for the perf poll setting |
customerid | string | Required | Customer Id of the user |
Parameter | Type | Value | Description |
---|---|---|---|
Authorization | string | Required | Session Id for authentication.Should be mentioned in the format CwsAuth bearer=sessionIdValue |
isCloud | string | Required | set the value to true in case of Cloud services, false for on-prem deployment |
Body Parameters
{
"perf_poll_config": {
"polling_interval": "10"
}
}
Responses
Response Details
Http Code | Description |
---|---|
200 | for perf_poll_config
|
400 | Bad input parameter
|
401 | Failed Authentication
|
403 | Unauthorized
|
404 | Item not found
|
409 | Resource Conflict
|
500 | Server Error
|
504 | Gateway Timeout
|