Skip to main content

Module agent

Module agent 

Source

Structs§

ApiCapabilityManifest
JSON manifest describing all available commands and parameters for an API context. This is output when the --describe-json flag is used.
ApiInfo
BatchCapabilityInfo
Describes the batch processing capabilities available via --batch-file.
BatchFieldInfo
A single field in the batch operation schema.
BatchOperationSchema
Schema description for a single operation within a batch file.
CommandInfo
DependentExecutionInfo
Details about dependent execution behavior.
DependentWorkflowInfo
Describes the dependent workflow system: capture, interpolation, and ordering.
EndpointStatistics
Statistics about endpoint availability
ExecutionModeInfo
Describes the two execution modes and when each is selected.
PaginationManifestInfo
Pagination capability description for a single command in the manifest.
ParameterInfo
RequestBodyInfo
ResponseSchemaInfo
Response schema information for successful responses (200/201/204)
SecuritySchemeInfo
Detailed, parsable security scheme description
VariableTypeInfo
Describes the two variable types in the capture system.

Enums§

SecuritySchemeDetails
Detailed security scheme configuration

Functions§

generate_capability_manifest
Generates a capability manifest from a cached API specification.
generate_capability_manifest_from_openapi
Generates a capability manifest from an OpenAPI specification.