RunbookParameters
The RunbookParameters collection represents all the runbook parameters in the local System Management Automation environment.
Namespace | OData Collection URI |
---|---|
Orchestrator.ResourceModel |
HTTPS://<HOST>:<PORT>/00000000-0000-0000-0000-000000000000/RunbookParameters |
Supported HTTP Verbs
Create (POST) | Read (GET) | Update (PUT) | Delete (DELETE) |
---|---|---|---|
True |
True |
True |
True |
Operations
- Create (POST) RunbookParameters
Create a RunbookParameter entity. (No example currently available.)
- Read (GET) RunbookParameters
Query the collection for either a list of RunbookParameter entities, or an identified entity.
- Update (PUT/MERGE) RunbookParameters
Update an existing RunbookParameter entity. (No example currently available.)
- Delete (DELETE) RunbookParameters
Delete an existing RunbookParameter entity. (No example currently available.)