Skip to content

CLOUDP-57856: List all available partitions for a process, Atlas #96

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 6 commits into from
Apr 15, 2020

Conversation

gssbzn
Copy link
Collaborator

@gssbzn gssbzn commented Apr 14, 2020

Proposed changes

Jira ticket: CLOUDP-57856

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

Example

mongocli atlas measurements disks list mydemo-shard-00-00-vnp8x.azure.mongodb-dev.net:27017 
{
	"links": [
		{
			"rel": "self",
			"href": "https://cloud-dev.mongodb.com/api/atlas/v1.0/groups/5e429f2e06822c6eac4d59c9/processes/mydemo-shard-00-00-vnp8x.azure.mongodb-dev.net:27017/disks?pageNum=1\u0026itemsPerPage=100"
		}
	],
	"results": [
		{
			"links": [
				{
					"rel": "self",
					"href": "https://cloud-dev.mongodb.com/api/atlas/v1.0/groups/5e429f2e06822c6eac4d59c9/processes/mydemo-shard-00-00-vnp8x.azure.mongodb-dev.net:27017/disks/data"
				}
			],
			"partitionName": "data"
		}
	],
	"totalCount": 1
}

@gssbzn gssbzn added the WIP Work in progress label Apr 14, 2020
@gssbzn gssbzn removed the WIP Work in progress label Apr 14, 2020
@gssbzn gssbzn requested a review from andreaangiolillo April 14, 2020 17:58
gssbzn and others added 2 commits April 15, 2020 12:29
@gssbzn gssbzn requested a review from andreaangiolillo April 15, 2020 11:30
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 e82a35d into master Apr 15, 2020
@gssbzn gssbzn deleted the CLOUDP-57856 branch April 15, 2020 11:32
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