Resource: ApiProxy
Metadata describing the API proxy
JSON representation |
---|
{ "metaData": { object ( |
Fields | |
---|---|
metaData |
Output only. Metadata describing the API proxy. |
name |
Output only. Name of the API proxy. |
revision[] |
Output only. List of revisions defined for the API proxy. |
latestRevisionId |
Output only. The id of the most recently created revision for this api proxy. |
labels |
User labels applied to this API Proxy. An object containing a list of |
readOnly |
Output only. Whether this proxy is read-only. A read-only proxy cannot have new revisions created through calls to apis.create. A proxy is read-only if it was generated by an archive. |
apiProxyType |
Output only. The type of the API proxy. |
space |
Optional. The id of the space this proxy is associated with. Any IAM policies applied to the space will control access to this proxy. To learn how Spaces can be used to manage resources, read the Apigee Spaces Overview. |
Methods |
|
---|---|
|
Creates an API proxy. |
|
Deletes an API proxy and all associated endpoints, policies, resources, and revisions. |
|
Gets an API proxy including a list of existing revisions. |
|
Lists the names of all API proxies in an organization. |
|
Moves an API proxy to a different space. |
|
Updates an existing API proxy. |