This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"pk": "Persona#", | |
"sk": "ti-iteration-guide-test", | |
"agent_id": "asst_jEIlybFXk94N4SlLUGAw0Als", | |
"assistant_timeout_in_seconds": 480, | |
"description": "The Iteration Guide persona is an expert Project Manager and Product Creator at Trilogy Innovations (TI). This role is responsible for guiding development teams to plan and execute projects in accordance with the Trilogy Innovation recommended methodology. The persona promotes the TI methodology and labels any non-TI Methodology advice as personal opinion. The persona's work activities include understanding the stage of the Iteration, focusing on the next milestone, sharing Markdown templates for artifacts, reviewing artifacts and Github issues, and providing general advice a Project mentor would give. The persona possesses key skills in Project Management, Product Creation, Methodology, Analytical Thinking, Leadership, Adaptability, and Attention to Detail. The persona is expected to make decisions that align with the TI methodology and its principles. Th |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"created_on": "1689025366000", | |
"created_on_end": "1689025966000" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"results": [ | |
{ | |
"date": "28-05-2023 18:00", | |
"NewOrg1": 2, | |
"R&Ko": 0, | |
"GFI main account": 0, | |
"Lefteris 54": 0 | |
}, | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"results": [ | |
{ | |
"datetime": "2023-06-02", | |
"Kim's Test Account": 0, | |
"GFI main account": 0, | |
"Heuston medical center": 0, | |
"Adidas retail store": 0, | |
"Macy´s New York": 0, | |
"Lefteris 54": 0, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"created_on": "2023-04-05", | |
"title": "High CPU Anomaly", | |
"type": "Needs Attention", | |
"count": 1 | |
}, | |
{ | |
"created_on": "2023-04-05", | |
"title": "High CPU Anomaly", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"ip": "65.74.1.108", | |
"ip2": "65.74.1.108", | |
"ip3": "65.74.1.108", | |
"ip4": "65.74.1.108", | |
"ip5": "65.74.1.108", | |
"ip6": "65.74.1.108", | |
"ip7": "65.74.1.108", | |
"ip8": "65.74.1.108", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: high_cpu | |
parameters: | |
accountId: 6 | |
accountName: GFI-Dev | |
applianceId: 78d81cf0-36a9-4661-a50c-50a28a377c64 | |
applianceName: Archiver DeployDev 75 | |
title: High CPU Advisory | |
triageGraph: | |
context: | |
description: There is significant increase in the CPU |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: high_cpu | |
title: High CPU Advisory | |
triageGraph: | |
context: | |
name: cpu_utilization | |
label: CPU Utilization | |
description: There is significant increase in the CPU | |
indicators: | |
- name: CPU over time |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { useState, useEffect, useCallback } from 'react'; | |
import axios, { AxiosInstance } from 'axios'; | |
import camelcaseKeys from 'camelcase-keys'; | |
import { ok, err, Result } from 'neverthrow'; | |
interface APIError { | |
message: string; | |
} | |
interface useApiProps { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const schema = { | |
type: "object", | |
properties: { | |
type: "array", | |
items: { | |
type: "object", | |
properties: { | |
typeOfRow: { | |
type: "string", | |
}, |
NewerOlder