- 20Views0likes0Comments
Find last login time for user accounts using API
Hi - Where would a person find the last login time for accounts that login with the API? I have checked Access Sessions and the report Inactive User and the API sessions do not get logged. I am not able to load Audit Logs without a timeout to see if the API sessions would be available there. ThanksSolved57Views0likes3CommentsGQL queries with attributes
We have a need to automate lots of BSM service creations and I am struggling with GQL now. We have created attribute to be used for har query {customAttributes (first: 7, search: {name: {eq: "BSM_Region"}}) { edges { node {id label type entity alignmentType } } } } and that gives us: { "data": { "customAttributes": { "edges": [ { "node": { "id": "57", "label": "BSM_Region", "type": "string", "entity": "harProvider", "alignmentType": "extended" } } ] } } } If I then try to align that attribute to spesific service like this: mutation {alignCustomAttribute( attribute:57, entity: "cm03r2q3a807hs5mn8m4a1dga", value:"Koillismaan kauppa", type: harProvider ) {__typename} } It gives an error: { "errors": [ { "path": [ "alignCustomAttribute" ], "message": "The following id/ids: 57 could not be found. Failed to align custom attributes.", "extensions": { "code": "ID_NOT_FOUND" } } ], "data": { "alignCustomAttribute": null } } Some help needed here.Solved58Views0likes4CommentsHow to Fix powershell communication error?
How to Fix powershell communication error Forward and reverse name resolution is not properly configured for server? We have multiple windows server in which we are facing this issue and server have multiple DNS entries and we can delete them. also i tried to add IP and host in sciencelogic data collector also added in dnsmsaq-resolve.conf to resolve this issue but still we are facing this error Forward and reverse name resolution is not properly configured for server, how to fix this issue without deleting DNS entries.115Views0likes4CommentsWho will be our next SL1 Innovators?
Hello Nexus Members, Looking to showcase your creativity, innovation, and inspiration? Look no further. In case you're opted out of email, we just launched our SL Innovators Awards!! Our ScienceLogic Innovators Awards were established to recognize and learn from those nerdy by nature, tech buffs, and visionaries using SL1 in pioneering ways to power a better way to work. Show the Nexus Community something cool and innovative you've been working on to achieve real business outcomes. We want to hear your ideas! Submit your applicationby September 12.38Views0likes0Comments