Skip to content
Start here

Searches

Search Resources
load_balancers.searches.list(SearchListParams**kwargs) -> SyncV4PagePagination[SearchListResponse]
GET/accounts/{account_id}/load_balancers/search
ModelsExpand Collapse
class SearchListResponse:
resources: Optional[List[Resource]]

A list of resources matching the search query.

reference_type: Optional[Literal["referral", "referrer"]]

When listed as a reference, the type (direction) of the reference.

One of the following:
"referral"
"referrer"
references: Optional[List[object]]

A list of references to (referrer) or from (referral) this resource.

resource_id: Optional[str]
resource_name: Optional[str]

The human-identifiable name of the resource.

resource_type: Optional[Literal["load_balancer", "monitor", "pool"]]

The type of the resource.

One of the following:
"load_balancer"
"monitor"
"pool"