Module reference¶
All modules of the netautomate.netorca collection, version 2.0.0. Every page here is generated from the module's own DOCUMENTATION block, so it can never drift from the code - CI enforces it.
Coverage roadmap
This slice of the v2 rewrite covers the service-owner core and the complete Pack/AI family. The remaining module families (services, submissions, charges, webhooks, healthchecks) land in the follow-up merge requests of the v2 series. Migrating from v1? See the migration guide for the old-name to new-name mapping.
Info modules (read-only)¶
| Module | Description |
|---|---|
| netorca_ai_document_info | Query NetOrca Pack knowledge documents |
| netorca_ai_processor_info | Query NetOrca Pack AI processors |
| netorca_change_instance_info | Query change instances in NetOrca |
| netorca_llm_model_info | Query the LLM models configured in NetOrca Pack |
| netorca_pack_data_info | Query NetOrca Pack stage data |
| netorca_pack_pipeline_info | Query NetOrca Pack pipeline runs |
| netorca_pack_profile_info | Query NetOrca Pack service profiles |
| netorca_service_item_info | Query service items in NetOrca |
Write modules¶
| Module | Description |
|---|---|
| netorca_ai_document | Manage NetOrca Pack knowledge documents |
| netorca_ai_processor | Manage NetOrca Pack AI processors |
| netorca_change_instance | Transition change instances in NetOrca |
| netorca_deployed_item | Manage deployed items in NetOrca |
| netorca_pack_pipeline | Mark a NetOrca Pack pipeline as applied |
| netorca_pack_profile | Manage NetOrca Pack service profiles |
Action modules (non-idempotent)¶
| Module | Description |
|---|---|
| netorca_pack_data | Push stage data into a NetOrca Pack pipeline |
| netorca_pack_trigger | Trigger or retrigger a NetOrca Pack pipeline run |