VMware Cloud Community
richarddevers
Contributor
Contributor

Request source

Hi Communities,

Do you know if there's a way from inside a workflow to know the 'source' of a request.

I want to know if a request have been done using pure api (with postman for eg) or using the vRa portal.

Thanks a lot for your help

Regards,

Richard

0 Kudos
2 Replies
daphnissov
Immortal
Immortal

Not from within the workflow, as far as I know. Through the vRO system logs, probably.

0 Kudos
richarddevers
Contributor
Contributor

Ok we just found how to do it.

Since the dataBinding are only evaluated by the form, here is the trick:

pastedImage_0.png

The boolean has a false default value, but if it go through the portal, the data binding will set it to true.

We just test it and it works.

0 Kudos