preheat

List preheat policies

List preheat policies

get/projects/{project_name}/preheat/policies

Path parameters

project_namestring required

The name of the project

Query parameters

pageinteger

The page number

page_sizeinteger

The size of per page

qstring

Query string to query resources. Supported query patterns are "exact match(k=v)", "fuzzy match(k=v)", "range(k=[minmax])", "list with union releationship(k={v1 v2 v3})" and "list with intersetion relationship(k=(v1 v2 v3))". The value of range and list can be string(enclosed by " or '), integer or time(in format "2020-04-09 02:36:00"). All of these query patterns should be put in the query string "q=xxx" and splitted by ",". e.g. q=k1=v1,k2=v2,k3=[minmax]

sortstring

Sort the resource list in ascending or descending order. e.g. sort by field1 in ascending order and field2 in descending order with "sort=field1,-field2"

Headers

X-Request-Idstring

An unique ID for the request

Response

List preheat policies success

idinteger

The ID of preheat policy

namestring

The Name of preheat policy

descriptionstring

The Description of preheat policy

project_idinteger

The ID of preheat policy project

provider_idinteger

The ID of preheat policy provider

provider_namestring

The Name of preheat policy provider

filtersstring

The Filters of preheat policy

triggerstring

The Trigger of preheat policy

enabledboolean

Whether the preheat policy enabled

extra_attrsstring

The extra attributes of preheat policy

creation_timestring date-time

The Create Time of preheat policy

update_timestring date-time

The Update Time of preheat policy

Changes

No recorded changes to this endpoint across all 1 revision of this API.