Skip to content

Commit 080b091

Browse files
Merge pull request #1411 from FaithOmbongi/agentID-initial-samples
Add initial agent ID samples
2 parents 82e1d22 + d5acdbe commit 080b091

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed

sample-queries/sample-queries.json

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4074,6 +4074,69 @@
40744074
"tip": "This query requires the Goals-Export.Read.All/Goals-Export.ReadWrite.All permission",
40754075
"docLink": "https://learn.microsoft.com/en-us/graph/api/goalsexportjob-get?view=graph-rest-beta#example-6-get-the-content-of-a-successfully-completed-goalsexportjob-resource",
40764076
"skipTest": false
4077+
},
4078+
{
4079+
"id": "a6fdd771-19df-4e31-a515-800d5707db86",
4080+
"category": "Agents",
4081+
"method": "GET",
4082+
"humanName": "list agent identity blueprints",
4083+
"requestUrl": "/beta/applications/microsoft.graph.agentIdentityBlueprint",
4084+
"docLink": "https://learn.microsoft.com/en-us/graph/api/agentidentityblueprint-list",
4085+
"skipTest": false
4086+
},
4087+
{
4088+
"id": "646cd7b7-58f8-492e-b8d4-f54aab86628d",
4089+
"category": "Agents",
4090+
"method": "GET",
4091+
"humanName": "get agent identity blueprint",
4092+
"requestUrl": "/beta/applications/microsoft.graph.agentIdentityBlueprint/{id}",
4093+
"docLink": "https://learn.microsoft.com/en-us/graph/api/agentidentityblueprint-get",
4094+
"skipTest": false
4095+
},
4096+
{
4097+
"id": "62efe2d1-f889-4724-b370-59fcae5fbab1",
4098+
"category": "Agents",
4099+
"method": "GET",
4100+
"humanName": "list agent identity blueprint principals",
4101+
"requestUrl": "/beta/servicePrincipals/microsoft.graph.agentIdentityBlueprintPrincipal",
4102+
"docLink": "https://learn.microsoft.com/en-us/graph/api/agentidentityblueprintprincipal-list",
4103+
"skipTest": false
4104+
},
4105+
{
4106+
"id": "1359d5de-354b-4526-8fb2-ad5ec2a0f49a",
4107+
"category": "Agents",
4108+
"method": "GET",
4109+
"humanName": "get agent identity blueprint principal",
4110+
"requestUrl": "/beta/servicePrincipals/microsoft.graph.agentIdentityBlueprintPrincipal/{id}",
4111+
"docLink": "https://learn.microsoft.com/en-us/graph/api/agentidentityblueprintprincipal-get",
4112+
"skipTest": false
4113+
},
4114+
{
4115+
"id": "46edf0dd-e196-415b-9c41-c1fd3987f7b0",
4116+
"category": "Agents",
4117+
"method": "GET",
4118+
"humanName": "list agent identities",
4119+
"requestUrl": "/beta/servicePrincipals/microsoft.graph.agentIdentity",
4120+
"docLink": "https://learn.microsoft.com/en-us/graph/api/agentidentity-list",
4121+
"skipTest": false
4122+
},
4123+
{
4124+
"id": "c8fd74a5-10f3-43ff-a56d-445bbb598d5f",
4125+
"category": "Agents",
4126+
"method": "GET",
4127+
"humanName": "get agent identity",
4128+
"requestUrl": "/beta/servicePrincipals/microsoft.graph.agentIdentity/{id}",
4129+
"docLink": "https://learn.microsoft.com/en-us/graph/api/agentidentity-get",
4130+
"skipTest": false
4131+
},
4132+
{
4133+
"id": "cef7b606-dd9f-4a47-80b2-048f9c9b61ac",
4134+
"category": "Agents",
4135+
"method": "GET",
4136+
"humanName": "list agent ID users",
4137+
"requestUrl": "/beta/users/microsoft.graph.agentUser",
4138+
"docLink": "https://learn.microsoft.com/en-us/graph/api/agentuser-list",
4139+
"skipTest": false
40774140
}
40784141
]
40794142
}

0 commit comments

Comments
 (0)