Resource: ApiProxyRevision
API proxy revision.
JSON representation |
---|
{ "basepaths": [ string ], "configurationVersion": { object ( |
Fields | |
---|---|
basepaths[] |
Base URL of the API proxy. |
configurationVersion |
Version of the API proxy configuration schema to which the API proxy conforms. Currently, the only supported value is 4.0 ( |
contextInfo |
Revision number, app name, and organization for the API proxy. |
createdAt |
Time that the API proxy revision was created in milliseconds since epoch. |
displayName |
Human-readable name of the API proxy. |
description |
Description of the API proxy revision. |
entityMetaDataAsProperties |
Metadata describing the API proxy revision as a key-value map. An object containing a list of |
lastModifiedAt |
Time that the API proxy revision was last modified in milliseconds since epoch. |
name |
Name of the API proxy. |
revision |
API proxy revision. |
policies[] |
List of policy names included in the API proxy revision.. |
proxies[] |
List of proxy names included in the API proxy revision. |
proxyEndpoints[] |
List of ProxyEndpoints in the |
resourceFiles |
List of resource files included in the API proxy revision. |
resources[] |
List of the resources included in the API proxy revision formatted as "{type}://{name}". |
sharedFlows[] |
List of the shared flows included in the API proxy revision. |
spec |
OpenAPI Specification that is associated with the API proxy. The value is set to a URL or to a path in the specification store. |
targetEndpoints[] |
List of TargetEndpoints in the |
targetServers[] |
List of TargetServers referenced in any TargetEndpoint in the API proxy. Typically, you will see this element only when the API proxy was created using the Edge UI. This is a 'manifest' setting designed to provide visibility into the contents of the API proxy. |
targets[] |
List of the targets included in the API proxy revision. |
integrationEndpoints[] |
List of IntegrationEndpoints in the '/integration-endpoints' directory of the API proxy. This is a 'manifest' setting designed to provide visibility into the contents of the API proxy. |
type |
Type. Set to |
teams[] |
List of the teams included in the API proxy revision. |
archive |
Output only. The archive that generated this proxy revision. This field is only present on proxy revisions that were generated by an archive. Proxies generated by archives cannot be updated, deleted, or deployed to other environments. Format: |
hasExtensiblePolicy |
Output only. This field will be marked as true if revision contains any policies marked as extensible. |
Methods |
|
---|---|
|
Deletes an API proxy revision and all policies, resources, endpoints, and revisions associated with it. |
|
Gets an API proxy revision. |
|
Lists all revisions for an API proxy. |
|
Updates an existing API proxy revision by uploading the API proxy configuration bundle as a zip file from your local machine. |