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
- query (string): Simple text question or instruction to send to the AI assistant. Provide either 'query' for text-only requests or 'content' for multi-modal input.
33
33
- content (array): List of multi-modal content blocks. Use instead of 'query' to send text or images. Supports text and image types only; for audio and file support, use the messages endpoint. Maximum 8 parts.
34
-
- threadId (string): An existing thread ID to continue a conversation. If omitted, a new thread is created.
34
+
- threadId (string): Existing persisted thread ID to continue synchronously. If omitted, the request is handled as a one-off invocation and the response will not include a reusable thread ID.
35
35
- networkId (string): Optional network ID to scope the query to a specific network. Defaults to the user's last visited network.
36
36
- platform (string): Platform identifier. Defaults to MERAKI when omitted. Case-insensitive.
37
37
- language (string): Optional language override. Defaults to the user's preferred language.
- contributor (string): Contributor for which to retrieve insights. If not specified, returns overall insights.
4632
4632
- subContributor (string): Sub-contributor for which to retrieve insights. If not specified, returns all sub contributor insights.
4633
-
- insights (string): Insights version to use. Defaults to 2.
4634
4633
- t0 (string): The beginning of the timespan for the data. The maximum lookback period is 14 days from today.
4635
4634
- t1 (string): The end of the timespan for the data. t1 can be a maximum of 14 days after t0.
4636
4635
- timespan (number): The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be greater than or equal to 15 minutes and be less than or equal to 14 days. The default is 2 hours.
- contributor (string): Contributor for which to retrieve insights. If not specified, returns overall insights.
5327
5320
- subContributor (string): Sub-contributor for which to retrieve insights. If not specified, returns all sub contributor insights.
5328
-
- insights (string): Insights version to use. Defaults to 2.
5329
5321
- t0 (string): The beginning of the timespan for the data. The maximum lookback period is 14 days from today.
5330
5322
- t1 (string): The end of the timespan for the data. t1 can be a maximum of 14 days after t0.
5331
5323
- timespan (number): The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be greater than or equal to 15 minutes and be less than or equal to 14 days. The default is 2 hours.
- query (string): Simple text question or instruction to send to the AI assistant. Provide either 'query' for text-only requests or 'content' for multi-modal input.
33
33
- content (array): List of multi-modal content blocks. Use instead of 'query' to send text or images. Supports text and image types only; for audio and file support, use the messages endpoint. Maximum 8 parts.
34
-
- threadId (string): An existing thread ID to continue a conversation. If omitted, a new thread is created.
34
+
- threadId (string): Existing persisted thread ID to continue synchronously. If omitted, the request is handled as a one-off invocation and the response will not include a reusable thread ID.
35
35
- networkId (string): Optional network ID to scope the query to a specific network. Defaults to the user's last visited network.
36
36
- platform (string): Platform identifier. Defaults to MERAKI when omitted. Case-insensitive.
37
37
- language (string): Optional language override. Defaults to the user's preferred language.
**Create a Push API receiver profile to define an external receiver for Push API messages. You may re-use an existing organization-wide webhook receiver.**
0 commit comments