Manage First Response Policy by ID
Updates, gets and deletes a first response policy of the tenant by policyId.
delete
/api/v2/tenants/{tenantId}/policies/firstResponse/{policyId}
Path Parameters
- tenantId
Describes the clientId or mspId of the tenant
- policyId
get
/api/v2/tenants/{tenantId}/policies/firstResponse/{policyId}
Path Parameters
- tenantId
Describes the clientId or mspId of the tenant
- policyId
00
post
/api/v2/tenants/{tenantId}/policies/firstResponse/{policyId}
Example:
- https://server.com/api/v2/tenants/client_7/policies/firstResponse/POLICY-AC-3218d82f-25c6-4d4d-bd88-b83c5e30721c
- https://server.com/api/v2/tenants/client_7/policies/firstResponse/POLICY-AC-aa3186cb-5572-43ed-abb9-7830574ee1b2
- https://server.com/api/v2/tenants/msp_3/policies/firstResponse/POLICY-AC-5c75b766-6dc3-4998-bf87-81d5fbf31961
Path Parameters
- tenantId
Describes the clientId or mspId of the tenant
- policyId
00
00