Get Attributes

Get all attributes for a traffic type. Non-paginated operation is deprecated, prefer setting the paginate flag to true. When using pagination, the default markerLimit is 50, maximum markerLimit is 200.

Pagination examples:

  • Page Forward: Send Next Marker into After Marker parameter
  • Reload Page (when paging forward): Send Previous Marker into After Marker parameter
  • Page Backwards: Send Previous Marker into Before Marker parameter
  • Reload Page (when paging backwards): Send Next Marker into Before Marker parameter

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The ID of the project (workspace) you want attributes from. After migration to Harness, get this value using the Get Projects (Workspaces) endpoint and the Harness project name.

string
required

The ID of the traffic type to fetch attributes from

Query Params
boolean
Defaults to false

Whether to paginate the response.

string

Search prefix under which to look for attributes (ex. att returns attribute1, but not myAttribute). Search is case insensitive, and only available with pagination.

string

Get results 'After' the marker passed into this parameter. Only available with pagination. Markers are obfuscated strings by design.

string

Get results 'Before' the marker passed into this parameter. Only available with pagination. Markers are obfuscated strings by design.

int32
Defaults to 50

Limit the number of return objects. If nothing or something invalid is given, then this will be the default markerLimit for the query. If something greater than the maximum limit is passed in, this will be the maximum allowed markerLimit for this query.

Headers
string
Defaults to Bearer ADMIN_API_KEY
Responses

Language
LoadingLoading…
Response
Choose an example:
application/json