Properties
NAME | TYPE | DESCRIPTION |
total | integer | Total number of deployments documents that matched your query. |
deployments | array | List of deployments. Can be one of: |
Example
JSON
{
"total": 5,
"deployments": [
{
"$id": "5e5ea5c16897e",
"$createdAt": "2020-10-15T06:38:00.000+00:00",
"$updatedAt": "2020-10-15T06:38:00.000+00:00",
"type": "vcs",
"resourceId": "5e5ea6g16897e",
"resourceType": "functions",
"entrypoint": "index.js",
"size": 128,
"buildSize": 128,
"buildId": "5e5ea5c16897e",
"activate": true,
"status": "ready",
"buildLogs": "Compiling source files...",
"buildTime": 128,
"providerRepositoryName": "database",
"providerRepositoryOwner": "utopia",
"providerRepositoryUrl": "https://github.com/vermakhushboo/g4-node-function",
"providerBranch": "0.7.x",
"providerCommitHash": "7c3f25d",
"providerCommitAuthorUrl": "https://github.com/vermakhushboo",
"providerCommitAuthor": "Khushboo Verma",
"providerCommitMessage": "Update index.js",
"providerCommitUrl": "https://github.com/vermakhushboo/g4-node-function/commit/60c0416257a9cbcdd96b2d370c38d8f8d150ccfb",
"providerBranchUrl": "https://github.com/vermakhushboo/appwrite/tree/0.7.x"
}
]
}
JSON
{
"total": 5,
"deployments": [
{
"_id": "5e5ea5c16897e",
"_createdAt": "2020-10-15T06:38:00.000+00:00",
"_updatedAt": "2020-10-15T06:38:00.000+00:00",
"type": "vcs",
"resourceId": "5e5ea6g16897e",
"resourceType": "functions",
"entrypoint": "index.js",
"size": 128,
"buildSize": 128,
"buildId": "5e5ea5c16897e",
"activate": true,
"status": "ready",
"buildLogs": "Compiling source files...",
"buildTime": 128,
"providerRepositoryName": "database",
"providerRepositoryOwner": "utopia",
"providerRepositoryUrl": "https://github.com/vermakhushboo/g4-node-function",
"providerBranch": "0.7.x",
"providerCommitHash": "7c3f25d",
"providerCommitAuthorUrl": "https://github.com/vermakhushboo",
"providerCommitAuthor": "Khushboo Verma",
"providerCommitMessage": "Update index.js",
"providerCommitUrl": "https://github.com/vermakhushboo/g4-node-function/commit/60c0416257a9cbcdd96b2d370c38d8f8d150ccfb",
"providerBranchUrl": "https://github.com/vermakhushboo/appwrite/tree/0.7.x"
}
]
}