{"id":25020670,"url":"https://github.com/panoramicdata/dell.cloudiq.api","last_synced_at":"2026-02-04T00:37:05.966Z","repository":{"id":169696859,"uuid":"633355391","full_name":"panoramicdata/Dell.CloudIq.Api","owner":"panoramicdata","description":"API client for the Dell CloudIQ REST API","archived":false,"fork":false,"pushed_at":"2024-11-08T15:24:38.000Z","size":290,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-26T21:37:44.833Z","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":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/panoramicdata.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-04-27T10:16:32.000Z","updated_at":"2023-05-26T10:38:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"33758bb1-0902-457a-86a4-401ccaa54c0c","html_url":"https://github.com/panoramicdata/Dell.CloudIq.Api","commit_stats":null,"previous_names":["panoramicdata/dell.cloudiq.api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoramicdata%2FDell.CloudIq.Api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoramicdata%2FDell.CloudIq.Api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoramicdata%2FDell.CloudIq.Api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoramicdata%2FDell.CloudIq.Api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/panoramicdata","download_url":"https://codeload.github.com/panoramicdata/Dell.CloudIq.Api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248665783,"owners_count":21142122,"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":"2025-02-05T12:17:05.814Z","updated_at":"2026-02-04T00:37:05.935Z","avatar_url":"https://github.com/panoramicdata.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Dell.CloudIq.Api\n[![Nuget](https://img.shields.io/nuget/v/Dell.CloudIq.Api)](https://www.nuget.org/packages/Dell.CloudIq.Api/)\n[![Nuget](https://img.shields.io/nuget/dt/Dell.CloudIq.Api)](https://www.nuget.org/packages/Dell.CloudIq.Api/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/8b910ff2f22d464688acbe0d2a41e61c)](https://app.codacy.com?utm_source=gh\u0026utm_medium=referral\u0026utm_content=\u0026utm_campaign=Badge_grade)\n\nAPI client for the Dell Cloud IQ REST API\n\nTo use the package, follow the instructions below:\n\n# Visual Studio\n\n1.  Open your project in Visual Studio\n\n2.  Right-click on the project and click \"Manage Nuget packages\"\n\n3.  Find the package \"Dell.CloudIq.Api\" - install the latest version\n\n\n# Example code (C# 11.0):\n``` C#\nusing Dell.CloudIq.Api;\nusing System;\nusing System.Threading.Tasks;\n\nnamespace My.Project\n{\n    public static class Program\n    {\n        public static async Task Main()\n        {\n            using var cloudIqClient = new CloudIqClient(new CloudIqClientOptions\n            {\n                ClientId = \"xxx\"\n                ClientSecret = \"xxx\"\n                BaseUri = \"xxx\"\n            });\n\n            var systems = await cloudIqClient\n                .System\n                .GetSystemsAsync()\n                .ConfigureAwait(false);\n        }\n    }\n}\n````\n\nRemember to substitute your own ClientId, ClientSecret and BaseUri.\n\n## API Documentation\nThe CloudIQ API documentation can be found here:\n-  [CloudIQ API Documentation v1](https://developer.dell.com/apis/d1d6171c-cf6b-49c8-a3de-7994b6069d1a/versions/v1/docs/01-Introduction.md)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanoramicdata%2Fdell.cloudiq.api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpanoramicdata%2Fdell.cloudiq.api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanoramicdata%2Fdell.cloudiq.api/lists"}