v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1351142229.7 KB
projects

Manages data for a given plugin instance.

post/v1/{+name}:manageSourceData

Path parameters

namestring required

Required. The name of the plugin instance for which data needs to be managed. Format: projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance}

Request body

action'ACTION_UNSPECIFIED' | 'UPLOAD' | 'DELETE'

Required. Action to be performed.

datastring byte

Required. Data to be managed.

dataType'DATA_TYPE_UNSPECIFIED' | 'PROXY_DEPLOYMENT_MANIFEST' | 'ENVIRONMENT_MANIFEST' | 'PROXY_BUNDLE' | 'SHARED_FLOW_BUNDLE'

Required. Type of data to be managed.

relativePathstring

Required. Relative path of data being managed for a given plugin instance.

Response

Successful response