This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Hi,We are currently using the GCP's firestore database. Using
google-cloud-firestore-extension i was able to POST and GET the data
from firestore. My question regarding query the data. I had used the
following
sample:https://docs.apigee.com/api-platf...
Hi, we have a scenario where we need to build a custom plugin which has
the following requirement:1. It needs to accept an access token(JWT)
coming as part of the request's authorization header.2. It needs to make
a REST call to a microservice along ...
Hi, we have a scenario where we are sending a request to our clients
backend service through apigee edge microgateway. The response we are
getting back is 400 bad request.When we make the same request directly
to the Backend service without using mic...
Hello, my client requires me to use splunk as logging server. I am
trying to use message logging policy in the post client flow since its
the best practice. I have gone through various articles on splunk and
have trouble in defining the Message. Host...
I have scenario where I am creating an Authorization server in OKTA and
trying to use the token generated by authorization server in the
microgateway. I am having difficulty in registering apigee as client in
OKTA'S authorization server, can some one...
Hey @Kurt Googler
Kanaskie,{"id":0,"name":"doggie","photoUrls":["string"],"tags":[{"id":0,"name":"string"}]}The
above payload is defined in the schema, where name & photoUrls are
required.{"name":"doggie","photoUrls":["string"]}if i send a request
us...
Hi @Kurt Googler Kanaskie, the current implementation works fine only
for required parameters defined in schema ex:definitions:sms:type:
objectrequired:- smsTypeproperties:smsType:type: stringtitle: smsTypeMy
client wants me to implement schema valid...
Hi @Kurt Googler Kanaskie, the current implementation works fine only
for required parameters defined in schema ex: definitions: sms: type:
object required: - smsType properties: smsType: type: string title:
smsType My client wants me to implement sc...