You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LIST_TENANTS: 'List Mia-Platform Console companies or tenants that the user can access. Only companies or tenants with AI features enabled will be returned.',
55
55
LIST_TENANTS_TEMPLATES: 'List Mia-Platform project templates for a given company or tenant',
56
56
LIST_TENANTS_IAM: 'List IAM user, groups and or service account for a company or tenant',
57
-
VIEW_TENANTS_AUDIT_LOGS: 'View audit logs for a company or tenant to see who did what and when',
57
+
VIEW_TENANTS_AUDIT_LOGS: `\
58
+
View audit logs for a company or tenant, to receive a detailed list of operations performed in the tenant by every user. \
59
+
You can filter the logs by date range. If no date range is specified by the user, please add a timestamp of the last 7 days. \
60
+
Do never attemp to fetch all the logs without a date range filter, as it could lead to performance issues.\
IAM_IDENTITY_TYPE: 'Filter the IAM entities by type',
112
116
113
117
// Audit Logs
114
-
AUDIT_LOG_FROM: 'The start date of the audit logs to fetch, in ISO 8601 format (YYYY-MM-DDTHH:mm:ss), e.g., "2024-01-15T10:30:00"',
115
-
AUDIT_LOG_TO: 'The end date of the audit logs to fetch, in ISO 8601 format (YYYY-MM-DDTHH:mm:ss), e.g., "2024-01-15T23:59:59"',
118
+
AUDIT_LOG_FROM: 'The start date of the audit logs to fetch, in ISO 8601 format (YYYY-MM-DDTHH:mm:ss, e.g., "2024-01-15T10:30:00"). Include this parameter to limit the logs if the parameter "to" is included as well.',
119
+
AUDIT_LOG_TO: 'The end date of the audit logs to fetch, in ISO 8601 format (YYYY-MM-DDTHH:mm:ss, e.g., "2024-01-15T23:59:59"). Include this parameter to limit the logs if the parameter "from" is included as well.',
116
120
117
121
// Marketplace
118
122
MARKETPLACE_ITEM_ID: `The marketplace item to use to create the service. Can be found in the itemId field of the ${toolNames.LIST_MARKETPLACE} tool`,
0 commit comments