Best for
- Reach for halopsa-cli when an agent needs to triage, dispatch, or report against a HaloPSA / HaloITSM / HaloCRM tenant without clicking through the web UI. It is the right tool for cross-entity questions ("who's overloa…
Servosity/msp-skills/skills/halopsa/SKILL.md
Every HaloPSA, HaloITSM and HaloCRM feature, plus a local SQLite store and cross-entity views the API can't return. Trigger phrases: `triage my Halo queue`, `check SLA breaches in HaloPSA`, `who is overloaded in Halo`, `client card for Acme in Halo`, `Halo contract burn-down`, `what changed in Halo since this morning`, `find time gaps in my Halo timesheet`, `use halopsa`, `run halopsa`.
Decision brief
Every HaloPSA, HaloITSM and HaloCRM feature, plus a local SQLite store and cross-entity views the API can't return. Trigger phrases: `triage my Halo queue`, `check SLA breaches in HaloPSA`, `who is overloaded in Halo`, `client card for Acme in Halo`, `Halo contract burn-down`, `what changed in Halo since this morning`, `find time gaps in my Halo timesheet`,…
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/Servosity/msp-skills --skill "skills/halopsa"Inspect the Agent Skill "halopsa" from https://github.com/Servosity/msp-skills/blob/30e109db0872897de0b88adb38d81d4c292da3ae/skills/halopsa/SKILL.md at commit 30e109db0872897de0b88adb38d81d4c292da3ae. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
Halo uses OAuth2 clientcredentials. Create an API application in your tenant under Configuration Integrations Halo PSA API (Authentication Method: Client ID and Secret - Services), set HALOPSATENANT= in your env, then run halopsa-cli auth login --client-id --client-secret . The…
This skill drives the halopsa-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first:
Reach for halopsa-cli when an agent needs to triage, dispatch, or report against a HaloPSA / HaloITSM / HaloCRM tenant without clicking through the web UI. It is the right tool for cross-entity questions ("who's overloaded", "which tickets are about to breach", "which client is…
These capabilities aren't available in any other tool for this API.
Reach for this when an agent asks 'who should I assign this P1 to' or 'where are we bleeding'. One call, one screen.
Permission review
The documentation asks the agent to run terminal commands or scripts.
npx -y @mvanhorn/printing-press-library install halopsa --cli-onlyThe documentation asks the agent to run terminal commands or scripts.
go install github.com/mvanhorn/printing-press-library/library/project-management/halopsa/cmd/halopsa-cli@latestThe documentation includes sending, uploading, or posting data to a remote service.
| `webhook:<url>` | POST the output body to the URL (`application/json` or `application/x-ndjson` when `--compact`) |The documentation includes network, browsing, or remote request actions.
| `webhook:<url>` | POST the output body to the URL (`application/json` or `application/x-ndjson` when `--compact`) |Evidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 83/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 15 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
This skill drives the halopsa-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first:
$HOME/.local/bin on macOS/Linux and %LOCALAPPDATA%\Programs\PrintingPress\bin on Windows:
npx -y @mvanhorn/printing-press-library install halopsa --cli-only
halopsa-cli --version$PATH for the agent/runtime that will invoke this skill.If the npx install fails (no Node, offline, etc.), fall back to a direct Go install (requires Go 1.26.4 or newer). This installs into $GOPATH/bin (default $HOME/go/bin), so add that directory to $PATH instead:
go install github.com/mvanhorn/printing-press-library/library/project-management/halopsa/cmd/halopsa-cli@latest
If --version reports "command not found" after install, the runtime cannot see the binary directory on $PATH. Do not proceed with skill commands until verification succeeds.
Wraps the full Halo REST API (952 endpoints across tickets, clients, assets, contracts, time, KB, and workflows) with offline-first search, agent-native JSON output, and cross-entity commands like triage, client card, and contracts burn that join tables Halo's UI scatters across five tabs.
Reach for halopsa-cli when an agent needs to triage, dispatch, or report against a HaloPSA / HaloITSM / HaloCRM tenant without clicking through the web UI. It is the right tool for cross-entity questions ("who's overloaded", "which tickets are about to breach", "which client is burning their contract"), bulk operations (stale-ticket close, batch action posts, batch time entries), and ETLs that previously required hand-rolled scripts. It is NOT the right tool for end-user portal browsing or for tenants you don't have API credentials to.
These capabilities aren't available in any other tool for this API.
triage - See per-agent open ticket load, stale tickets, and 24-hour SLA-breach count in one table - the dispatcher view Halo's UI scatters across five tabs.
Reach for this when an agent asks 'who should I assign this P1 to' or 'where are we bleeding'. One call, one screen.
halopsa-cli triage --team Support --json
tickets age-out - Find tickets stale in a status for N days, preview them, then bulk-close with a templated action via --apply.
Reach for this on the Monday queue cleanse to close 30 stale tickets in one command instead of 30 clicks.
halopsa-cli tickets age-out --status "Awaiting Customer" --stale-days 14 --action-note "Auto-closing per policy" --apply
sla breaching - List tickets whose targetdate falls in the next N hours, sorted by time-to-breach, with agent + client + current status.
Reach for this on Friday afternoon or anytime before a hand-off to pre-empt SLA breaches.
halopsa-cli sla breaching --within 24h --team Support --json
agent workload - Per-agent: open tickets, tickets touched this week, billable hours logged, oldest open ticket age.
Reach for this when rebalancing the queue or asking 'who's overloaded'.
halopsa-cli agent workload --team Support --json
client card - One panel: client + sites + active tickets + open contracts + contract hours remaining + recent KB articles linked to their tickets + asset count.
Reach for this on every client call. Open it before answering the phone, paste it into ticket notes.
halopsa-cli client card "Acme Corp" --json
asset history - Every ticket that touched this asset, chronological, with agent and time logged.
Reach for this when a machine keeps coming back to the queue - the pattern lives in the history, not in the latest ticket.
halopsa-cli asset history LAP-0042 --json
kbarticle suggest - FTS5-rank KB articles against a ticket's summary + details + last action text; print top 5 with snippets.
Reach for this mid-call when a known fix probably exists but you don't remember the exact KB title.
halopsa-cli kbarticle suggest --ticket 12345 --limit 5
time gaps - List tickets the agent touched this week that have zero time logged on them.
Reach for this on Friday before submitting the timesheet. Stops 'I know I worked that ticket but where is it' archaeology.
halopsa-cli time gaps --agent=me --week current
contracts burn - Per contract: hours bank, hours consumed this period (sum of billable time on that client's tickets), days remaining, projected overage.
Reach for this mid-month before a client conversation - know whether they're tracking over their bank.
halopsa-cli contracts burn --client "Acme Corp" --month current --json
rules dump - Print every ticket rule and workflow as readable flat text - conditions → actions, one block per rule.
Reach for this during quarterly automation audits or when investigating an unexpected routing.
halopsa-cli rules dump --workflow "New Ticket" > rules-audit.txt
tickets changed-since - Tickets where any action or status change occurred since timestamp, grouped by ticket.
Reach for this after a meeting or when coming back from lunch. 'What did I miss' in one call.
halopsa-cli tickets changed-since 09:00 --mine --json
standup - Per-agent for the window: tickets closed, tickets reopened, time logged, top client.
Reach for this the moment before standup. One paste, everyone sees yesterday's progress.
halopsa-cli standup --team Support --since yesterday
client overlay - Rank all clients by a chosen metric (open tickets, stale, SLA at-risk, hours over bank). Top N out.
Reach for this when looking for the next escalation to invest time in. Whichever client is on top is the one to call.
halopsa-cli client overlay --metric open_tickets --top 10 --json
time leaks - Billable time entries not yet attached to any invoice, summed by client and agent - the revenue sitting un-invoiced.
Reach for this in Monday billing prep to catch revenue leaks before invoices go out.
halopsa-cli time leaks --month current --json
sla scorecard - Historical SLA pass-rate for closed tickets - % met resolution targets, by team or agent.
Reach for this for the weekly leadership report instead of a brittle export pipeline.
halopsa-cli sla scorecard --since 30d --by team
assets expiring - Assets whose linked contract ends in the next N days, joined to the owning client and sorted by days-to-expiry.
Reach for this in renewal prep and proactive replacement planning.
halopsa-cli assets expiring --within 60
tickets reopens - Tickets that bounced from closed back to open in the window, grouped by agent and client with reopen counts.
Reach for this in quality audits to find boomerang patterns by agent or client.
halopsa-cli tickets reopens --since 30d
actions - Manage actions
halopsa-cli actions create - Createhalopsa-cli actions create-reaction - Create reactionhalopsa-cli actions create-review - Create reviewhalopsa-cli actions delete - Deletehalopsa-cli actions get - Use this to return a single instance of Actions. Requires authentication.halopsa-cli actions list - Use this to return multiple Actions. Requires authentication.addigy - Manage addigy
halopsa-cli addigy create - Createhalopsa-cli addigy list - Listaddigy-details - Manage addigy details
halopsa-cli addigy-details create - Createhalopsa-cli addigy-details delete - Deletehalopsa-cli addigy-details get - Gethalopsa-cli addigy-details list - Listaddress - Manage address
halopsa-cli address create - Createhalopsa-cli address delete - Deletehalopsa-cli address get - Use this to return a single instance of AddressStore. Requires authentication.halopsa-cli address list - Use this to return multiple AddressStore. Requires authentication.addressbook - Manage addressbook
halopsa-cli addressbook create - Createhalopsa-cli addressbook delete - Deletehalopsa-cli addressbook get - Gethalopsa-cli addressbook list - Listadobe-acrobat-details - Manage adobe acrobat details
halopsa-cli adobe-acrobat-details create - Createhalopsa-cli adobe-acrobat-details delete - Deletehalopsa-cli adobe-acrobat-details get - Gethalopsa-cli adobe-acrobat-details list - Listadobe-commerce-details - Manage adobe commerce details
halopsa-cli adobe-commerce-details create - Createhalopsa-cli adobe-commerce-details delete - Deletehalopsa-cli adobe-commerce-details get - Gethalopsa-cli adobe-commerce-details list - Listadobe-commerce-integration - Manage adobe commerce integration
halopsa-cli adobe-commerce-integration create - Createhalopsa-cli adobe-commerce-integration list - Listagent - Manage agent
halopsa-cli agent create - Createhalopsa-cli agent create-clearcache - Create clearcachehalopsa-cli agent delete - Deletehalopsa-cli agent get - Use this to return a single instance of Uname. Requires authentication.halopsa-cli agent list - Use this to return multiple Uname. Requires authentication.halopsa-cli agent list-me - List meagent-check-in - Manage agent check in
halopsa-cli agent-check-in create - Createhalopsa-cli agent-check-in get - Use this to return a single instance of AgentCheckIn. Requires authentication.halopsa-cli agent-check-in list - Use this to return multiple AgentCheckIn. Requires authentication.agent-event-subscription - Manage agent event subscription
halopsa-cli agent-event-subscription create - Createhalopsa-cli agent-event-subscription delete - Deletehalopsa-cli agent-event-subscription get - Gethalopsa-cli agent-event-subscription list - Listagent-image - Manage agent image
halopsa-cli agent-image <id> - Use this to return a single instance of Uname. Requires authentication.agent-presence-rule - Manage agent presence rule
halopsa-cli agent-presence-rule - Listagent-presence-subscription - Manage agent presence subscription
halopsa-cli agent-presence-subscription create - Createhalopsa-cli agent-presence-subscription delete - Deletehalopsa-cli agent-presence-subscription get-uname-presence-subscription - Get uname presence subscriptionhalopsa-cli agent-presence-subscription list - Listaisuggestion - Manage aisuggestion
halopsa-cli aisuggestion create - Createhalopsa-cli aisuggestion delete - Deletehalopsa-cli aisuggestion get - Gethalopsa-cli aisuggestion list - Listalemba - Manage alemba
halopsa-cli alemba - Listamazon-seller-details - Manage amazon seller details
halopsa-cli amazon-seller-details create - Createhalopsa-cli amazon-seller-details delete - Deletehalopsa-cli amazon-seller-details get - Gethalopsa-cli amazon-seller-details list - Listapplication - Manage application
halopsa-cli application create - Createhalopsa-cli application create-federatedcredentials - Create federatedcredentialshalopsa-cli application delete - Deletehalopsa-cli application get - Use this to return a single instance of NHD_Identity_Application. Requires authentication.halopsa-cli application list - Listappointment - Manage appointment
halopsa-cli appointment create - Createhalopsa-cli appointment create-booking - Create bookinghalopsa-cli appointment create-generate - Create generatehalopsa-cli appointment delete - Delete specific Appointment. Requires authentication.halopsa-cli appointment get - Use this to return a single instance of Appointment. Requires authentication.halopsa-cli appointment list - Use this to return multiple Appointment. Requires authentication.halopsa-cli appointment list-booking - List bookingapproval-process - Manage approval process
halopsa-cli approval-process create - Createhalopsa-cli approval-process delete - Deletehalopsa-cli approval-process get - Use this to return a single instance of ApprovalProcess. Requires authentication.halopsa-cli approval-process list - Use this to return multiple ApprovalProcess. Requires authentication.approval-process-rule - Manage approval process rule
halopsa-cli approval-process-rule create - Createhalopsa-cli approval-process-rule delete - Deletehalopsa-cli approval-process-rule get - Use this to return a single instance of ApprovalProcessRule. Requires authentication.halopsa-cli approval-process-rule list - Use this to return multiple ApprovalProcessRule. Requires authentication.area-azure-tenant - Manage area azure tenant
halopsa-cli area-azure-tenant - Use this to return multiple AreaAzureTenant. Requires authentication.area-request-type - Manage area request type
halopsa-cli area-request-type get - Use this to return a single instance of AreaRequestType. Requires authentication.halopsa-cli area-request-type list - Listarmis - Manage armis
halopsa-cli armis - Listarmis-details - Manage armis details
halopsa-cli armis-details create - Createhalopsa-cli armis-details delete - Deletehalopsa-cli armis-details get - Gethalopsa-cli armis-details list - Listarrow-sphere-details - Manage arrow sphere details
halopsa-cli arrow-sphere-details create - Createhalopsa-cli arrow-sphere-details delete - Deletehalopsa-cli arrow-sphere-details get - Gethalopsa-cli arrow-sphere-details list - Listasset - Manage asset
halopsa-cli asset create - Createhalopsa-cli asset delete - Deletehalopsa-cli asset get - Use this to return a single instance of Device. Requires authentication.halopsa-cli asset list - Use this to return multiple Device. Requires authentication.halopsa-cli asset list-getallsoftwareversions - List getallsoftwareversionshalopsa-cli asset list-nexttag - List nexttagasset-change - Manage asset change
halopsa-cli asset-change create - Createhalopsa-cli asset-change list - Use this to return multiple DeviceChange. Requires authentication.asset-group - Manage asset group
halopsa-cli asset-group create - Createhalopsa-cli asset-group delete - Deletehalopsa-cli asset-group get - Use this to return a single instance of Generic. Requires authentication.halopsa-cli asset-group list - Use this to return multiple Generic. Requires authentication.asset-software - Manage asset software
halopsa-cli asset-software - Use this to return multiple DeviceApplications. Requires authentication.asset-type - Manage asset type
halopsa-cli asset-type create - Createhalopsa-cli asset-type delete - Deletehalopsa-cli asset-type get - Use this to return a single instance of Xtype. Requires authentication.halopsa-cli asset-type list - Use this to return multiple Xtype. Requires authentication.asset-type-info - Manage asset type info
halopsa-cli asset-type-info - Use this to return multiple Xtype. Requires authentication.asset-type-mappings - Manage asset type mappings
halopsa-cli asset-type-mappings get - Use this to return a single instance of XTypeMapping. Requires authentication.halopsa-cli asset-type-mappings list - Listatt - Manage att
halopsa-cli att - Listattachment - Manage attachment
halopsa-cli attachment create - Createhalopsa-cli attachment create-document - Create documenthalopsa-cli attachment create-gets3presignedurl - Create gets3presignedurlhalopsa-cli attachment create-image - Create imagehalopsa-cli attachment create-presignedurluploadcomplete - Create presignedurluploadcompletehalopsa-cli attachment delete - Deletehalopsa-cli attachment delete-document - Delete documenthalopsa-cli attachment delete-image - Delete imagehalopsa-cli attachment get - Use this to return a single instance of Attachment. Requires authentication.halopsa-cli attachment get-document - Get documenthalopsa-cli attachment get-image - Get imagehalopsa-cli attachment get-nhserver - Get nhserverhalopsa-cli attachment list - Use this to return multiple Attachment. Requires authentication.halopsa-cli attachment list-image - List imageaudit - Manage audit
halopsa-cli audit create - Createhalopsa-cli audit delete - Deletehalopsa-cli audit get - Use this to return a single instance of Audit. Requires authentication.halopsa-cli audit list - Listauth-info - Manage auth info
halopsa-cli auth-info - Listautomation - Manage automation
halopsa-cli automation create - Createhalopsa-cli automation create-runbookid - Create runbookidhalopsa-cli automation delete - Deletehalopsa-cli automation get - Gethalopsa-cli automation list - Listavalara-details - Manage avalara details
halopsa-cli avalara-details create - Createhalopsa-cli avalara-details delete - Deletehalopsa-cli avalara-details get - Gethalopsa-cli avalara-details list - Listaws - Manage aws
halopsa-cli aws - Listawsdetails - Manage awsdetails
halopsa-cli awsdetails create - Createhalopsa-cli awsdetails delete - Deletehalopsa-cli awsdetails get - Gethalopsa-cli awsdetails list - Listazure-delta - Manage azure delta
halopsa-cli azure-delta create - Createhalopsa-cli azure-delta delete - Deletehalopsa-cli azure-delta get - Gethalopsa-cli azure-delta list - Listazure-dev-ops-details - Manage azure dev ops details
halopsa-cli azure-dev-ops-details create - Createhalopsa-cli azure-dev-ops-details delete - Deletehalopsa-cli azure-dev-ops-details get - Use this to return a single instance of AzureDevOpsDetails. Requires authentication.halopsa-cli azure-dev-ops-details list - Listazure-translate - Manage azure translate
halopsa-cli azure-translate create - Createhalopsa-cli azure-translate list - Listazureadconnection - Manage azureadconnection
halopsa-cli azureadconnection create - Createhalopsa-cli azureadconnection delete - Deletehalopsa-cli azureadconnection get - Use this to return a single instance of AzureADConnection. Requires authentication.halopsa-cli azureadconnection list - Use this to return multiple AzureADConnection. Requires authentication.azureadmapping - Manage azureadmapping
halopsa-cli azureadmapping - Use this to return multiple AzureADMapping. Requires authentication.background-task - Manage background task
halopsa-cli background-task <id> - Getbilling-template - Manage billing template
halopsa-cli billing-template create - Createhalopsa-cli billing-template delete - Deletehalopsa-cli billing-template get - Use this to return a single instance of ContractTemplateHeader. Requires authentication.halopsa-cli billing-template list - Listbooking-type - Manage booking type
halopsa-cli booking-type - Use this to return multiple BookingType. Requires authentication.bookmark - Manage bookmark
halopsa-cli bookmark create - Createhalopsa-cli bookmark get - Getbudget-type - Manage budget type
halopsa-cli budget-type create - Createhalopsa-cli budget-type delete - Deletehalopsa-cli budget-type get - Use this to return a single instance of BudgetType. Requires authentication.halopsa-cli budget-type list - Use this to return multiple BudgetType. Requires authentication.bulk-email - Manage bulk email
halopsa-cli bulk-email get - Use this to return a single instance of BulkEmail. Requires authentication.halopsa-cli bulk-email list - Listbusiness-central-details - Manage business central details
halopsa-cli business-central-details create - Createhalopsa-cli business-central-details delete - Deletehalopsa-cli business-central-details get - Use this to return a single instance of BusinessCentralDetails. Requires authentication.halopsa-cli business-central-details list - Use this to return multiple BusinessCentralDetails. Requires authentication.cab - Manage cab
halopsa-cli cab create - Createhalopsa-cli cab delete - Deletehalopsa-cli cab get - Use this to return a single instance of CabHeader. Requires authentication.halopsa-cli cab list - Use this to return multiple CabHeader. Requires authentication.cabmember - Manage cabmember
halopsa-cli cabmember - Listcabrole - Manage cabrole
halopsa-cli cabrole - Listcall-log - Manage call log
halopsa-cli call-log create - Createhalopsa-cli call-log get - Use this to return a single instance of CallLog. Requires authentication.halopsa-cli call-log list - Use this to return multiple CallLog. Requires authentication.call-script - Manage call script
halopsa-cli call-script create - Createhalopsa-cli call-script delete - Deletehalopsa-cli call-script get - Use this to return a single instance of ScriptHeader. Requires authentication.halopsa-cli call-script list - Listcanned-text - Manage canned text
halopsa-cli canned-text create - Createhalopsa-cli canned-text create-cannedtext - Create cannedtexthalopsa-cli canned-text delete - Deletehalopsa-cli canned-text get - Use this to return a single instance of CannedText. Requires authentication.halopsa-cli canned-text list - Use this to return multiple CannedText. Requires authentication.category - Manage category
halopsa-cli category create - Createhalopsa-cli category delete - Deletehalopsa-cli category get - Use this to return a single instance of CategoryDetail. Requires authentication.halopsa-cli category list - Use this to return multiple CategoryDetail. Requires authentication.certificate - Manage certificate
halopsa-cli certificate create - Createhalopsa-cli certificate delete - Deletehalopsa-cli certificate get - Use this to return a single instance of Certificate. Requires authentication.halopsa-cli certificate list - Listchange-calendar - Manage change calendar
halopsa-cli change-calendar - Listcharge-rate - Manage charge rate
halopsa-cli charge-rate get - Use this to return a single instance of ChargeRate. Requires authentication.halopsa-cli charge-rate list - Use this to return multiple ChargeRate. Requires authentication.chat - Manage chat
halopsa-cli chat create - Createhalopsa-cli chat get - Gethalopsa-cli chat list - Use this to return multiple LiveChatHeader. Requires authentication.chat-flow - Manage chat flow
halopsa-cli chat-flow - Createchat-matching-data - Manage chat matching data
halopsa-cli chat-matching-data - Createchat-message - Manage chat message
halopsa-cli chat-message create - Createhalopsa-cli chat-message create-chatmessage - Create chatmessagehalopsa-cli chat-message list - Use this to return multiple LiveChatMsg. Requires authentication.chat-profile - Manage chat profile
halopsa-cli chat-profile create - Createhalopsa-cli chat-profile delete - Deletehalopsa-cli chat-profile get - Use this to return a single instance of ChatProfile. Requires authentication.halopsa-cli chat-profile list - Use this to return multiple ChatProfile. Requires authentication.client-cache - Manage client cache
halopsa-cli client-cache - Listclient-contract - Manage client contract
halopsa-cli client-contract create - Createhalopsa-cli client-contract create-clientcontract - Create clientcontracthalopsa-cli client-contract create-clientcontract-2 - Create clientcontract 2halopsa-cli client-contract delete - Deletehalopsa-cli client-contract get - Use this to return a single instance of ContractHeader. Requires authentication.halopsa-cli client-contract list - Use this to return multiple ContractHeader. Requires authentication.client-prepay - Manage client prepay
halopsa-cli client-prepay create - Createhalopsa-cli client-prepay delete - Deletehalopsa-cli client-prepay get - Use this to return a single instance of PrepayHistory. Requires authentication.halopsa-cli client-prepay list - Use this to return multiple PrepayHistory. Requires authentication.clients - Manage clients
halopsa-cli clients create - Createhalopsa-cli clients create-client - Create clienthalopsa-cli clients create-client-2 - Create client 2halopsa-cli clients delete - Deletehalopsa-cli clients get - Use this to return a single instance of Area. Requires authentication.halopsa-cli clients list - Use this to return multiple Area. Requires authentication.halopsa-cli clients list-client - List clientconfig-commit - Manage config commit
halopsa-cli config-commit create - Createhalopsa-cli config-commit delete - Deletehalopsa-cli config-commit get - Use this to return a single instance of ConfigCommit. Requires authentication.halopsa-cli config-commit list - Use this to return multiple ConfigCommit. Requires authentication.confirm-closure - Manage confirm closure
halopsa-cli confirm-closure create - Createhalopsa-cli confirm-closure delete - Deletehalopsa-cli confirm-closure get - Use this to return a single instance of ConfirmClosure. Requires authentication.halopsa-cli confirm-closure list - Listconfluence-details - Manage confluence details
halopsa-cli confluence-details create - Createhalopsa-cli confluence-details delete - Deletehalopsa-cli confluence-details get - Gethalopsa-cli confluence-details list - Listconnected-instance - Manage connected instance
halopsa-cli connected-instance create - Createhalopsa-cli connected-instance delete - Deletehalopsa-cli connected-instance get - Use this to return a single instance of ConnectedInstance. Requires authentication.halopsa-cli connected-instance list - Listconsignment - Manage consignment
halopsa-cli consignment create - Createhalopsa-cli consignment delete - Deletehalopsa-cli consignment get - Use this to return a single instance of ConsignmentHeader. Requires authentication.halopsa-cli consignment list - Use this to return multiple ConsignmentHeader. Requires authentication.contactgroup - Manage contactgroup
halopsa-cli contactgroup create - Createhalopsa-cli contactgroup delete - Deletehalopsa-cli contactgroup get - Gethalopsa-cli contactgroup list - Listcontactgroupcontact - Manage contactgroupcontact
halopsa-cli contactgroupcontact create - Createhalopsa-cli contactgroupcontact delete - Deletehalopsa-cli contactgroupcontact get - Gethalopsa-cli contactgroupcontact list - Listcontract-rule - Manage contract rule
halopsa-cli contract-rule create - Createhalopsa-cli contract-rule delete - Deletehalopsa-cli contract-rule get - Gethalopsa-cli contract-rule list - Listcontract-schedule - Manage contract schedule
halopsa-cli contract-schedule create - Createhalopsa-cli contract-schedule delete - Deletehalopsa-cli contract-schedule get - Use this to return a single instance of ContractSchedule. Requires authentication.halopsa-cli contract-schedule list - Listcontract-schedule-plan - Manage contract schedule plan
halopsa-cli contract-schedule-plan create - Createhalopsa-cli contract-schedule-plan delete - Deletehalopsa-cli contract-schedule-plan get - Use this to return a single instance of ContractSchedulePlan. Requires authentication.halopsa-cli contract-schedule-plan list - Listcost-centres - Manage cost centres
halopsa-cli cost-centres create - Createhalopsa-cli cost-centres delete - Deletehalopsa-cli cost-centres get - Use this to return a single instance of Costcentres. Requires authentication.halopsa-cli cost-centres list - Listcriteria-group - Manage criteria group
halopsa-cli criteria-group - Listcrmnote - Manage crmnote
halopsa-cli crmnote create - Createhalopsa-cli crmnote delete - Deletehalopsa-cli crmnote get - Use this to return a single instance of AreaNote. Requires authentication.halopsa-cli crmnote list - Use this to return multiple AreaNote. Requires authentication.cspconsumption-data - Manage cspconsumption data
halopsa-cli cspconsumption-data create - Createhalopsa-cli cspconsumption-data create-cspconsumptiondata - Create cspconsumptiondatahalopsa-cli cspconsumption-data delete - Deletehalopsa-cli cspconsumption-data delete-cspconsumptiondata - Delete cspconsumptiondatahalopsa-cli cspconsumption-data get - Gethalopsa-cli cspconsumption-data list - Listcspinvoice - Manage cspinvoice
halopsa-cli cspinvoice create - Createhalopsa-cli cspinvoice delete - Deletehalopsa-cli cspinvoice get - Gethalopsa-cli cspinvoice list - Listcspsubscription-pricing - Manage cspsubscription pricing
halopsa-cli cspsubscription-pricing - Createcsvtemplate - Manage csvtemplate
halopsa-cli csvtemplate create - Createhalopsa-cli csvtemplate delete - Deletehalopsa-cli csvtemplate get - Use this to return a single instance of CSVTemplate. Requires authentication.halopsa-cli csvtemplate list - Listcurrency - Manage currency
halopsa-cli currency create - Createhalopsa-cli currency delete - Deletehalopsa-cli currency get - Use this to return a single instance of Currency. Requires authentication.halopsa-cli currency list - Listcustom-button - Manage custom button
halopsa-cli custom-button create - Createhalopsa-cli custom-button delete - Deletehalopsa-cli custom-button get - Use this to return a single instance of CustomButton. Requires authentication.halopsa-cli custom-button list - Use this to return multiple CustomButton. Requires authentication.custom-button-audit - Manage custom button audit
halopsa-cli custom-button-audit - Createcustom-integration - Manage custom integration
halopsa-cli custom-integration create - Createhalopsa-cli custom-integration delete - Deletehalopsa-cli custom-integration get - Use this to return a single instance of OutboundIntegration. Requires authentication.halopsa-cli custom-integration list - Listcustom-integration-method - Manage custom integration method
halopsa-cli custom-integration-method create - Createhalopsa-cli custom-integration-method delete - Deletehalopsa-cli custom-integration-method get - Use this to return a single instance of OutboundIntegrationMethod. Requires authentication.halopsa-cli custom-integration-method list - Use this to return multiple OutboundIntegrationMethod. Requires authentication.custom-integration-method-value - Manage custom integration method value
halopsa-cli custom-integration-method-value - Listcustom-integration-repository - Manage custom integration repository
halopsa-cli custom-integration-repository get - Use this to return a single instance of OutboundIntegration. Requires authentication.halopsa-cli custom-integration-repository list - Listcustom-query - Manage custom query
halopsa-cli custom-query create - Createhalopsa-cli custom-query delete - Deletehalopsa-cli custom-query get - Gethalopsa-cli custom-query list - Listcustom-table - Manage custom table
halopsa-cli custom-table create - Createhalopsa-cli custom-table delete - Deletehalopsa-cli custom-table get - Use this to return a single instance of CustomTable. Requires authentication.halopsa-cli custom-table list - Use this to return multiple CustomTable. Requires authentication.dashboard-links - Manage dashboard links
halopsa-cli dashboard-links create - Createhalopsa-cli dashboard-links delete - Deletehalopsa-cli dashboard-links get - Use this to return a single instance of DashboardLinks. Requires authentication.halopsa-cli dashboard-links list - Use this to return multiple DashboardLinks. Requires authentication.halopsa-cli dashboard-links list-dashboardlinks - List dashboardlinksdashboard-links-repository - Manage dashboard links repository
halopsa-cli dashboard-links-repository get - Use this to return a single instance of DashboardLinks. Requires authentication.halopsa-cli dashboard-links-repository list - Use this to return multiple DashboardLinks. Requires authentication.database-lookup - Manage database lookup
halopsa-cli database-lookup create - Createhalopsa-cli database-lookup create-databaselookup - Create databaselookuphalopsa-cli database-lookup delete - Deletehalopsa-cli database-lookup get - Use this to return a single instance of PartsLookup. Requires authentication.halopsa-cli database-lookup list - Use this to return multiple PartsLookup. Requires authentication.database-lookup-confirmation - Manage database lookup confirmation
halopsa-cli database-lookup-confirmation create - Createhalopsa-cli database-lookup-confirmation get - Getdatto-commerce-details - Manage datto commerce details
halopsa-cli datto-commerce-details create - Createhalopsa-cli datto-commerce-details delete - Deletehalopsa-cli datto-commerce-details get - Use this to return a single instance of DattoCommerceDetails. Requires authentication.halopsa-cli datto-commerce-details list - Use this to return multiple DattoCommerceDetails. Requires authentication.datto-rmm-details - Manage datto rmm details
halopsa-cli datto-rmm-details create - Createhalopsa-cli datto-rmm-details delete - Deletehalopsa-cli datto-rmm-details get - Gethalopsa-cli datto-rmm-details list - Listdevice-licence - Manage device licence
halopsa-cli device-licence - Listdistribution-lists - Manage distribution lists
halopsa-cli distribution-lists create - Createhalopsa-cli distribution-lists delete - Deletehalopsa-cli distribution-lists get - Gethalopsa-cli distribution-lists list - Listdistribution-lists-log - Manage distribution lists log
halopsa-cli distribution-lists-log create - Createhalopsa-cli distribution-lists-log delete - Deletehalopsa-cli distribution-lists-log get - Gethalopsa-cli distribution-lists-log list - Listdocument-creation - Manage document creation
halopsa-cli document-creation - Createdowntime - Manage downtime
halopsa-cli downtime create - Createhalopsa-cli downtime delete - Deletehalopsa-cli downtime get - Gethalopsa-cli downtime list - Listhalopsa-cli downtime list-downtimecalendar - List downtimecalendardraft - Manage draft
halopsa-cli draft - Createdynamics365-crmdetails - Manage dynamics365 crmdetails
halopsa-cli dynamics365-crmdetails create - Createhalopsa-cli dynamics365-crmdetails delete - Deletehalopsa-cli dynamics365-crmdetails get - Gethalopsa-cli dynamics365-crmdetails list - Listdynatrace-details - Manage dynatrace details
halopsa-cli dynatrace-details create - Createhalopsa-cli dynatrace-details delete - Deletehalopsa-cli dynatrace-details get - Gethalopsa-cli dynatrace-details list - Listecommerce-order - Manage ecommerce order
halopsa-cli ecommerce-order create - Createhalopsa-cli ecommerce-order delete - Deletehalopsa-cli ecommerce-order get - Gethalopsa-cli ecommerce-order list - Listemail-address-book - Manage email address book
halopsa-cli email-address-book - Use this to return multiple Users. Requires authentication.email-rule - Manage email rule
halopsa-cli email-rule create - Createhalopsa-cli email-rule delete - Deletehalopsa-cli email-rule get - Use this to return a single instance of EmailRule. Requires authentication.halopsa-cli email-rule list - Use this to return multiple EmailRule. Requires authentication.email-store - Manage email store
halopsa-cli email-store create - Createhalopsa-cli email-store delete - Deletehalopsa-cli email-store get - Use this to return a single instance of EmailStore. Requires authentication.halopsa-cli email-store list - Listemail-template - Manage email template
halopsa-cli email-template create - Createhalopsa-cli email-template create-emailtemplate - Create emailtemplatehalopsa-cli email-template delete - Deletehalopsa-cli email-template get - Use this to return a single instance of MessageContent. Requires authentication.halopsa-cli email-template list - Use this to return multiple MessageContent. Requires authentication.email-template-variable - Manage email template variable
halopsa-cli email-template-variable create - Createhalopsa-cli email-template-variable delete - Deletehalopsa-cli email-template-variable get - Gethalopsa-cli email-template-variable list - Listeracent - Manage eracent
halopsa-cli eracent - Listeracent-details - Manage eracent details
halopsa-cli eracent-details create - Createhalopsa-cli eracent-details delete - Deletehalopsa-cli eracent-details get - Gethalopsa-cli eracent-details list - Listevent - Manage event
halopsa-cli event create - Createhalopsa-cli event delete - Deletehalopsa-cli event get - Gethalopsa-cli event list - Listevent-rule - Manage event rule
halopsa-cli event-rule create - Createhalopsa-cli event-rule delete - Deletehalopsa-cli event-rule get - Gethalopsa-cli event-rule list - Listexact-details - Manage exact details
halopsa-cli exact-details create - Createhalopsa-cli exact-details delete - Deletehalopsa-cli exact-details get - Use this to return a single instance of ExactDetails. Requires authentication.halopsa-cli exact-details list - Use this to return multiple ExactDetails. Requires authentication.example - Manage example
halopsa-cli example - Listexpense - Manage expense
halopsa-cli expense create - Createhalopsa-cli expense list - Listexternal-chat-message - Manage external chat message
halopsa-cli external-chat-message create - Createhalopsa-cli external-chat-message delete - Deletehalopsa-cli external-chat-message get - Gethalopsa-cli external-chat-message list - Listexternal-link - Manage external link
halopsa-cli external-link create - Createhalopsa-cli external-link create-externallink - Create externallinkhalopsa-cli external-link delete - Deletehalopsa-cli external-link get - Use this to return a single instance of ExternalLink. Requires authentication.halopsa-cli external-link list - Use this to return multiple ExternalLink. Requires authentication.facebook-details - Manage facebook details
halopsa-cli facebook-details create - Createhalopsa-cli facebook-details delete - Deletehalopsa-cli facebook-details get - Use this to return a single instance of FacebookDetails. Requires authentication.halopsa-cli facebook-details list - Use this to return multiple FacebookDetails. Requires authentication.faqlists - Manage faqlists
halopsa-cli faqlists create - Createhalopsa-cli faqlists delete - Deletehalopsa-cli faqlists get - Use this to return a single instance of FAQListHead. Requires authentication.halopsa-cli faqlists list - Use this to return multiple FAQListHead. Requires authentication.fault-view-log - Manage fault view log
halopsa-cli fault-view-log - Listfaults-forecasting - Manage faults forecasting
halopsa-cli faults-forecasting create - Createhalopsa-cli faults-forecasting get - Use this to return a single instance of FaultsForecasting. Requires authentication.features - Manage features
halopsa-cli features create - Createhalopsa-cli features get - Use this to return a single instance of ModuleSetup. Requires authentication.halopsa-cli features list - Use this to return multiple ModuleSetup. Requires authentication.feed - Manage feed
halopsa-cli feed - Use this to return multiple Feed. Requires authentication.feedback_items - Manage feedback items
halopsa-cli feedback-items create - Createhalopsa-cli feedback-items delete - Deletehalopsa-cli feedback-items get - Use this to return a single instance of Feedback. Requires authentication.halopsa-cli feedback-items list - Listhalopsa-cli feedback-items list-feedback - List feedbackfield - Manage field
halopsa-cli field create - Createhalopsa-cli field create-addfieldtoall - Create addfieldtoallhalopsa-cli field delete - Delete specific Field. Requires authentication.halopsa-cli field get - Use this to return a single instance of Field. Requires authentication.halopsa-cli field list - Use this to return multiple Field. Requires authentication.field-group - Manage field group
halopsa-cli field-group create - Createhalopsa-cli field-group delete - Deletehalopsa-cli field-group get - Use this to return a single instance of FieldGroup. Requires authentication.halopsa-cli field-group list - Use this to return multiple FieldGroup. Requires authentication.field-info - Manage field info
halopsa-cli field-info create - Createhalopsa-cli field-info delete - Deletehalopsa-cli field-info get - Use this to return a single instance of FieldInfo. Requires authentication.halopsa-cli field-info list - Use this to return multiple FieldInfo. Requires authentication.forecast-details - Manage forecast details
halopsa-cli forecast-details create - Createhalopsa-cli forecast-details delete - Deletehalopsa-cli forecast-details get - Gethalopsa-cli forecast-details list - Listforethought-details - Manage forethought details
halopsa-cli forethought-details create - Createhalopsa-cli forethought-details delete - Deletehalopsa-cli forethought-details get - Gethalopsa-cli forethought-details list - Listformattedemail - Manage formattedemail
halopsa-cli formattedemail create - Createhalopsa-cli formattedemail delete - Deletehalopsa-cli formattedemail get - Use this to return a single instance of formattedemail. Requires authentication.halopsa-cli formattedemail list - Listfortnox-details - Manage fortnox details
halopsa-cli fortnox-details create - Createhalopsa-cli fortnox-details delete - Deletehalopsa-cli fortnox-details get - Gethalopsa-cli fortnox-details list - Listgo-to-resolve - Manage go to resolve
halopsa-cli go-to-resolve list - Listhalopsa-cli go-to-resolve list-gotoresolve - List gotoresolvegoogle-business-details - Manage google business details
halopsa-cli google-business-details create - Createhalopsa-cli google-business-details delete - Deletehalopsa-cli google-business-details get - Gethalopsa-cli google-business-details list - Listgworkspace-details - Manage gworkspace details
halopsa-cli gworkspace-details create - Createhalopsa-cli gworkspace-details delete - Deletehalopsa-cli gworkspace-details get - Gethalopsa-cli gworkspace-details list - Listhalo-device-info - Manage halo device info
halopsa-cli halo-device-info create - Createhalopsa-cli halo-device-info delete - Deletehalopsa-cli halo-device-info get - Gethalo-field - Manage halo field
halopsa-cli halo-field - Listhalo-integration - Manage halo integration
halopsa-cli halo-integration create - Createhalopsa-cli halo-integration create-halointegration - Create halointegrationhalopsa-cli halo-integration list - Listhalo-news - Manage halo news
halopsa-cli halo-news create - Createhalopsa-cli halo-news create-halonews - Create halonewshalopsa-cli halo-news delete - Deletehalopsa-cli halo-news get - Use this to return a single instance of HaloNews. Requires authentication.halopsa-cli halo-news list - Listhalo_search - Manage halo search
halopsa-cli halo-search - Use this to return multiple Search. Requires authentication.health - Manage health
halopsa-cli health list - Listhalopsa-cli health list-hashing - List hashinghistorical-ticket-volumes - Manage historical ticket volumes
halopsa-cli historical-ticket-volumes create - Createhalopsa-cli historical-ticket-volumes delete - Deletehalopsa-cli historical-ticket-volumes get - Gethalopsa-cli historical-ticket-volumes list - Listholiday - Manage holiday
halopsa-cli holiday create - Createhalopsa-cli holiday delete - Deletehalopsa-cli holiday get - Use this to return a single instance of Holidays. Requires authentication.halopsa-cli holiday list - Use this to return multiple Holidays. Requires authentication.hopewiser - Manage hopewiser
halopsa-cli hopewiser - Listimpersonation-request - Manage impersonation request
halopsa-cli impersonation-request - Createimport-csv - Manage import csv
halopsa-cli import-csv create - Createhalopsa-cli import-csv delete - Deletehalopsa-cli import-csv get - Use this to return a single instance of ImportCsv. Requires authentication.halopsa-cli import-csv list - Use this to return multiple ImportCsv. Requires authentication.incoming-event - Manage incoming event
halopsa-cli incoming-event create - Createhalopsa-cli incoming-event create-incomingevent - Create incomingeventhalopsa-cli incoming-event delete - Deletehalopsa-cli incoming-event get - Gethalopsa-cli incoming-event list - Listincoming-webhook - Manage incoming webhook
halopsa-cli incoming-webhook create - Createhalopsa-cli incoming-webhook create-incomingwebhook - Create incomingwebhookhalopsa-cli incoming-webhook delete - Deletehalopsa-cli incoming-webhook get - Gethalopsa-cli incoming-webhook list - Listincoming-webhook-attempt - Manage incoming webhook attempt
halopsa-cli incoming-webhook-attempt - Listincomingemail - Manage incomingemail
halopsa-cli incomingemail create - Createhalopsa-cli incomingemail create-addtoticket - Create addtotickethalopsa-cli incomingemail delete - Deletehalopsa-cli incomingemail get - Use this to return a single instance of IncomingEmail. Requires authentication.halopsa-cli incomingemail list - Use this to return multiple IncomingEmail. Requires authentication.ingram-micro-details - Manage ingram micro details
halopsa-cli ingram-micro-details create - Createhalopsa-cli ingram-micro-details delete - Deletehalopsa-cli ingram-micro-details get - Use this to return a single instance of IngramMicroDetails. Requires authentication.halopsa-cli ingram-micro-details list - Listingram-micro-reseller - Manage ingram micro reseller
halopsa-cli ingram-micro-reseller list - Listhalopsa-cli ingram-micro-reseller list-ingrammicroreseller - List ingrammicroreselleringram-micro-reseller-details - Manage ingram micro reseller details
halopsa-cli ingram-micro-reseller-details create - Createhalopsa-cli ingram-micro-reseller-details delete - Deletehalopsa-cli ingram-micro-reseller-details get - Gethalopsa-cli ingram-micro-reseller-details list - Listinstance - Manage instance
halopsa-cli instance create - Createhalopsa-cli instance get - Gethalopsa-cli instance list - Use this to return multiple Instance. Requires authentication.instance-info - Manage instance info
halopsa-cli instance-info - Listintegration-configuration - Manage integration configuration
halopsa-cli integration-configuration create - Createhalopsa-cli integration-configuration get - Use this to return a single instance of IntegrationConfiguration. Requires authentication.halopsa-cli integration-configuration list - Listintegration-data - Manage integration data
halopsa-cli integration-data create - Createhalopsa-cli integration-data create-integrationdata - Create integrationdatahalopsa-cli integration-data create-integrationdata-10 - Create integrationdata 10halopsa-cli integration-data create-integrationdata-11 - . Requires authentication.halopsa-cli integration-data create-integrationdata-12 - Create integrationdata 12halopsa-cli integration-data create-integrationdata-13 - Create integrationdata 13halopsa-cli integration-data create-integrationdata-14 - Create integrationdata 14halopsa-cli integration-data create-integrationdata-15 - Create integrationdata 15halopsa-cli integration-data create-integrationdata-16 - Create integrationdata 16halopsa-cli integration-data create-integrationdata-17 - Create integrationdata 17halopsa-cli integration-data create-integrationdata-18 - Create integrationdata 18halopsa-cli integration-data create-integrationdata-19 - Create integrationdata 19halopsa-cli integration-data create-integrationdata-2 - Create integrationdata 2halopsa-cli integration-data create-integrationdata-20 - Create integrationdata 20halopsa-cli integration-data create-integrationdata-21 - Create integrationdata 21halopsa-cli integration-data create-integrationdata-22 - Create integrationdata 22halopsa-cli integration-data create-integrationdata-23 - Create integrationdata 23halopsa-cli integration-data create-integrationdata-24 - Create integrationdata 24halopsa-cli integration-data create-integrationdata-25 - Create integrationdata 25halopsa-cli integration-data create-integrationdata-26 - Create integrationdata 26halopsa-cli integration-data create-integrationdata-27 - Create integrationdata 27halopsa-cli integration-data create-integrationdata-28 - Create integrationdata 28halopsa-cli integration-data create-integrationdata-29 - Create integrationdata 29halopsa-cli integration-data create-integrationdata-3 - Create integrationdata 3halopsa-cli integration-data create-integrationdata-30 - Create integrationdata 30halopsa-cli integration-data create-integrationdata-31 - Create integrationdata 31halopsa-cli integration-data create-integrationdata-32 - Create integrationdata 32halopsa-cli integration-data create-integrationdata-33 - Create integrationdata 33halopsa-cli integration-data create-integrationdata-34 - Create integrationdata 34halopsa-cli integration-data create-integrationdata-35 - Create integrationdata 35halopsa-cli integration-data create-integrationdata-36 - Create integrationdata 36halopsa-cli integration-data create-integrationdata-37 - Create integrationdata 37halopsa-cli integration-data create-integrationdata-38 - Create integrationdata 38halopsa-cli integration-data create-integrationdata-39 - Create integrationdata 39halopsa-cli integration-data create-integrationdata-4 - Create integrationdata 4halopsa-cli integration-data create-integrationdata-40 - Create integrationdata 40halopsa-cli integration-data create-integrationdata-41 - Create integrationdata 41halopsa-cli integration-data create-integrationdata-42 - Create integrationdata 42halopsa-cli integration-data create-integrationdata-5 - Create integrationdata 5halopsa-cli integration-data create-integrationdata-6 - Create integrationdata 6halopsa-cli integration-data create-integrationdata-7 - Create integrationdata 7halopsa-cli integration-data create-integrationdata-8 - Create integrationdata 8halopsa-cli integration-data create-integrationdata-9 - Create integrationdata 9halopsa-cli integration-data get - Gethalopsa-cli integration-data list - Listhalopsa-cli integration-data list-integrationdata - List integrationdatahalopsa-cli integration-data list-integrationdata-10 - . Requires authentication.halopsa-cli integration-data list-integrationdata-100 - List integrationdata 100halopsa-cli integration-data list-integrationdata-101 - List integrationdata 101halopsa-cli integration-data list-integrationdata-102 - List integrationdata 102halopsa-cli integration-data list-integrationdata-103 - . Requires authentication.halopsa-cli integration-data list-integrationdata-104 - . Requires authentication.halopsa-cli integration-data list-integrationdata-105 - List integrationdata 105halopsa-cli integration-data list-integrationdata-106 - List integrationdata 106halopsa-cli integration-data list-integrationdata-107 - List integrationdata 107halopsa-cli integration-data list-integrationdata-108 - List integrationdata 108halopsa-cli integration-data list-integrationdata-109 - List integrationdata 109halopsa-cli integration-data list-integrationdata-11 - List integrationdata 11halopsa-cli integration-data list-integrationdata-110 - List integrationdata 110halopsa-cli integration-data list-integrationdata-111 - List integrationdata 111halopsa-cli integration-data list-integrationdata-112 - List integrationdata 112halopsa-cli integration-data list-integrationdata-12 - . Requires authentication.halopsa-cli integration-data list-integrationdata-13 - List integrationdata 13halopsa-cli integration-data list-integrationdata-14 - . Requires authentication.halopsa-cli integration-data list-integrationdata-15 - . Requires authentication.halopsa-cli integration-data list-integrationdata-16 - List integrationdata 16halopsa-cli integration-data list-integrationdata-17 - List integrationdata 17halopsa-cli integration-data list-integrationdata-18 - . Requires authentication.halopsa-cli integration-data list-integrationdata-19 - . Requires authentication.halopsa-cli integration-data list-integrationdata-2 - . Requires authentication.halopsa-cli integration-data list-integrationdata-20 - List integrationdata 20halopsa-cli integration-data list-integrationdata-21 - . Requires authentication.halopsa-cli integration-data list-integrationdata-22 - . Requires authentication.halopsa-cli integration-data list-integrationdata-23 - . Requires authentication.halopsa-cli integration-data list-integrationdata-24 - . Requires authentication.halopsa-cli integration-data list-integrationdata-25 - . Requires authentication.halopsa-cli integration-data list-integrationdata-26 - List integrationdata 26halopsa-cli integration-data list-integrationdata-27 - . Requires authentication.halopsa-cli integration-data list-integrationdata-28 - List integrationdata 28halopsa-cli integration-data list-integrationdata-29 - . Requires authentication.halopsa-cli integration-data list-integrationdata-3 - . Requires authentication.halopsa-cli integration-data list-integrationdata-30 - . Requires authentication.halopsa-cli integration-data list-integrationdata-31 - List integrationdata 31halopsa-cli integration-data list-integrationdata-32 - . Requires authentication.halopsa-cli integration-data list-integrationdata-33 - . Requires authentication.halopsa-cli integration-data list-integrationdata-34 - List integrationdata 34halopsa-cli integration-data list-integrationdata-35 - . Requires authentication.halopsa-cli integration-data list-integrationdata-36 - List integrationdata 36halopsa-cli integration-data list-integrationdata-37 - . Requires authentication.halopsa-cli integration-data list-integrationdata-38 - . Requires authentication.halopsa-cli integration-data list-integrationdata-39 - . Requires authentication.halopsa-cli integration-data list-integrationdata-4 - . Requires authentication.halopsa-cli integration-data list-integrationdata-40 - . Requires authentication.halopsa-cli integration-data list-integrationdata-41 - . Requires authentication.halopsa-cli integration-data list-integrationdata-42 - . Requires authentication.halopsa-cli integration-data list-integrationdata-43 - List integrationdata 43halopsa-cli integration-data list-integrationdata-44 - . Requires authentication.halopsa-cli integration-data list-integrationdata-45 - List integrationdata 45halopsa-cli integration-data list-integrationdata-46 - . Requires authentication.halopsa-cli integration-data list-integrationdata-47 - . Requires authentication.halopsa-cli integration-data list-integrationdata-48 - . Requires authentication.halopsa-cli integration-data list-integrationdata-49 - . Requires authentication.halopsa-cli integration-data list-integrationdata-5 - . Requires authentication.halopsa-cli integration-data list-integrationdata-50 - . Requires authentication.halopsa-cli integration-data list-integrationdata-51 - . Requires authentication.halopsa-cli integration-data list-integrationdata-52 - . Requires authentication.halopsa-cli integration-data list-integrationdata-53 - . Requires authentication.halopsa-cli integration-data list-integrationdata-54 - . Requires authentication.halopsa-cli integration-data list-integrationdata-55 - . Requires authentication.halopsa-cli integration-data list-integrationdata-56 - . Requires authentication.halopsa-cli integration-data list-integrationdata-57 - List integrationdata 57halopsa-cli integration-data list-integrationdata-58 - List integrationdata 58halopsa-cli integration-data list-integrationdata-59 - List integrationdata 59halopsa-cli integration-data list-integrationdata-6 - . Requires authentication.halopsa-cli integration-data list-integrationdata-60 - . Requires authentication.halopsa-cli integration-data list-integrationdata-61 - List integrationdata 61halopsa-cli integration-data list-integrationdata-62 - List integrationdata 62halopsa-cli integration-data list-integrationdata-63 - . Requires authentication.halopsa-cli integration-data list-integrationdata-64 - . Requires authentication.halopsa-cli integration-data list-integrationdata-65 - . Requires authentication.halopsa-cli integration-data list-integrationdata-66 - . Requires authentication.halopsa-cli integration-data list-integrationdata-67 - . Requires authentication.halopsa-cli integration-data list-integrationdata-68 - . Requires authentication.halopsa-cli integration-data list-integrationdata-69 - . Requires authentication.halopsa-cli integration-data list-integrationdata-7 - List integrationdata 7halopsa-cli integration-data list-integrationdata-70 - . Requires authentication.halopsa-cli integration-data list-integrationdata-71 - List integrationdata 71halopsa-cli integration-data list-integrationdata-72 - . Requires authentication.halopsa-cli integration-data list-integrationdata-73 - . Requires authentication.halopsa-cli integration-data list-integrationdata-74 - . Requires authentication.halopsa-cli integration-data list-integrationdata-75 - . Requires authentication.halopsa-cli integration-data list-integrationdata-76 - List integrationdata 76halopsa-cli integration-data list-integrationdata-77 - . Requires authentication.halopsa-cli integration-data list-integrationdata-78 - . Requires authentication.halopsa-cli integration-data list-integrationdata-79 - List integrationdata 79halopsa-cli integration-data list-integrationdata-8 - . Requires authentication.halopsa-cli integration-data list-integrationdata-80 - . Requires authentication.halopsa-cli integration-data list-integrationdata-81 - . Requires authentication.halopsa-cli integration-data list-integrationdata-82 - List integrationdata 82halopsa-cli integration-data list-integrationdata-83 - List integrationdata 83halopsa-cli integration-data list-integrationdata-84 - List integrationdata 84halopsa-cli integration-data list-integrationdata-85 - . Requires authentication.halopsa-cli integration-data list-integrationdata-86 - List integrationdata 86halopsa-cli integration-data list-integrationdata-87 - . Requires authentication.halopsa-cli integration-data list-integrationdata-88 - . Requires authentication.halopsa-cli integration-data list-integrationdata-89 - List integrationdata 89halopsa-cli integration-data list-integrationdata-9 - . Requires authentication.halopsa-cli integration-data list-integrationdata-90 - . Requires authentication.halopsa-cli integration-data list-integrationdata-91 - List integrationdata 91halopsa-cli integration-data list-integrationdata-92 - List integrationdata 92halopsa-cli integration-data list-integrationdata-93 - . Requires authentication.halopsa-cli integration-data list-integrationdata-94 - List integrationdata 94halopsa-cli integration-data list-integrationdata-95 - List integrationdata 95halopsa-cli integration-data list-integrationdata-96 - . Requires authentication.halopsa-cli integration-data list-integrationdata-97 - . Requires authentication.halopsa-cli integration-data list-integrationdata-98 - List integrationdata 98halopsa-cli integration-data list-integrationdata-99 - List integrationdata 99integration-delta - Manage integration delta
halopsa-cli integration-delta create - Createhalopsa-cli integration-delta delete - Deletehalopsa-cli integration-delta get - Gethalopsa-cli integration-delta list - Listintegration-error - Manage integration error
halopsa-cli integration-error create - Createhalopsa-cli integration-error delete - Deletehalopsa-cli integration-error get - Use this to return a single instance of IntegrationError. Requires authentication.halopsa-cli integration-error list - Use this to return multiple IntegrationError. Requires authentication.integration-export - Manage integration export
halopsa-cli integration-export create - Createhalopsa-cli integration-export delete - Deletehalopsa-cli integration-export list - Use this to return multiple IntegrationExport. Requires authentication.integration-field-data - Manage integration field data
halopsa-cli integration-field-data create - Createhalopsa-cli integration-field-data delete - Deletehalopsa-cli integration-field-data get - Gethalopsa-cli integration-field-data list - Listintegration-field-mapping - Manage integration field mapping
halopsa-cli integration-field-mapping - Use this to return multiple IntegrationFieldMapping. Requires authentication.integration-look-up - Manage integration look up
halopsa-cli integration-look-up create - Createhalopsa-cli integration-look-up list - Listintegration-request - Manage integration request
halopsa-cli integration-request create - Createhalopsa-cli integration-request delete - Deletehalopsa-cli integration-request get - Use this to return a single instance of IntegrationRequest. Requires authentication.halopsa-cli integration-request list - Use this to return multiple IntegrationRequest. Requires authentication.integration-runbook-variable-group - Manage integration runbook variable group
halopsa-cli integration-runbook-variable-group get - Use this to return a single instance of IntegrationRunbookVariableGroup. Requires authentication.halopsa-cli integration-runbook-variable-group list - Use this to return multiple IntegrationRunbookVariableGroup. Requires authentication.integration-site-mapping - Manage integration site mapping
halopsa-cli integration-site-mapping - Use this to return multiple IntegrationSiteMapping. Requires authentication.integrator-log - Manage integrator log
halopsa-cli integrator-log - Use this to return multiple IntegratorLog. Requires authentication.integrator-schedule - Manage integrator schedule
halopsa-cli integrator-schedule - Use this to return multiple IntegratorSchedule. Requires authentication.integrator-trace - Manage integrator trace
halopsa-cli integrator-trace get - Gethalopsa-cli integrator-trace list - Listinvoice - Manage invoice
halopsa-cli invoice create - Createhalopsa-cli invoice create-pdf - Create pdfhalopsa-cli invoice create-updatelines - Create updatelineshalopsa-cli invoice create-view - Create viewhalopsa-cli invoice delete - Delete specific InvoiceHeader. Requires authentication.halopsa-cli invoice get - Use this to return a single instance of InvoiceHeader. Requires authentication.halopsa-cli invoice list - Use this to return multiple InvoiceHeader. Requires authentication.halopsa-cli invoice list-lines - List linesinvoice-change - Manage invoice change
halopsa-cli invoice-change create - Createhalopsa-cli invoice-change list - Use this to return multiple InvoiceChange. Requires authentication.invoice-detail-pro-rata - Manage invoice detail pro rata
halopsa-cli invoice-detail-pro-rata - Listinvoice-payment - Manage invoice payment
halopsa-cli invoice-payment create - Createhalopsa-cli invoice-payment delete - Deletehalopsa-cli invoice-payment get - Use this to return a single instance of InvoicePayment. Requires authentication.halopsa-cli invoice-payment list - Use this to return multiple InvoicePayment. Requires authentication.islonline - Manage islonline
halopsa-cli islonline create - Createhalopsa-cli islonline list - Listitem - Manage item
halopsa-cli item create - Createhalopsa-cli item create-newaccountsid - Create newaccountsidhalopsa-cli item delete - Deletehalopsa-cli item get - Use this to return a single instance of Item. Requires authentication.halopsa-cli item list - Use this to return multiple Item. Requires authentication.item-accounts-link - Manage item accounts link
halopsa-cli item-accounts-link create - Createhalopsa-cli item-accounts-link create-itemaccountslink - Create itemaccountslinkhalopsa-cli item-accounts-link delete - Deletehalopsa-cli item-accounts-link get - Gethalopsa-cli item-accounts-link list - Listitem-group - Manage item group
halopsa-cli item-group create - Createhalopsa-cli item-group delete - Deletehalopsa-cli item-group get - Use this to return a single instance of ItemGroup. Requires authentication.halopsa-cli item-group list - Listitem-stock - Manage item stock
halopsa-cli item-stock create - Createhalopsa-cli item-stock delete - Deletehalopsa-cli item-stock get - Use this to return a single instance of ItemStock. Requires authentication.halopsa-cli item-stock list - Use this to return multiple ItemStock. Requires authentication.item-stock-history - Manage item stock history
halopsa-cli item-stock-history get - Gethalopsa-cli item-stock-history list - Use this to return multiple ItemStockHistory. Requires authentication.itemsupplier - Manage itemsupplier
halopsa-cli itemsupplier create - Createhalopsa-cli itemsupplier delete - Deletehalopsa-cli itemsupplier get - Use this to return a single instance of ItemSupplier. Requires authentication.halopsa-cli itemsupplier list - Listjamf-details - Manage jamf details
halopsa-cli jamf-details create - Createhalopsa-cli jamf-details delete - Deletehalopsa-cli jamf-details get - Gethalopsa-cli jamf-details list - Listjira-details - Manage jira details
halopsa-cli jira-details create - Createhalopsa-cli jira-details delete - Deletehalopsa-cli jira-details get - Gethalopsa-cli jira-details list - Listjourney - Manage journey
halopsa-cli journey create - Createhalopsa-cli journey delete - Deletehalopsa-cli journey get - Use this to return a single instance of Journey. Requires authentication.halopsa-cli journey list - Listkandji - Manage kandji
halopsa-cli kandji - Listkandji-details - Manage kandji details
halopsa-cli kandji-details create - Createhalopsa-cli kandji-details delete - Deletehalopsa-cli kandji-details get - Gethalopsa-cli kandji-details list - Listkaseya-vsax - Manage kaseya vsax
halopsa-cli kaseya-vsax create - Createhalopsa-cli kaseya-vsax delete - Deletehalopsa-cli kaseya-vsax list - Listkaseya-vsaxdetails - Manage kaseya vsaxdetails
halopsa-cli kaseya-vsaxdetails create - Createhalopsa-cli kaseya-vsaxdetails delete - Deletehalopsa-cli kaseya-vsaxdetails get - Gethalopsa-cli kaseya-vsaxdetails list - Listkashflow-details - Manage kashflow details
halopsa-cli kashflow-details create - Createhalopsa-cli kashflow-details delete - Deletehalopsa-cli kashflow-details get - Use this to return a single instance of KashflowDetails. Requires authentication.halopsa-cli kashflow-details list - Use this to return multiple KashflowDetails. Requires authentication.kbarticle - Manage kbarticle
halopsa-cli kbarticle create - Createhalopsa-cli kbarticle create-vote - Create votehalopsa-cli kbarticle delete - Deletehalopsa-cli kbarticle get - Use this to return a single instance of KBEntry. Requires authentication.halopsa-cli kbarticle list - Use this to return multiple KBEntry. Requires authentication.kbarticle-anon - Manage kbarticle anon
halopsa-cli kbarticle-anon get - Gethalopsa-cli kbarticle-anon list - Listkey-vault - Manage key vault
halopsa-cli key-vault create - Createhalopsa-cli key-vault delete - Deletehalopsa-cli key-vault get - Gethalopsa-cli key-vault list - Listlanguages - Manage languages
halopsa-cli languages create - Createhalopsa-cli languages delete - Deletehalopsa-cli languages get - Use this to return a single instance of LanguagePack. Requires authentication.halopsa-cli languages list - Use this to return multiple LanguagePack. Requires authentication.lap-safe - Manage lap safe
halopsa-cli lap-safe list - Listhalopsa-cli lap-safe list-lapsafe - List lapsafehalopsa-cli lap-safe list-lapsafe-2 - List lapsafe 2ldapconnection - Manage ldapconnection
halopsa-cli ldapconnection create - Createhalopsa-cli ldapconnection delete - Deletehalopsa-cli ldapconnection get - Use this to return a single instance of LDAPConnection. Requires authentication.halopsa-cli ldapconnection list - Use this to return multiple LDAPConnection. Requires authentication.licence-change - Manage licence change
halopsa-cli licence-change - Use this to return multiple LicenceChange. Requires authentication.license-info - Manage license info
halopsa-cli license-info create - Createhalopsa-cli license-info list - Use this to return multiple LicenceInfo. Requires authentication.halopsa-cli license-info list-licenseinfo - List licenseinfologin-token - Manage login token
halopsa-cli login-token - Createlookup - Manage lookup
halopsa-cli lookup create - Createhalopsa-cli lookup create-clearcache - Create clearcachehalopsa-cli lookup delete - Deletehalopsa-cli lookup get - Use this to return a single instance of Lookup. Requires authentication.halopsa-cli lookup list - Use this to return multiple Lookup. Requires authentication.mail - Manage mail
halopsa-cli mail create - Createhalopsa-cli mail create-integrator - Create integratorhalopsa-cli mail create-integrator-2 - Create integrator 2halopsa-cli mail create-integrator-3 - Create integrator 3halopsa-cli mail create-integrator-4 - Create integrator 4halopsa-cli mail create-processmail - Create processmailmail-campaign - Manage mail campaign
halopsa-cli mail-campaign create - Createhalopsa-cli mail-campaign delete - Deletehalopsa-cli mail-campaign get - Gethalopsa-cli mail-campaign list - Listmail-campaign-email - Manage mail campaign email
halopsa-cli mail-campaign-email create - Createhalopsa-cli mail-campaign-email delete - Deletehalopsa-cli mail-campaign-email get - Gethalopsa-cli mail-campaign-email list - Listmail-campaign-log - Manage mail campaign log
halopsa-cli mail-campaign-log get - Gethalopsa-cli mail-campaign-log list - Listmailbox - Manage mailbox
halopsa-cli mailbox create - Createhalopsa-cli mailbox delete - Deletehalopsa-cli mailbox get - Use this to return a single instance of Mailbox. Requires authentication.halopsa-cli mailbox list - Use this to return multiple Mailbox. Requires authentication.mailbox-credential - Manage mailbox credential
halopsa-cli mailbox-credential create - Createhalopsa-cli mailbox-credential delete - Deletehalopsa-cli mailbox-credential get - Gethalopsa-cli mailbox-credential list - Listmailchimp - Manage mailchimp
halopsa-cli mailchimp - Listmanage-engine - Manage manage engine
halopsa-cli manage-engine - Listmanage-engine-details - Manage manage engine details
halopsa-cli manage-engine-details create - Createhalopsa-cli manage-engine-details delete - Deletehalopsa-cli manage-engine-details get - Gethalopsa-cli manage-engine-details list - Listmarketing-unsubscribe - Manage marketing unsubscribe
halopsa-cli marketing-unsubscribe create - Createhalopsa-cli marketing-unsubscribe delete - Deletehalopsa-cli marketing-unsubscribe get - Gethalopsa-cli marketing-unsubscribe list - Listmattermost-channel-details - Manage mattermost channel details
halopsa-cli mattermost-channel-details - Listmattermost-details - Manage mattermost details
halopsa-cli mattermost-details create - Createhalopsa-cli mattermost-details delete - Deletehalopsa-cli mattermost-details get - Gethalopsa-cli mattermost-details list - Listmcp - Manage mcp
halopsa-cli mcp create - Createhalopsa-cli mcp delete - Deletehalopsa-cli mcp list - Listmeter-reading - Manage meter reading
halopsa-cli meter-reading create - Createhalopsa-cli meter-reading get - Use this to return a single instance of DeviceMeterReading. Requires authentication.halopsa-cli meter-reading list - Use this to return multiple DeviceMeterReading. Requires authentication.microsoft-subscription-mapping - Manage microsoft subscription mapping
halopsa-cli microsoft-subscription-mapping create - Createhalopsa-cli microsoft-subscription-mapping delete - Deletehalopsa-cli microsoft-subscription-mapping get - Gethalopsa-cli microsoft-subscription-mapping list - Listmicrosoft-teams - Manage microsoft teams
halopsa-cli microsoft-teams - Listmicrosoft-teams-mapping - Manage microsoft teams mapping
halopsa-cli microsoft-teams-mapping create - Createhalopsa-cli microsoft-teams-mapping delete - Deletehalopsa-cli microsoft-teams-mapping get - Gethalopsa-cli microsoft-teams-mapping list - Listmo - Manage mo
halopsa-cli mo create - Createhalopsa-cli mo delete - Deletehalopsa-cli mo get - Gethalopsa-cli mo list - Listhalopsa-cli mo list-b - List bhalopsa-cli mo list-r - List rmyobdetails - Manage myobdetails
halopsa-cli myobdetails create - Createhalopsa-cli myobdetails delete - Deletehalopsa-cli myobdetails get - Gethalopsa-cli myobdetails list - Listncentral-details - Manage ncentral details
halopsa-cli ncentral-details create - Createhalopsa-cli ncentral-details delete - Deletehalopsa-cli ncentral-details get - Use this to return a single instance of NCentralDetails. Requires authentication.halopsa-cli ncentral-details list - Use this to return multiple NCentralDetails. Requires authentication.nhserverconfig - Manage nhserverconfig
halopsa-cli nhserverconfig create - Createhalopsa-cli nhserverconfig delete - Deletehalopsa-cli nhserverconfig get - Use this to return a single instance of NHServerConfig. Requires authentication.halopsa-cli nhserverconfig list - Listnotification - Manage notification
halopsa-cli notification create - Createhalopsa-cli notification delete - Deletehalopsa-cli notification get - Use this to return a single instance of UnameNotification. Requires authentication.halopsa-cli notification list - Use this to return multiple UnameNotification. Requires authentication.notification-log - Manage notification log
halopsa-cli notification-log - Listnotification-message - Manage notification message
halopsa-cli notification-message create - Createhalopsa-cli notification-message delete - Deletehalopsa-cli notification-message get - Use this to return a single instance of NotificationContent. Requires authentication.halopsa-cli notification-message list - Listnotifications - Manage notifications
halopsa-cli notifications create - Createhalopsa-cli notifications create-process - Create processhalopsa-cli notifications delete - Deletehalopsa-cli notifications get - Use this to return a single instance of EscMsg. Requires authentication.halopsa-cli notifications list - Use this to return multiple EscMsg. Requires authentication.object-mapping-profile - Manage object mapping profile
halopsa-cli object-mapping-profile - Listonline-status - Manage online status
halopsa-cli online-status create - Createhalopsa-cli online-status list - Listopportunities - Manage opportunities
halopsa-cli opportunities create - Createhalopsa-cli opportunities create-view - Create viewhalopsa-cli opportunities delete - Delete specific Faults. Requires authentication.halopsa-cli opportunities get - Use this to return a single instance of Faults. Requires authentication.halopsa-cli opportunities list - Use this to return multiple Faults. Requires authentication.order-line - Manage order line
halopsa-cli order-line - Listorganisation - Manage organisation
halopsa-cli organisation create - Createhalopsa-cli organisation delete - Deletehalopsa-cli organisation get - Use this to return a single instance of Organisation. Requires authentication.halopsa-cli organisation list - Listoutcome - Manage outcome
halopsa-cli outcome create - Createhalopsa-cli outcome delete - Deletehalopsa-cli outcome get - Use this to return a single instance of TOutcome. Requires authentication.halopsa-cli outcome list - Use this to return multiple TOutcome. Requires authentication.outgoing - Manage outgoing
halopsa-cli outgoing create - Createhalopsa-cli outgoing delete - Deletehalopsa-cli outgoing get - Use this to return a single instance of Outgoing. Requires authentication.halopsa-cli outgoing list - Use this to return multiple Outgoing. Requires authentication.outgoing-attempt - Manage outgoing attempt
halopsa-cli outgoing-attempt get - Use this to return a single instance of OutgoingAttempt. Requires authentication.halopsa-cli outgoing-attempt list - Use this to return multiple OutgoingAttempt. Requires authentication.outgoingemail - Manage outgoingemail
halopsa-cli outgoingemail create - Createhalopsa-cli outgoingemail delete - Deletehalopsa-cli outgoingemail list - Use this to return multiple Outgoingemail. Requires authentication.pagerdutymapping - Manage pagerdutymapping
halopsa-cli pagerdutymapping - Use this to return multiple PagerDutyMapping. Requires authentication.password-field - Manage password field
halopsa-cli password-field create - Createhalopsa-cli password-field get - Use this to return a single instance of AuditPasswordField. Requires authentication.halopsa-cli password-field list - Listpax8-details - Manage pax8 details
halopsa-cli pax8-details create - Createhalopsa-cli pax8-details delete - Deletehalopsa-cli pax8-details get - Gethalopsa-cli pax8-details list - Listpdf-template - Manage pdf template
halopsa-cli pdf-template create - Createhalopsa-cli pdf-template delete - Deletehalopsa-cli pdf-template get - Use this to return a single instance of PdfTemplate. Requires authentication.halopsa-cli pdf-template list - Use this to return multiple PdfTemplate. Requires authentication.pdf-template-repository - Manage pdf template repository
halopsa-cli pdf-template-repository get - Use this to return a single instance of PdfTemplate. Requires authentication.halopsa-cli pdf-template-repository list - Use this to return multiple PdfTemplate. Requires authentication.popup-note - Manage popup note
halopsa-cli popup-note create - Createhalopsa-cli popup-note list - Use this to return multiple AreaPopup. Requires authentication.power-shell-script - Manage power shell script
halopsa-cli power-shell-script create - Createhalopsa-cli power-shell-script delete - Deletehalopsa-cli power-shell-script get - Use this to return a single instance of PowerShellScript. Requires authentication.halopsa-cli power-shell-script list - Use this to return multiple PowerShellScript. Requires authentication.power-shell-script-criteria - Manage power shell script criteria
halopsa-cli power-shell-script-criteria create - Createhalopsa-cli power-shell-script-criteria delete - Deletehalopsa-cli power-shell-script-criteria get - Use this to return a single instance of PowerShellScriptCriteria. Requires authentication.halopsa-cli power-shell-script-criteria list - Use this to return multiple PowerShellScriptCriteria. Requires authentication.power-shell-script-processing - Manage power shell script processing
halopsa-cli power-shell-script-processing create - Createhalopsa-cli power-shell-script-processing delete - Deletehalopsa-cli power-shell-script-processing get - Use this to return a single instance of PowerShellScriptProcessing. Requires authentication.halopsa-cli power-shell-script-processing list - Use this to return multiple PowerShellScriptProcessing. Requires authentication.priority - Manage priority
halopsa-cli priority create - Createhalopsa-cli priority delete - Deletehalopsa-cli priority get - Use this to return a single instance of Policy. Requires authentication.halopsa-cli priority list - Use this to return multiple Policy. Requires authentication.product - Manage product
halopsa-cli product create - Createhalopsa-cli product delete - Deletehalopsa-cli product get - Use this to return a single instance of ReleaseProduct. Requires authentication.halopsa-cli product list - Use this to return multiple ReleaseProduct. Requires authentication.product-branch - Manage product branch
halopsa-cli product-branch - Use this to return multiple ReleaseBranch. Requires authentication.product-component - Manage product component
halopsa-cli product-component create - Createhalopsa-cli product-component delete - Deletehalopsa-cli product-component get - Use this to return a single instance of ReleaseComponent. Requires authentication.halopsa-cli product-component list - Use this to return multiple ReleaseComponent. Requires authentication.project-setup-lines - Manage project setup lines
halopsa-cli project-setup-lines - Createprojects - Manage projects
halopsa-cli projects create - Createhalopsa-cli projects create-view - Create viewhalopsa-cli projects delete - Delete specific Faults. Requires authentication.halopsa-cli projects get - Use this to return a single instance of Faults. Requires authentication.halopsa-cli projects list - Use this to return multiple Faults. Requires authentication.prtgdetails - Manage prtgdetails
halopsa-cli prtgdetails create - Createhalopsa-cli prtgdetails delete - Deletehalopsa-cli prtgdetails get - Gethalopsa-cli prtgdetails list - Listpublish-profiles - Manage publish profiles
halopsa-cli publish-profiles create - Createhalopsa-cli publish-profiles delete - Deletehalopsa-cli publish-profiles get - Gethalopsa-cli publish-profiles list - Listpurchase-order - Manage purchase order
halopsa-cli purchase-order create - Createhalopsa-cli purchase-order create-purchaseorder - Create purchaseorderhalopsa-cli purchase-order create-purchaseorder-2 - Create purchaseorder 2halopsa-cli purchase-order delete - Deletehalopsa-cli purchase-order get - Use this to return a single instance of SupplierOrderHeader. Requires authentication.halopsa-cli purchase-order list - Use this to return multiple SupplierOrderHeader. Requires authentication.qualification - Manage qualification
halopsa-cli qualification create - Createhalopsa-cli qualification delete - Deletehalopsa-cli qualification get - Use this to return a single instance of Qualification. Requires authentication.halopsa-cli qualification list - Use this to return multiple Qualification. Requires authentication.quick-books-details - Manage quick books details
halopsa-cli quick-books-details create - Createhalopsa-cli quick-books-details delete - Deletehalopsa-cli quick-books-details get - Use this to return a single instance of QuickBooksDetails. Requires authentication.halopsa-cli quick-books-details list - Use this to return multiple QuickBooksDetails. Requires authentication.quotation - Manage quotation
halopsa-cli quotation create - Createhalopsa-cli quotation create-approval - Create approvalhalopsa-cli quotation create-lines - Create lineshalopsa-cli quotation create-view - Create viewhalopsa-cli quotation delete - Deletehalopsa-cli quotation get - Use this to return a single instance of QuotationHeader. Requires authentication.halopsa-cli quotation list - Use this to return multiple QuotationHeader. Requires authentication.raynet - Manage raynet
halopsa-cli raynet - Listraynet-details - Manage raynet details
halopsa-cli raynet-details create - Createhalopsa-cli raynet-details delete - Deletehalopsa-cli raynet-details get - Gethalopsa-cli raynet-details list - Listrecurring-invoice - Manage recurring invoice
halopsa-cli recurring-invoice create - Createhalopsa-cli recurring-invoice create-recurringinvoice - Create recurringinvoicehalopsa-cli recurring-invoice create-recurringinvoice-2 - Create recurringinvoice 2halopsa-cli recurring-invoice create-recurringinvoice-3 - Create recurringinvoice 3halopsa-cli recurring-invoice delete - Delete specific InvoiceHeader. Requires authentication.halopsa-cli recurring-invoice get - Use this to return a single instance of InvoiceHeader. Requires authentication.halopsa-cli recurring-invoice list - Use this to return multiple InvoiceHeader. Requires authentication.recurring-item - Manage recurring item
halopsa-cli recurring-item - Use this to return multiple AreaItem. Requires authentication.release - Manage release
halopsa-cli release create - Createhalopsa-cli release delete - Deletehalopsa-cli release get - Use this to return a single instance of Release. Requires authentication.halopsa-cli release list - . Requires authentication.release-note-group - Manage release note group
halopsa-cli release-note-group create - Createhalopsa-cli release-note-group delete - Deletehalopsa-cli release-note-group get - Use this to return a single instance of ReleaseNoteGroup. Requires authentication.halopsa-cli release-note-group list - Listrelease-pipeline - Manage release pipeline
halopsa-cli release-pipeline create - Createhalopsa-cli release-pipeline delete - Deletehalopsa-cli release-pipeline get - Gethalopsa-cli release-pipeline list - Listrelease-type - Manage release type
halopsa-cli release-type create - Createhalopsa-cli release-type delete - Deletehalopsa-cli release-type get - Use this to return a single instance of ReleaseType. Requires authentication.halopsa-cli release-type list - Listremote-session - Manage remote session
halopsa-cli remote-session create - Createhalopsa-cli remote-session delete - Deletehalopsa-cli remote-session get - Use this to return a single instance of RemoteSessionData. Requires authentication.halopsa-cli remote-session list - Use this to return multiple RemoteSessionData. Requires authentication.remote-session-teams - Manage remote session teams
halopsa-cli remote-session-teams - Use this to return multiple RemoteSessionTeams. Requires authentication.report - Manage report
halopsa-cli report create - Createhalopsa-cli report create-bookmark - Create bookmarkhalopsa-cli report create-createpdf - Create createpdfhalopsa-cli report create-print - Create printhalopsa-cli report delete - Deletehalopsa-cli report get - Use this to return a single instance of AnalyzerProfile. Requires authentication.halopsa-cli report list - Use this to return multiple AnalyzerProfile. Requires authentication.report-data - Manage report data
halopsa-cli report-data <publishedid> - Getreport-repository - Manage report repository
halopsa-cli report-repository get - Use this to return a single instance of AnalyzerProfile. Requires authentication.halopsa-cli report-repository list - Use this to return multiple AnalyzerProfile. Requires authentication.halopsa-cli report-repository list-reportrepository - Use this to return multiple Lookup. Requires authentication.resource-type - Manage resource type
halopsa-cli resource-type get - Gethalopsa-cli resource-type list - Listroadmap - Manage roadmap
halopsa-cli roadmap - . Requires authentication.roles - Manage roles
halopsa-cli roles create - Createhalopsa-cli roles delete - Deletehalopsa-cli roles get - Use this to return a single instance of NHD_Roles. Requires authentication.halopsa-cli roles list - Use this to return multiple NHD_Roles. Requires authentication.sage-business-cloud-details - Manage sage business cloud details
halopsa-cli sage-business-cloud-details create - Createhalopsa-cli sage-business-cloud-details delete - Deletehalopsa-cli sage-business-cloud-details get - Use this to return a single instance of SageBusinessCloudDetails. Requires authentication.halopsa-cli sage-business-cloud-details list - Use this to return multiple SageBusinessCloudDetails. Requires authentication.sail-point-details - Manage sail point details
halopsa-cli sail-point-details create - Createhalopsa-cli sail-point-details delete - Deletehalopsa-cli sail-point-details get - Gethalopsa-cli sail-point-details list - Listsail-point-role-mapping - Manage sail point role mapping
halopsa-cli sail-point-role-mapping - Listsail-point-user-mapping - Manage sail point user mapping
halopsa-cli sail-point-user-mapping - Listsales-mailbox - Manage sales mailbox
halopsa-cli sales-mailbox create - Createhalopsa-cli sales-mailbox delete - Deletehalopsa-cli sales-mailbox get - Use this to return a single instance of SalesMailbox. Requires authentication.halopsa-cli sales-mailbox list - Listsales-mailbox-detail - Manage sales mailbox detail
halopsa-cli sales-mailbox-detail create - Createhalopsa-cli sales-mailbox-detail list - Listsales-order - Manage sales order
halopsa-cli sales-order create - Createhalopsa-cli sales-order create-salesorder - Create salesorderhalopsa-cli sales-order delete - Deletehalopsa-cli sales-order get - Use this to return a single instance of OrderHead. Requires authentication.halopsa-cli sales-order list - Use this to return multiple OrderHead. Requires authentication.saved-forecast - Manage saved forecast
halopsa-cli saved-forecast create - Createhalopsa-cli saved-forecast delete - Deletehalopsa-cli saved-forecast get - Gethalopsa-cli saved-forecast list - Listschedule - Manage schedule
halopsa-cli schedule create - Createhalopsa-cli schedule get - Use this to return a single instance of Schedule. Requires authentication.halopsa-cli schedule list - Use this to return multiple Schedule. Requires authentication.schedule-occurrence - Manage schedule occurrence
halopsa-cli schedule-occurrence create - Createhalopsa-cli schedule-occurrence get - Gethalopsa-cli schedule-occurrence list - Listscreen-layout - Manage screen layout
halopsa-cli screen-layout create - Createhalopsa-cli screen-layout delete - Deletehalopsa-cli screen-layout get - Use this to return a single instance of ScreenLayout. Requires authentication.halopsa-cli screen-layout list - Use this to return multiple ScreenLayout. Requires authentication.secure-secret-link - Manage secure secret link
halopsa-cli secure-secret-link create - Createhalopsa-cli secure-secret-link delete - Deletehalopsa-cli secure-secret-link get - Gethalopsa-cli secure-secret-link list - Listhalopsa-cli secure-secret-link list-securesecretlink - List securesecretlinksecurity-check - Manage security check
halopsa-cli security-check list - Listhalopsa-cli security-check list-securitycheck - List securitychecksecurity-question - Manage security question
halopsa-cli security-question create - Createhalopsa-cli security-question delete - Deletehalopsa-cli security-question get - Use this to return a single instance of SecurityQuestion. Requires authentication.halopsa-cli security-question list - Listsecurity-question-validate - Manage security question validate
halopsa-cli security-question-validate create - Createhalopsa-cli security-question-validate list - Listsentinel-one - Manage sentinel one
halopsa-cli sentinel-one - Listsentinel-one-details - Manage sentinel one details
halopsa-cli sentinel-one-details create - Createhalopsa-cli sentinel-one-details delete - Deletehalopsa-cli sentinel-one-details get - Gethalopsa-cli sentinel-one-details list - Listservice - Manage service
halopsa-cli service create - Createhalopsa-cli service create-unsubscribe - Create unsubscribehalopsa-cli service delete - Deletehalopsa-cli service get - Use this to return a single instance of ServSite. Requires authentication.halopsa-cli service list - Use this to return multiple ServSite. Requires authentication.service-availability - Manage service availability
halopsa-cli service-availability create - Createhalopsa-cli service-availability delete - Deletehalopsa-cli service-availability get - Gethalopsa-cli service-availability list - Listservice-category - Manage service category
halopsa-cli service-category create - Createhalopsa-cli service-category delete - Deletehalopsa-cli service-category get - Use this to return a single instance of ServiceCategory. Requires authentication.halopsa-cli service-category list - Use this to return multiple ServiceCategory. Requires authentication.service-request-details - Manage service request details
halopsa-cli service-request-details get - Use this to return a single instance of ServiceRequestDetails. Requires authentication.halopsa-cli service-request-details list - Use this to return multiple ServiceRequestDetails. Requires authentication.service-restriction - Manage service restriction
halopsa-cli service-restriction - Use this to return multiple ServiceRestriction. Requires authentication.service-status - Manage service status
halopsa-cli service-status create - Createhalopsa-cli service-status create-servicestatus - Create servicestatushalopsa-cli service-status delete - Deletehalopsa-cli service-status get - Use this to return a single instance of ServStatus. Requires authentication.halopsa-cli service-status get-servicestatus - Get servicestatushalopsa-cli service-status list - Use this to return multiple ServStatus. Requires authentication.setup-tab - Manage setup tab
halopsa-cli setup-tab create - Createhalopsa-cli setup-tab get - Use this to return a single instance of SetupTab. Requires authentication.halopsa-cli setup-tab list - Listsetup-tab-group - Manage setup tab group
halopsa-cli setup-tab-group get - Use this to return a single instance of SetupTabGroup. Requires authentication.halopsa-cli setup-tab-group list - Listshare-point - Manage share point
halopsa-cli share-point - Listshopify-details - Manage shopify details
halopsa-cli shopify-details create - Createhalopsa-cli shopify-details delete - Deletehalopsa-cli shopify-details get - Gethalopsa-cli shopify-details list - Listsingle-sign-on-application - Manage single sign on application
halopsa-cli single-sign-on-application create - Createhalopsa-cli single-sign-on-application delete - Deletehalopsa-cli single-sign-on-application get - Gethalopsa-cli single-sign-on-application list - Listsingle-sign-on-attempt - Manage single sign on attempt
halopsa-cli single-sign-on-attempt delete - Deletehalopsa-cli single-sign-on-attempt get - Gethalopsa-cli single-sign-on-attempt list - Listsite - Manage site
halopsa-cli site create - Createhalopsa-cli site delete - Deletehalopsa-cli site get - Use this to return a single instance of Site. Requires authentication.halopsa-cli site list - Use this to return multiple Site. Requires authentication.halopsa-cli site list-stockbins - List stockbinssla - Manage sla
halopsa-cli sla create - Createhalopsa-cli sla delete - Deletehalopsa-cli sla get - Use this to return a single instance of SlaHead. Requires authentication.halopsa-cli sla list - Use this to return multiple SlaHead. Requires authentication.slack - Manage slack
halopsa-cli slack create - Createhalopsa-cli slack create-event - Create eventhalopsa-cli slack create-interactivity - Create interactivityhalopsa-cli slack create-manifest - Create manifestslack-chat-app - Manage slack chat app
halopsa-cli slack-chat-app create - Createhalopsa-cli slack-chat-app delete - Deletehalopsa-cli slack-chat-app get - Gethalopsa-cli slack-chat-app list - Listslack-details - Manage slack details
halopsa-cli slack-details create - Createhalopsa-cli slack-details create-slackdetails - Create slackdetailshalopsa-cli slack-details delete - Deletehalopsa-cli slack-details get - Use this to return a single instance of SlackDetails. Requires authentication.halopsa-cli slack-details list - Use this to return multiple SlackDetails. Requires authentication.snipe-itdetails - Manage snipe itdetails
halopsa-cli snipe-itdetails create - Createhalopsa-cli snipe-itdetails delete - Deletehalopsa-cli snipe-itdetails get - Gethalopsa-cli snipe-itdetails list - Listsnow-details - Manage snow details
halopsa-cli snow-details create - Createhalopsa-cli snow-details delete - Deletehalopsa-cli snow-details get - Use this to return a single instance of SnowDetails. Requires authentication.halopsa-cli snow-details list - Use this to return multiple SnowDetails. Requires authentication.software-licence - Manage software licence
halopsa-cli software-licence create - Createhalopsa-cli software-licence delete - Deletehalopsa-cli software-licence get - Use this to return a single instance of Licence. Requires authentication.halopsa-cli software-licence list - Use this to return multiple Licence. Requires authentication.software-licence-role - Manage software licence role
halopsa-cli software-licence-role - Use this to return multiple LicenceRole. Requires authentication.sophos - Manage sophos
halopsa-cli sophos - Listsophos-details - Manage sophos details
halopsa-cli sophos-details create - Createhalopsa-cli sophos-details delete - Deletehalopsa-cli sophos-details get - Gethalopsa-cli sophos-details list - Listsqlimport - Manage sqlimport
halopsa-cli sqlimport create - Createhalopsa-cli sqlimport delete - Deletehalopsa-cli sqlimport get - Use this to return a single instance of SQLImport. Requires authentication.halopsa-cli sqlimport list - Use this to return multiple SQLImport. Requires authentication.status - Manage status
halopsa-cli status create - Createhalopsa-cli status delete - Deletehalopsa-cli status get - Use this to return a single instance of TStatus. Requires authentication.halopsa-cli status list - Use this to return multiple TStatus. Requires authentication.stock-bin - Manage stock bin
halopsa-cli stock-bin create - Createhalopsa-cli stock-bin delete - Deletehalopsa-cli stock-bin get - Gethalopsa-cli stock-bin list - Liststock-trace - Manage stock trace
halopsa-cli stock-trace get - Gethalopsa-cli stock-trace list - Liststream-one-ion-details - Manage stream one ion details
halopsa-cli stream-one-ion-details create - Createhalopsa-cli stream-one-ion-details delete - Deletehalopsa-cli stream-one-ion-details get - Gethalopsa-cli stream-one-ion-details list - Liststyle-profile - Manage style profile
halopsa-cli style-profile create - Createhalopsa-cli style-profile delete - Deletehalopsa-cli style-profile get - Gethalopsa-cli style-profile list - Listsupplier - Manage supplier
halopsa-cli supplier create - Createhalopsa-cli supplier delete - Deletehalopsa-cli supplier get - Use this to return a single instance of Company. Requires authentication.halopsa-cli supplier list - Use this to return multiple Company. Requires authentication.supplier-contract - Manage supplier contract
halopsa-cli supplier-contract create - Createhalopsa-cli supplier-contract create-suppliercontract - Create suppliercontracthalopsa-cli supplier-contract delete - Deletehalopsa-cli supplier-contract get - Use this to return a single instance of Contract. Requires authentication.halopsa-cli supplier-contract list - Use this to return multiple Contract. Requires authentication.synnex-details - Manage synnex details
halopsa-cli synnex-details create - Createhalopsa-cli synnex-details delete - Deletehalopsa-cli synnex-details get - Use this to return a single instance of IngramMicroDetails. Requires authentication.halopsa-cli synnex-details list - Listtabs - Manage tabs
halopsa-cli tabs create - Createhalopsa-cli tabs delete - Deletehalopsa-cli tabs get - Use this to return a single instance of Tabname. Requires authentication.halopsa-cli tabs list - Use this to return multiple Tabname. Requires authentication.tags - Manage tags
halopsa-cli tags create - Createhalopsa-cli tags delete - Deletehalopsa-cli tags get - Use this to return a single instance of Tag. Requires authentication.halopsa-cli tags list - Listtake-control - Manage take control
halopsa-cli take-control - Listtanium-details - Manage tanium details
halopsa-cli tanium-details create - Createhalopsa-cli tanium-details delete - Deletehalopsa-cli tanium-details get - Gethalopsa-cli tanium-details list - Listtask-monitor-event - Manage task monitor event
halopsa-cli task-monitor-event - Listtask-schedule - Manage task schedule
halopsa-cli task-schedule create - Createhalopsa-cli task-schedule list - Listtask-trace - Manage task trace
halopsa-cli task-trace get - Gethalopsa-cli task-trace list - Listtax - Manage tax
halopsa-cli tax create - Createhalopsa-cli tax delete - Deletehalopsa-cli tax get - Use this to return a single instance of Tax. Requires authentication.halopsa-cli tax list - Use this to return multiple Tax. Requires authentication.tax-rule - Manage tax rule
halopsa-cli tax-rule create - Createhalopsa-cli tax-rule delete - Deletehalopsa-cli tax-rule get - Gethalopsa-cli tax-rule list - Listteam - Manage team
halopsa-cli team create - Createhalopsa-cli team delete - Deletehalopsa-cli team get - Use this to return a single instance of SectionDetail. Requires authentication.halopsa-cli team list - Use this to return multiple SectionDetail. Requires authentication.halopsa-cli team list-tree - List treeteam-image - Manage team image
halopsa-cli team-image <id> - Gettech-data-reseller-details - Manage tech data reseller details
halopsa-cli tech-data-reseller-details create - Createhalopsa-cli tech-data-reseller-details delete - Deletehalopsa-cli tech-data-reseller-details get - Gethalopsa-cli tech-data-reseller-details list - Listtemplate - Manage template
halopsa-cli template create - Createhalopsa-cli template delete - Deletehalopsa-cli template get - Use this to return a single instance of StdRequest. Requires authentication.halopsa-cli template list - Use this to return multiple StdRequest. Requires authentication.tenable - Manage tenable
halopsa-cli tenable create - Createhalopsa-cli tenable create-export - Create exporthalopsa-cli tenable list - Listhalopsa-cli tenable list-status - List statustenable-details - Manage tenable details
halopsa-cli tenable-details create - Createhalopsa-cli tenable-details delete - Deletehalopsa-cli tenable-details get - Gethalopsa-cli tenable-details list - Listtenant - Manage tenant
halopsa-cli tenant create - Createhalopsa-cli tenant list - Listtest-error - Manage test error
halopsa-cli test-error - Listtest1 - Manage test1
halopsa-cli test1 - Listtest3 - Manage test3
halopsa-cli test3 - Listtest4 - Manage test4
halopsa-cli test4 - Listticket-approval - Manage ticket approval
halopsa-cli ticket-approval create - Createhalopsa-cli ticket-approval delete - Deletehalopsa-cli ticket-approval get - Use this to return a single instance of FaultApproval. Requires authentication.halopsa-cli ticket-approval list - Use this to return multiple FaultApproval. Requires authentication.ticket-area - Manage ticket area
halopsa-cli ticket-area create - Createhalopsa-cli ticket-area delete - Deletehalopsa-cli ticket-area get - Use this to return a single instance of TicketArea. Requires authentication.halopsa-cli ticket-area list - Listticket-rules - Manage ticket rules
halopsa-cli ticket-rules create - Createhalopsa-cli ticket-rules delete - Deletehalopsa-cli ticket-rules get - Use this to return a single instance of Autoassign. Requires authentication.halopsa-cli ticket-rules list - Use this to return multiple Autoassign. Requires authentication.ticket-type - Manage ticket type
halopsa-cli ticket-type create - Createhalopsa-cli ticket-type delete - Deletehalopsa-cli ticket-type get - Use this to return a single instance of RequestType. Requires authentication.halopsa-cli ticket-type list - Use this to return multiple RequestType. Requires authentication.ticket-type-field - Manage ticket type field
halopsa-cli ticket-type-field - Use this to return multiple RequestTypeField. Requires authentication.ticket-type-group - Manage ticket type group
halopsa-cli ticket-type-group create - Createhalopsa-cli ticket-type-group delete - Deletehalopsa-cli ticket-type-group get - Use this to return a single instance of RequestTypeGroup. Requires authentication.halopsa-cli ticket-type-group list - Listtickets - Manage tickets
halopsa-cli tickets create - Createhalopsa-cli tickets create-object - Create objecthalopsa-cli tickets create-processchildren - Create processchildrenhalopsa-cli tickets create-setbillableproject - Create setbillableprojecthalopsa-cli tickets create-view - Create viewhalopsa-cli tickets create-vote - Create votehalopsa-cli tickets delete - Delete specific Faults. Requires authentication.halopsa-cli tickets get - Use this to return a single instance of Faults. Requires authentication.halopsa-cli tickets list - Use this to return multiple Faults. Requires authentication.halopsa-cli tickets list-salesmailbox - List salesmailboxhalopsa-cli tickets list-zapier - List zapiertimesheet - Manage timesheet
halopsa-cli timesheet create - Createhalopsa-cli timesheet get - Use this to return a single instance of Timesheet. Requires authentication.halopsa-cli timesheet list - Listhalopsa-cli timesheet list-forecasting - List forecastinghalopsa-cli timesheet list-mine - List minetimesheet-event - Manage timesheet event
halopsa-cli timesheet-event create - Createhalopsa-cli timesheet-event delete - Deletehalopsa-cli timesheet-event get - Use this to return a single instance of TimesheetEvent. Requires authentication.halopsa-cli timesheet-event list - Use this to return multiple TimesheetEvent. Requires authentication.halopsa-cli timesheet-event list-timesheetevent - List timesheeteventtimeslot - Manage timeslot
halopsa-cli timeslot - Use this to return multiple Timeslot. Requires authentication.to-do - Manage to do
halopsa-cli to-do create - Createhalopsa-cli to-do list - Use this to return multiple FaultToDo. Requires authentication.to-do-group - Manage to do group
halopsa-cli to-do-group create - Createhalopsa-cli to-do-group delete - Deletehalopsa-cli to-do-group get - Gethalopsa-cli to-do-group list - Listtop-level - Manage top level
halopsa-cli top-level create - Createhalopsa-cli top-level delete - Deletehalopsa-cli top-level get - Use this to return a single instance of Tree. Requires authentication.halopsa-cli top-level list - Use this to return multiple Tree. Requires authentication.transcription-store - Manage transcription store
halopsa-cli transcription-store create - Createhalopsa-cli transcription-store delete - Deletehalopsa-cli transcription-store get - Gethalopsa-cli transcription-store list - Listtranslation - Manage translation
halopsa-cli translation create - Createhalopsa-cli translation list - Listtwilio - Manage twilio
halopsa-cli twilio create - Createhalopsa-cli twilio create-twiml - Create twimltwilio-details - Manage twilio details
halopsa-cli twilio-details - Listtwilio-whats-app-details - Manage twilio whats app details
halopsa-cli twilio-whats-app-details create - Createhalopsa-cli twilio-whats-app-details delete - Deletehalopsa-cli twilio-whats-app-details get - Gethalopsa-cli twilio-whats-app-details list - Listtwitter-details - Manage twitter details
halopsa-cli twitter-details create - Createhalopsa-cli twitter-details delete - Deletehalopsa-cli twitter-details get - Use this to return a single instance of TwitterDetails. Requires authentication.halopsa-cli twitter-details list - Use this to return multiple TwitterDetails. Requires authentication.unsub-service-emails - Manage unsub service emails
halopsa-cli unsub-service-emails create - Createhalopsa-cli unsub-service-emails delete - Deletehalopsa-cli unsub-service-emails get - Use this to return a single instance of UnsubEmailServiceUsers. Requires authentication.halopsa-cli unsub-service-emails list - Listuser-change - Manage user change
halopsa-cli user-change - Use this to return multiple UserChange. Requires authentication.user-roles - Manage user roles
halopsa-cli user-roles create - Createhalopsa-cli user-roles delete - Deletehalopsa-cli user-roles get - Use this to return a single instance of UserRoles. Requires authentication.halopsa-cli user-roles list - Listusers - Manage users
halopsa-cli users create - Createhalopsa-cli users create-prefs - Create prefshalopsa-cli users delete - Deletehalopsa-cli users get - Use this to return a single instance of Users. Requires authentication.halopsa-cli users list - Use this to return multiple Users. Requires authentication.halopsa-cli users list-me - List meversion-info - Manage version info
halopsa-cli version-info get - Use this to return a single instance of Release. Requires authentication.halopsa-cli version-info get-versioninfo - Get versioninfohalopsa-cli version-info list - . Requires authentication.halopsa-cli version-info list-versioninfo - List versioninfohalopsa-cli version-info list-versioninfo-2 - . Requires authentication.halopsa-cli version-info list-versioninfo-3 - . Requires authentication.view-columns - Manage view columns
halopsa-cli view-columns create - Createhalopsa-cli view-columns delete - Deletehalopsa-cli view-columns get - Use this to return a single instance of ViewColumns. Requires authentication.halopsa-cli view-columns list - Use this to return multiple ViewColumns. Requires authentication.view-filter - Manage view filter
halopsa-cli view-filter create - Createhalopsa-cli view-filter delete - Deletehalopsa-cli view-filter get - Use this to return a single instance of ViewFilter. Requires authentication.halopsa-cli view-filter list - Use this to return multiple ViewFilter. Requires authentication.view-list-group - Manage view list group
halopsa-cli view-list-group create - Createhalopsa-cli view-list-group delete - Deletehalopsa-cli view-list-group get - Use this to return a single instance of ViewListGroup. Requires authentication.halopsa-cli view-list-group list - Use this to return multiple ViewListGroup. Requires authentication.view-lists - Manage view lists
halopsa-cli view-lists create - Createhalopsa-cli view-lists delete - Deletehalopsa-cli view-lists get - Use this to return a single instance of ViewLists. Requires authentication.halopsa-cli view-lists list - Use this to return multiple ViewLists. Requires authentication.virima - Manage virima
halopsa-cli virima - Listvirima-details - Manage virima details
halopsa-cli virima-details create - Createhalopsa-cli virima-details delete - Deletehalopsa-cli virima-details get - Gethalopsa-cli virima-details list - Listvirtual-agent - Manage virtual agent
halopsa-cli virtual-agent create - Createhalopsa-cli virtual-agent delete - Deletehalopsa-cli virtual-agent get - Gethalopsa-cli virtual-agent list - Listvmworkspace-details - Manage vmworkspace details
halopsa-cli vmworkspace-details create - Createhalopsa-cli vmworkspace-details delete - Deletehalopsa-cli vmworkspace-details get - Gethalopsa-cli vmworkspace-details list - Listvorboss - Manage vorboss
halopsa-cli vorboss - Listwebhook - Manage webhook
halopsa-cli webhook create - Createhalopsa-cli webhook delete - Deletehalopsa-cli webhook get - Use this to return a single instance of Webhook. Requires authentication.halopsa-cli webhook list - Use this to return multiple Webhook. Requires authentication.webhook-event - Manage webhook event
halopsa-cli webhook-event create - Createhalopsa-cli webhook-event get - Use this to return a single instance of WebhookEvent. Requires authentication.halopsa-cli webhook-event list - Use this to return multiple WebhookEvent. Requires authentication.webhook-repository - Manage webhook repository
halopsa-cli webhook-repository get - Use this to return a single instance of Webhook. Requires authentication.halopsa-cli webhook-repository list - Use this to return multiple Webhook. Requires authentication.whats-app - Manage whats app
halopsa-cli whats-app list - Listhalopsa-cli whats-app list-whatsapp - List whatsappwordpress-details - Manage wordpress details
halopsa-cli wordpress-details create - Createhalopsa-cli wordpress-details delete - Deletehalopsa-cli wordpress-details get - Gethalopsa-cli wordpress-details list - Listwordpress-org-details - Manage wordpress org details
halopsa-cli wordpress-org-details create - Createhalopsa-cli wordpress-org-details delete - Deletehalopsa-cli wordpress-org-details get - Gethalopsa-cli wordpress-org-details list - Listworkday - Manage workday
halopsa-cli workday create - Createhalopsa-cli workday delete - Deletehalopsa-cli workday get - Use this to return a single instance of Workdays. Requires authentication.halopsa-cli workday list - Use this to return multiple Workdays. Requires authentication.workflow-target - Manage workflow target
halopsa-cli workflow-target create - Createhalopsa-cli workflow-target delete - Deletehalopsa-cli workflow-target get - Gethalopsa-cli workflow-target list - Listworkflows - Manage workflows
halopsa-cli workflows create - Createhalopsa-cli workflows delete - Deletehalopsa-cli workflows get - Use this to return a single instance of FlowHeader. Requires authentication.halopsa-cli workflows list - Use this to return multiple FlowHeader. Requires authentication.workflowstep - Manage workflowstep
halopsa-cli workflowstep - Use this to return multiple FlowDetail. Requires authentication.xero-details - Manage xero details
halopsa-cli xero-details create - Createhalopsa-cli xero-details delete - Deletehalopsa-cli xero-details get - Use this to return a single instance of XeroDetails. Requires authentication.halopsa-cli xero-details list - Use this to return multiple XeroDetails. Requires authentication.xtype-role - Manage xtype role
halopsa-cli xtype-role - Use this to return multiple XTypeRole. Requires authentication.zendesk - Manage zendesk
halopsa-cli zendesk - Listzoom - Manage zoom
halopsa-cli zoom - CreateWhen you know what you want to do but not which command does it, ask the CLI directly:
halopsa-cli which "<capability in your own words>"
which resolves a natural-language capability query to the best matching command from this CLI's curated feature index. Exit code 0 means at least one match; exit code 2 means no confident match - fall back to --help or use a narrower query.
halopsa-cli tickets age-out --status "Awaiting Customer Reply" --stale-days 14 --action-note "Auto-closing per policy"
Preview every stale customer-waiting ticket. Add --apply when you're ready to close them.
halopsa-cli sla breaching --within 24h --team Support --agent --select id,summary,client_name,agent_name,minutes_to_breach
List every ticket the on-call shift inherits that's at risk of breaching SLA in their first 24h. Pipe to anything.
halopsa-cli client card "Acme Corp" --agent --select active_tickets,contract_hours_remaining,assets,recent_kb_links
Get the client's complete situation in one query before answering the phone. Use --select to narrow what an agent sees.
halopsa-cli time gaps --agent=me --week current --json
Find every ticket you touched this week with zero time logged so the gap doesn't ship with your timesheet.
halopsa-cli contracts burn --client "Acme Corp" --month current --json
See current hours consumed vs. bank with projected overage so the contract conversation isn't a surprise.
Halo uses OAuth2 client_credentials. Create an API application in your tenant under Configuration > Integrations > Halo PSA API (Authentication Method: Client ID and Secret - Services), set HALOPSA_TENANT=<yoursub> in your env, then run halopsa-cli auth login --client-id <id> --client-secret <secret>. The CLI exchanges the credentials at https://.halopsa.com/auth/token and caches the access token (auto-refreshed before expiry).
Run halopsa-cli doctor to verify setup.
Add --agent to any command. Expands to: --json --compact --no-input --no-color --yes.
Pipeable - JSON on stdout, errors on stderr
Filterable - --select keeps a subset of fields. Dotted paths descend into nested structures; arrays traverse element-wise. Critical for keeping context small on verbose APIs:
halopsa-cli actions list --agent --select id,name,status
Previewable - --dry-run shows the request without sending
Offline-friendly - sync/search commands can use the local SQLite store when available
Non-interactive - never prompts, every input is a flag
Explicit retries - use --idempotent only when an already-existing create should count as success, and --ignore-missing only when a missing delete target should count as success
Commands that read from the local store or the API wrap output in a provenance envelope:
{
"meta": {"source": "live" | "local", "synced_at": "...", "reason": "..."},
"results": <data>
}
Parse .results for data and .meta.source to know whether it's live or local. A human-readable N results (live) summary is printed to stderr only when stdout is a terminal AND no machine-format flag (--json, --csv, --compact, --quiet, --plain, --select) is set - piped/agent consumers and explicit-format runs get pure JSON on stdout.
When you (or the agent) notice something off about this CLI, record it:
halopsa-cli feedback "the --since flag is inclusive but docs say exclusive"
halopsa-cli feedback --stdin < notes.txt
halopsa-cli feedback list --json --limit 10
Entries are stored locally at ~/.local/share/halopsa-cli/feedback.jsonl. They are never POSTed unless HALOPSA_FEEDBACK_ENDPOINT is set AND either --send is passed or HALOPSA_FEEDBACK_AUTO_SEND=true. Default behavior is local-only.
Write what surprised you, not a bug report. Short, specific, one line: that is the part that compounds.
Every command accepts --deliver <sink>. The output goes to the named sink in addition to (or instead of) stdout, so agents can route command results without hand-piping. Three sinks are supported:
| Sink | Effect |
|---|---|
stdout | Default; write to stdout only |
file:<path> | Atomically write output to <path> (tmp + rename) |
webhook:<url> | POST the output body to the URL (application/json or application/x-ndjson when --compact) |
Unknown schemes are refused with a structured error naming the supported set. Webhook failures return non-zero and log the URL + HTTP status on stderr.
A profile is a saved set of flag values, reused across invocations. Use it when a scheduled agent calls the same command every run with the same configuration - HeyGen's "Beacon" pattern.
halopsa-cli profile save briefing --json
halopsa-cli --profile briefing actions list
halopsa-cli profile list --json
halopsa-cli profile show briefing
halopsa-cli profile delete briefing --yes
Explicit flags always win over profile values; profile values win over defaults. agent-context lists all available profiles under available_profiles so introspecting agents discover them at runtime.
| Code | Meaning |
|---|---|
| 0 | Success |
| 2 | Usage error (wrong arguments) |
| 3 | Resource not found |
| 4 | Authentication required |
| 5 | API error (upstream issue) |
| 7 | Rate limited (wait and retry) |
| 10 | Config error |
Parse $ARGUMENTS:
help, or --help → show halopsa-cli --help outputinstall → ends with mcp → MCP installation; otherwise → see Prerequisites above--agent)go install github.com/mvanhorn/printing-press-library/library/project-management/halopsa/cmd/halopsa-mcp@latest
claude mcp add halopsa-mcp -- halopsa-mcp
claude mcp listwhich halopsa-cli
If not found, offer to install (see Prerequisites at the top of this skill).--agent flag:
halopsa-cli <command> [subcommand] [args] --agent
halopsa-cli <command> --help.Alternatives
K-Dense-AI/scientific-agent-skills
Distributed computing for larger-than-RAM pandas/NumPy workflows. Use when you need to scale existing pandas/NumPy code beyond memory or across clusters. Best for parallel file processing, distributed ML, integration with existing pandas code. For out-of-core analytics on single machine use vaex; for in-memory speed use polars.
K-Dense-AI/scientific-agent-skills
Standard single-cell RNA-seq analysis pipeline. Use for QC, normalization, dimensionality reduction (PCA/UMAP/t-SNE), clustering, differential expression, visualization, and converting R-friendly single-cell formats such as Seurat or SingleCellExperiment RDS files into h5ad for Scanpy. Best for exploratory scRNA-seq analysis with established workflows. For deep learning models use scvi-tools; for data format questions use anndata.
event4u-app/agent-config
Shared corpus-grounding engine — BM25 + structured filters + decision rules over CSV corpora via a domain manifest. Use when a skill needs grounded pre-action option-space constraints.
coreyhaines31/marketingskills
When the user wants to set up, improve, or audit analytics tracking and measurement. Also use when the user mentions "set up tracking," "GA4," "Google Analytics," "conversion tracking," "event tracking," "UTM parameters," "tag manager," "GTM," "analytics implementation," "tracking plan," "how do I measure this," "track conversions," "Mixpanel," "Segment," "are my events firing," or "analytics isn't working." Use this whenever someone asks how to know if something is working or wants to measure m