Azure Function Apps · Schema
BackupItem
Backup description.
AzureComputeFunction-as-a-ServiceFunctionsServerless
Properties
| Name | Type | Description |
|---|---|---|
| properties | object | BackupItem resource specific properties |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/azure-function-apps/refs/heads/main/json-schema/azure-function-apps-backup-item-schema.json",
"title": "BackupItem",
"description": "Backup description.",
"type": "object",
"properties": {
"properties": {
"description": "BackupItem resource specific properties",
"properties": {
"blobName": {
"description": "Name of the blob which contains data for this backup.",
"readOnly": true,
"type": "string"
},
"correlationId": {
"description": "Unique correlation identifier. Please use this along with the timestamp while communicating with Azure support.",
"readOnly": true,
"type": "string"
},
"created": {
"description": "Timestamp of the backup creation.",
"format": "date-time",
"readOnly": true,
"type": "string"
},
"databases": {
"description": "List of databases included in the backup.",
"items": {
"$ref": "#/definitions/DatabaseBackupSetting"
},
"readOnly": true,
"type": "array"
},
"finishedTimeStamp": {
"description": "Timestamp when this backup finished.",
"format": "date-time",
"readOnly": true,
"type": "string"
},
"id": {
"description": "Id of the backup.",
"format": "int32",
"readOnly": true,
"type": "integer",
"x-ms-client-name": "BackupId"
},
"lastRestoreTimeStamp": {
"description": "Timestamp of a last restore operation which used this backup.",
"format": "date-time",
"readOnly": true,
"type": "string"
},
"log": {
"description": "Details regarding this backup. Might contain an error message.",
"readOnly": true,
"type": "string"
},
"name": {
"description": "Name of this backup.",
"readOnly": true,
"type": "string"
},
"scheduled": {
"description": "True if this backup has been created due to a schedule being triggered.",
"readOnly": true,
"type": "boolean"
},
"sizeInBytes": {
"description": "Size of the backup in bytes.",
"format": "int64",
"readOnly": true,
"type": "integer"
},
"status": {
"description": "Backup status.",
"enum": [
"InProgress",
"Failed",
"Succeeded",
"TimedOut",
"Created",
"Skipped",
"PartiallySucceeded",
"DeleteInProgress",
"DeleteFailed",
"Deleted"
],
"readOnly": true,
"type": "string",
"x-ms-enum": {
"modelAsString": false,
"name": "BackupItemStatus"
}
},
"storageAccountUrl": {
"description": "SAS URL for the storage account container which contains this backup.",
"readOnly": true,
"type": "string"
},
"websiteSizeInBytes": {
"description": "Size of the original web app which has been backed up.",
"format": "int64",
"readOnly": true,
"type": "integer"
}
},
"x-ms-client-flatten": true
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/azure-function-apps-backup-item"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.