Skip to main content

resourcefiles

Overview

Nameresourcefiles
TypeResource
Idgoogle.apigee.resourcefiles

Fields

NameDatatypeDescription
contentTypestringThe HTTP Content-Type header value specifying the content type of the body.
datastringThe HTTP request/response body as raw binary.
extensionsarrayApplication specific response metadata. Must be set in the first response for streaming APIs.

Methods

NameAccessible byRequired ParamsDescription
organizations_environments_resourcefiles_getSELECTenvironmentsId, name, organizationsId, typeGets the contents of a resource file. For more information about resource files, see Resource files.
organizations_environments_resourcefiles_listSELECTenvironmentsId, organizationsIdLists all resource files, optionally filtering by type. For more information about resource files, see Resource files.
organizations_environments_resourcefiles_createINSERTenvironmentsId, organizationsIdCreates a resource file. Specify the Content-Type as application/octet-stream or multipart/form-data. For more information about resource files, see Resource files.
organizations_environments_resourcefiles_deleteDELETEenvironmentsId, name, organizationsId, typeDeletes a resource file. For more information about resource files, see Resource files.
organizations_environments_resourcefiles_updateEXECenvironmentsId, name, organizationsId, typeUpdates a resource file. Specify the Content-Type as application/octet-stream or multipart/form-data. For more information about resource files, see Resource files.