Skip to content

Commit

Permalink
Sync APIProxy from tenant to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 25, 2024
1 parent 2ded592 commit cf92d3d
Show file tree
Hide file tree
Showing 6 changed files with 99 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ProxyEndPoint default="true" xmlns="http://www.sap.com/apimgmt">
<name>default</name>
<base_path>/HelloWorldAPI</base_path>
<properties/>
<routeRules>
<routeRule>
<name>default</name>
<targetEndPointName>default</targetEndPointName>
<sequence>1</sequence>
<faultRules/>
</routeRule>
</routeRules>
<faultRules/>
<preFlow>
<name>PreFlow</name>
</preFlow>
<postFlow>
<name>PostFlow</name>
</postFlow>
<conditionalFlows/>
</ProxyEndPoint>
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<APIResource xmlns="http://www.sap.com/apimgmt">
<name>SWAGGER_JSON</name>
<title>SWAGGER_JSON</title>
<canShowGet>false</canShowGet>
<canShowPost>false</canShowPost>
<canShowPut>false</canShowPut>
<canShowDelete>false</canShowDelete>
<canShowHead>false</canShowHead>
<canShowOption>false</canShowOption>
<canShowPatch>false</canShowPatch>
<isGetChecked>false</isGetChecked>
<isPostChecked>false</isPostChecked>
<isPutChecked>false</isPutChecked>
<isDeleteChecked>false</isDeleteChecked>
<isHeadChecked>false</isHeadChecked>
<isOptionChecked>false</isOptionChecked>
<isPatchChecked>false</isPatchChecked>
<resource_path>SWAGGER_JSON</resource_path>
<proxyEndPointName>default</proxyEndPointName>
<documentations>
<documentation locale="en" mimeType="json">SWAGGER_JSON</documentation>
</documentations>
</APIResource>
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<TargetEndPoint xmlns="http://www.sap.com/apimgmt">
<name>default</name>
<url>https://www.northwind.com</url>
<provider_id>NONE</provider_id>
<additionalAPIProviders/>
<isDefault>true</isDefault>
<properties/>
<faultRules/>
<preFlow>
<name>PreFlow</name>
</preFlow>
<postFlow>
<name>PostFlow</name>
</postFlow>
<conditionalFlows/>
<loadBalancerConfigurations>
<isRetry>false</isRetry>
<healthMonitor>
<isEnabled>false</isEnabled>
</healthMonitor>
</loadBalancerConfigurations>
</TargetEndPoint>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"openapi":"3.0.1","info":{"title":"HelloWorldAPI","x-targetEndpoint":"https://www.northwind.com"},"servers":[{"url":"https://equaliseit.test01.apimanagement.eu20.hana.ondemand.com:443/HelloWorldAPI"}],"paths":{}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<APIProxy xmlns="http://www.sap.com/apimgmt">
<name>HelloWorldAPI</name>
<title>HelloWorldAPI</title>
<isVersioned>false</isVersioned>
<service_code>REST</service_code>

<APIState>Active</APIState>
<releaseMetadata>{"reason":"","date":0,"changed_at":1706183892243,"changed_by":"[email protected]"}</releaseMetadata>
<life_cycle>
<changed_by>[email protected]</changed_by>
<created_by>[email protected]</created_by>
</life_cycle>
<proxyEndPoints>
<proxyEndPoint>
<proxyEndPointName>default</proxyEndPointName>
<apiResourceName>SWAGGER_JSON</apiResourceName>
</proxyEndPoint>
</proxyEndPoints>
<targetEndPoints>
<targetEndPoint>default</targetEndPoint>
</targetEndPoints>
<policies/>
<fileResources/>
</APIProxy>
4 changes: 4 additions & 0 deletions FlashPipe Demo APIM/HelloWorldAPI/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"contentType": "ContentArchive",
"modelVersion": "1.0"
}

0 comments on commit cf92d3d

Please sign in to comment.