Bad Request
Internal server error
List Files and Folders metadata
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Bad Request
Internal server error
Returns create response
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
YAML definition of File or Folder
required | object (File) This is details of the File or Folder entity defined in Harness. |
Bad Request
Internal server error
Returns create response
Bad Request
Internal server error
Get the Folder or File metadata
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Bad Request
Internal server error
Returns update response
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Bad Request
Internal server error
Returns true if deletion was successful.
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Bad Request
Internal server error
Download File content
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Bad Request
Internal server error
Returns the list of created by user details
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Bad Request
Internal server error
Returns the file content of scopedFilePath
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Bad Request
Internal server error
Returns the file content of scopedFilePath
"string"
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Bad Request
Internal server error
Returns the list of entities where file is referenced by
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Bad Request
Internal server error
Returns the list of supported entity types for file
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Details of the File filter properties to be applied
Bad Request
Internal server error
Returns filtered list of Files or Folder
{- "fileUsage": "MANIFEST_FILE",
- "createdBy": {
- "name": "string",
- "email": "string"
}, - "referencedBy": {
- "type": "CreatePR",
- "name": "string"
}, - "tags": {
- "property1": "string",
- "property2": "string"
}, - "filterType": "Connector"
}
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Folder node for which to return the list of nodes
Bad Request
Internal server error
Returns the folder populated with file store nodes as children
{- "identifier": "string",
- "parentIdentifier": "string",
- "name": "string",
- "type": "FILE",
- "lastModifiedBy": {
- "name": "string",
- "email": "string"
}, - "children": [
- {
- "identifier": "string",
- "parentIdentifier": "string",
- "name": "string",
- "type": "FILE",
- "lastModifiedBy": {
- "name": "string",
- "email": "string"
}
}
]
}
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
YAML definition of File or Folder
required | object (File) This is details of the File or Folder entity defined in Harness. |
Bad Request
Internal server error
Returns update response