apigeelint
Version:
Node module and tool to lint a bundle for an Apigee API Proxy or sharedflow.
24 lines (23 loc) • 670 B
text/xml
<ServiceCallout name='SC-Get-ABAC-Rules'>
<Request>
<Set>
<Headers>
<Header name='Accept'>application/json</Header>
<Header name='Authorization'>Bearer {gcp_bearer_token}</Header>
</Headers>
<Verb>GET</Verb>
<Path>{abac_sc_urlPath}</Path>
</Set>
</Request>
<Response>abacResponse</Response>
<HTTPTargetConnection>
<SSLInfo>
<Enabled>true</Enabled>
<IgnoreValidationErrors>true</IgnoreValidationErrors>
</SSLInfo>
<Properties>
<Property name='success.codes'>2xx, 3xx</Property>
</Properties>
<URL>https://sheets.googleapis.com</URL>
</HTTPTargetConnection>
</ServiceCallout>