Skip to content

CLOUDP-60875: List host databases, OM #105

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 16, 2020
Merged

CLOUDP-60875: List host databases, OM #105

merged 1 commit into from
Apr 16, 2020

Conversation

gssbzn
Copy link
Collaborator

@gssbzn gssbzn commented Apr 16, 2020

Proposed changes

Jira ticket: CLOUDP-60875

Checklist

  • I have added tests that prove my fix is effective or that my feature works
  • I have added any necessary documentation (if appropriate)
  • I have run make fmt and formatted my code

Further comments

mongocli om measurements databases ls d66d290e6c9a2eae6f26907a1b605500 -P om
{
	"links": [
		{
			"rel": "self",
			"href": "http://mms:8080/api/public/v1.0/groups/5e98249d937cfc52efdc2a9f/hosts/d66d290e6c9a2eae6f26907a1b605500/databases?pageNum=1\u0026itemsPerPage=100"
		}
	],
	"results": [
		{
			"links": [
				{
					"rel": "self",
					"href": "http://mms:8080/api/public/v1.0/groups/5e98249d937cfc52efdc2a9f/hosts/d66d290e6c9a2eae6f26907a1b605500/databases/adsds"
				}
			],
			"databaseName": "adsds"
		},
		{
			"links": [
				{
					"rel": "self",
					"href": "http://mms:8080/api/public/v1.0/groups/5e98249d937cfc52efdc2a9f/hosts/d66d290e6c9a2eae6f26907a1b605500/databases/config"
				}
			],
			"databaseName": "config"
		},
		{
			"links": [
				{
					"rel": "self",
					"href": "http://mms:8080/api/public/v1.0/groups/5e98249d937cfc52efdc2a9f/hosts/d66d290e6c9a2eae6f26907a1b605500/databases/local"
				}
			],
			"databaseName": "local"
		}
	],
	"totalCount": 3
}

@gssbzn gssbzn requested a review from andreaangiolillo April 16, 2020 16:11
Copy link
Collaborator

@andreaangiolillo andreaangiolillo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gssbzn gssbzn merged commit 827a46d into master Apr 16, 2020
@gssbzn gssbzn deleted the CLOUDP-60875 branch April 16, 2020 17:07
corryroot pushed a commit to corryroot/mongodb-atlas-cli that referenced this pull request Jun 15, 2023
* (DOCSP-28064) Changes incorrect include file for programmatic steps

* (DOCSP-28387)(DOCSP-28289) Adds troubleshooting page

* Includes changes from copy and tech reviews
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants