Broadcom · Schema
Broadcom Task
A Task represents an asynchronous operation in VMware Cloud Foundation that tracks the progress and status of long-running infrastructure management activities.
Cloud InfrastructureGatewaysManagementNetworksObservabilityVirtualizationFortune 500
Properties
| Name | Type | Description |
|---|---|---|
| id | string | The unique identifier of the task. |
| name | string | The name of the task. |
| type | string | The type of the task operation. |
| status | string | The current status of the task. |
| creationTimestamp | string | The timestamp when the task was created. |
| completionTimestamp | string | The timestamp when the task completed. |
| isCancellable | boolean | Whether the task can be cancelled. |
| isRetryable | boolean | Whether the task can be retried after failure. |
| resources | array | The resources associated with this task. |
| subTasks | array | The subtasks that make up this task. |
| errors | array | Errors encountered during task execution. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/api-evangelist/broadcom/blob/main/json-schema/broadcom-task-schema.json",
"title": "Broadcom Task",
"description": "A Task represents an asynchronous operation in VMware Cloud Foundation that tracks the progress and status of long-running infrastructure management activities.",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The unique identifier of the task."
},
"name": {
"type": "string",
"description": "The name of the task."
},
"type": {
"type": "string",
"description": "The type of the task operation."
},
"status": {
"type": "string",
"enum": [
"IN_PROGRESS",
"SUCCESSFUL",
"FAILED",
"CANCELLED"
],
"description": "The current status of the task."
},
"creationTimestamp": {
"type": "string",
"format": "date-time",
"description": "The timestamp when the task was created."
},
"completionTimestamp": {
"type": "string",
"format": "date-time",
"description": "The timestamp when the task completed."
},
"isCancellable": {
"type": "boolean",
"description": "Whether the task can be cancelled."
},
"isRetryable": {
"type": "boolean",
"description": "Whether the task can be retried after failure."
},
"resources": {
"type": "array",
"items": {
"type": "object",
"properties": {
"resourceId": {
"type": "string",
"description": "The identifier of the associated resource."
},
"type": {
"type": "string",
"description": "The type of the associated resource."
}
}
},
"description": "The resources associated with this task."
},
"subTasks": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The name of the subtask."
},
"status": {
"type": "string",
"enum": [
"IN_PROGRESS",
"SUCCESSFUL",
"FAILED",
"CANCELLED",
"PENDING"
],
"description": "The current status of the subtask."
},
"description": {
"type": "string",
"description": "A description of the subtask."
}
}
},
"description": "The subtasks that make up this task."
},
"errors": {
"type": "array",
"items": {
"type": "object",
"properties": {
"errorCode": {
"type": "string",
"description": "The error code."
},
"message": {
"type": "string",
"description": "The error message."
},
"remediationMessage": {
"type": "string",
"description": "Guidance on how to resolve the error."
}
}
},
"description": "Errors encountered during task execution."
}
}
}
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/broadcom-task"
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.