MS agents
MS agents API overview
The MS agents API allows integrators to manage Microsoft directory discovery agents and related discovery tasks within SCM.
The API supports the following actions:
- Retrieving MS agents
- Creating MS agents
- Updating MS agents
- Deleting MS agents that participate in directory-based certificate discovery
MS agents API endpoints
The following table lists the endpoints for managing MS agents.
Click any action in the first column to open its API reference page.
| Action | Method | Path | Description |
|---|---|---|---|
| Get MS agent details | GET | /api/agent/v1/ms/{id} | Retrieve configuration and status information for a specific MS agent. |
| Update MS agent details | PUT | /api/agent/v1/ms/{id} | Update configuration details for an MS agent. |
| Delete MS agent | DELETE | /api/agent/v1/ms/{id} | Delete an MS agent. |
| List MS agents | GET | /api/agent/v1/ms | List all MS agents registered in the system. |
| Add MS agent | POST | /api/agent/v1/ms | Create a new MS agent. |
Updated about 23 hours ago