Syslog Profiles
Creates,gets tenant syslog profiles
List the profiles by query parameters
- {server-url}/api/v2/tenants/{tenantId}/monitoring/syslog/profiles?uuid={gatewayprofuuid}
- {server-url}/api/v2/tenants/{tenantId}/monitoring/syslog/profiles?name={profile-name}
- {server-url}/api/v2/tenants/{tenantId}/monitoring/syslog/profiles?id={sysloguuid}
Path Parameters
- tenantId
Describes the clientId or mspId of tenant
Query Parameters
- uuid
Search by applicable gateway management profiles
- name
Search profiles by it's name
- id
Search by syslog profile id
Responses
- results
- totalResults
- orderBy
- Enum:
- id
- pageNo
- pageSize
- totalPages
- nextPage
- previousPageNo
- descendingOrder
Loading Examples...
Create syslog profile configurations
Path Parameters
- tenantId
Describes the clientId or mspId of tenant
Request Body
application/json
- name
Profile name
- uuid
Profile uuid
- description
Profile description
- managementGatewayProfilesUUID
Gateway profile uuid
- properties
Syslog message properties to be mapped
- syslogConfResourceFilters
Filters
Loading Examples...
Responses
Loading Examples...