Variable to get name of proxy endpoint

Not applicable

I am looking for the variable that contains proxy endpoint name, similar to route.target that gets target endpoint name. I checked Variable reference page and couldn't find the right variable to use. Thanks in advance.

Solved Solved
1 4 821
2 ACCEPTED SOLUTIONS

Hi Vijay,

According to the documentation describing the context variables available in Apigee Edge, the name of the variable you want is

proxy.name

This is not the same as the similarly-named "apiproxy.name"

For example, I have an apiproxy called "no-target". And these are the values I see for those variables:

proxy.name : default
apiproxy.name : no-target

View solution in original post

adas
New Member

@Vijay Govind The flow variable "proxy.name" should give that.

View solution in original post

4 REPLIES 4

Hi Vijay,

According to the documentation describing the context variables available in Apigee Edge, the name of the variable you want is

proxy.name

This is not the same as the similarly-named "apiproxy.name"

For example, I have an apiproxy called "no-target". And these are the values I see for those variables:

proxy.name : default
apiproxy.name : no-target

Awesome! Thanks.

adas
New Member

@Vijay Govind The flow variable "proxy.name" should give that.

Awesome! Thanks.