Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Using KVM in target endpoint doesn't work.

Hey,

I got an API proxy with two target endpoints both with a shared variable like this. https://test-{env}.com and https://test1-{env}.com. It seems like for https://test-{env}.com it works but for my https://test1-{env}.com it doesn't work at all. I'm getting the error:

{
    "fault": {
        "faultstring": "The Service is temporarily unavailable",
        "detail": {
            "errorcode": "messaging.adaptors.http.flow.ServiceUnavailable"
        }
    }
}

My KeyValueMapOperation looks like this:

    <Get assignTo="env" index="1">
        <Key>
            <Parameter>environment</Parameter>
        </Key>
    </Get>

What am I doing wrong?

0 9 1,128
9 REPLIES 9