nope, not in sonarqube
Did you get all endpoints at once with the API ? Is yes, you need to then get the id, and get it âsoloâ by just adding the id after a slash in the endpoints
/endpoints/{id]?api-version=xxx
here you go
{
âdataâ: {},
âidâ: âxxxxxxxxxxxxxxxxxxxxxâ,
ânameâ: âSonarQubeâ,
âtypeâ: âsonarqubeâ,
âurlâ: âhttp://10.10.0.40:9000â,
âcreatedByâ: {
âdisplayNameâ: âAtif Farrukhâ,
âurlâ: âxxxxxxxxxxxxxxxxxxxxxxxxxxxâ,
â_linksâ: {
âavatarâ: {
âhrefâ: âxxxxxxxxxxxxxxxxxxxxxâ
}
},
âidâ: âxxxxxxxâ,
âuniqueNameâ: âxxxxxxxxxxxxxâ,
âimageUrlâ: âxxxxxxxxxxxxxxxxxâ,
âdescriptorâ: âwin.Uy0xLTUtMjEtNDEzNTA2ODk3Ny01ODc5MjQ0MDEtMjE4ODk1NjAyMS0xNjQ0â
},
âauthorizationâ: {
âparametersâ: {
âusernameâ: null,
âpasswordâ: null
},
âschemeâ: âUsernamePasswordâ
},
âisSharedâ: false,
âisReadyâ: true,
âownerâ: âLibraryâ
}
any update regarding this issue?