Oracle Enterprise Manager · Schema
TargetCreateRequest
Request body for creating a new target.
Cloud ManagementDatabase ManagementEnterprise ManagementInfrastructure ManagementMonitoringOracle
Properties
| Name | Type | Description |
|---|---|---|
| targetName | string | Display name for the target. |
| targetType | string | Target type identifier defining the monitoring template. |
| hostName | string | The hostname where the target resides. |
| properties | object | Target-type-specific properties required for monitoring. |
| credentials | object | Monitoring credentials for the target. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/TargetCreateRequest",
"title": "TargetCreateRequest",
"type": "object",
"description": "Request body for creating a new target.",
"required": [
"targetName",
"targetType",
"hostName"
],
"properties": {
"targetName": {
"type": "string",
"description": "Display name for the target.",
"example": "example_value"
},
"targetType": {
"type": "string",
"description": "Target type identifier defining the monitoring template.",
"examples": [
"oracle_database",
"host",
"weblogic_j2eeserver"
]
},
"hostName": {
"type": "string",
"description": "The hostname where the target resides.",
"example": "example_value"
},
"properties": {
"type": "object",
"description": "Target-type-specific properties required for monitoring.",
"additionalProperties": {
"type": "string"
},
"example": "example_value"
},
"credentials": {
"type": "object",
"description": "Monitoring credentials for the target.",
"properties": {
"credentialName": {
"type": "string",
"description": "Name of a named credential to use."
},
"credentialType": {
"type": "string",
"description": "Type of credential."
}
},
"example": "example_value"
}
}
}
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/oracle-enterprise-manager-targetcreaterequest"
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.