-
Notifications
You must be signed in to change notification settings - Fork 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
MOSIP-37857 Partner Admin API automation #1041
Merged
mayuradesh
merged 11 commits into
mosip:develop-pmp-revamp
from
Sohandey:develop-pmp-revamp
Dec 16, 2024
Merged
MOSIP-37857 Partner Admin API automation #1041
mayuradesh
merged 11 commits into
mosip:develop-pmp-revamp
from
Sohandey:develop-pmp-revamp
Dec 16, 2024
+511
−5
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Sohan Kumar Dey <[email protected]>
Signed-off-by: Sohan Kumar Dey <[email protected]>
Signed-off-by: Sohan Kumar Dey <[email protected]>
Signed-off-by: Sohan Kumar Dey <[email protected]>
Signed-off-by: Sohan Kumar Dey <[email protected]>
…ner-management-services into develop-pmp-revamp
Signed-off-by: Sohan Kumar Dey <[email protected]>
lsivanand
reviewed
Dec 16, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please add the description for this..
lsivanand
approved these changes
Dec 16, 2024
mayuradesh
approved these changes
Dec 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Automated all these below APIs::
/partners/partner-policy-requests - GET - to get the count of all the policy requests in pending status
/securebiometricinterface/search/v2 - GET- to get the count of all the SBI in pending status
/devicedetail/search/v2 - GET- to get the count of all the devices in pending status
/ftpchipdetail/search/v2- GET- to get the count FTM in pending status
/partners/v3 - GET - list of all the partners
/partners/{partnerId}/v2 - GET - partner details
/policies/group/{policyGroupId}/ - PATCH - deactivate policy group
/policies/{policyId} - PATCH - deactivate a policy
/policies/search/v2 - GET - list of all the policies in the system
/partners/partner-policy-requests - GET - list of all policy requests across all partners
/oauth/partners/clients - GET - list of all the OIDC clients across all the partners
/partners/apikey/search/v2- GET - list of all the API keys across all the partners
/securebiometricinterface/search/v2 - GET- list of all the SBI’s created by all the partners
/devicedetail/search/v2 - GET- list of all the Devices created by all the partners
/ftpchipdetail/search/v2 - GET- list of all the FTM’s created by all the partners