{"id":17867100,"url":"https://github.com/cdhunt/newrelicapiposhprovider","last_synced_at":"2026-01-10T23:41:50.555Z","repository":{"id":16857641,"uuid":"19617674","full_name":"cdhunt/NewRelicApiPoshProvider","owner":"cdhunt","description":"A PowerShell Provider for the New Relic Web API","archived":true,"fork":false,"pushed_at":"2014-05-13T14:16:14.000Z","size":224,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-08T12:46:40.850Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"BinbinBian/Awesome-Code","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cdhunt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-09T16:27:01.000Z","updated_at":"2024-01-09T16:19:11.000Z","dependencies_parsed_at":"2022-08-04T20:00:54.440Z","dependency_job_id":null,"html_url":"https://github.com/cdhunt/NewRelicApiPoshProvider","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdhunt%2FNewRelicApiPoshProvider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdhunt%2FNewRelicApiPoshProvider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdhunt%2FNewRelicApiPoshProvider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdhunt%2FNewRelicApiPoshProvider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdhunt","download_url":"https://codeload.github.com/cdhunt/NewRelicApiPoshProvider/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244771643,"owners_count":20507839,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-28T09:43:55.522Z","updated_at":"2026-01-10T23:41:50.500Z","avatar_url":"https://github.com/cdhunt.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"NewRelicApiPoshProvider\n=======================\n\nA PowerShell Provider for the New Relic Web API\n\n```powershell\nImport-Module NewRelicAPIPoshProvider.dll\n# Provide the API key as the UserName. Password doesn't matter.\nNew-PSDrive -Name nr -PSProvider NewRelicApi -Root '' -Credential (Get-Credential)\ncd nr:/\n```\n\n```powershell\nPS nr:\\\u003e gci\nApplications\nServers\n```\n\n```powershell\nPS nr:\\\u003e gci applications | select Name, Health_Status, Last_Reported_At\n```\n\n```powershell\nPS nr:\\\u003e gci servers | select Name, @{n=\"MemoryUsedGB\";e={$_.Summary.Memory_Used/1GB}}, @{n=\"FullestDiskGB\";e={$_.Summary.Fullest_Disk_Free/1gb}}, Last_Reported_At\n```\n\n```powershell\nPS nr:\\applications\\ApplicationName\\agent_metrics_count\u003e gci\n\n\nSSItemMode    :    \u003c\nPSPath        : NewRelicAPIPoshProvider\\NewRelicApi::applications\\ApplicationName\\agent_metrics_count\\Data\nPSParentPath  : NewRelicAPIPoshProvider\\NewRelicApi::applications\\ApplicationName\\agent_metrics_count\nPSChildName   : Data\nPSDrive       : nr\nPSProvider    : NewRelicAPIPoshProvider\\NewRelicApi\nPSIsContainer : False\nFrom          : 1/1/0001 12:00:00 AM\nTo            : 1/1/0001 12:00:00 AM\n```\n\nThis project uses:\n\n * [P2F](https://github.com/beefarino/p2f \"PowerShell Provider Framework\") by Jim Christopher\n * [RestSharp](https://github.com/restsharp/RestSharp \"RestSharp\")\n * https://rpm.newrelic.com/api/explore/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdhunt%2Fnewrelicapiposhprovider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcdhunt%2Fnewrelicapiposhprovider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdhunt%2Fnewrelicapiposhprovider/lists"}