Static
deleteThe ID of the messaging service scan. *
Optional
xOptional context id the request is running. *
Static
getGet a messaging service scan
Use this API to get a single messaging service scan by its ID.
Token Permissions: [ messaging_service_scan:read
]
MessagingServiceScanResponse The messaging service scan.
ApiError
The ID of the messaging service scan. *
Optional
xOptional context id the request is running. *
Static
getGet a list of messaging service scans
Use this API to get a list of messaging service scans that match the given parameters.
Token Permissions: [ messaging_service_scan:read
]
MessagingServiceScansResponse The list of messaging service scans and the accompanying metadata.
ApiError
Optional
eventMatch only messaging service scans in the given eventMeshId *
Optional
ids?: string[]The IDs of the messaging service scans. *
Optional
messagingMatch only messaging service scans in the given messagingService *
Optional
pageThe page number to get. *
Optional
pageThe number of messaging service scans to get per page. *
Optional
sort?: stringSort based on the provided parameters.
The value can be either a standalone field name (?sort=<field>
) or a field and direction, delimited by a colon (?sort=<field>:<asc|desc>
). If the direction is not specified, the default is ascending. *
Optional
xOptional context id the request is running. *
Delete a messaging service scan Use this API to delete a messaging service scan.
Token Permissions: [
messaging_service_scan:write
]Returns
void
Throws
ApiError