Client Network Vendor Attributes
This API is not supported anymore and will be removed soon
List networks
Request
The message body for /client-network-vendor-attribute
is a filter
object:
You can filter on the following dimensions:
Dimension
Description
network.vendor
The name of the Network
clientNetworkVendorAttribute.name
The name of the attribute
If you don't want to filter the list, you can use an empty object in the request body:
Response
Name
Type
Description
total
int
The total number of attributes based on the filter.
results
array of objects
An array containing attribute details, including the attribute's id, name, and Network (vendor).
Last updated