equinix_fabric_advertised_routes (Data Source)
Schema
Required
connection_id(String) The uuid of the routes this data source should retrievefilter(Attributes) Filters for the Data Source Search Request (see below for nested schema)pagination(Attributes) Pagination details for the returned advertised routes list (see below for nested schema)
Optional
sort(Attributes) Sort details for the returned advertised routes list (see below for nested schema)
Read-Only
data(Attributes List) Returned list of advertised routes objects (see below for nested schema)id(String) The unique identifier of the resource
Nested Schema for filter
Required:
operator(String) Operators to use on your filtered field with the values given. One of [ =, !=, >, >=, <, <=, BETWEEN, NOT BETWEEN, LIKE, NOT LIKE, IN, NOT IN, IS NOT NULL, IS NULL]property(String) possible field names to use on filters. One of [/type /name /project/projectId /uuid /state]values(List of String) The values that you want to apply the property+operator combination to in order to filter your data search
Nested Schema for pagination
Optional:
limit(Number) Maximum number of search results returned per page.offset(Number) Index of the first item returned in the response.
Read-Only:
next(String) URL relative to the next item in the response.previous(String) URL relative to the previous item in the response.total(Number) The total number of elements returned
Nested Schema for sort
Optional:
direction(String) Sort direction, one of [ASC, DESC]property(String) Property name to sort by
Nested Schema for data
Optional:
local_preference(Number) This field holds local preference of the advertised route.med(Number) Multi-Exit Discriminator for the Advertised Routestate(String) State of the advertised Route
Read-Only:
as_path(List of String) List of supported AS Paths for the Advertised Routes.change_log(Attributes) Change Log of the route table entry (see below for nested schema)connection(Attributes) connection of the route table entry (see below for nested schema)next_hop(String) Next Hop of the Advertised Routeprefix(String) Prefix of the Advertised Routeprotocol_type(String) Advertised Route protocol typetype(String) Indicator of a advertised route
Nested Schema for data.change_log
Optional:
created_by(String) Created by User Keycreated_by_email(String) Created by User Email Addresscreated_by_full_name(String) Created by User Full Namecreated_date_time(String) Created by User Date and Timedeleted_by(String) Deleted by User Keydeleted_by_email(String) Deleted by User Email Addressdeleted_by_full_name(String) Deleted by User Full Namedeleted_date_time(String) Deleted by User Date and Timeupdated_by(String) Updated by User Keyupdated_by_email(String) Updated by User Email Addressupdated_by_full_name(String) Updated by User Full Nameupdated_date_time(String) Updated by User Date and Time
Nested Schema for data.connection
Read-Only:
href(String) HREF of the Connectionname(String) Name of the Connectionuuid(String) UUID of the Connection